mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix outside workday hours turn yellow when drag and drop starts
This commit is contained in:
parent
6f07b8384f
commit
e6d60a8919
@ -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%;
|
||||||
|
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user