Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -184,6 +184,16 @@ |
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
| 188 | + * Add a checkered background image on hover for file |
| 189 | + * description pages. (bug 26470) |
| 190 | + */ |
| 191 | +.filehistory a img, |
| 192 | +#file img:hover { |
| 193 | + /* @embed */ |
| 194 | + background: white url(images/Checker-16x16.png) repeat; |
| 195 | +} |
| 196 | + |
| 197 | +/** |
188 | 198 | * rev_deleted stuff |
189 | 199 | */ |
190 | 200 | li span.deleted, |
— | — | @@ -974,4 +984,4 @@ |
975 | 985 | /* bug 12205 */ |
976 | 986 | #mw-credits a { |
977 | 987 | unicode-bidi: embed; |
978 | | -} |
\ No newline at end of file |
| 988 | +} |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -53,6 +53,7 @@ |
54 | 54 | * (bug 16428) Include permalink in printable version |
55 | 55 | * (bug 96170) Add array support for space-separated list attributes (like |
56 | 56 | 'class') in the Html helper class. |
| 57 | +* (bug 26470) Add checkered background image on hover on files pages. |
57 | 58 | |
58 | 59 | === Bug fixes in 1.19 === |
59 | 60 | * $wgUploadNavigationUrl should be used for file redlinks if |