Bug 26470 : Add checkered background image for transparent images on hover
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Fri, 8 Jul 2011 20:34:08 +0000 (20:34 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Fri, 8 Jul 2011 20:34:08 +0000 (20:34 +0000)
skins/common/shared.css

index a448e3e..3f9d419 100644 (file)
@@ -95,6 +95,15 @@ h2#filehistory {
        clear: both;
 }
 
+/*
+* Add a checkered background image on hover for file description pages. Bug 26470
+*/
+.filehistory a img:hover,
+#file img:hover {
+    /* @embed */
+    background: white url(images/Checker-16x16.png) repeat;
+}
+
 table.filehistory th,
 table.filehistory td {
        vertical-align: top;