use popup separator color for scrollbar

This commit is contained in:
MrOtherGuy 2020-06-13 21:13:29 +03:00
parent e05625cf62
commit 3b73070234

View file

@ -10,4 +10,4 @@ See the above repository for updates as well as full license text. */
@namespace html url("http://www.w3.org/1999/xhtml");
html|div#urlbarView-results,
html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: currentColor transparent; scrollbar-width: thin }
html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: var(--urlbar-separator-color,currentColor) transparent; scrollbar-width: thin }