From cb98136b381d27721ab9330d64f74389aacfbc1c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 27 Jan 2022 12:36:47 +0900 Subject: [PATCH] Fix: Download Popup - dropmarker's arrow #324 Need more check others --- userChrome.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index a29095e..c93f028 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1649,7 +1649,10 @@ browser[type="content"] > html { height: 12px !important; } - dropmarker::part(icon) { + /* dropmarker::part(icon) + * ::part is not apply chrome + */ + dropmarker[exportparts="icon: dropmarker-icon"] { list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important; -moz-context-properties: fill !important; fill: currentColor !important;