Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

  • 1 odpoveď
  • 1 má tento problém
  • 15 zobrazení
  • Posledná odpoveď od sfhowes

more options

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

cannot understood the debug mode.

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2. cannot understood the debug mode.

Všetky odpovede (1)

more options

By 'message pane', do you mean the content of messages in the Message Pane (F8), or the list of messages, Subject, From, Date etc. in the Threads Pane? For the latter, a typical css contains this code:

#threadTree > treechildren {
  font-size: 12pt !important;
  background-color: lightgrey !important;
  color: navy !important;
}

Help/More Troubleshooting, Profile Folder, Show in Finder, 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 colors and numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.