ja, andere Sachen aus dem userChrome greifen auch
Machen wir mal einen kleinen Test, füge mal das ↓ anstatt Deinem in die userChrome.css ein, starte Tb, gibt es dann bei neuen Mails ein Auge zu sehen?
CSS
/* - Symbol 'Neue Nachricht' anpassen - */
tr[data-properties~="new"] .subject-line img {
appearance: none !important;
content: var(--icon-eye) !important;
fill: #000 !important;
stroke: #FFCE55 !important;
}
tr[data-properties~="new"]:hover .subject-line img {
appearance: none !important;
content: var(--icon-eye) !important;
fill: #FFCE55 !important;
stroke: #000 !important;
}
Alles anzeigen