GP-4316 - Updated how empty border buttons paint their focused state

This commit is contained in:
dragonmacher 2024-04-16 17:37:50 -04:00
parent 190f1eaa1e
commit 208b8238ca
4 changed files with 25 additions and 5 deletions

View file

@ -31,6 +31,7 @@ color.fg.filterfield = color.palette.black
color.border.bevel.highlight = color.palette.lightgray
color.border.bevel.shadow = color.palette.gray
color.border.provider.disconnected = color.palette.orange
color.border.button.focused = [color]system.color.bg.selected.view
color.fg.button = color.palette.black
color.bg.filechooser = color.bg
@ -178,3 +179,9 @@ color.bg.highlight = #703401 // orangish
color.bg.filechooser.shortcut = [color]system.color.bg.view
[CDE/Motif]
// the tab pane focus color represents the standard motif focus color
color.border.button.focused = [color]laf.color.TabbedPane.focus