Browse Source

! Better CSS handling for certain browsers; supposed to have the MS specific stuff first for some reason.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
9f90ac2b36
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Themes/default/css/admin.css

+ 2 - 1
Themes/default/css/admin.css

@@ -483,8 +483,9 @@ fieldset.admin_group a {
 	vertical-align: top;
 }
 fieldset.admin_group .inactive {
-	opacity: 0.4;
 	filter:Alpha(opacity=40);
+	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
+	opacity: 0.4;
 }
 
 /* The update warning. */