The following styles in caspian.css were put there for testing ListView and were intended to be removed prior to ship. These should be removed.
.scroll-view > * {
-fx-base: yellow;
-fx-border-color: red !important;
-fx-background-color: yellow;
}
ScrollViewSkin > * {
-fx-base: yellow;
-fx-border-color: red;
-fx-background-color: yellow;
}
.scroll-view > * {
-fx-base: yellow;
-fx-border-color: red !important;
-fx-background-color: yellow;
}
ScrollViewSkin > * {
-fx-base: yellow;
-fx-border-color: red;
-fx-background-color: yellow;
}