bunkerlike form css tweaks (by 1px)
This commit is contained in:
parent
ebb9f8a3ae
commit
8dc190f8e1
|
@ -80,22 +80,26 @@ input[type="text"], input[type="password"], textarea, select {
|
|||
background: #282A2E;
|
||||
color: #ACACAC;
|
||||
font-family: Courier, monospace;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
||||
box-shadow: 0px 0px 5px 2px #117743;
|
||||
box-shadow: 0px 0px 5px 2px #117743;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
border: 3px double #07371F;
|
||||
border-radius: 2px;
|
||||
background: #16171A;
|
||||
background: #16171A;
|
||||
color: #ACACAC;
|
||||
font-family: Courier, monospace;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dropzone {
|
||||
background: #16171A;
|
||||
border: 3px double #07371F;
|
||||
border: 1px double #07371F;
|
||||
color: #ACACAC;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.dropzone .file-hint {
|
||||
color: #ACACAC;
|
||||
|
|
Loading…
Reference in New Issue