diff --git a/client/app/src/main/resources/main/option-view.css b/client/app/src/main/resources/main/option-view.css
index be03557..291a5d3 100644
--- a/client/app/src/main/resources/main/option-view.css
+++ b/client/app/src/main/resources/main/option-view.css
@@ -13,8 +13,8 @@ GridPane{
Label{
-fx-text-fill: white;
- -fx-max-width: 150px;
- -fx-min-width: 150px;
+ -fx-max-width: 200px;
+ -fx-min-width: 200px;
}
.mainLabel{
@@ -26,11 +26,6 @@ Label{
-fx-alignment: center;
}
-.inputField{
- -fx-padding: 10px;
- -fx-background-color: white;
-}
-
.mainButton{
-fx-font-weight: bold;
-fx-background-color: white;
@@ -51,14 +46,13 @@ JFXButton{
-fx-font-size: 16px;
}
-.inputDate{
- -fx-background-color: white;
-}
-
.comboBox{
-fx-background-color: white;
+ -fx-max-width: 200px;
+ -fx-min-width: 200px;
}
-.timePicker{
- -fx-background-color: white;
+.userBtn{
+ -fx-max-width: 200px;
+ -fx-min-width: 200px;
}
\ No newline at end of file
diff --git a/client/app/src/main/resources/main/option-view.fxml b/client/app/src/main/resources/main/option-view.fxml
index eba5db6..86fcae3 100644
--- a/client/app/src/main/resources/main/option-view.fxml
+++ b/client/app/src/main/resources/main/option-view.fxml
@@ -14,7 +14,7 @@
-
+
@@ -27,28 +27,35 @@
+
+
-
-
+
+
+
- User bearbeiten
- User löschen
- User anlegen
+ User bearbeiten
+ User löschen
+ User anlegen
-
-
+
+
-
- Zurück
+
+ Zurück