|
|
|
@ -155,7 +155,7 @@ Button.background = @buttonBackground
|
|
|
|
|
Button.focusedBackground = @buttonBackground |
|
|
|
|
Button.hoverBackground = $fill.hover |
|
|
|
|
Button.pressedBackground = $fill.click |
|
|
|
|
Button.selectedBackground = darken($Button.background,20%,derived) |
|
|
|
|
Button.selectedBackground = $fill.click |
|
|
|
|
Button.selectedForeground = $Button.foreground |
|
|
|
|
Button.disabledSelectedBackground = darken($Button.background,13%,derived) |
|
|
|
|
Button.disabledBackground = $fill.disabled |
|
|
|
@ -415,7 +415,6 @@ HelpButton.pressedBackground = $?Button.pressedBackground
|
|
|
|
|
HelpButton.borderWidth = $?Button.borderWidth |
|
|
|
|
HelpButton.innerFocusWidth = $?Button.innerFocusWidth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#---- List ---- |
|
|
|
|
|
|
|
|
|
List.border = 0,0,0,0 |
|
|
|
@ -1020,7 +1019,7 @@ ToggleButton.disabledSelectedBackground = darken($ToggleButton.background,13%,de
|
|
|
|
|
|
|
|
|
|
ToggleButton.toolbar.hoverBackground = $Button.toolbar.hoverBackground |
|
|
|
|
ToggleButton.toolbar.pressedBackground = $Button.toolbar.pressedBackground |
|
|
|
|
ToggleButton.toolbar.selectedBackground = $ToggleButton.selectedBackground |
|
|
|
|
ToggleButton.toolbar.selectedBackground = $Button.toolbar.selectedBackground |
|
|
|
|
|
|
|
|
|
# button type "tab" |
|
|
|
|
ToggleButton.tab.underlineHeight = 0 |
|
|
|
|