From 53b631678a9c0156a5cdfbe374e5a328334588cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=BChn?= Date: Fri, 14 Jan 2022 23:52:11 +0100 Subject: [PATCH] Create/edit event uses JFonix compnents --- .../src/main/resources/main/create-event.css | 14 ++++++++++++++ .../src/main/resources/main/create-event.fxml | 10 +++++----- .../src/main/resources/main/edit-event.fxml | 18 ++++++++++-------- 3 files changed, 29 insertions(+), 13 deletions(-) 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 @@ - - + + + +