mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 20:30:36 -08:00
Fix: Icons - Update banner icon
This commit is contained in:
parent
4704dd9a98
commit
d7286e7504
3 changed files with 8 additions and 0 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -11071,8 +11071,10 @@
|
|||
#appMenu-addon-banners > .addon-banner-item > .toolbarbutton-icon {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
#appMenu-update-banner::before,
|
||||
#appMenu-proton-update-banner::before {
|
||||
content: url("../icons/whatsnew.svg");
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
#appMenu-fxa-status2::before {
|
||||
/* Don't exist img tag */
|
||||
|
|
@ -25760,8 +25762,10 @@
|
|||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
#appMenu-update-banner::before,
|
||||
#appMenu-proton-update-banner::before {
|
||||
content: url("../icons/whatsnew.svg");
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
|
|
|
|||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -11509,8 +11509,10 @@
|
|||
#appMenu-addon-banners > .addon-banner-item > .toolbarbutton-icon {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
#appMenu-update-banner::before,
|
||||
#appMenu-proton-update-banner::before {
|
||||
content: url("../icons/whatsnew.svg");
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
#appMenu-fxa-status2::before {
|
||||
/* Don't exist img tag */
|
||||
|
|
|
|||
|
|
@ -8,8 +8,10 @@
|
|||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
#appMenu-update-banner::before,
|
||||
#appMenu-proton-update-banner::before {
|
||||
content: url("../icons/whatsnew.svg");
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
#appMenu-fxa-status2::before {
|
||||
/* Don't exist img tag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue