mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-03 01:52:35 +02:00
update lib version
This commit is contained in:
25
destyle.css
25
destyle.css
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model and set borders */
|
/* Reset box-model and set borders */
|
||||||
/* ============================================ */
|
/* ============================================ */
|
||||||
@@ -241,20 +241,6 @@ textarea {
|
|||||||
text-transform: inherit; /* 2 */
|
text-transform: inherit; /* 2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 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;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Correct cursors for clickable elements.
|
* Correct cursors for clickable elements.
|
||||||
*/
|
*/
|
||||||
@@ -333,7 +319,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct the outline style in Safari.
|
* Correct the outline style in Safari.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[type="search"] {
|
[type="search"] {
|
||||||
@@ -358,6 +344,13 @@ textarea {
|
|||||||
font: inherit; /* 2 */
|
font: inherit; /* 2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fix appearance for Firefox
|
||||||
|
*/
|
||||||
|
[type="number"] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clickable labels
|
* Clickable labels
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user