Hallo thosdmg,
teste bitte diesen Code einmal:
Code
/* Ungelesene Mails und Postings besonders hervorheben. */
treechildren::-moz-tree-cell-text(unread) {
font-weight: bold ! important;
text-decoration: underline ! important;
color: blue ! important;
}
/* Neue Mails und Postings besonders hervorheben. */
treechildren::-moz-tree-cell-text(new) {
font-weight: bold ! important;
text-decoration: underline ! important;
color: red ! important; }
Alles anzeigen
Gruß
EDV-Oldi