Vertical lines in left margin when replying to email
Categories
(Thunderbird :: Untriaged, enhancement)
Tracking
(Not tracked)
People
(Reporter: martin.menez, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
In previous issues of Thunderbird (ex. 78), when first made available, there were vertical colored lines that appeared in the left margin when replying to messages. As the releases matured, the lines disappeared. In the new 91 edition, we've been through four releases, and these lines still appear, which are very annoying. Please eliminate their automatic application, or provide an option for their removal! Thanks.
Actual results:
See above
Expected results:
See above
Comment 1•4 years ago
|
||
For the quoted part? Those would be very expected there.
If something else, please add a screenshot.
| Reporter | ||
Comment 2•4 years ago
|
||
My point is that formerly, as Release 78 matured, this annoyance disappeared. I'd like it again to disappear. You say that it should be expected. I'm suggesting that the default/norm return to not having it, or provide an option to suppress it. Call it an enhancement if more acceptable. Thanks.
Comment 3•4 years ago
•
|
||
Those have always been there (maybe appearance slightly changed). You can change how they look using a userContent.css with content like
blockquote[type=cite] {
border-color: gray !important;
color: red !important;
background: #f2f2f2 !important;
}
| Reporter | ||
Comment 4•4 years ago
|
||
I have one profile directory named "usqjdstd.default". I created a subdirectory named "chrome" and file under that named "userContent.css", with text content:
blockquote[type=cite] {
border-color: white ! important;
color: red ! important;
background: #f2f2f2; ! important;
}
The vertical line on left is still there. What am I doing wrong?
Thanks.
Comment 5•4 years ago
|
||
Also set toolkit.legacyUserProfileCustomizations.stylesheets to true to make it take effect
(for the backround you have a stray semicolon in the middle)
It should be in the profile folder under a subfolder "chrome".
| Reporter | ||
Comment 6•4 years ago
|
||
-
It seems that I have one profile folder named "usqjdstd.default". I created a folder (i.e. didn't exi.st prior there) named "chrome" and file under that named "userContent.css". Is that correct, or should I be looking somewhere else?
-
The semicolon was in what you sent me; no problem - I deleted it.
-
In a search of the registry there doesn't seem to be a string named "toolkit.legacyUserProfileCustomizations.stylesheets". Is that where you wanted me to look, in the registry?
Thanks.
Comment 7•4 years ago
|
||
Correct. For toolkit.legacyUserProfileCustomizations.stylesheets, open the Options, then search for Config Editor. There you can change it.
| Reporter | ||
Comment 8•4 years ago
|
||
That did it. Thanks much - I appreciate it.
Marty
Description
•