fixed bugs in Login
This commit is contained in:
parent
111d5758e0
commit
59be5048d8
@ -6,7 +6,7 @@
|
||||
|
||||
-fx-bright-border-color: #B0B0B0;
|
||||
|
||||
-fx-bright-text-color: ##ff5555;
|
||||
-fx-bright-text-color: #ff5555;
|
||||
-fx-brighter-text-color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -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"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user