Wed, 6 Apr 2016 23:09:17 +0300, /Stanimir Stamenkov/:
Wed, 6 Apr 2016 14:17:43 -0400, /Felix Miata/:

It used to be legible. Now it's gray. Is there a pref setting in
2.40+ to make quotes in plain text reply composition black again?

As far as I see blue is still the factory default on my side
<resource://gre-resources/html.css>:

span[_moz_quote=true] {
  color: blue;
}

One can change the default by placing similar rule:

span[_moz_quote=true] {
  color: [1];
}

For black this would be:

span[_moz_quote=true] {
  color: black;
}

in "userContent.css" [2] or by using the Stylish [3] extension.

For Stylish I've now added:

https://userstyles.org/styles/126461/mail-composition-quote-color

[1] https://developer.mozilla.org/en-US/docs/Web/CSS/color
     https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
[2] http://kb.mozillazine.org/UserContent.css
[3] https://addons.mozilla.org/addon/stylish

--
Stanimir
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to