mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 17:52:32 +08:00
Tweak the left pane
This commit is contained in:
parent
ae7764a366
commit
df94dabcd3
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user