Fix outside workday hours turn yellow when drag and drop starts

This commit is contained in:
Nathan Gray 2016-03-31 22:44:00 +00:00
parent 6f07b8384f
commit e6d60a8919
2 changed files with 3 additions and 1 deletions

View File

@ -255,6 +255,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
cursor: default; cursor: default;
background-color: white;
} }
.calendar_calTimeGrid .calendar_calTimeLabels { .calendar_calTimeGrid .calendar_calTimeLabels {
height: 100%; height: 100%;

View File

@ -11,7 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @version $Id$
*/ */
/* $Id: app.css 55586 2016-03-31 21:55:47Z nathangray $ */ /* $Id: app.css 55587 2016-03-31 22:32:13Z nathangray $ */
/*Media print classes*/ /*Media print classes*/
@media print { @media print {
#calendar-view.et2_container, #calendar-view.et2_container,
@ -266,6 +266,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
cursor: default; cursor: default;
background-color: white;
} }
.calendar_calTimeGrid .calendar_calTimeLabels { .calendar_calTimeGrid .calendar_calTimeLabels {
height: 100%; height: 100%;