Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

New mail colour in macOS (Mojave)

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 21 parje
  • Përgjigjja më e re nga sfhowes

more options

Simple request: how to change the font colour of new mails in inbox (see image) from white bold to <colour> bold. Found a solution for Linux, but can't find one for macOS.

Thunderbird: 68.4.1 (64-bit)

- Cheers!
Simple request: how to change the font colour of new mails in inbox (see image) from white bold to <colour> bold. Found a solution for Linux, but can't find one for macOS. Thunderbird: 68.4.1 (64-bit) - Cheers!
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (3)

more options

if it involves a userchrome file it is not os specific.

Ndryshuar nga Matt

more options

Interesting. I tried creating one and didn't seem to work. I'll try again...

more options

Try this css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#threadTree treechildren::-moz-tree-cell-text(unread) {
-moz-appearance: none !important;
color: #CC0000 !important;
}

Most issues with css not working are due to not placing the userChrome.css file in the chrome folder, which must be a subfolder of the profile folder. Help/Troubleshooting, click Show in Finder to open the profile folder, close TB before making any changes.