Fix: update Lobby Button styles in Casino Main UI

This commit is contained in:
Julian Kropff
2026-04-12 12:53:44 +02:00
parent f5ee57454d
commit 659ea8a744
@@ -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);
}