更新 bootstrap-treetable.css

pull/16/head
Swifly 2018-07-27 23:22:20 +08:00
parent 28dd8a0dee
commit dbfcd39a7e
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
.bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
.bootstrap-tree-table .treetable-expander-expanded{background-image: url(img/collapse.png); }
.bootstrap-tree-table .treetable-expander-collapsed{background-image: url(img/expand.png);}
.bootstrap-tree-table .treetable-selected{background: #f5f5f5 !important;}
.bootstrap-tree-table .treetable-table{border:0 !important;margin-bottom:0}
.bootstrap-tree-table .treetable-table tbody {display:block;height:auto;overflow-y:auto;}