I want all the cell to be white. So I use...
.list-cell:selected {
-fx-background-color: #fff;
}
...in the CSS, but it doesn't work. What should I do?
I want all the cell to be white. So I use...
.list-cell:selected {
-fx-background-color: #fff;
}
...in the CSS, but it doesn't work. What should I do?
Take a look at this question:
Styling a TableView in CSS (JavaFX)
Also... .list-cell has nothing to do with tables. Where did you get the idea to use that?