From 3b730702341e01f5c3610678aef6013ea2ab11ed Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 13 Jun 2020 21:13:29 +0300 Subject: [PATCH] use popup separator color for scrollbar --- chrome/scrollable_urlbar_popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/scrollable_urlbar_popup.css b/chrome/scrollable_urlbar_popup.css index da8a887..7616582 100644 --- a/chrome/scrollable_urlbar_popup.css +++ b/chrome/scrollable_urlbar_popup.css @@ -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 } \ No newline at end of file +html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: var(--urlbar-separator-color,currentColor) transparent; scrollbar-width: thin } \ No newline at end of file