Hide calendar sizing behind an opaque overlay

This commit is contained in:
Nathan Gray 2016-04-19 17:31:24 +00:00
parent b798327eec
commit a8e91c5ac8
2 changed files with 12 additions and 1 deletions

View File

@ -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;

View File

@ -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;