/* --- nach /chrome --- */ /* --- 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; }