style/table collections: fix an issue with column headers

This commit is contained in:
Adorian Doran 2025-07-10 21:54:32 +03:00
parent 87da644027
commit 824a3c5fcc

View File

@ -32,5 +32,5 @@
}
.tabulator .tabulator-header .tabulator-col {
background: transparent;
background: var(--col-header-background-color);
}