Skip to content

Commit

Permalink
FIX: fix microsoft CSS filter property
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoryukov committed Apr 19, 2016
1 parent 524ec86 commit 8b94362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions data/interfaces/default/css/config.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
background-image: linear-gradient(@gradientFrom, @gradientTo) !important;
background-image: -webkit-linear-gradient(@gradientFrom, @gradientTo) !important;
background-image: -o-linear-gradient(@gradientFrom, @gradientTo) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@gradientFrom, endColorstr=@gradientTo) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@gradientFrom, endColorstr=@gradientTo) !important;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@gradientFrom, endColorstr=@gradientTo)" !important;
}
.opacity(@opacity_percent:85) {
filter: ~"alpha(opacity=85)";
Expand Down
Loading

0 comments on commit 8b94362

Please sign in to comment.