Remove vendor prefix from border-radius
It's been standardised for quite some time, so remove the extra noise in the CSS.
This commit is contained in:
parent
13304bacd0
commit
ef3e12b595
|
@ -362,8 +362,6 @@ input[type=button]:active, select:active {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border:1px solid rgba(255, 255, 255, 0.2);
|
border:1px solid rgba(255, 255, 255, 0.2);
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
-moz-border-radius: 6px;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.noVNC_button.noVNC_selected {
|
.noVNC_button.noVNC_selected {
|
||||||
|
@ -407,8 +405,6 @@ input[type=button]:active, select:active {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: #000;
|
color: #000;
|
||||||
border: 2px solid #E0E0E0;
|
border: 2px solid #E0E0E0;
|
||||||
|
|
Loading…
Reference in New Issue