Style: add gray-input-field class to Casino Main UI

Refs #106
This commit is contained in:
Julian Kropff
2026-04-12 09:05:10 +02:00
parent c0b149cc5f
commit 755ea54381
@@ -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"