summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-25 20:28:07 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-25 20:28:07 +0000
commitbe2b1b64005bf4be3e1984efc47c2df54053c8da (patch)
treebe70642b75faba578aeaeae2888491bf785fcc6a
parent09e7f63d73a70083a4ee62e4db65e458e608aeaa (diff)
Add opacity values for gUnavailable in IE with the filter attribute.
-rw-r--r--themes/admin_default/css/fix-ie.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css
index 71b399a3..0745b035 100644
--- a/themes/admin_default/css/fix-ie.css
+++ b/themes/admin_default/css/fix-ie.css
@@ -4,3 +4,12 @@
#gHeader {
zoom: 1;
}
+
+.gUnavailable {
+ filter: alpha(opacity=40);
+}
+
+.gUnavailable:hover {
+ filter: alpha(opacity=100);
+}
+