Add client-side player count validation

This commit is contained in:
2026-02-06 22:42:54 +01:00
parent dffeec85f3
commit c64ac7480d
3 changed files with 40 additions and 0 deletions

View File

@@ -33,3 +33,13 @@ input[readonly].readonly {
color: #6f6353;
cursor: not-allowed;
}
.form-error {
color: #b23b3b;
font-weight: 600;
}
.input-error {
border-color: #b23b3b;
box-shadow: 0 0 0 2px rgba(178, 59, 59, 0.1);
}