use popup separator color for scrollbar
This commit is contained in:
parent
e05625cf62
commit
3b73070234
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
html|div#urlbarView-results,
|
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 }
|
Loading…
Reference in a new issue