Merge "Remove prefixed border-radius rules"
This commit is contained in:
@@ -14,8 +14,6 @@ button.button {
|
|||||||
background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
|
background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
|
||||||
background-image: linear-gradient(#f0f0f0, #e6e6e6);
|
background-image: linear-gradient(#f0f0f0, #e6e6e6);
|
||||||
border: 1px #c9c9c9 solid;
|
border: 1px #c9c9c9 solid;
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)";
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
|
||||||
|
|||||||
@@ -24,10 +24,6 @@ div.display-settings-block {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uls-button-group > button.button {
|
.uls-button-group > button.button {
|
||||||
-moz-border-radius: 0;
|
|
||||||
-ms-border-radius: 0;
|
|
||||||
-o-border-radius: 0;
|
|
||||||
-webkit-border-radius: 0;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
@@ -36,20 +32,12 @@ div.display-settings-block {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uls-button-group > button.button:first-child {
|
.uls-button-group > button.button:first-child {
|
||||||
-moz-border-radius-topleft: 3px;
|
|
||||||
-webkit-border-top-left-radius: 3px;
|
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
-moz-border-radius-bottomleft: 3px;
|
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uls-button-group > button.button:last-child {
|
.uls-button-group > button.button:last-child {
|
||||||
-moz-border-radius-topright: 3px;
|
|
||||||
-webkit-border-top-right-radius: 3px;
|
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
-moz-border-radius-bottomright: 3px;
|
|
||||||
-webkit-border-bottom-right-radius: 3px;
|
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
background: linear-gradient(#FBFBFB, #F0F0F0);
|
background: linear-gradient(#FBFBFB, #F0F0F0);
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
-webkit-border-radius: 0 0 5px 5px;
|
|
||||||
-moz-border-radius: 0 0 5px 5px;
|
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,8 +41,6 @@ x:-o-prefocus, body.rtl li#pt-uls {
|
|||||||
background: linear-gradient(#FBFBFB, #F0F0F0);
|
background: linear-gradient(#FBFBFB, #F0F0F0);
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
-webkit-border-radius: 0 0 5px 5px;
|
|
||||||
-moz-border-radius: 0 0 5px 5px;
|
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user