From 52102598e2ee5767137650f63f57fa6c7ad072bc Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Fri, 8 Jul 2011 20:34:08 +0000 Subject: [PATCH] Bug 26470 : Add checkered background image for transparent images on hover --- skins/common/shared.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- 2.20.1