0

I created a window in JavaFX Scene Builder and costumized the look via CSS. It works fine but the settings for the combobox doesnt apply for the whole box.Combobox Window

How do I correct this?

Slaw
  • 37,820
  • 8
  • 53
  • 80
Zehke
  • 129
  • 1
  • 1
  • 11
  • You should try the following : `.combo-box-base > .arrow-button { -fx-background-color: YOUR_COLOR; }` and have a look on ComboBoxBase in the [doc](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html#comboboxbase). – Pagbo Dec 11 '18 at 11:11
  • it worked thanks ^ – Zehke Dec 17 '18 at 14:38

0 Answers0