mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
Spinner: support Spinner.focusedBackground
ComboBox: - prefer explicit set background color over focusedBackground - if ComboBox.buttonFocusedBackground is not specified use ComboBox.focusedBackground - added ComboBox.popupFocusedBackground (issue #335)
This commit is contained in:
@@ -130,6 +130,10 @@ ComboBox.background = #fff
|
||||
ComboBox.buttonBackground = #f0f0f0
|
||||
ComboBox.buttonEditableBackground = #ccc
|
||||
|
||||
ComboBox.focusedBackground = #ff8
|
||||
ComboBox.buttonFocusedBackground = #ff0
|
||||
ComboBox.popupFocusedBackground = #ffc
|
||||
|
||||
|
||||
#---- Component ----
|
||||
|
||||
@@ -295,6 +299,11 @@ Slider.disabledTrackColor = #ff8
|
||||
Slider.disabledThumbColor = #880
|
||||
|
||||
|
||||
#---- Spinner ----
|
||||
|
||||
Spinner.focusedBackground = #ff8
|
||||
|
||||
|
||||
#---- SplitPane ----
|
||||
|
||||
SplitPaneDivider.draggingColor = #800
|
||||
|
||||
Reference in New Issue
Block a user