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!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

Learn More

hard time seeing and reading the computer screen

  • 1 回覆
  • 0 有這個問題
  • 3 次檢視
  • 最近回覆由 gp

more options

Hello,

Last month I wrote about an issue I have. I have had a stroke, and sometimes reading the computer screen is difficult for me. I was wondering if there was a way to change the font and/or color of the list of emails so I can differentiate read emails from unread emails. I can’t always tell the difference between the bold type and the normal, and the green unread dots look just like the gray read dots to me. I wrote an email to support asking for help, and I got a response, but I cannot figure out what the note is telling me. I am not a computer programmer. I called my support service and they are as baffled as I am. I have been very happy with Thunderbird, but I need a little help. Below is the email response I received from my first post. Thank you, George Hutton


david Jan 1, 2023, 4:45:53 AM In config editor set toolkit.legacyUserProfileCustomizations.stylesheets to true to allow use of the chrome folder. In profile, add folder named chrome (lower-case) In folder, add file named userChrome.css (case-sensitive) In that simple text file, add the following: I set the colors a bit wild, with blue font and yellow background, so please change to your preference. Same goes for size. after saving, thunderbird must be closed and restarted to see changes. Config editor is at settings>general and scroll to bottom. If you want special colors and know the HTML number, replace the blue and yellow with numbers preceded with # (e.g.l, #0000ff is blue, #FF0000 is red. More colors available by web search for html color chart THE FOLLOWING CODE is for userChrome.css:

/* Make unread messages blue text and italic */
treechildren::-moz-tree-cell-text(unread) {
  color: blue !important;
   font-style: italic !important;
   font-size:  16px;
   font-weight: bold !important;  background-color: yellow !important;
 }

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Learn more here. Mark it as solved This doesn't solve my problem Browse for unsolved questions and help a Firefox user Solving 1 issue helps up to 1,000 users a day! This email is automatically sent by a robot. Our robot can’t respond to your question, but our forum contributors can! If you want to respond to them, please click here.

Hello, Last month I wrote about an issue I have. I have had a stroke, and sometimes reading the computer screen is difficult for me. I was wondering if there was a way to change the font and/or color of the list of emails so I can differentiate read emails from unread emails. I can’t always tell the difference between the bold type and the normal, and the green unread dots look just like the gray read dots to me. I wrote an email to support asking for help, and I got a response, but I cannot figure out what the note is telling me. I am not a computer programmer. I called my support service and they are as baffled as I am. I have been very happy with Thunderbird, but I need a little help. Below is the email response I received from my first post. Thank you, George Hutton david Jan 1, 2023, 4:45:53 AM In config editor set toolkit.legacyUserProfileCustomizations.stylesheets to true to allow use of the chrome folder. In profile, add folder named chrome (lower-case) In folder, add file named userChrome.css (case-sensitive) In that simple text file, add the following: I set the colors a bit wild, with blue font and yellow background, so please change to your preference. Same goes for size. after saving, thunderbird must be closed and restarted to see changes. Config editor is at settings>general and scroll to bottom. If you want special colors and know the HTML number, replace the blue and yellow with numbers preceded with # (e.g.l, #0000ff is blue, #FF0000 is red. More colors available by web search for html color chart THE FOLLOWING CODE is for userChrome.css: /* Make unread messages blue text and italic */ treechildren::-moz-tree-cell-text(unread) { color: blue !important; font-style: italic !important; font-size: 16px; font-weight: bold !important; background-color: yellow !important; } Avoid support scams. We will never ask you to call or text a phone number or share personal information. Learn more here. Mark it as solved This doesn't solve my problem Browse for unsolved questions and help a Firefox user Solving 1 issue helps up to 1,000 users a day! This email is automatically sent by a robot. Our robot can’t respond to your question, but our forum contributors can! If you want to respond to them, please click here.

由 Wayne Mery 於 修改

所有回覆 (1)

more options

Hello George

Sorry about your problem. It seems that you got the correct response from this forum, however your very problem is making it (obviously) difficult to solve it this way. I wonder if you transferred to your support service the link to the original response, or the same text you pasted here: because the way it's expressed it's unfortunately rather garbled and difficult to understand - If I did not know what it is, I'd be a bit baffled too. I'm sure that the original reply was clearer.

So maybe it was the problem with your support service: they did not understand the information your forwarded them, because it was not the original information. If they did access the original post and were unable to process it, my guess is that they should find a more qualified person to help them solve your problem. About answers on this forum, I'm sorry again to say that it's difficult enough to try to help people not being used to computers to do things a bit complex, but it's squared when the person has some functional problems like you have currently. It's far easier when one can do the stuff to help directly on the computer, that is, from a person that can help you immediately. If it's not possible, one can try to do it through the forum but it will not be easy at all.