T2507: Display cancelled event box with some transparency
... to distinguish them from non-cancelled events
This commit is contained in:
parent
efb4554267
commit
6b3ac66afc
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue