com.dlsc.gemsfx.arc-progress-indicator.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemsfx Show documentation
Show all versions of gemsfx Show documentation
A collection of JavaFX controls and utils.
.arc-progress-indicator {
}
.arc-progress-indicator .track-circle {
-fx-stroke-width: 3px;
-fx-stroke: -fx-box-border;
-fx-fill: transparent;
}
.arc-progress-indicator .progress-arc {
-fx-stroke-width: 3px;
-fx-stroke: -fx-accent;
-fx-fill: transparent;
}
.arc-progress-indicator .progress-label {
-fx-text-alignment: center;
-fx-alignment: center;
}