In current productrion JavaFX2 code base:
Normally when I scroll through the rows on a ListView, each row is highlighted.
But when I add this to a style sheet:
.list-cell:odd {
-fx-background-color: #cfe2ca;
}
The odd row is no longer highlighted on hover over (the even rows, displayed in white, still are. I have changed nothing else regarding listview in the style sheet.
Normally when I scroll through the rows on a ListView, each row is highlighted.
But when I add this to a style sheet:
.list-cell:odd {
-fx-background-color: #cfe2ca;
}
The odd row is no longer highlighted on hover over (the even rows, displayed in white, still are. I have changed nothing else regarding listview in the style sheet.