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

View File

@@ -117,7 +117,7 @@ textarea {
-moz-appearance: none;
background: none;
padding: 2px;
padding: 5px;
border: 1px solid rgb(192, 192, 192);
border-radius: 5px;
color: black;
@@ -134,7 +134,7 @@ select {
-moz-appearance: none;
background: none;
padding: 2px;
padding: 5px;
border: 1px solid rgb(192, 192, 192);
border-bottom-width: 2px;
border-radius: 5px;