change border property value to inherit for form elements

This commit is contained in:
Nicolas Cusan
2019-07-31 15:30:49 +02:00
parent 5e4ff332ef
commit d4fed83c06
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ textarea {
vertical-align: middle;
color: inherit;
font: inherit;
border: 0;
border: inherit;
background: transparent;
padding: 0;
margin: 0;

View File

@@ -1,6 +1,6 @@
{
"name": "destyle.css",
"version": "1.0.7",
"version": "1.0.8",
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
"main": "destyle.css",
"style": "destyle.css",