mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
Merge branch 'main' of github.com:TriliumNext/trilium
This commit is contained in:
commit
0d94ae9f61
@ -127,7 +127,7 @@
|
|||||||
--left-pane-item-selected-color: black;
|
--left-pane-item-selected-color: black;
|
||||||
--left-pane-item-selected-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
--left-pane-item-selected-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||||
--left-pane-item-action-button-background: rgba(0, 0, 0, 0.11);
|
--left-pane-item-action-button-background: rgba(0, 0, 0, 0.11);
|
||||||
--left-pane-item-action-button-color: inherit;
|
--left-pane-item-action-button-color: var(--left-pane-text-color);
|
||||||
--left-pane-item-action-button-hover-background: white;
|
--left-pane-item-action-button-hover-background: white;
|
||||||
--left-pane-item-action-button-hover-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
|
--left-pane-item-action-button-hover-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
|
||||||
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
|
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
|
||||||
|
@ -639,7 +639,7 @@ body.layout-vertical.background-effects div.quick-search .dropdown-menu {
|
|||||||
#left-pane span.fancytree-node.fancytree-active {
|
#left-pane span.fancytree-node.fancytree-active {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
color: var(--left-pane-item-selected-color) !important;
|
color: var(--left-pane-item-selected-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes left-pane-item-select {
|
@keyframes left-pane-item-select {
|
||||||
|
@ -179,7 +179,7 @@ span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-tit
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.fancytree-active {
|
span.fancytree-active {
|
||||||
color: var(--active-item-text-color) !important;
|
color: var(--active-item-text-color);
|
||||||
background-color: var(--active-item-background-color) !important;
|
background-color: var(--active-item-background-color) !important;
|
||||||
border-color: transparent; /* invisible border */
|
border-color: transparent; /* invisible border */
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user