Improve input styles

This commit is contained in:
Yarmo Mackenbach 2021-06-09 10:25:16 +02:00
parent 0e88835f35
commit 2a1e28be24
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -386,7 +386,9 @@ pre code {
} }
form input[type="text"], form input[type="search"] { form input[type="text"], form input[type="search"] {
margin: 8px 0; margin: 8px 0;
padding: 4px;
border: 1px solid #444; border: 1px solid #444;
font-size: 0.9rem;
} }
form textarea { form textarea {
width: 100%; width: 100%;