mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 06:20:37 -08:00
Fix: Panel - Firefox Account Icon at logined
This commit is contained in:
parent
f01af4c4f8
commit
a0e87c2f5d
1 changed files with 8 additions and 0 deletions
|
|
@ -293,6 +293,14 @@
|
|||
#appMenu-fxa-status2::before { /* Don't exist img tag */
|
||||
content: url(chrome://browser/skin/fxa/avatar-empty.svg);
|
||||
}
|
||||
#appMenu-fxa-status2[fxastatus=signedin]::before { /* Don't exist img tag */
|
||||
display: none;
|
||||
}
|
||||
#appMenu-fxa-label2::before {
|
||||
/* url("https://profile.accounts.firefox.com/v1/avatar/a") */
|
||||
content: '';
|
||||
background-image: var(--avatar-image-url) !important;
|
||||
}
|
||||
|
||||
#appMenu-new-tab-button2 {
|
||||
list-style-image: url(chrome://browser/skin/new-tab.svg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue