Do not apply opacity on cal events when printing a calendar view, because Firefox can not coop with opacity in print

This commit is contained in:
Hadi Nategh 2016-07-28 11:21:09 +02:00
parent 86823a7e8c
commit cc7d9cbba4
2 changed files with 6 additions and 1 deletions

View File

@ -45,6 +45,8 @@
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
overflow: visible !important;
}
div.calendar_calEvent {opacity:1;}
}
/**

View File

@ -57,6 +57,9 @@
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
overflow: visible !important;
}
div.calendar_calEvent {
opacity: 1;
}
}
/**
* Sidebox
@ -941,7 +944,7 @@ Hide subsequent headers in week view with non-consolidated owners
.calendar_calDayTodos {
width: 98%;
margin-left: 10px;
border-bottom: 1px solid silver;
border: 1px solid silver;
}
.calendar_calDayTodosHeader {
text-align: center;