Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Inbox view font size

  • 1 risposta
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di david

more options

I use an imac and mac products. I see many answers of how to make the font size of the text bigger when wanting the folders section, the outgoing font etc look larger but my issue is when looking at the inbox or within any other folder that is, the font of the actual emails sitting in the inbox is too small. I tried the config and changing the numer to 1.45 but that helped everything except the actual message list of messages in the mailboxes.

I have attached an image of the part of the inbox i would like to see more clearly.

I use an imac and mac products. I see many answers of how to make the font size of the text bigger when wanting the folders section, the outgoing font etc look larger but my issue is when looking at the inbox or within any other folder that is, the font of the actual emails sitting in the inbox is too small. I tried the config and changing the numer to 1.45 but that helped everything except the actual message list of messages in the mailboxes. I have attached an image of the part of the inbox i would like to see more clearly.
Immagini allegate

Tutte le risposte (1)

more options

I'm not sure what you want. You mention the fonts of actual emails is too small (and that can be addressed by tools>preferences>fonts&colors - not sure of MAC menu structure...) but here is some sample text that can be used in userControl.css. The font-family and colors are just examples:

In config editor:

  toolkit.legacyUserProfileCustomizations.stylesheets to true 

Try this css code:

/* Threads Pane font and background*/

  1. threadTree > treechildren {
 font-size: 12pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

/* Folder Pane font and background*/

  1. folderTree > treechildren {
 font-size: 12pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}