From: Leo Koppelkamm Date: Fri, 8 Jul 2011 20:34:08 +0000 (+0000) Subject: Bug 26470 : Add checkered background image for transparent images on hover X-Git-Tag: 1.31.0-rc.0~28978 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=52102598e2ee5767137650f63f57fa6c7ad072bc;p=lhc%2Fweb%2Fwiklou.git Bug 26470 : Add checkered background image for transparent images on hover --- diff --git a/skins/common/shared.css b/skins/common/shared.css index a448e3e105..3f9d419607 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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;