Newer
Older
.ringindicator{
-fx-ring-width: 22.0;
-fx-inner-radius: 60.0;
}
.ringindicator-inner-circle {
-fx-opacity: 1.0;
-fx-stroke: rgba(94, 33, 27, 1);
-fx-stroke-width: 8.0px;
-fx-fill: -fx-background;
}
.ringindicator-filler {
-fx-stroke: circleindicator-color;
-fx-fill: -fx-background;
-fx-stroke-line-cap: butt;
}
.ringindicator-outer-circle-secondary {
-fx-opacity: 0.1;
-fx-stroke: circleindicator-color;
-fx-stroke-width: 2.0px;
-fx-fill: -fx-background;
}
.indeterminate {
-fx-stroke: linear-gradient(from 0.0% 0.0% to 70.0% 70.0%, circleindicator-color 70.0%, white 75.0%, white);
}