From 906928c12acfd0c68b03a967473b4a0c4c1639cc Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 12 Apr 2010 17:33:35 +0000 Subject: #684610 follow-up by james.elliott: More Seven IE fixes. --- themes/seven/ie.css | 8 -------- themes/seven/reset.css | 1 - themes/seven/style.css | 3 ++- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/themes/seven/ie.css b/themes/seven/ie.css index f56e5c205..ab8f6fbd3 100644 --- a/themes/seven/ie.css +++ b/themes/seven/ie.css @@ -10,11 +10,3 @@ 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; -} diff --git a/themes/seven/reset.css b/themes/seven/reset.css index 3e4446c82..20a86b0d6 100644 --- a/themes/seven/reset.css +++ b/themes/seven/reset.css @@ -131,7 +131,6 @@ ul.secondary a.active, border: 0; font-size: 100%; vertical-align: baseline; - background: transparent; line-height: inherit; } /* Drupal: system-menus.css */ diff --git a/themes/seven/style.css b/themes/seven/style.css index 536c0f525..6901b4c82 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -293,7 +293,8 @@ ul.primary li a, ul.primary li a.active, ul.primary li a:active, ul.primary li a:visited, -ul.primary li a:hover { +ul.primary li a:hover, +ul.primary li.active a { background-color: #a6a7a2; color: #000; font-weight: bold; -- cgit v1.2.3