From 6eb529d37d28c2f332cd29fbc1d3b8a74c90b55a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Mar 2010 06:31:48 +0000 Subject: #684610 by Jacine: Fixed IE bug: No table-striping in Seven. --- themes/seven/ie.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes') diff --git a/themes/seven/ie.css b/themes/seven/ie.css index ab8f6fbd3..f56e5c205 100644 --- a/themes/seven/ie.css +++ b/themes/seven/ie.css @@ -10,3 +10,11 @@ fieldset .fieldset-legend { left: 0; top: 0; } + +/** + * Fixes an issue in IE6/IE7 where links in table headers and table row + * background colors do not appear. + */ +tr { + position: relative; +} -- cgit v1.2.3