Client - update input style on validation error
This commit is contained in:
@ -39,6 +39,12 @@ input, textarea, select {
|
||||
}
|
||||
}
|
||||
|
||||
form.errors {
|
||||
:invalid {
|
||||
outline: 2px solid var(--input-error-color);
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user