mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 15:00:54 +03:00
fixed FlatTestLaf (broken by commit 342b932f9e)
This commit is contained in:
@@ -409,6 +409,7 @@ ToolBar.separatorColor=@@Separator.foreground
|
|||||||
|
|
||||||
#---- ToolTip ----
|
#---- ToolTip ----
|
||||||
|
|
||||||
|
ToolTip.border=4,6,4,6,@@Component.borderColor
|
||||||
ToolTip.borderInactive=null
|
ToolTip.borderInactive=null
|
||||||
ToolTip.backgroundInactive=@@ToolTip.background
|
ToolTip.backgroundInactive=@@ToolTip.background
|
||||||
ToolTip.foregroundInactive=@disabledText
|
ToolTip.foregroundInactive=@disabledText
|
||||||
|
|||||||
@@ -234,7 +234,6 @@ ToggleButton.toolbar.selectedBackground=cfcfcf
|
|||||||
|
|
||||||
#---- ToolTip ----
|
#---- ToolTip ----
|
||||||
|
|
||||||
ToolTip.border=4,6,4,6,@@Component.borderColor
|
|
||||||
ToolTip.background=fafafa
|
ToolTip.background=fafafa
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
@selectionBackground=00aa00
|
@selectionBackground=00aa00
|
||||||
@selectionInactiveBackground=888888
|
@selectionInactiveBackground=888888
|
||||||
@selectionInactiveForeground=ffffff
|
@selectionInactiveForeground=ffffff
|
||||||
|
@disabledText=000088
|
||||||
@textComponentBackground=ffffff
|
@textComponentBackground=ffffff
|
||||||
@cellFocusColor=ff0000
|
@cellFocusColor=ff0000
|
||||||
@icon=afafaf
|
@icon=afafaf
|
||||||
@@ -37,8 +38,8 @@
|
|||||||
*.selectionBackground=@selectionBackground
|
*.selectionBackground=@selectionBackground
|
||||||
*.selectionForeground=ffff00
|
*.selectionForeground=ffff00
|
||||||
*.disabledBackground=e0e0e0
|
*.disabledBackground=e0e0e0
|
||||||
*.disabledForeground=000088
|
*.disabledForeground=@disabledText
|
||||||
*.disabledText=000088
|
*.disabledText=@disabledText
|
||||||
*.acceleratorForeground=ff8888
|
*.acceleratorForeground=ff8888
|
||||||
*.acceleratorSelectionForeground=ffffff
|
*.acceleratorSelectionForeground=ffffff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user