mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Fixing css issue for Menu and search button
Menu button and css button show different color if button background is different that launcher/left pane background
This commit is contained in:
parent
c35167f2f5
commit
2bda82b26f
@ -311,7 +311,7 @@ button.btn, button.btn-sm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#left-pane .btn:not(.btn-primary) {
|
#left-pane .btn:not(.btn-primary) {
|
||||||
background-color: var(--button-background-color);
|
background-color: var(--left-pane-background-color);
|
||||||
color: var(--left-pane-text-color);
|
color: var(--left-pane-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -933,8 +933,9 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#launcher-pane .icon-action:hover {
|
#launcher-pane .icon-action {
|
||||||
background-color: var(--hover-item-background-color);
|
background-color: var(--launcher-pane-background-color);
|
||||||
|
color: var(--launcher-pane-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-pane {
|
#left-pane {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user