From d37d2e0cd3eee0cc5b79aa9a6cbee31685abddc5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 5 Jun 2020 08:49:07 +0300 Subject: [PATCH] use correct image path for settings button --- content/addon_manage_buttons_without_popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 7174d30..6f09ee9 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -36,7 +36,7 @@ See the above repository for updates as well as full license text. */ div.list{ display: inherit !important; flex-direction: row !important; } panel-item[action="toggle-disabled"]{ --icon: url("chrome://browser/skin/quit.svg") } - panel-item[action="preferences"]{ --icon: url("chrome://browser/skin/settings.svg") } + panel-item[action="preferences"]{ --icon: url("chrome://global/skin/icons/settings.svg") } /* Uncomment these if you want to hide button label - such as with compact_addons_manager */ /* This is basically a requirement with compact_addons_manager.css because the button text causes the cards to overflow */