mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 01:22:42 +02:00
Update lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! de-style.css v1.0.3 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model
|
/* Reset box-model
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
@@ -285,6 +285,13 @@ button,
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button[disabled],
|
||||||
|
[type='button'][disabled],
|
||||||
|
[type='reset'][disabled],
|
||||||
|
[type='submit'][disabled] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove the inner border and padding in Firefox.
|
* Remove the inner border and padding in Firefox.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user