mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user