disable animations on disabled buttons

This commit is contained in:
ntr 2019-10-16 12:10:38 +11:00
parent 66f80629cd
commit 4ed8be2fc0

View File

@ -204,6 +204,7 @@ table .highlight {
button[disabled] {
color: #222;
border-color: #222;
animation: 0;
}
#mnml input, #mnml select {