You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
473 B
16 lines
473 B
.slider .thumb {
|
|
-fx-background-image: url("/visualiser/images/sun.png");
|
|
-fx-background-size: 25px;
|
|
-fx-pref-height: 25px;
|
|
-fx-pref-width: 25px;
|
|
-fx-background-position: top;
|
|
-fx-background-repeat: no-repeat;
|
|
-fx-focus-color: transparent;
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
.slider .track {
|
|
-fx-control-inner-background: dodgerblue;
|
|
-fx-border-color: rgba(30, 144, 255, 0.44);
|
|
-fx-border-radius: 0.25em, 0.25em, 0.166667em;
|
|
} |