How can I style the identifier (looks like a thin line by default) that is used when dropping a node between two nodes? it is "too thin" for my users.
That gave me what I needed. Thank you!
Hello Ryan,
Thank you for using our community.
If you want to style the line that indicates where to drop the node, you have to use the .ui-igtree-insertline class and overwrite the default styles. Here is an example how to do that:
.ui-igtree-insertline{
border:solid 3px black !important;
background-color:black !important;
}
Please try my suggestion and let me know how It works for you. If you have further questions, don’t hesitate to contact me.