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

搜尋 Mozilla 技術支援網站

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

了解更多

When replying in plain text mode only, quted text is always in blue, how to change that?

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

more options

Hi everybody,

I prefer to use plain text mode so I've configured account to always use plain text (for new and when replying). Issue I have is when replying on a mail, quoted text is shown in blue, and that bothers me a lot (it hurts my eyes). Text I add in reply is shown normally in black, I would like whole text to be displayed in black (both quoted and added), can anyone help me how to change that?

P.S. I've tried to attach image but it failed, here is a link to it: https://postimg.org/image/h8c4qulun/

Thanks, Igor

Hi everybody, I prefer to use plain text mode so I've configured account to always use plain text (for new and when replying). Issue I have is when replying on a mail, quoted text is shown in blue, and that bothers me a lot (it hurts my eyes). Text I add in reply is shown normally in black, I would like whole text to be displayed in black (both quoted and added), can anyone help me how to change that? P.S. I've tried to attach image but it failed, here is a link to it: https://postimg.org/image/h8c4qulun/ Thanks, Igor

由 igors233 於 修改

所有回覆 (5)

more options

Have a look at Tools|Options|Display|Formatting→Plain Text Settings

Does this set the blue colour on your quoted text?

more options
Have a look at Tools|Options|Display|Formatting→Plain Text Settings Does this set the blue colour on your quoted text?

Thanks for help. no, quote text color is set to black there: https://postimg.org/image/pe7n3t4sn/

Also I've tried every possible combination of options (and colors) there, and in colors section: https://postimg.org/image/6n5ptna87/. I've also restarted thunderbird between changes but without any luck, quoted text is always blue.

Just to clarify blue quoted text is shown in compose window when replying to mail, it's normal (black) when writing new mail. And it's also normal (black) when viewing mails (with quoted text).

I'm using 45.5.1 portable version (but it was same with standalone).

more options

quoted text color is not part of the email, it is something Thunderbird displays, not sends.

See http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes

you will need the following in a userchrome.css file.

span[_moz_quote=true] {
color: pink ! important;
}

Note the color specified here is pink.

Additional colors can be picked on this page. http://www.quackit.com/css/css_color_codes.cfm

more options

Matt said

quoted text color is not part of the email, it is something Thunderbird displays, not sends. See http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes you will need the following in a userchrome.css file. span[_moz_quote=true] { color: pink ! important; } Note the color specified here is pink. Additional colors can be picked on this page. http://www.quackit.com/css/css_color_codes.cfm


Thanks for the hint, unfortuntelly it didn't work. I've created userChrome.css and was able to change other styles (font size, background of messages...) but not quoted text color. I've did make sure that css is formed as expteded, I even copied default thunderbird css and changed color in it. If it matters I'm using portable edition and win 10 64bit.

Thanks, Igor

more options

I've found a solution, right file to create is userContent.css. Seems that userChrome.css is for general window customization and userContent is for editor changes.

Regards, Igor