mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
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:
parent
237b8eceeb
commit
96bee49f41
@ -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;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user