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; }