Border-radius does not need the vendor prefixes anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
committed by
Julius Härtl
parent
fa70d329cd
commit
4fa37f0548
@@ -59,7 +59,7 @@ input.input-inline {
|
||||
padding: 0;
|
||||
border: none;
|
||||
width: 100%;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -403,7 +403,7 @@ input.input-inline {
|
||||
padding: 0;
|
||||
width: 15px;
|
||||
height: 20px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
font-size: 80%;
|
||||
border: none transparent;
|
||||
float: left;
|
||||
@@ -697,7 +697,7 @@ input.input-inline {
|
||||
|
||||
li {
|
||||
padding: 0px 0px 5px 0px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
margin: 1px;
|
||||
color: $color-primary-text;
|
||||
min-width: 20px;
|
||||
|
||||
Reference in New Issue
Block a user