Add read-only client and coach code fields in questionnaire preview
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user