Traduzioni di questa pagina:

How do I to color TB folders and thread where are present new messages?

You must add those code row into file userchrome.css:

/* ----- font red color - new mail in the left (accounts) pane --- */
    treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true) {
color: red !important; /* red  */ }
 
/* ---- to make the account name in a colour when new messages arrive --- */
    treechildren::-moz-tree-cell-text(folderNameCol, biffState-NewMail,
isServer-true),
    treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox,
newMessages-true) { font-weight: bold !important; color: red !important;
/* red */ }
 
/* ------- has new unread messages ----- */
    treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
text-decoration: underline; color: red !important; /* red */ }
 
/* Change the color of containing folders */
treechildren::-moz-tree-cell-text(hasUnreadMessages-true)    {color: blue
!important;} 

[ Slartibartfast ]

Questo sito Web utilizza i cookie. Utilizzando il sito Web, l'utente accetta la memorizzazione dei cookie sul proprio computer. Inoltre riconosci di aver letto e compreso la nostra Informativa sulla privacy. Se non sei d'accordo, lascia il sito.Maggiori informazioni sui cookie
 
en/thunderbird/domande_specifiche/colorare-i-thread-di-mozilla-thunderbird.txt · Ultima modifica: 2014/05/16 14:05 da 127.0.0.1 · [Revisioni precedenti]
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki