|
|
|
@ -455,10 +455,9 @@ Menu.opaque = false
|
|
|
|
|
Menu.borderPainted = true |
|
|
|
|
Menu.background = @menuBackground |
|
|
|
|
Menu.selectionBackground=$fill.hover |
|
|
|
|
Menu.toolbar.selectionBackground=$brand.normal |
|
|
|
|
Menu.toolbar.selectionForeground=$text.white |
|
|
|
|
Menu.toolbar.acceleratorForeground=@foreground |
|
|
|
|
Menu.toolbar.acceleratorSelectionForeground=$text.white |
|
|
|
|
#Menu.selectionForeground=$text.white |
|
|
|
|
#Menu.acceleratorForeground=@foreground |
|
|
|
|
#Menu.acceleratorSelectionForeground=$text.white |
|
|
|
|
|
|
|
|
|
#---- MenuBar ---- |
|
|
|
|
|
|
|
|
@ -492,15 +491,11 @@ MenuItem.acceleratorArrowGap=4
|
|
|
|
|
MenuItem.acceleratorDelimiter = "+" |
|
|
|
|
MenuItem.acceleratorForeground=@foreground |
|
|
|
|
MenuItem.acceleratorSelectionForeground=@foreground |
|
|
|
|
MenuItem.toolbar.acceleratorForeground=@foreground |
|
|
|
|
MenuItem.toolbar.acceleratorSelectionForeground=$text.white |
|
|
|
|
[mac]MenuItem.acceleratorDelimiter = "" |
|
|
|
|
MenuItem.selectionInsets=0,4,0,4 |
|
|
|
|
MenuItem.selectionArc=4 |
|
|
|
|
MenuItem.selectionBackground=$fill.hover |
|
|
|
|
MenuItem.selectionForeground=@foreground |
|
|
|
|
MenuItem.toolbar.selectionBackground=$brand.normal |
|
|
|
|
MenuItem.toolbar.selectionForeground=$text.white |
|
|
|
|
MenuItem.disabledForeground=fade(@foreground,29%) |
|
|
|
|
|
|
|
|
|
# for MenuItem.selectionType = underline |
|
|
|
@ -570,7 +565,6 @@ PopupMenu.border=com.fine.theme.light.ui.FinePopupMenuBorder
|
|
|
|
|
PopupMenu.borderInsets=10,0,10,0 |
|
|
|
|
PopupMenu.borderCornerRadius = $Popup.borderCornerRadius |
|
|
|
|
PopupMenu.background=$background.normal |
|
|
|
|
PopupMenu.toolbar.background=$fill.gray |
|
|
|
|
PopupMenu.scrollArrowColor = @buttonArrowColor |
|
|
|
|
PopupMenu.borderColor=$border.divider |
|
|
|
|
PopupMenu.hoverScrollArrowBackground = darken(@background,5%) |
|
|
|
@ -1271,6 +1265,18 @@ CellOtherSetPane.height=$Component.defaultHeight
|
|
|
|
|
[style]ToggleButton.inToolbarGroup = \ |
|
|
|
|
margin : 4,4,4,4; \ |
|
|
|
|
background : #fff |
|
|
|
|
[style]Menu.menuToolBar=\ |
|
|
|
|
selectionBackground : $brand.normal; \ |
|
|
|
|
selectionForeground : $text.white; \ |
|
|
|
|
acceleratorForeground : @foreground; \ |
|
|
|
|
acceleratorSelectionForeground : $text.white |
|
|
|
|
[style]MenuItem.menuItemToolBar=\ |
|
|
|
|
selectionBackground : $brand.normal; \ |
|
|
|
|
selectionForeground : $text.white; \ |
|
|
|
|
acceleratorForeground : @foreground; \ |
|
|
|
|
acceleratorSelectionForeground : $text.white |
|
|
|
|
[style]PopupMenu.popupMenuToolBar=\ |
|
|
|
|
background: $fill.gray |
|
|
|
|
|
|
|
|
|
#---- clearButton ---- |
|
|
|
|
# for clear/cancel button in text fields |
|
|
|
|