Hallo zusammen,
jede Kategorie muss eine Farbe zugeordnet werde, es ist egal welche.
Ich benutze für Bilder diesen Code:
CSS
/* Kategorie: Geburtstag */
.calendar-category-box[style="background-color: var(--category-geburtstag-color);"] {
background-color: transparent !important;
clip-path: border-box !important;
min-width: 17px !important;
margin-top: 20px !important;
background-image:url("file:///C:/Dropbox/Chrome/Icons/gebw.png") !important;
background-repeat: no-repeat !important;
}
Gruß
EDV-Oldie