#684610 follow-up by james.elliott: More Seven IE fixes.

merge-requests/26/head
Angie Byron 2010-04-12 17:33:35 +00:00
parent f9739e9cfe
commit 906928c12a
3 changed files with 2 additions and 10 deletions

View File

@ -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;
}

View File

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

View File

@ -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;