Validate all modal fields at once with per-field highlighting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user