From 659ea8a744d1a4509705939b32e78b3db9ef7e64 Mon Sep 17 00:00:00 2001 From: Julian Kropff Date: Sun, 12 Apr 2026 12:53:44 +0200 Subject: [PATCH] Fix: update Lobby Button styles in Casino Main UI --- .../resources/ui-structure/Casinomainui.css | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/main/resources/ui-structure/Casinomainui.css b/src/main/resources/ui-structure/Casinomainui.css index 72765de..deb3d38 100644 --- a/src/main/resources/ui-structure/Casinomainui.css +++ b/src/main/resources/ui-structure/Casinomainui.css @@ -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); +} -- 2.52.0