* Calendar: Fix printing calendar view in Firefox does not work

This commit is contained in:
Hadi Nategh 2016-07-28 14:10:48 +02:00
parent 96bee49f41
commit bfd3262c7b
2 changed files with 9 additions and 1 deletions

View File

@ -46,7 +46,11 @@
overflow: visible !important;
}
div.calendar_calEvent {opacity:1;}
div.calendar_calEvent {
opacity:1;
filter:opacity(0.85);
-webkit-filter:opacity(0.85);
}
}
/**
@ -643,6 +647,7 @@ Hide subsequent headers in week view with non-consolidated owners
transition: none !important;
opacity: 0.85;
-moz-opacity: 0.85;
/* set via inline style on runtime:
* top: depending on startime

View File

@ -59,6 +59,8 @@
}
div.calendar_calEvent {
opacity: 1;
filter: opacity(0.85);
-webkit-filter: opacity(0.85);
}
}
/**
@ -638,6 +640,7 @@ Hide subsequent headers in week view with non-consolidated owners
-ms-transition: none !important;
transition: none !important;
opacity: 0.85;
-moz-opacity: 0.85;
/* set via inline style on runtime:
* top: depending on startime
* height: depending on length