Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Veeru on Apr 27, 2008 18:24
open dhtmlx forum
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 :)

Thanks
Vru
Answer posted by Support on Apr 28, 2008 02:37
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.