disable animations on disabled buttons
This commit is contained in:
parent
66f80629cd
commit
4ed8be2fc0
@ -204,6 +204,7 @@ table .highlight {
|
||||
button[disabled] {
|
||||
color: #222;
|
||||
border-color: #222;
|
||||
animation: 0;
|
||||
}
|
||||
|
||||
#mnml input, #mnml select {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user