summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-12 17:33:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-12 17:33:35 +0000
commit906928c12acfd0c68b03a967473b4a0c4c1639cc (patch)
tree9d9e668f858f162c825eea5227244459b79cc8df
parentf9739e9cfe2086d5ee5c5cd8db57a125c9194eed (diff)
downloadbrdo-906928c12acfd0c68b03a967473b4a0c4c1639cc.tar.gz
brdo-906928c12acfd0c68b03a967473b4a0c4c1639cc.tar.bz2
#684610 follow-up by james.elliott: More Seven IE fixes.
-rw-r--r--themes/seven/ie.css8
-rw-r--r--themes/seven/reset.css1
-rw-r--r--themes/seven/style.css3
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;