From f6d60e380a37e07a498d70e9ca767275a00fc069 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 22 Aug 2021 03:46:00 +0900 Subject: [PATCH] Fix: Place Context Menu - missing open in tabs menu icon --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 04294b8..77c991f 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1621,7 +1621,6 @@ /* Icon */ :not(menu, #ContentSelectDropdown) > menupopup > menuitem:not(.menuitem-iconic, .in-menulist, [type="checkbox"], [checked="true"]), :not(menu, #ContentSelectDropdown) > menupopup > menu:not(.menu-iconic, .in-menulist, [type="checkbox"], [checked="true"]), - menuitem.openintabs-menuitem.subviewbutton, #blockedPopupDontShowMessage { /* Color */ -moz-context-properties: fill, fill-opacity !important; @@ -2191,7 +2190,8 @@ --menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg); } - menupopup[context="placesContext"] > .openintabs-menuitem { + menupopup[context="placesContext"] > .openintabs-menuitem, + menuitem.openintabs-menuitem.subviewbutton { --menuitem-image: url(./icons/movetowindow-16.svg); }