Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ authored Mar 14, 2021
1 parent 54a183f commit 3011f29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chrome/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
Expand Down

0 comments on commit 3011f29

Please sign in to comment.