I'm having trouble with colors in JFoenix. My program has this yellow, gray and white palette, but all objects are in blue. Like the items in this combobox:
I tried to add this to the file jfx-combo-box.css
:
.jfx-combo-box{
-jfx-focus-color: #f2e668;
-jfx-unfocus-color: #4d4d4d;
-fx-prompt-text-fill: #4d4d4d;
}
.jfx-combo-box .label {
-fx-background-color: WHITE;
-fx-text-fill: RED;
}
But it did not work. This problem also occurs in my JFXListView.