diff --git a/static/index.html b/static/index.html index 1640e13..9023dc8 100644 --- a/static/index.html +++ b/static/index.html @@ -9,8 +9,8 @@
diff --git a/static/transbeam.css b/static/transbeam.css index 5f9b129..d442e02 100644 --- a/static/transbeam.css +++ b/static/transbeam.css @@ -17,8 +17,9 @@ button:hover, .fake_button:hover { background-color: #aaa; } -button:disabled, button:disabled:hover, .fake_button:disabled, .fake_button:disabled:hover { +button:disabled, input:disabled + .fake_button { color: #aaa; background-color: #eee; border-color: #ddd; + cursor: not-allowed; }