bunker-like: form tweaks

This commit is contained in:
towards-a-new-leftypol 2024-11-27 18:55:25 -05:00
parent 8dc190f8e1
commit e27f7c3621
1 changed files with 10 additions and 2 deletions

View File

@ -90,16 +90,24 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
input[type="submit"] {
border: 3px double #07371F;
border-radius: 2px;
background: #16171A;
background-color: #16171A;
color: #ACACAC;
font-family: Courier, monospace;
font-weight: bold;
padding: 3px;
}
input[type="submit"]:hover {
border-color: #117743;
background-color: #117743;
}
.dropzone {
background: #16171A;
border: 1px double #07371F;
border: 1px solid #07371F;
color: #ACACAC;
border-radius: 2px;
margin: 0 2px;
}
.dropzone .file-hint {
color: #ACACAC;