Highlighting inputs with errors

This commit is contained in:
Francesco
2023-10-10 22:19:56 +02:00
parent 13b45e62b8
commit c17d80514a
5 changed files with 37 additions and 50 deletions

View File

@@ -2,6 +2,10 @@
color: red;
}
div.invalid input {
border-color: red !important;
}
.separator-light {
opacity: 25%;
}