fix unused icons and pocket icon
This commit is contained in:
parent
dfeb6ab1fc
commit
1af4171d7e
1 changed files with 23 additions and 5 deletions
|
@ -130,8 +130,8 @@
|
||||||
list-style-image: url(synced-tabs.svg) !important;
|
list-style-image: url(synced-tabs.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#appMenu-library-pocket-button {
|
#appMenu-library-pocket-button, #pocket-button, #pageAction-panel-pocket {
|
||||||
list-style-image: url(pocket.svg) !important;
|
list-style-image: url(save-pocket.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PanelUI-remotetabs-view-sidebar,
|
#PanelUI-remotetabs-view-sidebar,
|
||||||
|
@ -185,12 +185,12 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
}
|
}
|
||||||
|
|
||||||
#email-link-button,
|
#email-link-button,
|
||||||
#pageAction-panel-emailLink
|
#pageAction-panel-emailLink, #pageAction-urlbar-emailLink
|
||||||
{
|
{
|
||||||
list-style-image: url(email.svg) !important;
|
list-style-image: url(email.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageAction-panel-copyURL
|
#pageAction-panel-copyURL, #pageAction-urlbar-copyURL
|
||||||
{
|
{
|
||||||
list-style-image: url(hyperlink.svg) !important;
|
list-style-image: url(hyperlink.svg) !important;
|
||||||
}
|
}
|
||||||
|
@ -217,6 +217,12 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pageAction-panel-screenshots_mozilla_org .toolbarbutton-icon,
|
||||||
|
#pageAction-urlbar-screenshots_mozilla_org
|
||||||
|
{
|
||||||
|
list-style-image: url(screenshot.svg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
#tabs-newtab-button,
|
#tabs-newtab-button,
|
||||||
#new-tab-button
|
#new-tab-button
|
||||||
{
|
{
|
||||||
|
@ -243,7 +249,7 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
list-style-image: url(profile.svg) !important;
|
list-style-image: url(profile.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[fxastatus=signedin]:not([style*="--avatar-image-url"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar)
|
:root[fxastatus=signedin]:not([style*="--avatar-image-url"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label)
|
||||||
{
|
{
|
||||||
list-style-image: url(profile.svg) !important;
|
list-style-image: url(profile.svg) !important;
|
||||||
}
|
}
|
||||||
|
@ -258,6 +264,10 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
list-style-image: url(tracking-protection.svg) !important;
|
list-style-image: url(tracking-protection.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#appMenu-protection-report-icon {
|
||||||
|
list-style-image: url(protections.svg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
#pageActionButton
|
#pageActionButton
|
||||||
{
|
{
|
||||||
list-style-image: url(menu.svg) !important;
|
list-style-image: url(menu.svg) !important;
|
||||||
|
@ -346,6 +356,14 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
list-style-image: url(audio.svg) !important;
|
list-style-image: url(audio.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pageAction-panel-pinTab, #pageAction-urlbar-pinTab {
|
||||||
|
list-style-image: url(pin.svg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageAction-urlbar-shareURL, #pageAction-panel-shareURL {
|
||||||
|
list-style-image: url(share.svg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tab-icon-overlay[muted],
|
.tab-icon-overlay[muted],
|
||||||
.tab-icon-sound[muted]
|
.tab-icon-sound[muted]
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue