Merge branch 'feat/lobby-button-styling' into 'main'

Style: update Lobby Button styles in Casino Main UI

See merge request cs108-fs26/Gruppe-13!118
This commit was merged in pull request #274.
This commit is contained in:
Julian Kropff
2026-04-12 10:59:53 +00:00
@@ -6,10 +6,10 @@
.anchor-pane-bg { .anchor-pane-bg {
-fx-background-color: #ffffff; -fx-background-color: #ffffff;
/* Optional: Remove the image or use it as an overlay */ /* Optional: Remove the image or use it as an overlay */
-fx-background-image: url("/images/background.png"); -fx-background-image: url("/images/background.png");
-fx-background-size: cover; -fx-background-size: cover;
-fx-background-position: center center; -fx-background-position: center center;
-fx-background-repeat: no-repeat; -fx-background-repeat: no-repeat;
} }
/* THE FLOATING INFO BOX */ /* THE FLOATING INFO BOX */
@@ -244,3 +244,15 @@
-fx-effect: dropshadow(one-pass-box, rgba(0, 0, 0, 0.8), 0, 0, 3, 3); -fx-effect: dropshadow(one-pass-box, rgba(0, 0, 0, 0.8), 0, 0, 3, 3);
-fx-background-color: #27ae60; -fx-background-color: #27ae60;
} }
#lobbyBtn-1,
#lobbyBtn-2,
#lobbyBtn-3,
#lobbyBtn-4,
#lobbyBtn-5,
#lobbyBtn-6,
#lobbyBtn-7,
#lobbyBtn-8 {
-fx-background-color: transparent;
-fx-effect: dropshadow(one-pass-box, rgba(0, 0, 0, 0.8), 0, 0, 3, 3);
}