Browse Source

Use container background for spinner/combo arrow background.

pull/127/head
weisj 5 years ago
parent
commit
8e5be12e0c
  1. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties
  2. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties

@ -30,7 +30,7 @@ ComboBox.inactiveBorderColor = %widgetBorderInactive
ComboBox.focusBorderColor = %glowFocusLine
ComboBox.inactiveBackground = %widgetFillInactive
ComboBox.activeBackground = %backgroundContainer
ComboBox.arrowBackground = %background
ComboBox.arrowBackground = %backgroundContainer
ComboBox.editBackground = %background
ComboBox.disabledForeground = %textForegroundInactive
ComboBox.disabledBackground = %widgetFillInactive

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties

@ -28,7 +28,7 @@ Spinner.activeBorderColor = %widgetBorder
Spinner.inactiveBorderColor = %widgetBorderInactive
Spinner.focusBorderColor = %glowFocusLine
Spinner.inactiveBackground = %widgetFillInactive
Spinner.arrowBackground = %background
Spinner.arrowBackground = %backgroundContainer
Spinner.activeBackground = %textBackground
Spinner.arrowButtonInsets = 2,2,2,2
Spinner.editorBorderPainted = false

Loading…
Cancel
Save