diff --git a/client/app/src/main/resources/main/create-event.css b/client/app/src/main/resources/main/create-event.css index 323051a..1a49f33 100644 --- a/client/app/src/main/resources/main/create-event.css +++ b/client/app/src/main/resources/main/create-event.css @@ -28,10 +28,16 @@ Label{ .inputField{ -fx-padding: 10px; + -fx-background-color: white; } .mainButton{ -fx-font-weight: bold; + -fx-background-color: white; +} + +JFXButton{ + -fx-background-color: white; } #labelError{ @@ -45,6 +51,14 @@ Label{ -fx-font-size: 16px; } +.inputDate{ + -fx-background-color: white; +} + +.comboBox{ + -fx-background-color: white; +} + .timePicker{ -fx-background-color: white; -fx-max-width: 200px; diff --git a/client/app/src/main/resources/main/create-event.fxml b/client/app/src/main/resources/main/create-event.fxml index ae272ab..f355352 100644 --- a/client/app/src/main/resources/main/create-event.fxml +++ b/client/app/src/main/resources/main/create-event.fxml @@ -38,10 +38,10 @@ - - + + - + @@ -50,8 +50,8 @@ - - + + + +