bunker_like: submit button color
This commit is contained in:
parent
709b4ff32d
commit
132aa54b84
|
@ -85,10 +85,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
|||
input[type="submit"] {
|
||||
border: 3px double #07371F;
|
||||
border-radius: 2px;
|
||||
background-color: #16171A;
|
||||
background-color: #07371F;
|
||||
color: #ACACAC;
|
||||
font-family: Courier, monospace;
|
||||
font-weight: bold;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover {
|
||||
|
|
Loading…
Reference in New Issue