give feedback on selected input field
This commit is contained in:
parent
1c5d02e1d9
commit
db2cc5f416
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ header .button, footer .button, .button.small {
|
||||||
|
|
||||||
.smallogo { text-align: center; margin: 0; padding: 0; }
|
.smallogo { text-align: center; margin: 0; padding: 0; }
|
||||||
|
|
||||||
button:active, a:active, .button:active {
|
button:active, a:active, .button:active, input:active, input:focus {
|
||||||
background: black !important;
|
background: black !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue