mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Saving cal event's opacity effect in printing by using filter instead of opacity
This commit is contained in:
parent
e3bdf129dc
commit
53449be87f
@ -46,7 +46,11 @@
|
|||||||
overflow: visible !important;
|
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;
|
transition: none !important;
|
||||||
|
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
-moz-opacity: 0.85;
|
||||||
|
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* top: depending on startime
|
* top: depending on startime
|
||||||
|
@ -59,6 +59,8 @@
|
|||||||
}
|
}
|
||||||
div.calendar_calEvent {
|
div.calendar_calEvent {
|
||||||
opacity: 1;
|
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;
|
-ms-transition: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
-moz-opacity: 0.85;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* top: depending on startime
|
* top: depending on startime
|
||||||
* height: depending on length
|
* height: depending on length
|
||||||
|
Loading…
Reference in New Issue
Block a user