(#2) - forms improvements

This commit is contained in:
Martin Slachta
2026-06-12 16:05:14 +02:00
parent 1294a177ae
commit 37bced77f4
17 changed files with 1152 additions and 1129 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
/* ─── Two-column admin layout (Forms page) ──────────────────────────────── */
/* ─── Column layouts (RsvColumnLayout) ──────────────────────────────────── */
/*#col-left { width: 30%; }
#col-right { width: 70%; }*/
.rsv-cols { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: flex-start; }
.rsv-cols > .rsv-col { flex: var(--rsv-col-grow, 1) 1 0; min-width: 18rem; }
/* ─── Inline detail expand row (Reservations page) ──────────────────────── */
+3 -2
View File
@@ -103,10 +103,10 @@
border-color: var(--color-blue-500);
}
.rsv-form-input input:user-invalid {
/*.rsv-form-input input:user-invalid {
border-color: var(--color-red-500);
box-shadow: 0 0 0 4px color-mix(in oklab,var(--color-red-500)25%,transparent);
}
}*/
.rsv-form-section {
margin-bottom: var(--s-5);
@@ -159,6 +159,7 @@
padding-left: 5pt;
}
.rsv-form-input:user-invalid,
.rsv-invalid {
border-color: var(--color-red-500) !important;
box-shadow: 0 0 0 4px color-mix(in oklab, var(--color-red-500) 25%, transparent) !important;
+1 -1
View File
@@ -77,7 +77,7 @@ label.rsv-slots-slot-time>input:checked + .content>.capacity {
margin-top: 0.375rem;
border: 1.5px solid #e8e8e8;
border-radius: 10px;
padding: 9px 12px;
padding: 0.25rem;
cursor: pointer;
transition: border-color .12s, background .12s, color .12s;
display: flex;