mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
style(next): apply same color to tab and launch bar
This commit is contained in:
parent
c4085b0729
commit
ad62611e90
@ -131,6 +131,7 @@
|
||||
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
|
||||
|
||||
--launcher-pane-background-color: #e8e8e8;
|
||||
--launcher-pane-horizontal-background-color: #fafafa;
|
||||
--launcher-pane-text-color: #000000bd;
|
||||
--launcher-pane-button-hover-color: black;
|
||||
--launcher-pane-button-hover-background: white;
|
||||
@ -341,6 +342,11 @@
|
||||
background-color: var(--root-background);
|
||||
}
|
||||
|
||||
#root-widget.horizontal-layout {
|
||||
--launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
|
||||
--active-tab-background-color: var(--launcher-pane-background-color);
|
||||
}
|
||||
|
||||
/* Matches when the left pane is collapsed */
|
||||
:has(#left-pane.hidden-int) {
|
||||
--center-pane-border-radius: 0;
|
||||
@ -361,7 +367,7 @@
|
||||
}
|
||||
|
||||
#launcher-pane.horizontal {
|
||||
height: var(--launcher-pane-size) !important;
|
||||
height: var(--launcher-pane-size) !important;
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user