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

Caută ajutor

Atenție la excrocheriile de asistență. Noi nu îți vom cere niciodată să suni sau să trimiți vreun SMS la vreun număr de telefon sau să dai informații personale. Te rugăm să raportezi activitățile suspecte folosind opțiunea „Raportează un abuz”.

Află mai multe

Increase Icon Size

  • 1 răspuns
  • 1 are această problemă
  • 119 vizualizări
  • Ultimul răspuns dat de sfhowes

I would like to increase the size of icons in Thunderbird. This includes the star icon, attach icon, back and forward icon in the built-in browser, filter icon, etc...

Increasing the font size doesn't see to change this.

Thanks.

I would like to increase the size of icons in Thunderbird. This includes the star icon, attach icon, back and forward icon in the built-in browser, filter icon, etc... Increasing the font size doesn't see to change this. Thanks.

Toate răspunsurile (1)

The attachment and star icons in Table View can be sized with userChrome.css:

:is(.attachmentcol-column img, .attachment-icon) {
  width: 18px !important;
  height: 18px !important;
}

:is(.flaggedcol-column img, .flag-icon) {
  width: 20px !important;
  height: 20px !important;
}


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 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)