Hi we have redefined the weekend color with a new css but we have to disable the background image because the color won’t appear. But in this manner we lost the lines in the calendar see te attached image. How to have the lines and the new color?
thanks!
Hi,
the default bg and horizontal lines are made by a background image:
docs.dhtmlx.com/scheduler/codeba … bg_now.png
css:.dhx_scale_holder_now {
background-image: url(imgs_dhx_terrace/databg_now.png);
}
So you’ll need to create a new image with needed color and horizontal lines, instead of solid bg color
Ok, thanks!
Why don’t use ,if possible, css-tricks.com/stripes-css/ in future releases, so we can customize easily?
Hi,
we used the simplest possible approach because of requirements of browser compatibility, dhtmlxScheduler declares support of IE8+.
But thanks for the hint, we’ll investigate if we could use it, leaving background image as a fallback mode for older browsers