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