mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
Restyle the close tab buttons
This commit is contained in:
parent
47579e5799
commit
6c99a691dc
@ -120,6 +120,8 @@
|
|||||||
--gutter-color: transparent;
|
--gutter-color: transparent;
|
||||||
--gutter-hover-color: #bfbfbf;
|
--gutter-hover-color: #bfbfbf;
|
||||||
|
|
||||||
|
--tab-close-button-hover-background: #d7d7d7;
|
||||||
|
|
||||||
--active-tab-background-color: white;
|
--active-tab-background-color: white;
|
||||||
--active-tab-hover-background-color: var(--active-tab-background-color);
|
--active-tab-hover-background-color: var(--active-tab-background-color);
|
||||||
--active-tab-text-color: black;
|
--active-tab-text-color: black;
|
||||||
@ -212,7 +214,9 @@
|
|||||||
|
|
||||||
--gutter-color: transparent;
|
--gutter-color: transparent;
|
||||||
--gutter-hover-color: #5e5e5e;
|
--gutter-hover-color: #5e5e5e;
|
||||||
|
|
||||||
|
--tab-close-button-hover-background: #e2e2e2;
|
||||||
|
|
||||||
--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;
|
||||||
@ -461,6 +465,10 @@
|
|||||||
font-weight: unset !important;
|
font-weight: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-tab-close:hover {
|
||||||
|
background: var(--tab-close-button-hover-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Center pane
|
* Center pane
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user