fix overwriting of .even/.odd <th> background in IE (was broken by gradient filter)

This commit is contained in:
Piotr Przybylski
2011-04-16 23:18:52 +02:00
parent c1d26ca431
commit 82443928d5

View File

@@ -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,... */