Tweak the left pane

This commit is contained in:
Adorian Doran 2024-11-26 21:15:51 +02:00
parent ae7764a366
commit df94dabcd3

View File

@ -234,6 +234,33 @@
box-shadow 100ms ease-in;
}
/*
* Left pane
*/
#left-pane {
--left-pane-item-hover-background: #eaeaea;
--left-pane-item-selected-background: white;
--left-pane-item-selected-color: black;
}
#left-pane span.fancytree-node {
border: unset;
}
#left-pane span.fancytree-node.fancytree-active {
background: var(--left-pane-item-selected-background) !important;
color: var(--left-pane-item-selected-color) !important;
}
#left-pane span.fancytree-active .fancytree-title {
font-weight: normal;
}
#left-pane span.fancytree-node:hover {
background: var(--left-pane-item-hover-background);
}
/*
* Menus
*/