mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 08:20:18 +02:00
reset padding for option
element
This commit is contained in:
10
destyle.css
10
destyle.css
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v1.0.12 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model
|
/* Reset box-model
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
@@ -327,6 +327,14 @@ button:-moz-focusring,
|
|||||||
outline: 1px dotted ButtonText;
|
outline: 1px dotted ButtonText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove padding
|
||||||
|
*/
|
||||||
|
|
||||||
|
option {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset to invisible
|
* Reset to invisible
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user