Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Scott Bailey on Feb 04, 2009 04:11
open dhtmlx forum
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
Answer posted by Support on Feb 04, 2009 05:39
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;