Remove prefixed border-radius rules
Inspired by I52f987ddcef Change-Id: I637d7739b1d0b18b3970a15ce7d6b677b7862707
This commit is contained in:
@@ -14,8 +14,6 @@ button.button {
|
||||
background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
|
||||
background-image: linear-gradient(#f0f0f0, #e6e6e6);
|
||||
border: 1px #c9c9c9 solid;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)";
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
|
||||
|
||||
Reference in New Issue
Block a user