* { -theme-secondary-dark: #303030; } /******************************************************************************* * * * Slider * * * ******************************************************************************/ .jfx-slider .slider-value { -fx-rotate: 0.0; } /* .jfx-slider > .track { -fx-background-color: yellow; } */ .jfx-slider > .colored-track { -fx-background-color: #ee3523; } .jfx-slider > .thumb { -fx-background-color: #ee3523; } .jfx-slider .animated-thumb { -fx-rotate: 0.0; -fx-pref-height: 30.0px; -fx-pref-width: 80.0px; -fx-background-color: -theme-secondary-dark; -fx-background-radius: 5.0px 5.0px 5.0px 5.0px; } /******************************************************************************* * * * ListView * * * ******************************************************************************/ .list-view { -fx-background-color: -theme-secondary-dark; -fx-padding: 1.0px; } .list-view .list-cell:hover { -fx-background-color: #434343; } .list-view .list-cell:selected { -fx-background-color: #434343; } .list-view .list-cell { -fx-background-color: -theme-secondary-dark; -fx-text-fill: white; } .list-view .label { -fx-text-fill: white; } .jfx-rippler { -jfx-rippler-fill: #ee3523; } /******************************************************************************* * * * Popup * * * ******************************************************************************/ .jfx-popup-container { -fx-background-color: -theme-secondary-dark; }