From 71efba48bb67b08e8e37a3b4728ed3e635bd772b Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 25 Apr 2012 16:48:01 -0700 Subject: [PATCH] Add disabled style for buttons. --- web/viewer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 45f8a7253..42de239cb 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -161,6 +161,10 @@ body { background-color: rgba(0, 0, 0, 0); } +.toolbarButton[disabled] { + opacity: .5; +} + .splitToolbarButton:hover > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton { background-color: hsla(0,0%,0%,.12);