for some images like export_pdf.png or export_ical.png, the customs skins use images path from imgs folder instead of custom skin folder.
For exemple, the material skin dhtmlxscheduler_material.css use background-image: url('imgs/export_pdf.png') instead of background-image: url('imgs_dhx_material/export_pdf.png')
In basic/layout.less, thoses paths image are not set with dynamic var @... so the lessc run command never set the good paths.
Hello,
We confirm the issue, some skins reuse images from other skin folders.
It's a legacy issue, it will be fixed in one of the upcoming major updates of the scheduler.
Hi,
for some images like export_pdf.png or export_ical.png, the customs skins use images path from imgs folder instead of custom skin folder. For exemple, the material skin dhtmlxscheduler_material.css use background-image: url('imgs/export_pdf.png') instead of background-image: url('imgs_dhx_material/export_pdf.png')
In basic/layout.less, thoses paths image are not set with dynamic var @... so the lessc run command never set the good paths.
Can you change it ?
Thanks