搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 1 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 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.

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题