All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smallmind.javafx.extras.slider.Slider.css Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
.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