org.smallmind.javafx.extras.slider.Slider.css Maven / Gradle / Ivy
.slider .track-overlay {
-fx-background-color: -fx-shadow-highlight-color, derive(-fx-color, -52%), linear-gradient(to bottom, derive(-fx-color, -45.5%), derive(-fx-color, -6%) 30%, derive(-fx-color, 28%));
-fx-background-insets: 1 0 -1 0, 0, 1;
-fx-background-radius: 2.5, 2.5, 1.5;
-fx-padding: 0.208333em; /* 2.5 */
}
.slider:vertical .track-overlay {
-fx-background-color: -fx-shadow-highlight-color, derive(-fx-color, -52%), linear-gradient(to right, derive(-fx-color, -45.5%), derive(-fx-color, -6%) 30%, derive(-fx-color, 28%));
-fx-background-insets: 0 -1 0 1, 0, 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy