Ihr könntet mal diese Vorlage testen:
CSS
.tabmail-tab[label*="Kalender"] .tab-icon-image {
display: none !important;
}
.tabmail-tab[label*="Kalender"] .tab-label {
margin: -2px 0 0 26px !important;
}
.tabmail-tab[label*="Kalender"] .tab-background {
background: url("file:///F:/FIREFOX-ICONS/Icons/calendar-white.png") no-repeat 10px 5px !important;
}
.tabmail-tab[label*="Kalender"][selected] .tab-background {
background: green url("file:///F:/FIREFOX-ICONS/Icons/calendar-white.png") no-repeat 10px 5px !important;
}
Alles anzeigen
Die Zeilen mit .tab-background natürlich entsprechend anpassen... ![]()