summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-09 22:14:41 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-09 22:14:41 +0000
commita42a9d3efd6b705ad4d53f347348779114666332 (patch)
treeacf45e186ceda210ecce073c053e9849d7c35943 /themes
parent0ff81a7e1393073edc8944a8c9389524625d77c9 (diff)
downloadbrdo-a42a9d3efd6b705ad4d53f347348779114666332.tar.gz
brdo-a42a9d3efd6b705ad4d53f347348779114666332.tar.bz2
#178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities
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