diff --git a/chrome/userContent/Preferences.css b/chrome/userContent/Preferences.css index fe8938f..e014bcd 100644 --- a/chrome/userContent/Preferences.css +++ b/chrome/userContent/Preferences.css @@ -68,7 +68,7 @@ } /* Profile Picture */ - .fxaProfileImage { + .fxaProfileImage:not([style*="list-style-image"]) { list-style-image: url(../icons/profile.svg) !important; } @@ -285,4 +285,4 @@ .category[selected]::before { border-color: var(--category-active) !important; } -} \ No newline at end of file +}