mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Improve input styles
This commit is contained in:
parent
0e88835f35
commit
2a1e28be24
1 changed files with 3 additions and 1 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue