Vivaldi UI scrolls with highlight color
-
Relative of the ones for borders and webpages scrolls.
Use highlight color for the UI scrollbar moving part.
Useful especially for dark themes.
Only tested on windows./* UI scrollbars with highlight color */ #browser ::-webkit-scrollbar-thumb { background-color: var(--colorHighlightBgDark) !important; } #browser ::-webkit-scrollbar-thumb:hover, #browser ::-webkit-scrollbar-thumb:active { background-color: var(--colorHighlightBg) !important; }
-
Really nice! Thanks for sharing
-
@Hadden89 Quite interesting to use with --colorAccentBg
-
Ppafflick moved this topic from Modifications on