Add disabled style for buttons.

This commit is contained in:
Brendan Dahl 2012-04-25 16:48:01 -07:00
parent 88ffc2db33
commit 71efba48bb

View File

@ -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);