From edcee79a102dd133c8e110290b01c4621b25f6e4 Mon Sep 17 00:00:00 2001 From: Julian Kropff Date: Wed, 13 May 2026 18:57:26 +0200 Subject: [PATCH] Style: The new wallpapers have been added to the UI --- src/main/resources/ui-structure/Casinogameui-blackwhite.css | 2 +- src/main/resources/ui-structure/Casinogameui.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/ui-structure/Casinogameui-blackwhite.css b/src/main/resources/ui-structure/Casinogameui-blackwhite.css index 04180b8..779c2b6 100644 --- a/src/main/resources/ui-structure/Casinogameui-blackwhite.css +++ b/src/main/resources/ui-structure/Casinogameui-blackwhite.css @@ -6,7 +6,7 @@ } .background { - -fx-background-color: #000000; + -fx-background-image: url("/images/parquet-black.png"); -fx-background-size: cover; /* Image fills the entire window */ /* Centers the image and prevents it from repeating in a tile-like pattern. */ -fx-background-position: center center; diff --git a/src/main/resources/ui-structure/Casinogameui.css b/src/main/resources/ui-structure/Casinogameui.css index 5d133bf..43ee157 100644 --- a/src/main/resources/ui-structure/Casinogameui.css +++ b/src/main/resources/ui-structure/Casinogameui.css @@ -4,7 +4,7 @@ } .background { - -fx-background-image: url("/images/background.png"); + -fx-background-image: url("/images/parquet.png"); -fx-background-size: cover; /* Image fills the entire window */ /* Centers the image and prevents it from repeating in a tile-like pattern. */ -fx-background-position: center center;