apply proper disabled styling to fake buttons too
This commit is contained in:
parent
05f33af7e1
commit
b0382ff649
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue