Skip to content

Commit

Permalink
Fix display of fontawesome icons on firefox
Browse files Browse the repository at this point in the history
fa-regular (used for font weight 400) appears to not include the icon
f502 we use for preset accounts, while fa-solid (weight 900) does. No
idea why only firefox fails to display the icon for preset accounts.
  • Loading branch information
mstilkerich committed Jan 14, 2023
1 parent 1747d83 commit 9b95262
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions skins/elastic/carddav.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@

.listing.iconized li.addressbook > a:before {
content:"\f2b9";
font-weight:400
}

.listing.iconized > li.account.preset > a:before {
content:"\f502";
font-weight:400
}

.listing.iconized > li.account:not(.preset) > a:before {
content:"\f007";
font-weight:400
}

.menu a.carddav_AccAdd:before {
Expand Down

0 comments on commit 9b95262

Please sign in to comment.