From 82443928d5db3dba662f2ea0b600ecc9d294b8e7 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Sat, 16 Apr 2011 23:18:52 +0200 Subject: [PATCH] fix overwriting of .even/.odd background in IE (was broken by gradient filter) --- themes/pmahomme/css/theme_right.css.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index a4acc5de9..6e9351003 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -348,12 +348,14 @@ button.mult_submit { table tr.odd th, .odd { background: #fff; + filter: none; } /* even items 2,4,6,8,... */ table tr.even th, .even { background: #f3f3f3; + filter: none; } /* odd table rows 1,3,5,7,... */