mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
SwingX: improved dark/light colors "column control" icon for JXTable (issue #434)
This commit is contained in:
@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #777
|
|||||||
JXBusyLabel.highlightColor = #e0e0e0
|
JXBusyLabel.highlightColor = #e0e0e0
|
||||||
|
|
||||||
|
|
||||||
|
#---- ColumnControlButton ----
|
||||||
|
|
||||||
|
ColumnControlButton.iconColor = shade(@foreground,10%)
|
||||||
|
|
||||||
|
|
||||||
#---- Header ----
|
#---- Header ----
|
||||||
|
|
||||||
JXHeader.background = @background
|
JXHeader.background = @background
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
|
|||||||
#---- ColumnControlButton ----
|
#---- ColumnControlButton ----
|
||||||
|
|
||||||
ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnControlIcon
|
ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnControlIcon
|
||||||
ColumnControlButton.iconColor = @disabledForeground
|
|
||||||
|
|
||||||
|
|
||||||
#---- DatePicker ----
|
#---- DatePicker ----
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #c4c4c4
|
|||||||
JXBusyLabel.highlightColor = #808080
|
JXBusyLabel.highlightColor = #808080
|
||||||
|
|
||||||
|
|
||||||
|
#---- ColumnControlButton ----
|
||||||
|
|
||||||
|
ColumnControlButton.iconColor = tint(@foreground,45%)
|
||||||
|
|
||||||
|
|
||||||
#---- Header ----
|
#---- Header ----
|
||||||
|
|
||||||
JXHeader.background = @background
|
JXHeader.background = @background
|
||||||
|
|||||||
Reference in New Issue
Block a user