display past event differently, wip #2

This commit is contained in:
rra 2021-09-30 09:29:05 +02:00
parent 3f0d723018
commit f5cfffd107

View File

@ -340,6 +340,14 @@ div.network-source{
}
.card.calendar.past {
opacity: 0.3;
}
.card.calendar.past:hover {
opacity: 1;
}
.h-event.calendar header {
display: flex;
border-bottom: 2px solid cornflowerblue;