From 18d5b528af301692ea0ee62e6661a3a16ee06406 Mon Sep 17 00:00:00 2001 From: Alex Rechtin Date: Mon, 22 Nov 2021 13:37:46 +0100 Subject: [PATCH] added class vbox-main and main- pannel in the css --- hellofx/app/src/main/resources/client/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hellofx/app/src/main/resources/client/style.css b/hellofx/app/src/main/resources/client/style.css index 626bad8..f85a748 100644 --- a/hellofx/app/src/main/resources/client/style.css +++ b/hellofx/app/src/main/resources/client/style.css @@ -1,7 +1,13 @@ -GridPane{ +.main-panel{ -fx-background-color: #282C34; } +.vbox-main{ + -fx-background-color: #333333; + -fx-alignment: top-center; + +} + Label{ -fx-text-fill: white; } @@ -14,4 +20,5 @@ Label{ -fx-min-height: 40px; -fx-max-width: 40px; -fx-max-height: 40px; -} \ No newline at end of file +} +