diff --git a/src/main/resources/view/LightTheme.css b/src/main/resources/view/LightTheme.css index 2180b3460c8..b0efdfe7c6e 100644 --- a/src/main/resources/view/LightTheme.css +++ b/src/main/resources/view/LightTheme.css @@ -121,6 +121,33 @@ -fx-font-family: "Segoe UI Semibold"; } +#scheduleListView .list-cell:filled:odd { + -fx-background-color: #6aa9bf; + -fx-background-insets : 10 0 10 0; + -fx-background-radius : 30px; + -fx-padding: 10 10 10 10; + -fx-border-width : 0px; +} + +#scheduleListView .list-cell:filled:even { + -fx-background-color: #3e7b91; + -fx-background-insets : 10 0 10 0; + -fx-background-radius : 30px; + -fx-padding: 10 10 10 10; + -fx-border-width : 0px; +} + +#scheduleListView .list-cell .label { + -fx-text-fill: white; + -fx-font-size: 13pt; + -fx-font-family: "Segoe UI Semibold"; +} + +#scheduleListView { + -fx-background-insets: 0; + -fx-padding: 0; +} + .scroll-bar { -fx-background-color: #FFFFFF; } @@ -152,7 +179,7 @@ #lessons .label { -fx-text-fill: white; - -fx-background-color: #3e7b91; + -fx-background-color: #6aa9bf; -fx-padding: 1 3 1 3; -fx-border-radius: 2; -fx-background-radius: 2; @@ -161,4 +188,11 @@ #studentListView { -fx-padding : 0 20 0 20; + -fx-background-insets: 0; +} + +#upcomingLessonLabel { + -fx-text-fill: black; + -fx-font-size: 20pt; + -fx-font-family: "Segoe UI Semibold"; } diff --git a/src/main/resources/view/MainWindow.fxml b/src/main/resources/view/MainWindow.fxml index 2d2b41595d4..67c07b887d1 100644 --- a/src/main/resources/view/MainWindow.fxml +++ b/src/main/resources/view/MainWindow.fxml @@ -16,82 +16,87 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/main/resources/view/ResultDisplay.fxml b/src/main/resources/view/ResultDisplay.fxml index 01b691792a9..ad8c0a906b9 100644 --- a/src/main/resources/view/ResultDisplay.fxml +++ b/src/main/resources/view/ResultDisplay.fxml @@ -3,7 +3,6 @@ - -