Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন
Solved

How do you remove the verticle line thunderbird add on replies.

Lifes Chase

Hey everyone

I need to remove the line that is added when you reply to emails. It adds added steps when cutting and pasting when I quoting emails when replying.

I have multiple profiles with multiple emails in each profile.

I found a thread here dated 2016 that instructed to add this to the css file.

I didn't have en excisting css file I could fine so I created a folder. >chrome > and put a userContent.css file within that.

This is code.

blockquote[type=cite] {

  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  border-left: none !important;
  border-right: none !important;

}

Hey everyone I need to remove the line that is added when you reply to emails. It adds added steps when cutting and pasting when I quoting emails when replying. I have multiple profiles with multiple emails in each profile. I found a thread here dated 2016 that instructed to add this to the css file. I didn't have en excisting css file I could fine so I created a folder. >chrome > and put a userContent.css file within that. This is code. blockquote[type=cite] { padding-bottom: 0 !important; padding-top: 0 !important; padding-left: 0 !important; border-left: none !important; border-right: none !important; }

All Replies (2)

চয়ন করা সমাধান

I could be harsh and and say send the email. It is only a local visual, not part of the email.

I assume you got you information from here https://support.mozilla.org/en-US/questions/1144690#answer-930622

Did you modify the preference in the Config Editor to allow the CSS to work? See https://support.mozilla.org/bm/questions/1469544#answer-1682142

THANK YOU..

Solved....just needed to make stylesheets to TRUE and no False.

In search type : legacy

look for this line: toolkit.legacyUserProfileCustomizations.stylesheets

একটি প্রশ্ন জিজ্ঞাসা করুন

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.