mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Hide calendar sizing behind an opaque overlay
This commit is contained in:
parent
b798327eec
commit
a8e91c5ac8
@ -117,6 +117,12 @@
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Loader - hide sizing behind overlay*/
|
||||
#egw-loadin-prompt_calendar::before {
|
||||
opacity: 1;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
/* Toolbar */
|
||||
#calendar-toolbar {
|
||||
height: 30px;
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @version $Id$
|
||||
*/
|
||||
/* $Id: app.css 55760 2016-04-18 08:34:53Z hnategh $ */
|
||||
/* $Id: app.css 55765 2016-04-18 19:03:35Z nathangray $ */
|
||||
/*Media print classes*/
|
||||
@media print {
|
||||
#calendar-view.et2_container,
|
||||
@ -128,6 +128,11 @@
|
||||
padding: 2px;
|
||||
background-color: white;
|
||||
}
|
||||
/* Loader */
|
||||
#egw-loadin-prompt_calendar::before {
|
||||
opacity: 1;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
/* Toolbar */
|
||||
#calendar-toolbar {
|
||||
height: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user