könnte man den grauen Balken auch noch andersfarbig darstellen?
selbst verständlich
CSS
.agenda-listitem:first-child .agenda-date-header {
background-color: darkgray !important;
color: red !important;
}
Bei mir sieht der Code so aus:
CSS
.agenda-listitem:first-child .agenda-date-header {
background-color: darkgray !important;
border-left: 2px solid white !important;
border-top: 2px solid white !important;
border-right: 2px solid white !important;
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
color: red !important;
text-align: center !important;
text-decoration: underline ! important;
}
Alles anzeigen
Gruß
EDV-Oldie