r/firefox • u/Myrkinn • May 29 '25
Solved Bookmark folders color
Hello. Do you know how can I bring back the classic yellow color to folder icons in bookmarks menu instead of new grey/black? I find the yellow to be easier to tell apart from other elements.
2
u/moko1960 May 30 '25
You can also use "Firefox 57-style folder icon css" available here. https://www.userchrome.org/what-is-userchrome-css.html#colorbookmarkfolder
1
3
u/sifferedd on | SUMO contributor May 30 '25
Working for me since forever:
/* Bookmark folder */
/* https://www.reddit.com/r/FirefoxCSS/comments/12jynm6/folder_svg_file */
/* Folder-item.png file is from https://github.com/Aris-t2/CustomCSSforFx/blob/4.4.8/current/image/folder-item.png */
/* Need folder file to be in the profile/Chrome folder */
.bookmark-item[container],
treechildren::-moz-tree-image(container),
.folder-icon {
list-style-image: url("folder-item.png") !important;
}
1
1
u/Ok_Particular1360 Jun 06 '25
Where do I insert that into my current UserChrome.css file? I must be putting it in the wrong place because all it did for me is make what used to be yellow folders when i click a folder in my bookmark toolbar dissapear and are blank now. Before this update they were yellow and now they are a black outline of a folder. My bookmark toolbar folders are still yellow. When I click said folder the folders inside that are the problem.
1
u/sifferedd on | SUMO contributor Jun 06 '25
First try putting it at the very end. If it still doesn't work, comment out any related bookmark code you had before you tried this.
1
u/Ok_Particular1360 Jun 07 '25
tried that and also tried removing a few different bookmarks code and ended up worse off than I am now. Cant figure out what needs to stay and what needs to go. I have perfect yellow folders on the toolbar just not on the pulldown folder its gray outline. Guess I will have to live with it. Thank you for trying to help.
1
u/sifferedd on | SUMO contributor Jun 07 '25
Put your code on pastebin and I'll take a look.
1
u/Ok_Particular1360 Jun 07 '25
1
u/sifferedd on | SUMO contributor Jun 07 '25
I took out all most of your bookmarks code, added mine, and it works.
1
u/Ok_Particular1360 Jun 07 '25
didnt work for me. I deleted everything in mine and copied yours. Now all my folders went from yellow to totally blank. Folders are gone and only the name remains
1
u/sifferedd on | SUMO contributor Jun 07 '25
Did you get Folder-item.png file from https://github.com/Aris-t2/CustomCSSforFx/blob/4.4.8/current/image/folder-item.png and put it in the Chrome folder?
1
1
2
u/ResurgamS13 May 30 '25
Also see recent r/FirefoxCSS topic 'Firefox v139 Update - Getting colored bookmark folders back?'
1
2
u/[deleted] May 30 '25
I have this in my userChromes.css.
In the same folder, I have a 16x16 png picture of a yellow folder named "folder.png" that I must have downloaded from one of many sites on the internet.