mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -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"] {
|
||||
margin: 8px 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #444;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
form textarea {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue