summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
diff options
context:
space:
mode:
authorTristan Zur <tzur@webserver.ccwn.org>2015-06-10 20:55:53 +0200
committerTristan Zur <tzur@webserver.ccwn.org>2015-06-10 20:55:53 +0200
commit406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch)
treea324be16021f44f2fd6d55e609f47024e945b1db /themes/admin_wind/css/fix-ie.css
Initial import
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 0000000..4546f9f
--- /dev/null
+++ b/themes/admin_wind/css/fix-ie.css
@@ -0,0 +1,18 @@
+/**
+ * Fix display in IE 6 and 7
+ */
+
+.g-unavailable {
+ filter: alpha(opacity=40);
+}
+
+.g-unavailable:hover {
+ filter: alpha(opacity=100);
+}
+
+tr.g-error td,
+tr.g-info td,
+tr.g-success td,
+tr.g-warning td {
+ background: none !important;
+}