Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

Firefox 143

  • 7 件の返信
  • 0 人がこの問題に困っています
  • 67 回表示
  • 最後の返信者: Agent virtuel

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?

選ばれた解決策

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

この回答をすべて読む 👍 0

すべての返信 (7)

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; } }

この投稿は Agent virtuel により に変更されました

役に立ちましたか?

more options

選ばれた解決策

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

役に立ちましたか?

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

役に立ちましたか?

more options

I am a disabled person I have userChrome.css how do I get my bookmark folder to yellow their white ?

役に立ちましたか?

more options

役に立ちましたか?

more options

sportmaniac00 said

I am a disabled person I have userChrome.css how do I get my bookmark folder to yellow their white ?

Custom rules in userChrome.css are not an officially supported feature. That said, if you need help, you can start a new question and explain what rules you have been using for Firefox 142 and earlier. That will help in tracking down the replacement set of rules to achieve the same effect. https://support.mozilla.org/questions/new/firefox/form

Or you can ask on the r/FirefoxCSS subreddit at https://www.reddit.com/r/FirefoxCSS/.

役に立ちましたか?

more options

Hello

To complement, this discussion.

Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration

Yes, Open source, is cool, because is fun, but, it only lasts for a while.

Best, not use custom style rules.

Best, use natively the feature, choose the color of bookmark folders optionally into Firefox.

役に立ちましたか?

質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。