/******************************************************************************* * * * Slider * * * ******************************************************************************/ .jfx-slider .slider-value{ -fx-rotate: 0; } /* .jfx-slider > .track { -fx-background-color: yellow; } */ .jfx-slider .animated-thumb{ -fx-rotate: 0; -fx-pref-height: 30; -fx-pref-width: 80; -fx-background-color: #0F9D58; -fx-background-radius: 50% 50% 50% 50%; }