Loading circle, better loading colors.

This commit is contained in:
lieght
2025-12-03 23:55:12 +01:00
parent 8ca2399e6a
commit f60df73b66
7 changed files with 115 additions and 78 deletions

View File

@@ -16,7 +16,6 @@
-fx-padding: 8 12 8 12;
-fx-spacing: 6px;
-fx-alignment: center;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, 0.5), 6, 0.5, 0, 2);
-fx-min-width: 220px;
-fx-max-width: 260px;
}
@@ -39,6 +38,18 @@
-fx-background-radius: 30px;
}
.loading-progress-bar {
-fx-progress-color: #3caf3f;
}
.loading-progress-bar > .bar {
-fx-background-color: #3caf3f;
}
.loading-progress-bar > .track {
-fx-background-color: rgba(0,0,0,0.15);
}
.progress-text {
-fx-font-size: 11px;
-fx-fill: white;