(bug 26470) add checkered background on files pages
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 5 Sep 2011 06:28:36 +0000 (06:28 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 5 Sep 2011 06:28:36 +0000 (06:28 +0000)
RELEASE-NOTES-1.19
skins/common/shared.css

index 6fa6d4f..608c515 100644 (file)
@@ -53,6 +53,7 @@ production.
 * (bug 16428) Include permalink in printable version
 * (bug 96170) Add array support for space-separated list attributes (like
   'class') in the Html helper class.
+* (bug 26470) Add checkered background image on hover on files pages.
 
 === Bug fixes in 1.19 ===
 * $wgUploadNavigationUrl should be used for file redlinks if
index 66c02a6..c24a3eb 100644 (file)
@@ -183,6 +183,16 @@ table.filehistory td.filehistory-selected {
        font-weight: bold;
 }
 
+/**
+ * Add a checkered background image on hover for file
+ * description pages. (bug 26470)
+ */
+.filehistory a img,
+#file img:hover {
+       /* @embed */
+       background: white url(images/Checker-16x16.png) repeat;
+}
+
 /**
  * rev_deleted stuff
  */
@@ -974,4 +984,4 @@ table.floatleft {
 /* bug 12205 */
 #mw-credits a {
        unicode-bidi: embed;
-}
\ No newline at end of file
+}