Style: Lobby UI input field #270

Merged
j.kropff merged 3 commits from feat/lobby-ui-input-field-style into main 2026-04-12 09:18:44 +02:00
Showing only changes of commit 755ea54381 - Show all commits
@@ -91,7 +91,10 @@
<!-- place below the 'Lobby erstellen' button --> <!-- place below the 'Lobby erstellen' button -->
<Insets top="100" left="20" /> <Insets top="100" left="20" />
</GridPane.margin> </GridPane.margin>
<TextField fx:id="usernameField" promptText="Benutzername" maxWidth="180" /> <TextField fx:id="usernameField"
promptText="Username"
styleClass="gray-input-field"
maxWidth="180" />
<Button text="Login" <Button text="Login"
fx:id="loginButton" fx:id="loginButton"
onAction="#handleLoginButton" onAction="#handleLoginButton"