Add disabled style for buttons.
This commit is contained in:
parent
88ffc2db33
commit
71efba48bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user