mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Vendor-prefixed properties precede their standard counterparts
This commit is contained in:
parent
e3f2352235
commit
7514427a0d
4
normalize.css
vendored
4
normalize.css
vendored
@ -285,16 +285,16 @@ input[type='checkbox'],
|
|||||||
input[type='radio'],
|
input[type='radio'],
|
||||||
input[type='submit'],
|
input[type='submit'],
|
||||||
select {
|
select {
|
||||||
box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'],
|
input[type='text'],
|
||||||
input[type='password'],
|
input[type='password'],
|
||||||
textarea {
|
textarea {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
box-sizing: content-box;
|
|
||||||
-moz-box-sizing: content-box;
|
-moz-box-sizing: content-box;
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
|
box-sizing: content-box;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user