fixed bugs in Login

This commit is contained in:
Alex Aleksej Rechtin 2022-02-08 09:00:44 +01:00
parent 111d5758e0
commit 59be5048d8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
-fx-bright-border-color: #B0B0B0;
-fx-bright-text-color: ##ff5555;
-fx-bright-text-color: #ff5555;
-fx-brighter-text-color: #ffffff;
}

View File

@ -26,7 +26,7 @@
<JFXTextField styleClass="userField" GridPane.columnIndex="1" GridPane.rowIndex="1" fx:id="userField"/>
<Label styleClass="errorLbl" GridPane.columnIndex="2" GridPane.rowIndex="1" fx:id="userErrLabel"/>
<Label GridPane.rowIndex="2">Paswort</Label>
<Label GridPane.rowIndex="2">Passwort</Label>
<JFXPasswordField styleClass="passField" GridPane.columnIndex="1" GridPane.rowIndex="2" fx:id="passField"/>
<Label styleClass="errorLbl" GridPane.columnIndex="2" GridPane.rowIndex="2" fx:id="passErrLabel"/>