AccounterstellungMaske
This commit is contained in:
@@ -39,18 +39,20 @@
|
||||
</VBox>
|
||||
</left>
|
||||
<right>
|
||||
<VBox>
|
||||
<Label text="Einmalpasswort: XXXXXXXX" />
|
||||
</VBox>
|
||||
<HBox>
|
||||
<Label text="Einmalpasswort: "/>
|
||||
<Label fx:id="einmalpw"/>
|
||||
</HBox>
|
||||
</right>
|
||||
</BorderPane>
|
||||
</center>
|
||||
<bottom>
|
||||
<BorderPane>
|
||||
<right>
|
||||
<VBox styleClass="button-untenrechts">
|
||||
<Button text="Speichern"/>
|
||||
</VBox>
|
||||
<HBox styleClass="button-untenrechts">
|
||||
<Label fx:id="status"/>
|
||||
<Button text="Speichern" onAction="#onSpeichern"/>
|
||||
</HBox>
|
||||
</right>
|
||||
</BorderPane>
|
||||
</bottom>
|
||||
|
@@ -76,4 +76,9 @@
|
||||
|
||||
.accounterstellung_links {
|
||||
-fx-spacing: 20;
|
||||
}
|
||||
|
||||
.falscheEingabe {
|
||||
-fx-background-color: #FFDCDC;
|
||||
-fx-text-fill: #FFDCDC;
|
||||
}
|
Reference in New Issue
Block a user