diff --git a/themes/seven/ie.css b/themes/seven/ie.css index f56e5c205af..ab8f6fbd3f6 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 3e4446c8284..20a86b0d6ac 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 536c0f52587..6901b4c82dc 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;