summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/ie.css8
1 files changed, 8 insertions, 0 deletions
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;
+}