Hi Kirill, can you share the CSS that will hide the lines that show hierarchy groupings?


Hi Kirill, can you share the CSS that will hide the lines that show hierarchy groupings? Or, alternatively, share with me the CSS so that I can lighten the weight of those lines?

Thanks!

Comments

  1. Brian, I think this will hide the lines
    li.node_expanded div.frame {
    border:none;
    }

    ReplyDelete
  2. Balaji, indeed it did. Thanks!

    ReplyDelete
  3. Balaji Vasudevan Thanks a lot! That's how community works  :)

    ReplyDelete

Post a Comment

Popular posts from this blog

It would be very handy to have a single operation to move an item to another list, and then replace the item with a...