Style: update Lobby Button styles in Casino Main UI #274

Merged
j.kropff merged 1 commits from feat/lobby-button-styling into main 2026-04-12 12:59:53 +02:00
Showing only changes of commit 659ea8a744 - Show all commits
@@ -6,10 +6,10 @@
.anchor-pane-bg {
-fx-background-color: #ffffff;
/* Optional: Remove the image or use it as an overlay */
-fx-background-image: url("/images/background.png");
-fx-background-size: cover;
-fx-background-position: center center;
-fx-background-repeat: no-repeat;
-fx-background-image: url("/images/background.png");
-fx-background-size: cover;
-fx-background-position: center center;
-fx-background-repeat: no-repeat;
}
/* 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-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);
}