Skip to content

Commit

Permalink
remove additional prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbertal committed Dec 11, 2016
1 parent 9f52d65 commit c2b9045
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/buttons/css/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.pure-button:hover,
.pure-button:focus {
/* csslint ignore:start */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
filter: alpha(opacity=90);
/* csslint ignore:end */
background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
Expand All @@ -38,11 +38,8 @@
border: none;
background-image: none;
/* csslint ignore:start */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=40);
/* csslint ignore:end */
-khtml-opacity: 0.40;
-moz-opacity: 0.40;
opacity: 0.40;
cursor: not-allowed;
box-shadow: none;
Expand Down

0 comments on commit c2b9045

Please sign in to comment.