Skip to content

Commit

Permalink
Added filter: alpha in .opacity for ie browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatlineato committed Mar 29, 2012
1 parent ebdcd8c commit 884f125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elements.less
Expand Up @@ -76,6 +76,8 @@
-khtml-opacity: @opacity; -khtml-opacity: @opacity;
-webkit-opacity: @opacity; -webkit-opacity: @opacity;
opacity: @opacity; opacity: @opacity;
@opperc : @opacity * 100;
filter: ~"alpha(opacity=@{opperc})";
} }
.transition-duration(@duration: 0.2s) { .transition-duration(@duration: 0.2s) {
-moz-transition-duration: @duration; -moz-transition-duration: @duration;
Expand Down

0 comments on commit 884f125

Please sign in to comment.