Planner view time indicator should be hidden until needed

This commit is contained in:
Nathan Gray 2015-12-16 22:58:26 +00:00
parent db675f2fda
commit 7bbe8b0152

View File

@ -739,6 +739,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
border-right: 1px dotted;
pointer-events: none;
z-index: 40;
display: none;
}
.calendar_plannerWidget .verticalBar > span {
position: absolute;