How do I change the background color of a Jfoenix Combobox item?

Asked

Viewed 150 times

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:

Combobox azul

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.

  • 2

    Stack in Portuguese, jovem, translate your question ai.

  • came to see that Issue ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.