Skip to content

Commit

Permalink
updating the mask default styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Aug 20, 2009
1 parent 8591ef0 commit cdf292e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Styles/Interface/Mask/mask.css
@@ -1,7 +1,8 @@
.mask {
position: 'absolute';
opacity: 0.9;
filter:alpha(opacity=90);
opacity: 0.9; /* browsers that don't suck */
filter:alpha(opacity=90); /* IE 6-7 */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 */
zIndex: 999;
background: #fff;
}

0 comments on commit cdf292e

Please sign in to comment.