Increase input element padding
The text gets a bit cramped otherwise. Extra so at larger font sizes.
This commit is contained in:
parent
a1e11e6d00
commit
f887abdb38
|
@ -117,7 +117,7 @@ textarea {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
padding: 2px;
|
padding: 5px;
|
||||||
border: 1px solid rgb(192, 192, 192);
|
border: 1px solid rgb(192, 192, 192);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -134,7 +134,7 @@ select {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
padding: 2px;
|
padding: 5px;
|
||||||
border: 1px solid rgb(192, 192, 192);
|
border: 1px solid rgb(192, 192, 192);
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue