This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

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.