themes MDL-23607 Fixed opacity issue with Internet explorer and hidden blocks
authorSam Hemelryk <sam@moodle.com>
Mon, 2 Aug 2010 05:57:45 +0000 (05:57 +0000)
committerSam Hemelryk <sam@moodle.com>
Mon, 2 Aug 2010 05:57:45 +0000 (05:57 +0000)
theme/base/style/blocks.css

index f2b2d8b..debabcd 100644 (file)
@@ -13,7 +13,7 @@
 
 .block-region .hidden .header {border-bottom: 1px solid;}
 .block-region .hidden .content {display: none;}
-.block-region .invisible {opacity: 0.5;filter: alpha(opacity=0.5);}
+.block-region .invisible {opacity: 0.5;filter: alpha(opacity=50);}
 
 .blockmovetarget {display: block;height: 1em;margin-bottom: 1em;border-width: 2px;border-style: dashed;}