mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-03 10:02:47 +02:00
change border property value to inherit for form elements
This commit is contained in:
@@ -240,7 +240,7 @@ textarea {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
border: 0;
|
border: inherit;
|
||||||
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.7",
|
"version": "1.0.8",
|
||||||
"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