ListView
, . . -fx-control-inner-background
, "" , .
.list-cell {
-fx-control-inner-background: blue ;
}
. , ( ), :
.list-cell {
-fx-control-inner-background: blue ;
-fx-control-inner-background-alt: derive(-fx-control-inner-background, 50%);
}
, , :
playlistView.setStyle("-fx-control-inner-background: blue;");
, ( ), .