未読タブの文字色を変える
.tabbrowser-tab[unread="true"] .tab-text {
color: red !important;
}

で変わらないのですが
どこが間違えますか?