mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 09:33:29 +02:00
update lib
This commit is contained in:
29
destyle.css
29
destyle.css
@@ -1,4 +1,4 @@
|
||||
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||
|
||||
/* Reset box-model */
|
||||
/* ============================================ */
|
||||
@@ -231,7 +231,7 @@ iframe {
|
||||
*/
|
||||
|
||||
button,
|
||||
input:not([type="radio"]):not([type="checkbox"]),
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
@@ -249,6 +249,20 @@ textarea {
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset radio and checkbox appearance to preserve their look in iOS.
|
||||
*/
|
||||
|
||||
[type="checkbox"] {
|
||||
-webkit-appearance: checkbox;
|
||||
appearance: checkbox;
|
||||
}
|
||||
|
||||
[type="radio"] {
|
||||
-webkit-appearance: radio;
|
||||
appearance: radio;
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
@@ -372,17 +386,6 @@ textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove margin, padding & outline.
|
||||
*/
|
||||
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user