diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 543a2e9d3..81130a7e1 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -147,6 +147,15 @@ color: var(--cell-editing-text-color); } +.tabulator .tree-collapse, +.tabulator .tree-expand { + color: var(--row-text-color); +} + +.tabulator-data-tree-branch { + visibility: hidden; +} + /* Checkbox cells */ .tabulator .tabulator-cell:has(svg),