mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -06:00
List: cellNoFocusBorder, focusCellHighlightBorder and focusSelectedCellHighlightBorder added
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#---- variables ----
|
||||
|
||||
@background=ccffcc
|
||||
@selectionBackground=00aa00
|
||||
@textComponentBackground=ffffff
|
||||
@icon=afafaf
|
||||
|
||||
@@ -30,8 +31,8 @@
|
||||
*.caretForeground=0000ff
|
||||
*.inactiveBackground=f0f0f0
|
||||
*.inactiveForeground=000088
|
||||
*.selectionBackground=4B6EAF
|
||||
*.selectionForeground=00ff00
|
||||
*.selectionBackground=@selectionBackground
|
||||
*.selectionForeground=ffff00
|
||||
*.disabledBackground=e0e0e0
|
||||
*.disabledForeground=000088
|
||||
*.disabledText=000088
|
||||
@@ -94,6 +95,13 @@ Label.foreground=008800
|
||||
Label.disabledForeground=000088
|
||||
|
||||
|
||||
#---- List ----
|
||||
|
||||
List.cellNoFocusBorder=1,6,1,6
|
||||
List.focusSelectedCellHighlightBorder=1,6,1,6,880000
|
||||
List.focusCellHighlightBorder=1,6,1,6,880000
|
||||
|
||||
|
||||
#---- ProgressBar ----
|
||||
|
||||
ProgressBar.background=88ff88
|
||||
|
||||
Reference in New Issue
Block a user