From cc7d9cbba4c7abed8f745da8917c8c29e0fd4456 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 28 Jul 2016 11:21:09 +0200 Subject: [PATCH] Do not apply opacity on cal events when printing a calendar view, because Firefox can not coop with opacity in print --- calendar/templates/default/app.css | 2 ++ calendar/templates/pixelegg/app.css | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 0c61354c9c..26435b6e5a 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -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;} } /** diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 16957597ce..f8d2fe115d 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -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;