Fixes and support for splitter content

This commit is contained in:
2024-03-15 14:01:41 +01:00
parent 30ac8c75eb
commit 8f2586d4b0
3 changed files with 37 additions and 14 deletions

View File

@@ -21,13 +21,13 @@ class TpVSplitter extends LitElement {
}
.splitter {
background: var(--lighter-black);
background: var(--tp-splitter-line-color, #3b3b3b);
cursor: col-resize;
opacity: 1;
}
.splitter:hover {
background: var(--hl-color);
background: var(--tp-splitter-line-color-hover, #007dd1);
opacity: 0.5;
}
`