Timeline CSS

It is possible to remove the drag markings on the ends of the events in the timeline view?

Hi,
if you need to hide them, leaving resizing enabled, just add following css to the page.dhx_cal_event_line .dhx_event_resize { background-image: none !important; }

Perfect !!!