You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
By default, replying to message in plain text mode displays cited text in blue on the dark gray background and nearly completely unreadable.
To Reproduce (if applicable)
Reply to message without HTML editor.
Expected behavior
It is better to change text color to something like gray or so. I'm not sure where to put it in this plugin, but in TB it is located in the html.css(168) file:
`span[_moz_quote=true] {
color: blue;
}
pre[_moz_quote=true] {
color: blue;
}
`
Editing it here (by replacing blue to gray) gives perfect results, but obviously conflicts with updates.
The text was updated successfully, but these errors were encountered:
Hi @borisxm,
I cannot reproduce this issue. Which version of Thunderbird and of the theme are you using? What OS are you using? Are you using the default or the dark theme? Could you send a screenshot?
I cannot reproduce this issue. Which version of Thunderbird and of the theme are you using? What OS
are you using? Are you using the default or the dark theme?
I'm using Thunderbird 68.2.2 x64 on Ubuntu 18.04.3 with default theme. However, I'm using an
OS-wide Adwaita-dark theme and message composer background have #31363B color. This makes these blue
letters as on yours screenshot completely unreadable.
Describe the bug
By default, replying to message in plain text mode displays cited text in blue on the dark gray background and nearly completely unreadable.
To Reproduce (if applicable)
Reply to message without HTML editor.
Expected behavior
It is better to change text color to something like gray or so. I'm not sure where to put it in this plugin, but in TB it is located in the html.css(168) file:
`span[_moz_quote=true] {
color: blue;
}
pre[_moz_quote=true] {
color: blue;
}
`
Editing it here (by replacing blue to gray) gives perfect results, but obviously conflicts with updates.
The text was updated successfully, but these errors were encountered: