mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 22:56:20 +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);
|
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
|
||||||
|
|
||||||
--launcher-pane-background-color: #e8e8e8;
|
--launcher-pane-background-color: #e8e8e8;
|
||||||
|
--launcher-pane-horizontal-background-color: #fafafa;
|
||||||
--launcher-pane-text-color: #000000bd;
|
--launcher-pane-text-color: #000000bd;
|
||||||
--launcher-pane-button-hover-color: black;
|
--launcher-pane-button-hover-color: black;
|
||||||
--launcher-pane-button-hover-background: white;
|
--launcher-pane-button-hover-background: white;
|
||||||
@ -341,6 +342,11 @@
|
|||||||
background-color: var(--root-background);
|
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 */
|
/* Matches when the left pane is collapsed */
|
||||||
:has(#left-pane.hidden-int) {
|
:has(#left-pane.hidden-int) {
|
||||||
--center-pane-border-radius: 0;
|
--center-pane-border-radius: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user