diff --git a/static/transbeam.css b/static/transbeam.css index 29dfbbb..5f9b129 100644 --- a/static/transbeam.css +++ b/static/transbeam.css @@ -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;