this post was submitted on 29 Oct 2023
4 points (100.0% liked)

Firefox Customs

64 readers
3 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
4
submitted 1 year ago* (last edited 1 year ago) by zapsnh to c/[email protected]
 

I can't seem to select them through the browser toolbox.


Top: icons from bookmarks sidebar

Bottom-left: library icons

Bottom-right: icons from history sidebar

you are viewing a single comment's thread
view the rest of the comments
[–] MrOtherGuy 2 points 1 year ago (1 children)

Assuming that you want to change all the ones you have circled red then you would do something like this. https://gist.github.com/MrOtherGuy/8816d7b388200119279da6f735539acb

Here I'm just linking them to use some other built-in icons with the exception of those that you have not circled, for those you need to set them use their original icon. It wouldn't need to be this complicated if you didn't want that "generic" folder icon to change.

[–] zapsnh 1 points 1 year ago (1 children)

It wouldn't need to be this complicated if you didn't want that "generic" folder icon to change.

I mean, I didn't want the folder icon (or Firefox's UI) to change from Photon but here we are.

Also, how did you find those selectors?

[–] MrOtherGuy 2 points 1 year ago

You can check what selectors tree.css uses and do that.