diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-26 21:42:15 -0600 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 07:35:33 -0700 |
commit | f10403826a0ff2ef17f2ae4c56ec7d7503258e28 (patch) | |
tree | 8614ddb8572c1c08341dafd11482cebf96889751 | |
parent | ca372213373ac91c3099f049bbe9686eb9426acb (diff) |
This should have been included in a1847df83bfddf350fc71fd0e0e1c054bc94ce2d
-rw-r--r-- | themes/admin_wind/css/fix-ie.css | 7 |
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; +} |