mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
use same variable as Firefox for scrollbar thumb
Use --active-item-background-color variable for scrollbar thumb background color on WebKit browsers (which is already used for Firefox). This should improve visibility of the scrollbar.
This commit is contained in:
parent
15ed381f85
commit
a904e82d72
@ -778,7 +778,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