Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Userchrome.css stopped working in TB 68 (.9 and previous)

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Firescribe

more options

Awhile ago my userchrome.css file stopped working after I updated. My toolkit file has been set to true all along:

toolkit.legacyUserProfileCustomizations.stylesheets

My @namespace line it proper:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

Why won't it work? It seems only a handful of things are working, like my read and unread colors and zebra stripes on my message list. Everything else—typeface, text size, background message color—is all messed up, and to make things worse, the regular font settings won't change things. I can't set anything to ignore individual e-mail fonts and use my own. It seems like the userchrome file is getting in the way of that, yet it won't work right, even the global font I set:

/* global font and size */


  • { font-size: 14pt !important;
   font-family: Papyrus !important;

}

{ background-color: tan !important; }

I've check online codes and those are what I have, including double :: where needed. What is going on and how do I fix it?

What do I do? I've checked

Awhile ago my userchrome.css file stopped working after I updated. My toolkit file has been set to true all along: toolkit.legacyUserProfileCustomizations.stylesheets My @namespace line it proper: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); Why won't it work? It seems only a handful of things are working, like my read and unread colors and zebra stripes on my message list. Everything else—typeface, text size, background message color—is all messed up, and to make things worse, the regular font settings won't change things. I can't set anything to ignore individual e-mail fonts and use my own. It seems like the userchrome file is getting in the way of that, yet it won't work right, even the global font I set: /* global font and size */ * { font-size: 14pt !important; font-family: Papyrus !important; } { background-color: tan !important; } I've check online codes and those are what I have, including double :: where needed. What is going on and how do I fix it? What do I do? I've checked

被采纳的解决方案

I figured it out. My userChrome.css file was set to open as a text file by default even though I'd renamed it .css. I had to copy a default .css file and transfer my code into the new file. Lo and behold, everything is restored.

定位到答案原位置 👍 0

所有回复 (3)

more options

(Forgot to delete my last line. Pls ignore it and my simple typos. The important info is accurate.)

由Firescribe于修改

more options

I had a lot of errors from my three extensions, but after I disabled them In the error console I still have this error and my userchrome file still will not work. And after I removed and put back the file, all my font is now tiny and it's killing me. I have to have this fixed. I have to be able to actually read my mail.

more options

选择的解决方案

I figured it out. My userChrome.css file was set to open as a text file by default even though I'd renamed it .css. I had to copy a default .css file and transfer my code into the new file. Lo and behold, everything is restored.