119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
width: 4px;
height: 4px;
background: #000;
}
.tl-node.closed-leaf:after {
content: '';
position: absolute;
top: 3px;
left: 0px;
width: 10px;
height: 4px;
background: #000;
border-radius: 0%;
}
.tl-node.sel:after {
content: '';
position: absolute;
top: 2px;
|
|
|
|
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
width: 4px;
height: 4px;
background: #000;
}
.tl-node.closed-leaf:after {
content: '';
position: absolute;
top: 4px;
left: 0px;
width: 10px;
height: 2px;
background: #000;
border-radius: 0%;
}
.tl-node.sel:after {
content: '';
position: absolute;
top: 2px;
|