Validate all modal fields at once with per-field highlighting

This commit is contained in:
2026-05-14 06:34:29 +00:00
parent eb05bcac53
commit ba8f3cf753
2 changed files with 34 additions and 13 deletions
+7
View File
@@ -1516,3 +1516,10 @@ button {
opacity: 0.55;
cursor: default;
}
/* Invalid field highlight in access modal */
.access-field input.am-invalid {
border-color: rgba(220, 70, 70, 0.7) !important;
box-shadow: 0 0 0 3px rgba(220, 70, 70, 0.15) !important;
background: rgba(220, 70, 70, 0.05) !important;
}