Stanimir Stamenkov composed on 2016-04-06 23:09 (UTC+0300):

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];
}

Without backleveling to 2.39 or prior, I can't think of any way to be sure, but I could have sworn that applied exclusively to message viewing, not also to plain text message composition. If we're stuck with that rule applying to both, then what I need that I've been unable to spot in Domi is a selector that applies only to composition windows to override the generic I've had

span[_moz_quote=true]
        {color: #444 !important;} /* unblue quoted text in email */

in userContent.css far longer than I can remember. For now I've knocked the color down from #444 to #222, but I seriously cannot remember seeing gray in composition windows above the .sig separator before 2.40. :-(
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to