Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

חיפוש בתמיכה

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.

מידע נוסף

How do I increase the font in the Address Line "To" in a new email

  • 1 תגובה
  • 0 have this problem
  • 1 view
  • תגובה אחרונה מאת sfhowes

more options

I can increase and decrease fonts all over the place, but I can't increase the font size in the address line for a new email.

I can increase and decrease fonts all over the place, but I can't increase the font size in the address line for a new email.

כל התגובות (1)

more options

There might be a simpler way to do this, but in the meantime I found some css code that works.

/* The To: email addresses */
#MsgHeadersToolbar .address-pill  {
  background-color: #336699 !important;
  color:            White   !important;
  height:           40px    !important;
  font-size: 18px !important;
}

/* The To: address "input" box (ie with cursor) */
#MsgHeadersToolbar .recipients-container input {
  border-radius:    3px     !important;
  color:            white   !important;
  background-color: #336699 !important;
  padding-inline:   2px     !important;
  font-size: 18px !important;
}


https://www.elevenforum.com/t/thunderbird-115-css-customization.16320/post-342200

Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers and colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See the attached pictures that show the effect with and without the css.

Helpful?

פרסום שאלה

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