extending results page to show metadata and group by clientid to improve tracking progress
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -929,6 +929,9 @@ table.data-table .sticky-col {
|
||||
background: var(--surface);
|
||||
box-shadow: 2px 0 4px var(--sticky-shadow);
|
||||
}
|
||||
table.data-table tr.client-group-row td {
|
||||
border-top: 2px solid color-mix(in srgb, var(--primary) 35%, var(--border));
|
||||
}
|
||||
table.data-table thead th.sticky-col {
|
||||
z-index: 5;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user