Cusror style for pointer

Hello,



Is it possible to set the cursor style to pointer for the accordion so when hovering over an item yuo get the pointer cursor?



Scott

Hello,

Edit the dhtmlxaccordion_dhx_blue.css, find

div.dhx_acc_item_dhx_blue div.dhx_acc_item_label_dhx_blue {
    …
    cursor: default;
    // change to
    cursor: pointer;