Add files via upload
This commit is contained in:
parent
54a183f208
commit
3011f29c3e
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue