bunker-like: form tweaks
This commit is contained in:
parent
c864f3701e
commit
9fe1cf8713
|
@ -90,16 +90,24 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
border: 3px double #07371F;
|
border: 3px double #07371F;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #16171A;
|
background-color: #16171A;
|
||||||
color: #ACACAC;
|
color: #ACACAC;
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="submit"]:hover {
|
||||||
|
border-color: #117743;
|
||||||
|
background-color: #117743;
|
||||||
|
}
|
||||||
|
|
||||||
.dropzone {
|
.dropzone {
|
||||||
background: #16171A;
|
background: #16171A;
|
||||||
border: 1px double #07371F;
|
border: 1px solid #07371F;
|
||||||
color: #ACACAC;
|
color: #ACACAC;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
.dropzone .file-hint {
|
.dropzone .file-hint {
|
||||||
color: #ACACAC;
|
color: #ACACAC;
|
||||||
|
|
Loading…
Reference in New Issue