mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 07:42:47 -08:00
Fix: Place Context Menu - missing open in tabs menu icon
This commit is contained in:
parent
6dc9af0694
commit
f6d60e380a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue