bootstrap-treetable.css
1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.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-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;
}
.bootstrap-tree-table .treetable-table thead, .treetable-table tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
.bootstrap-tree-table .treetable-thead th {
line-height:24px;
border: 0 !important;
background: #f3f3f4 !important;
/*border-radius: 4px;*/
border-left: 0px solid #e7eaec !important;
border-bottom: 2px solid #e7eaec !important;
text-align: center;
}
.bootstrap-tree-table .treetable-thead tr :first-child {
border-left: 0 !important
}
.bootstrap-tree-table .treetable-tbody td {
border: 0 !important;
border-left: 0px solid #e7eaec !important;
border-bottom: 1px solid #e7eaec !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.bootstrap-tree-table .treetable-tbody tr :first-child {
border-left: 0 !important
}