How to set background ChoiceBox item color to ChoiceBox with css?
I need to change items list backgound color.
I tried with following code, but it doesnt helps:
.choice-box .context-menu {
-fx-backgound-color: red;
}
.choice-box .menu-item{
-fx-background-color: red;
}