mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
smtp: typed probe errors with per-field UI highlighting on save
This commit is contained in:
@@ -1275,6 +1275,20 @@
|
||||
padding: 0 var(--space-xs);
|
||||
}
|
||||
|
||||
/* SMTP field validation error state */
|
||||
.param-grid input[aria-invalid="true"],
|
||||
.param-grid select[aria-invalid="true"] {
|
||||
border-bottom-color: var(--search-error-border, #c0392b);
|
||||
}
|
||||
|
||||
.param-field-error {
|
||||
display: block;
|
||||
font-size: var(--step--2);
|
||||
color: var(--search-error-border, #c0392b);
|
||||
margin-top: var(--space-3xs);
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
/* ── Settings page sections — legacy aliases (kept for any remaining use) ─ */
|
||||
.admin-settings-section {
|
||||
border: 1px solid var(--border-primary);
|
||||
|
||||
Reference in New Issue
Block a user