styling and transition with login page

This commit is contained in:
Clément
2025-03-05 18:38:54 +01:00
parent 5cefe42a99
commit f87145ed69
4 changed files with 27 additions and 25 deletions

View File

@@ -0,0 +1,11 @@
.login-box {
-fx-background-color: lightgray;
}
.login {
-fx-border-color: transparent;
}
.login:focused {
-fx-border-color: lightgrey;
}