فهرست منبع

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

Signed-off-by: Peter Spicer <sleeping@myperch.org>
Peter Spicer 11 سال پیش
والد
کامیت
9f90ac2b36
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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. */