Better highlight entries that pop open

This commit is contained in:
Fabian Müller 2022-11-21 14:03:44 +01:00
parent 276110b2a2
commit eab91b7272

View File

@ -45,7 +45,7 @@ body {
padding: 3px 0; padding: 3px 0;
} }
.calendar-date:nth-of-type(2n) .calendar-date-month { .calendar-date:nth-of-type(2n) .calendar-date-month {
/*background-color: var(--calendar-fablab-blue);*/ background-color: var(--calendar-fablab-blue);
} }
.calendar-date-day { .calendar-date-day {
font-size: 13pt; font-size: 13pt;
@ -145,6 +145,7 @@ body {
details.calendar-event-details > summary { details.calendar-event-details > summary {
text-decoration: underline dotted black; text-decoration: underline dotted black;
cursor: pointer;
} }
.calendar-popover-content > * { .calendar-popover-content > * {
margin: 5px 0; margin: 5px 0;