Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1905
Larger Insert identifier
posted

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.

Parents
No Data
Reply
  • 2895
    Verified Answer
    posted

    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.

Children