jquery.treegrid.css 1.1 KB

1234567891011121314151617
  1. .treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  2. .treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  3. .treegrid-expander-expanded{background-image: url(img/collapse.png); }
  4. .treegrid-expander-collapsed{background-image: url(img/expand.png);}
  5. .treegrid-selected{background: #f5f5f5 !important;}
  6. .treegrid-table{border:0 !important;margin-bottom:0}
  7. .treegrid-table tbody {display:block;height:auto;overflow-y:auto;}
  8. .treegrid-table thead, .treegrid-table tbody tr {display:table;width:100%;table-layout:fixed;}
  9. .treegrid-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;}
  10. .treegrid-thead tr :first-child{border-left:0 !important}
  11. .treegrid-tbody td{border: 0 !important;border-left:1px solid #e7eaec !important;border-bottom:1px solid #e7eaec !important;overflow: hidden;
  12. white-space: nowrap;
  13. text-overflow: ellipsis;}
  14. .treegrid-tbody tr :first-child{border-left:0 !important}