Merge remote-tracking branch 'origin/Development' into UI-Updates

This commit is contained in:
lieght
2025-12-04 16:49:11 +01:00
8 changed files with 150 additions and 90 deletions

View File

@@ -13,68 +13,77 @@
}
.song-display {
-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;
-fx-padding: 8 12 8 12;
-fx-spacing: 6px;
-fx-alignment: center;
-fx-min-width: 220px;
-fx-max-width: 260px;
}
.song-title {
-fx-font-size: 14px;
-fx-fill: white;
-fx-font-size: 14px;
-fx-fill: white;
}
.progress-bar {
-fx-pref-width: 200px;
-fx-accent: red;
-fx-inner-background-color: black;
-fx-pref-width: 200px;
-fx-accent: red;
}
.progress-bar > .track {
-fx-background-radius: 30;
-fx-background-radius: 30;
}
.progress-bar > .bar {
-fx-background-radius: 30px;
-fx-background-radius: 30px;
}
.loading-progress-bar {
-fx-progress-color: #28a428;
}
.loading-progress-bar > .bar {
-fx-background-color: #28a428;
}
.loading-progress-bar > .track {
-fx-background-color: rgba(0,0,0,0.15);
}
.progress-text {
-fx-font-size: 11px;
-fx-fill: white;
-fx-font-size: 11px;
-fx-fill: white;
}
.skip-button {
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
-fx-text-fill: white;
}
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
}
.skip-button .text {
-fx-fill: white;
.skip-button > .text {
-fx-fill: white;
}
.pause-button {
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
-fx-text-fill: white;
}
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
}
.pause-button .text {
-fx-fill: white;
.pause-button > .text {
-fx-fill: white;
}
.previous-button {
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
-fx-text-fill: white;
}
-fx-background-color: transparent;
-fx-background-radius: 0;
-fx-cursor: hand;
}
.previous-button .text {
-fx-fill: white;
.previous-button > .text {
-fx-fill: white;
}
.button {