fix beeping style

This commit is contained in:
Sofia 2019-04-17 22:50:54 +03:00
parent a68dd83183
commit 28b8504082
1 changed files with 3 additions and 3 deletions

View File

@ -123,11 +123,11 @@ button:hover {
width: 10em;
}
.invalid {
background-color: #dd7979
#time-input.invalid {
background-color: #dd7979!
}
.invalid:hover {
#time-input.invalid:hover {
background-color: #c56161
}