mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
Button and ToggleButton: added missing border colors for pressed and selected states (issue #848)
This commit is contained in:
@@ -94,6 +94,9 @@ Button.endBorderColor = #f00
|
||||
Button.disabledBorderColor = #008
|
||||
Button.focusedBorderColor = #466d94
|
||||
Button.hoverBorderColor = #f00
|
||||
Button.pressedBorderColor = #0ff
|
||||
Button.selectedBorderColor = #f0f
|
||||
Button.disabledSelectedBorderColor = #ff0
|
||||
|
||||
Button.innerFocusWidth = 1
|
||||
|
||||
@@ -109,6 +112,7 @@ Button.default.pressedForeground = #0080ff
|
||||
Button.default.startBorderColor = #f00
|
||||
Button.default.endBorderColor = #00f
|
||||
Button.default.hoverBorderColor = #f00
|
||||
Button.default.pressedBorderColor = #88f
|
||||
Button.default.focusedBorderColor = #537699
|
||||
Button.default.focusColor = #f00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user