jQuery datatreeview styling - maikelbos0/VDT GitHub Wiki
The datatreeview only provides basic styling in the provided style sheet jquery-datatreeview.style.css; you can use this as a template to create your own style. The various css classes the treeview uses are:
.datatreeviewis the original element and the main container of the datatreeview.datatreeview-listis any list of treeview nodes.datatreeview-nodeis a treeview node.datatreeview-node-collapsedis a treeview node in collapsed state.datatreeview-node-contentis the content of a treeview node (the toggler, checkbox and label) excluding child nodes.datatreeview-toggleris the toggler to open/close child node lists.datatreeview-textis the node text label.datatreeview-fieldis the input checkbox used to select/deselect nodes