0
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 archive 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 didn’t work. This problem also occurs in my Jfxlistview.
Stack in Portuguese, jovem, translate your question ai.
– user28595
came to see that Issue ?
– Renan Gomes