If I want to customize the selection bar text color for a TableView via CSS, I can use:
-fx-selection-bar-text: white;
For a ListView, this doesn't work (nor anything else). I have not found any way to customize the selection bar text color in a ListView.
-fx-selection-bar-text: white;
For a ListView, this doesn't work (nor anything else). I have not found any way to customize the selection bar text color in a ListView.