mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 23:18:46 +08:00
style/collections/tables: tweak nested rows
This commit is contained in:
parent
7b6d11bffa
commit
b2237ffa51
1 changed files with 9 additions and 0 deletions
|
@ -147,6 +147,15 @@
|
||||||
color: var(--cell-editing-text-color);
|
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 */
|
/* Checkbox cells */
|
||||||
|
|
||||||
.tabulator .tabulator-cell:has(svg),
|
.tabulator .tabulator-cell:has(svg),
|
||||||
|
|
Loading…
Add table
Reference in a new issue