From 3011f29c3eb28efa0f2083ce30396225845c9401 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 14 Mar 2021 17:48:36 +0800 Subject: [PATCH] Add files via upload --- chrome/popup/popup.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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);