Increase input element padding

The text gets a bit cramped otherwise. Extra so at larger font sizes.
This commit is contained in:
Pierre Ossman 2022-10-11 13:50:09 +02:00
parent a1e11e6d00
commit f887abdb38
1 changed files with 2 additions and 2 deletions

View File

@ -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;