diff --git a/chrome/popup/popup.css b/chrome/popup/popup.css index f06adfc..beb69a5 100644 --- a/chrome/popup/popup.css +++ b/chrome/popup/popup.css @@ -1052,7 +1052,7 @@ richlistitem:-moz-any( /* Popup Icons */ -menupopup menuitem:not(.menuitem-iconic, [type], menu menuitem)::before { +menupopup:not(#ContentSelectDropdown > menupopup) menuitem:not(.menuitem-iconic, [type], menu menuitem)::before { content: ""; -moz-context-properties: fill, fill-opacity !important; padding-inline: 12px !important; @@ -1063,6 +1063,10 @@ menupopup menuitem:not(.menuitem-iconic, [type], menu menuitem)::before { background-repeat: no-repeat !important; background-position: center !important; } +menulist > menupopup > menuitem[checked="true"]::before, menulist > menupopup > menuitem[selected="true"]::before { + margin-inline-start: 0 !important; + margin-inline-end: -15px !important; +} #context-inspect::before { background-image: url(icons/inspect.svg);