mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
Restyle the gutter
This commit is contained in:
parent
4977092776
commit
dd707d64e5
@ -86,6 +86,9 @@
|
|||||||
--launcher-pane-button-hover-background: white;
|
--launcher-pane-button-hover-background: white;
|
||||||
--launcher-pane-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, .075);
|
--launcher-pane-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, .075);
|
||||||
|
|
||||||
|
--gutter-color: #e7e7e7;
|
||||||
|
--gutter-hover-color: #bfbfbf;
|
||||||
|
|
||||||
--active-tab-background-color: #ddd;
|
--active-tab-background-color: #ddd;
|
||||||
--active-tab-hover-background-color: #d1d1d1;
|
--active-tab-hover-background-color: #d1d1d1;
|
||||||
--active-tab-text-color: black;
|
--active-tab-text-color: black;
|
||||||
@ -171,6 +174,9 @@
|
|||||||
--launcher-pane-button-hover-background: white;
|
--launcher-pane-button-hover-background: white;
|
||||||
--launcher-pane-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, .075);
|
--launcher-pane-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, .075);
|
||||||
|
|
||||||
|
--gutter-color: #e7e7e7;
|
||||||
|
--gutter-hover-color: #bfbfbf;
|
||||||
|
|
||||||
--active-tab-background-color: #666;
|
--active-tab-background-color: #666;
|
||||||
--active-tab-hover-background-color: #737373;
|
--active-tab-hover-background-color: #737373;
|
||||||
--active-tab-text-color: #ccc;
|
--active-tab-text-color: #ccc;
|
||||||
@ -358,6 +364,20 @@
|
|||||||
box-shadow: var(--left-pane-item-selected-action-button-hover-shadow);
|
box-shadow: var(--left-pane-item-selected-action-button-hover-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Gutter
|
||||||
|
*/
|
||||||
|
|
||||||
|
.gutter {
|
||||||
|
background: var(--gutter-color) !important;
|
||||||
|
transition: background 150ms ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gutter:hover {
|
||||||
|
background: var(--gutter-hover-color) !important;
|
||||||
|
transition: background 300ms ease-in;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Menus
|
* Menus
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user