Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox 143

  • 3 àwọn èsì
  • 0 ní àwọn ìṣòro yìí
  • 46 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ neilcaine

more options

Yet again Mozilla have decided that yellow folder icons are not needed and have amended the code so user chrome files no longer work. Is there a new way to return the folder icons to yellow or are we stuck with the black icons with a white frame?

Yet again Mozilla have decided that yellow folder icons are not needed and have amended the code so user chrome files no longer work. Is there a new way to return the folder icons to yellow or are we stuck with the black icons with a white frame?

Ọ̀nà àbáyọ tí a yàn

Firefox's interface changes over time. That is one of the reasons that userChrome.css files are not officially supported.

Whose files are you using to color the folders? The ones from the Classic repository might be updated by now. There is an active thread here with user workarounds:

https://github.com/Aris-t2/CustomCSSforFx/issues/777

If you are using a file or copy/pasted code from my site, I updated it Saturday:

https://www.userchrome.org/what-is-userchrome-css.html#colorbookmarkfolder

Ka ìdáhùn ni ìṣètò kíkà 👍 0

All Replies (3)

more options

Hello

Maybe, an test userChrome.css.

* Lesezeichen verwalten - Ordnericon liegend gelb */ @-moz-document url("chrome://browser/content/places/places.xhtml") { treechildren::-moz-tree-image(container) { list-style-image: url("file:///C:/Users/manag/AppData/Roaming/Mozilla/Firefox/Profiles/x1jkC9cC.Original profile/chrome/testyellowcolor.png") !important; } } /* Lesezeichensymbolleiste - Ordnericon liegend gelb */ @-moz-document url-prefix(chrome://browser/content/browser.xhtml) { .bookmark-item[container="true"] { list-style-image: url("file:///C:/Users/manag/AppData/Roaming/Mozilla/Firefox/Profiles/x1jkC9cC.Original profile/chrome/testyellowcolor.png")!important; --bookmark-item-icon: url("file:///C:/Users/manag/AppData/Roaming/Mozilla/Firefox/Profiles/x1jkC9cC.Original profile/chrome/testyellowcolor.png") !important; } } /*Lesezeichen in der Sidebar*/ @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml") { treechildren::-moz-tree-image(container) { list-style-image: url("file:///C:/Users/manag/AppData/Roaming/Mozilla/Firefox/Profiles/x1jkC9cC.Original profile/chrome/testyellowcolor.png") !important; } }

Ti ṣàtúnṣe nípa Agent virtuel

Helpful?

more options

Ọ̀nà àbáyọ Tí a Yàn

Firefox's interface changes over time. That is one of the reasons that userChrome.css files are not officially supported.

Whose files are you using to color the folders? The ones from the Classic repository might be updated by now. There is an active thread here with user workarounds:

https://github.com/Aris-t2/CustomCSSforFx/issues/777

If you are using a file or copy/pasted code from my site, I updated it Saturday:

https://www.userchrome.org/what-is-userchrome-css.html#colorbookmarkfolder

Helpful?

more options

Hi

Thanks for the quick reply and detailed help, I managed to get the yellow folders back (the older style solid yellow ones), using the links you provided.

Hopefully it's a while before another update removes them again!!

thanks again Neil

Helpful?

Béèrè ìbéèrè

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.