this post was submitted on 06 May 2024
4 points (100.0% liked)

Firefox Customs

3 readers
1 users here now

Chat with us!

Post your unsupported Firefox customizations here!

From the makers of r/FirefoxCSS

Links

Related

Rules

  1. Posts must have flair!
  2. Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
  3. Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
  4. When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
  5. Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.

founded 1 year ago
MODERATORS
 

Hello,

basically title.

I often found such icons in CSS snippets, but never truly understood where I could see them all and now that I'm trying to do stuff with icons for my style I would truly benefit understanding how to find all these icons and how I could properly use them.

Thanks in advance to anyone who will try to help me :D

you are viewing a single comment's thread
view the rest of the comments
[–] MrOtherGuy@lemmy.world 1 points 4 months ago (1 children)

The path they can be found from depends on which component they belong to, but bunch of them can be found over here at searchfox (this folder should mostly correspond to what icons are found inside chrome://browser/skin/).

[–] MiniBus93@lemmy.world 1 points 4 months ago (1 children)
[–] MrOtherGuy@lemmy.world 1 points 4 months ago

It is. But note that that site shows code in mozilla-central repository, i.e. code for nightly which can change quite often.

You can switch to release repository by replacing the mozilla-central part of the url with mozilla-release