T2507: Display cancelled event box with some transparency

... to distinguish them from non-cancelled events
This commit is contained in:
Aleksander Machniak 2017-08-29 13:23:38 +00:00
parent efb4554267
commit 6b3ac66afc
2 changed files with 8 additions and 0 deletions

View file

@ -1495,6 +1495,10 @@ span.spacer {
font-weight: bold;
}
.cal-event-status-cancelled {
opacity: 0.6;
}
.cal-event-status-cancelled .fc-event-title {
text-decoration: line-through;
}

View file

@ -1945,6 +1945,10 @@ a.dropdown-link:after {
font-weight: bold;
}
.cal-event-status-cancelled {
opacity: 0.6;
}
.cal-event-status-cancelled .fc-event-title {
text-decoration: line-through;
}