|
|
@ -147,7 +147,7 @@ Button.margin = 2,12,2,12 |
|
|
|
Button.iconTextGap = 4 |
|
|
|
Button.iconTextGap = 4 |
|
|
|
Button.rollover = true |
|
|
|
Button.rollover = true |
|
|
|
Button.defaultButtonFollowsFocus = false |
|
|
|
Button.defaultButtonFollowsFocus = false |
|
|
|
Button.borderWidth = 2 |
|
|
|
Button.borderWidth = 1 |
|
|
|
Button.medium.margin = 2,12,2,12 |
|
|
|
Button.medium.margin = 2,12,2,12 |
|
|
|
Button.small.margin = 0,10,0,10 |
|
|
|
Button.small.margin = 0,10,0,10 |
|
|
|
|
|
|
|
|
|
|
@ -155,7 +155,7 @@ Button.background = @buttonBackground |
|
|
|
Button.focusedBackground = @buttonBackground |
|
|
|
Button.focusedBackground = @buttonBackground |
|
|
|
Button.hoverBackground = $fill.hover |
|
|
|
Button.hoverBackground = $fill.hover |
|
|
|
Button.pressedBackground = $fill.click |
|
|
|
Button.pressedBackground = $fill.click |
|
|
|
Button.selectedBackground = darken($Button.background,20%,derived) |
|
|
|
Button.selectedBackground = $fill.click |
|
|
|
Button.selectedForeground = $Button.foreground |
|
|
|
Button.selectedForeground = $Button.foreground |
|
|
|
Button.disabledSelectedBackground = darken($Button.background,13%,derived) |
|
|
|
Button.disabledSelectedBackground = darken($Button.background,13%,derived) |
|
|
|
Button.disabledBackground = $fill.disabled |
|
|
|
Button.disabledBackground = $fill.disabled |
|
|
@ -189,13 +189,15 @@ Button.default.borderColor = @accentButtonDefaultBorderColor |
|
|
|
Button.default.hoverBorderColor = $Button.hoverBorderColor |
|
|
|
Button.default.hoverBorderColor = $Button.hoverBorderColor |
|
|
|
Button.default.focusedBorderColor = $Button.focusedBorderColor |
|
|
|
Button.default.focusedBorderColor = $Button.focusedBorderColor |
|
|
|
Button.default.focusColor = $Component.focusColor |
|
|
|
Button.default.focusColor = $Component.focusColor |
|
|
|
Button.default.borderWidth = 2 |
|
|
|
Button.default.borderWidth = 1 |
|
|
|
|
|
|
|
|
|
|
|
Button.toolbar.hoverBackground = darken($Button.background,12%,derived) |
|
|
|
Button.toolbar.background = #fff |
|
|
|
Button.toolbar.pressedBackground = darken($Button.background,15%,derived) |
|
|
|
Button.toolbar.hoverBackground = $fill.hover |
|
|
|
Button.toolbar.selectedBackground = $Button.selectedBackground |
|
|
|
Button.toolbar.pressedBackground = $fill.click |
|
|
|
Button.toolbar.margin = 3,3,3,3 |
|
|
|
Button.toolbar.selectedBackground = $fill.click |
|
|
|
Button.toolbar.spacingInsets = 1,2,1,2 |
|
|
|
Button.toolbar.margin = 4,4,4,4 |
|
|
|
|
|
|
|
Button.toolbar.borderWidth = 0 |
|
|
|
|
|
|
|
Button.toolbar.spacingInsets = 0,0,0,0 |
|
|
|
|
|
|
|
|
|
|
|
Button.group.background = #FFF |
|
|
|
Button.group.background = #FFF |
|
|
|
Button.group.selectedBackground = #2576EF |
|
|
|
Button.group.selectedBackground = #2576EF |
|
|
@ -413,48 +415,6 @@ HelpButton.pressedBackground = $?Button.pressedBackground |
|
|
|
HelpButton.borderWidth = $?Button.borderWidth |
|
|
|
HelpButton.borderWidth = $?Button.borderWidth |
|
|
|
HelpButton.innerFocusWidth = $?Button.innerFocusWidth |
|
|
|
HelpButton.innerFocusWidth = $?Button.innerFocusWidth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#---- InternalFrame ---- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.border = com.formdev.flatlaf.ui.FlatInternalFrameUI$FlatInternalFrameBorder |
|
|
|
|
|
|
|
InternalFrame.borderLineWidth = 1 |
|
|
|
|
|
|
|
InternalFrame.borderMargins = 6,6,6,6 |
|
|
|
|
|
|
|
InternalFrame.buttonSize = 24,24 |
|
|
|
|
|
|
|
InternalFrame.closeIcon = com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon |
|
|
|
|
|
|
|
InternalFrame.iconifyIcon = com.formdev.flatlaf.icons.FlatInternalFrameIconifyIcon |
|
|
|
|
|
|
|
InternalFrame.maximizeIcon = com.formdev.flatlaf.icons.FlatInternalFrameMaximizeIcon |
|
|
|
|
|
|
|
InternalFrame.minimizeIcon = com.formdev.flatlaf.icons.FlatInternalFrameRestoreIcon |
|
|
|
|
|
|
|
InternalFrame.windowBindings = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# drop shadow |
|
|
|
|
|
|
|
InternalFrame.dropShadowPainted = true |
|
|
|
|
|
|
|
InternalFrame.activeDropShadowColor = null |
|
|
|
|
|
|
|
InternalFrame.activeDropShadowInsets = 5,5,6,6 |
|
|
|
|
|
|
|
InternalFrame.inactiveDropShadowColor = null |
|
|
|
|
|
|
|
InternalFrame.inactiveDropShadowInsets = 3,3,4,4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.activeTitleBackground = #fff |
|
|
|
|
|
|
|
InternalFrame.activeTitleForeground = @foreground |
|
|
|
|
|
|
|
InternalFrame.inactiveTitleBackground = darken($InternalFrame.activeTitleBackground,2%) |
|
|
|
|
|
|
|
InternalFrame.inactiveTitleForeground = @disabledForeground |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.activeBorderColor = shade(@background,40%) |
|
|
|
|
|
|
|
InternalFrame.inactiveBorderColor = shade(@background,20%) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.buttonHoverBackground = darken($InternalFrame.activeTitleBackground,10%,derived) |
|
|
|
|
|
|
|
InternalFrame.buttonPressedBackground = darken($InternalFrame.activeTitleBackground,20%,derived) |
|
|
|
|
|
|
|
InternalFrame.closeHoverBackground = lazy(Actions.Red) |
|
|
|
|
|
|
|
InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy) |
|
|
|
|
|
|
|
InternalFrame.closeHoverForeground = #fff |
|
|
|
|
|
|
|
InternalFrame.closePressedForeground = #fff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.activeDropShadowOpacity = 0.25 |
|
|
|
|
|
|
|
InternalFrame.inactiveDropShadowOpacity = 0.5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#---- InternalFrameTitlePane ---- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrameTitlePane.border = 0,8,0,0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#---- List ---- |
|
|
|
#---- List ---- |
|
|
|
|
|
|
|
|
|
|
|
List.border = 0,0,0,0 |
|
|
|
List.border = 0,0,0,0 |
|
|
@ -1059,7 +1019,7 @@ ToggleButton.disabledSelectedBackground = darken($ToggleButton.background,13%,de |
|
|
|
|
|
|
|
|
|
|
|
ToggleButton.toolbar.hoverBackground = $Button.toolbar.hoverBackground |
|
|
|
ToggleButton.toolbar.hoverBackground = $Button.toolbar.hoverBackground |
|
|
|
ToggleButton.toolbar.pressedBackground = $Button.toolbar.pressedBackground |
|
|
|
ToggleButton.toolbar.pressedBackground = $Button.toolbar.pressedBackground |
|
|
|
ToggleButton.toolbar.selectedBackground = $ToggleButton.selectedBackground |
|
|
|
ToggleButton.toolbar.selectedBackground = $Button.toolbar.selectedBackground |
|
|
|
|
|
|
|
|
|
|
|
# button type "tab" |
|
|
|
# button type "tab" |
|
|
|
ToggleButton.tab.underlineHeight = 0 |
|
|
|
ToggleButton.tab.underlineHeight = 0 |
|
|
@ -1241,7 +1201,7 @@ CellOtherSetPane.height=$Component.defaultHeight |
|
|
|
disabledSelectedBackground : #F2F4F8; \ |
|
|
|
disabledSelectedBackground : #F2F4F8; \ |
|
|
|
borderWidth : 0 |
|
|
|
borderWidth : 0 |
|
|
|
|
|
|
|
|
|
|
|
[style]Button.small = margin : 0,10,0,10; |
|
|
|
[style]Button.abc = margin : 0,8,0,8 |
|
|
|
|
|
|
|
|
|
|
|
[style]Button.secondary = \ |
|
|
|
[style]Button.secondary = \ |
|
|
|
background : $Button.background; \ |
|
|
|
background : $Button.background; \ |
|
|
@ -1253,14 +1213,23 @@ CellOtherSetPane.height=$Component.defaultHeight |
|
|
|
hoverBorderColor : $Button.hoverBorderColor; \ |
|
|
|
hoverBorderColor : $Button.hoverBorderColor; \ |
|
|
|
focusedBorderColor : $Button.focusedBorderColor; \ |
|
|
|
focusedBorderColor : $Button.focusedBorderColor; \ |
|
|
|
focusColor : $Component.focusColor; \ |
|
|
|
focusColor : $Component.focusColor; \ |
|
|
|
borderWidth : 2 |
|
|
|
borderWidth : 1 |
|
|
|
|
|
|
|
|
|
|
|
[style]CombinationButton.primary = \ |
|
|
|
[style]CombinationButton.primary = \ |
|
|
|
background : @BrandColor; \ |
|
|
|
background : @BrandColor; \ |
|
|
|
arc : 3 |
|
|
|
arc : 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[style]CombinationButton.toolbar = \ |
|
|
|
|
|
|
|
background : #fff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[style]Button.inToolbarLeft = \ |
|
|
|
|
|
|
|
margin : 4,4,4,0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[style]Button.inToolbarRight = \ |
|
|
|
|
|
|
|
margin : 1,1,1,1 |
|
|
|
|
|
|
|
|
|
|
|
[style]ToolBar.topTools = \ |
|
|
|
[style]ToolBar.topTools = \ |
|
|
|
background: #fff |
|
|
|
background: #fff |
|
|
|
|
|
|
|
|
|
|
|
#---- clearButton ---- |
|
|
|
#---- clearButton ---- |
|
|
|
# for clear/cancel button in text fields |
|
|
|
# for clear/cancel button in text fields |
|
|
|