soweit ich das so erkennen kann, funktioniert es nicht für neue Nachrichten, wohl aber für ungelesene.
Mein Code war wohl doch etwas zu minimalistisch.
Ich habe jetzt das folgende CSS getestet
CSS
[is="folder-tree-row"].unread > .container > .name {
font-style: italic !important;
color: blue !important; }
[is="folder-tree-row"].new-messages > .container > .name {
color: #F20 !important;
font-style: italic !important; }
und da sieht es bei mir so aus