mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
Merge pull request #3152 from spasche/scrollbar-color
use same variable as Firefox for scrollbar thumb
This commit is contained in:
commit
c922322ed3
@ -783,7 +783,7 @@ body {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--scrollbar-border-color);
|
||||
background-color: var(--main-background-color);
|
||||
background-color: var(--active-item-background-color);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user