(bug 26470) add checkered background on files pages
[lhc/web/wiklou.git] / skins / common / shared.css
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
+}