The appearance of the ScrollPane can be easily changed, by having some notions of "CSS" and respecting some control "properties" and of course having some "imagination".
A) The elements that make up ScrollPane :
B) CSS properties :
.scroll-bar:vertical .track{}
.scroll-bar:horizontal .track{}
.scroll-bar:horizontal .thumb{}
.scroll-bar:vertical .thumb{}
.scroll-bar:vertical *.increment-button,
.scroll-bar:vertical *.decrement-button{}
.scroll-bar:vertical *.increment-arrow .content,
.scroll-bar:vertical *.decrement-arrow .content{}
.scroll-bar:vertical *.increment-arrow,
.scroll-bar:vertical *.decrement-arrow{}
.scroll-bar:horizontal *.increment-button,
.scroll-bar:horizontal *.decrement-button{}
.scroll-bar:horizontal *.increment-arrow .content,
.scroll-bar:horizontal *.decrement-arrow .content{}
.scroll-bar:horizontal *.increment-arrow,
.scroll-bar:horizontal *.decrement-arrow{}
.scroll-pane .corner{}
.scroll-pane{}