mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 01:22:42 +02:00
Set border: 0;
for form elements to prevent inheritance issues with parent elements
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v1.0.10 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model
|
/* Reset box-model
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
@@ -241,7 +241,7 @@ textarea {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
border: inherit;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "destyle.css",
|
"name": "destyle.css",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
|
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
|
||||||
"main": "destyle.css",
|
"main": "destyle.css",
|
||||||
"style": "destyle.css",
|
"style": "destyle.css",
|
||||||
|
Reference in New Issue
Block a user