From 7b83d18562f986930e602f977ffb104b40598599 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 13 Oct 2021 09:17:38 +0900 Subject: [PATCH] Fix: New tab popup - container's settings icon #245 --- userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 682135e2..9194bdbb 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2919,7 +2919,8 @@ } /*= new-tab-button-popup ===================================================*/ - #new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"] { + #new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"], + .new-tab-popup > menuitem[command="Browser:OpenAboutContainers"] { --menuitem-image: url("chrome://global/skin/icons/settings.svg"); }