mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
Merge branch 'dev' into photon-style-dev
This commit is contained in:
commit
8941e5fb00
1 changed files with 18 additions and 2 deletions
|
|
@ -3978,13 +3978,29 @@ menupopup > menu {
|
|||
#PanelUI-fxa-menu-sendtab-button {
|
||||
list-style-image: url("./icons/send-to-device.svg");
|
||||
}
|
||||
#PanelUI-fxa-menu-sync-prefs-button,
|
||||
#PanelUI-remotetabs-view-managedevices {
|
||||
#PanelUI-fxa-menu-sync-prefs-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
}
|
||||
#PanelUI-fxa-menu-account-signout-button {
|
||||
list-style-image: url("./icons/sign-out.svg");
|
||||
}
|
||||
#PanelUI-remotetabs-view-managedevices::before {
|
||||
/* Box */
|
||||
content: "";
|
||||
padding-inline-end: 16px;
|
||||
padding-block: 1px;
|
||||
margin-inline-end: var(--arrowpanel-menuicon-padding);
|
||||
|
||||
/* Color */
|
||||
fill: currentColor;
|
||||
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
||||
-moz-context-properties: fill;
|
||||
|
||||
background-size: 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
background-image: url("chrome://global/skin/icons/settings.svg");
|
||||
}
|
||||
|
||||
.PanelUI-remotetabs-notabsforclient-label {
|
||||
margin-inline-start: calc(var(--arrowpanel-menuicon-padding) + var(--arrowpanel-menuitem-padding)) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue