mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
CheckBox: support styling indeterminate state of tri-state check boxes (issue #919)
This commit is contained in:
@@ -62,6 +62,9 @@ CheckBox.icon.pressedBackground = CheckBox.icon.background
|
||||
CheckBox.icon.focusedSelectedBackground = CheckBox.icon.selectedBackground
|
||||
CheckBox.icon.hoverSelectedBackground = CheckBox.icon.selectedBackground
|
||||
CheckBox.icon.pressedSelectedBackground = CheckBox.icon.selectedBackground
|
||||
CheckBox.icon.focusedIndeterminateBackground = CheckBox.icon.indeterminateBackground
|
||||
CheckBox.icon.hoverIndeterminateBackground = CheckBox.icon.indeterminateBackground
|
||||
CheckBox.icon.pressedIndeterminateBackground = CheckBox.icon.indeterminateBackground
|
||||
|
||||
CheckBox.icon[filled].disabledBackground = CheckBox.icon[filled].background
|
||||
CheckBox.icon[filled].focusedBackground = CheckBox.icon[filled].background
|
||||
@@ -70,7 +73,9 @@ CheckBox.icon[filled].pressedBackground = CheckBox.icon[filled].background
|
||||
CheckBox.icon[filled].focusedSelectedBackground = CheckBox.icon[filled].selectedBackground
|
||||
CheckBox.icon[filled].hoverSelectedBackground = CheckBox.icon[filled].selectedBackground
|
||||
CheckBox.icon[filled].pressedSelectedBackground = CheckBox.icon[filled].selectedBackground
|
||||
|
||||
CheckBox.icon[filled].focusedIndeterminateBackground = CheckBox.icon[filled].indeterminateBackground
|
||||
CheckBox.icon[filled].hoverIndeterminateBackground = CheckBox.icon[filled].indeterminateBackground
|
||||
CheckBox.icon[filled].pressedIndeterminateBackground = CheckBox.icon[filled].indeterminateBackground
|
||||
|
||||
#---- CheckBoxMenuItem ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user