Double Calendar Skins

Hi there,

I previously asked a question about skins for double calendar. I managed to resolve it by doing the followin



.dhtmlxdblcalendar .dhtmlxcalendar {

//    background-image: url(!important);

}



once i removed the background-image tag from the css file. It worked for me.

Just in case somebody needs it :slight_smile:



Thanks

Vru

Yes, the mentioned css code will override default background styling of separate calendars, so if you need to have custom skins in dblCalendar you need to remove this line from css file.
We will try to update next version of calendar so it will accept custom skins without modification in css file, but this is the only way for now.