fixed FlatTestLaf (broken by commit 342b932f9e)

This commit is contained in:
Karl Tauber
2019-10-21 20:11:35 +02:00
parent be88eeb343
commit fff0e5e946
3 changed files with 4 additions and 3 deletions

View File

@@ -409,6 +409,7 @@ ToolBar.separatorColor=@@Separator.foreground
#---- ToolTip ----
ToolTip.border=4,6,4,6,@@Component.borderColor
ToolTip.borderInactive=null
ToolTip.backgroundInactive=@@ToolTip.background
ToolTip.foregroundInactive=@disabledText

View File

@@ -234,7 +234,6 @@ ToggleButton.toolbar.selectedBackground=cfcfcf
#---- ToolTip ----
ToolTip.border=4,6,4,6,@@Component.borderColor
ToolTip.background=fafafa

View File

@@ -20,6 +20,7 @@
@selectionBackground=00aa00
@selectionInactiveBackground=888888
@selectionInactiveForeground=ffffff
@disabledText=000088
@textComponentBackground=ffffff
@cellFocusColor=ff0000
@icon=afafaf
@@ -37,8 +38,8 @@
*.selectionBackground=@selectionBackground
*.selectionForeground=ffff00
*.disabledBackground=e0e0e0
*.disabledForeground=000088
*.disabledText=000088
*.disabledForeground=@disabledText
*.disabledText=@disabledText
*.acceleratorForeground=ff8888
*.acceleratorSelectionForeground=ffffff