mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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
86823a7e8c
commit
cc7d9cbba4
@ -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;}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user