mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
* Calendar: Fix printing calendar view in Firefox does not work
This commit is contained in:
parent
96bee49f41
commit
bfd3262c7b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user