1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
|
width: 4px;
height: 4px;
background: #bbb
}
.tl-node.closed-leaf:after {
content: '';
position: absolute;
top: 3px;
left: 0px;
width: 10px;
height: 4px;
background: #bbb
border-radius: 0%;
}
.tl-node.sel:after {
content: '';
position: absolute;
top: 1px;
|
|
|
|
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
|
width: 4px;
height: 4px;
background: #bbb
}
.tl-node.closed-leaf:after {
content: '';
position: absolute;
top: 4px;
left: 0px;
width: 10px;
height: 2px;
background: #bbb
border-radius: 0%;
}
.tl-node.sel:after {
content: '';
position: absolute;
top: 1px;
|