Caspain CSS use a little bit more of CSS
.list-view:focused .list-cell:focused {-fx-background-color:-fx-focus-color,-fx-cell-focus-inner-border,-fx-control-inner-background;-fx-background-insets:0,1,2;}
.list-view:focused .list-cell:focused
dd {-fx-background-color:-fx-focus-color,-fx-cell-focus-inner-border, derive(-fx-control-inner-background,-5%);-fx-background-insets:0,1,2;}
/* When the list-cell is selected and focused */.list-view:focused .list-cell:filled:focused:selected {-fx-background-color:-fx-focus-color,-fx-cell-focus-inner-border,-fx-selection-bar;-fx-background-insets:0,1,2;-fx-background:-fx-accent;-fx-text-fill:-fx-selection-bar-text;}
.list-view:focused .list-cell:filled:selected,.list-view:focused .list-cell:filled:selected:hover {-fx-background:-fx-accent;-fx-background-color:-fx-selection-bar;-fx-text-fill:-fx-selection-bar-text;}
.list-view:focused .list-cell:filled:focused:selected:hover {-fx-background:-fx-accent;-fx-background-color:-fx-focus-color,-fx-cell-focus-inner-border,-fx-selection-bar;-fx-background-insets:0,1,2;-fx-text-fill:-fx-selection-bar-text;}