You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.