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;