Add files via upload

This commit is contained in:
bmFtZQ 2021-03-14 17:48:36 +08:00 committed by GitHub
parent 54a183f208
commit 3011f29c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1052,7 +1052,7 @@ richlistitem:-moz-any(
/* Popup Icons */ /* Popup Icons */
menupopup menuitem:not(.menuitem-iconic, [type], menu menuitem)::before { menupopup:not(#ContentSelectDropdown > menupopup) menuitem:not(.menuitem-iconic, [type], menu menuitem)::before {
content: ""; content: "";
-moz-context-properties: fill, fill-opacity !important; -moz-context-properties: fill, fill-opacity !important;
padding-inline: 12px !important; padding-inline: 12px !important;
@ -1063,6 +1063,10 @@ menupopup menuitem:not(.menuitem-iconic, [type], menu menuitem)::before {
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-position: center !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 { #context-inspect::before {
background-image: url(icons/inspect.svg); background-image: url(icons/inspect.svg);