From 842a83af3bf33b1c79a5c47975d4dd1df93b768a Mon Sep 17 00:00:00 2001 From: Alex Rechtin Date: Thu, 25 Nov 2021 14:47:25 +0100 Subject: [PATCH] changed the main view and the style.css --- .../src/main/resources/client/main-view.fxml | 141 ++++++++---------- .../app/src/main/resources/client/style.css | 19 +++ 2 files changed, 83 insertions(+), 77 deletions(-) diff --git a/hellofx/app/src/main/resources/client/main-view.fxml b/hellofx/app/src/main/resources/client/main-view.fxml index 7017cd2..af0d08c 100644 --- a/hellofx/app/src/main/resources/client/main-view.fxml +++ b/hellofx/app/src/main/resources/client/main-view.fxml @@ -5,7 +5,7 @@ - + @@ -27,91 +27,78 @@ ADD - + - - - - - - - + + - - - + + - diff --git a/hellofx/app/src/main/resources/client/style.css b/hellofx/app/src/main/resources/client/style.css index f85a748..d1350a1 100644 --- a/hellofx/app/src/main/resources/client/style.css +++ b/hellofx/app/src/main/resources/client/style.css @@ -8,6 +8,25 @@ } +.gridCalendar Line{ + -fx-stroke: white; +} + +.gridCalender{ + -fx-min-height: 80px; + -fx-max-height: 80px; +} + +.labelMonth{ + -fx-font-size: 35px; + -fx-font-weight: bold; +} + +.labelDays{ + -fx-background-color: #525E74; + -fx-font-size: 30px; +} + Label{ -fx-text-fill: white; }