From a279d575f90161dae6f0065962be5bc1d861ba31 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 26 Jul 2021 08:48:34 +0300 Subject: [PATCH] replace the image source for fake dropdown arrow --- chrome/fake_urlbar_dropmarker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/fake_urlbar_dropmarker.css b/chrome/fake_urlbar_dropmarker.css index c51fe82..f481a8c 100644 --- a/chrome/fake_urlbar_dropmarker.css +++ b/chrome/fake_urlbar_dropmarker.css @@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */ fill: var(--lwt-toolbar-field-color, black); fill-opacity: 0.6; -moz-context-properties: fill, fill-opacity; - background: no-repeat center url(chrome://global/skin/icons/arrow-dropdown-16.svg); + background: no-repeat center url(chrome://global/skin/icons/arrow-down-12.svg); opacity: 0; transition: opacity 150ms linear }