apply proper disabled styling to fake buttons too

main
xenofem 2022-04-27 13:01:41 -04:00
parent 05f33af7e1
commit b0382ff649
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ button:hover, .fake_button:hover {
background-color: #aaa;
}
button:disabled, button:disabled:hover {
button:disabled, button:disabled:hover, .fake_button:disabled, .fake_button:disabled:hover {
color: #aaa;
background-color: #eee;
border-color: #ddd;