summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/fix-ie-rtl.css2
-rw-r--r--themes/garland/fix-ie.css2
-rw-r--r--themes/garland/style.css6
3 files changed, 5 insertions, 5 deletions
diff --git a/themes/garland/fix-ie-rtl.css b/themes/garland/fix-ie-rtl.css
index 50eced058..370d7a821 100644
--- a/themes/garland/fix-ie-rtl.css
+++ b/themes/garland/fix-ie-rtl.css
@@ -47,7 +47,7 @@ html.js fieldset.collapsed {
margin-bottom: 1em;
}
-td.menu-disabled {
+tr.menu-disabled {
/* Use filter to emulate CSS3 opacity */
filter: alpha(opacity=50);
}
diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css
index ca6bbed94..47812ee52 100644
--- a/themes/garland/fix-ie.css
+++ b/themes/garland/fix-ie.css
@@ -49,7 +49,7 @@ html.js fieldset.collapsed {
margin-bottom: 1em;
}
-td.menu-disabled {
+tr.menu-disabled {
/* Use filter to emulate CSS3 opacity */
filter: alpha(opacity=50);
}
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 308d9342e..b01e2af36 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -779,15 +779,15 @@ ul.links li, ul.inline li {
/**
* Menu.module
*/
+tr.menu-disabled {
+ opacity: 0.5;
+}
tr.odd td.menu-disabled {
background-color: #edf5fa;
}
tr.even td.menu-disabled {
background-color: #fff;
}
-td.menu-disabled {
- opacity: 0.5;
-}
/**
* Poll.module