show generic fxa icon when not signed in #47
This commit is contained in:
parent
445f232646
commit
f767e707c0
4 changed files with 39 additions and 2 deletions
|
@ -37,6 +37,14 @@ and 11 so applied to both) */
|
|||
fill: currentColor !important;
|
||||
}
|
||||
|
||||
:root[fxastatus="not_configured"] #fxa-avatar-image {
|
||||
list-style-image: url("account.svg") !important;
|
||||
}
|
||||
|
||||
:root[privatebrowsingmode] #fxa-avatar-image {
|
||||
list-style-image: url("account-private.svg") !important;
|
||||
}
|
||||
|
||||
/* disable context menu icons on macOS */
|
||||
@media not (-moz-platform: macos) {
|
||||
#context-back {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue