Bitte testen:
CSS
/* Alarm-Icon */
.alarm-icons-box > .reminder-icon {
-moz-appearance:none !important;
margin-bottom: 4px !important;
background: url("../../../Icons/alarm.png") !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}
/* TAB - Kalender */
.tabmail-tab[type="calendar"] {
list-style-image: url("../../../Icons/calendar.png") !important;
-moz-image-region: auto !important; }
/* Tab - Neuertermin */
.tabmail-tab[type="calendarEvent"] {
list-style-image: url("../../../Icons/termin_neu.png") !important;
-moz-image-region: auto !important; }
/* Tab - Aufgaben */
.tabmail-tab[type="tasks"] {
list-style-image: url("../../../Icons/task_1.png") !important;
-moz-image-region: auto !important; }
/* Tab - Neueaufgaben */
.tabmail-tab[type="calendarTask"] {
list-style-image: url("../../../Icons/task_neu.png") !important;
-moz-image-region: auto !important; }
Alles anzeigen
Suche Dir raus was Du brauchst.
Gruß
EDV-Oldi