Add read-only client and coach code fields in questionnaire preview
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-06-06 16:40:19 +02:00
parent 8fdaefe10b
commit 4589be119c
2 changed files with 24 additions and 3 deletions

View File

@ -2578,6 +2578,16 @@ select:disabled {
background: var(--surface);
color: var(--text);
}
.qp-review-note {
margin-bottom: 4px;
}
.qp-review-codes .qp-readonly-field {
background: var(--bg, #f4f4f5);
color: var(--text-secondary);
cursor: default;
border-style: dashed;
user-select: all;
}
.qp-glass-table {
overflow-x: auto;
margin-top: 8px;