Tweak the left pane

pull/661/head
Adorian Doran 2024-11-26 21:15:51 +07:00
parent ae7764a366
commit df94dabcd3
1 changed files with 27 additions and 0 deletions

@ -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
*/