Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

UserChrome.css not working in Developer Edition multi-process

  • 1 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 jibe06

more options

Hello,

I have a userChrome.css file that is the same across all my profiles (under /chrome folder). It is not working for Firefox Developer Edition when multi-process is activated (user profile dev-edition-default as seen in about:support). When disabling multi-process, it is working perfectly, but it is using the default profile. (but I want to have multi-process obvisouly ;) ) Again, the userChrome file is the same for both profiles.

Thanks, JB

Hello, I have a userChrome.css file that is the same across all my profiles (under /chrome folder). It is not working for Firefox Developer Edition when multi-process is activated (user profile dev-edition-default as seen in about:support). When disabling multi-process, it is working perfectly, but it is using the default profile. (but I want to have multi-process obvisouly ;) ) Again, the userChrome file is the same for both profiles. Thanks, JB

所有回覆 (1)

more options

I'll answer myself :)

The userChrome.css file is taken into account. However, it seems some of the browser DOM/chrome is different when using multi-process (ex: tabs and the behavior around class ".tabbrowser-tab"). So my rules where not working anymore.