treeview.css 516 B

12345678
  1. /*treeview*/
  2. .treeview .hitarea {position: absolute; left: 15px; top: 5px; background-color: #fff; cursor: pointer;}
  3. .treeview > li > .hitarea {left: -1px; top: 0px;}
  4. .treeview .hitarea:before {color: #999; content: '\e6f1'; font-family: ZenIcon; transition:all 0.3s; font-size: 14px}
  5. .treeview li:hover .hitarea:before {color: #2973EA;}
  6. .treeview .hitarea.collapsable-hitarea:before {content: '\e6f2';}
  7. .treeview .form-control, .treeview input[type='text'] {padding: 1px 2px; height: 20px; display: inline-block;}