summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-26 21:42:15 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-26 21:42:15 -0600
commit03caee07b44f35c57efec6e61ce9d67a573cc1f3 (patch)
tree29979f122a50dc8f9b0c059064decda2f1c38afd
parente496e5f6bfa943a0f7e663c94d97bf071f61153d (diff)
This should have been included in a1847df83bfddf350fc71fd0e0e1c054bc94ce2d
-rw-r--r--themes/admin_wind/css/fix-ie.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css
index 99fc6241..5475cb79 100644
--- a/themes/admin_wind/css/fix-ie.css
+++ b/themes/admin_wind/css/fix-ie.css
@@ -9,3 +9,10 @@
.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;
+}