Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

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

  • 1 odgovor
  • 0 ima ovaj problem
  • 1 prikaz
  • Posljednji odgovor od 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.

Svi odgovori (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.

Korisno?

Postavi pitanje

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