bootstrap-treetable.css 923 B

12345678910
  1. .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  2. .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  3. .treetable-selected{background: #f5f5f5 !important;}
  4. .treetable-table{border:0 !important;margin-bottom:0}
  5. .treetable-table tbody {display:block;height:auto;overflow-y:auto;}
  6. .treetable-table thead, .treetable-table tbody tr {display:table;width:100%;table-layout:fixed;}
  7. .treetable-thead th{line-height:40px;border: 0 !important;background:#fff !important;border-radius: 4px;border-left:1px solid #e7eaec !important;border-bottom:2px solid #e7eaec !important;text-align: center;}
  8. .treetable-thead tr :first-child{border-left:0 !important}
  9. .treetable-tbody td{border: 0 !important;border-left:1px solid #e7eaec !important;border-bottom:1px solid #e7eaec !important;}
  10. .treetable-tbody tr :first-child{border-left:0 !important}