summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_wind/css/fix-ie.css')
-rw-r--r--themes/admin_wind/css/fix-ie.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css
new file mode 100644
index 00000000..6bc2334c
--- /dev/null
+++ b/themes/admin_wind/css/fix-ie.css
@@ -0,0 +1,18 @@
+/**
+ * Fix display in IE 6 and 7
+ */
+
+#gHeader,
+#gGroupAdmin,
+#gDeveloperTools,
+.gAvailable .gBlock {
+ zoom: 1;
+}
+
+.gUnavailable {
+ filter: alpha(opacity=40);
+}
+
+.gUnavailable:hover {
+ filter: alpha(opacity=100);
+}