Move inline-block styling to user-agent and add button

Fixes #8064
This commit is contained in:
Jan-Erik Rediger 2015-10-18 21:49:53 +02:00
parent 662ff9b8c2
commit dbe43237cc
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
input, textarea, select { display: inline-block; }
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; }
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: pre; }
button,