aboutsummaryrefslogtreecommitdiff
path: root/js/components/treeview/branch.reel/branch.css
blob: 5998e0f003124019feb1a8fb60f4d8675780212f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.treeRoot > .branch > ul {
    margin-top: 0;
}
.branch > .branch-label {
    font-weight: bold;
    cursor: pointer;
}
.branch ul {
    list-style: none;
}
.branch ul {
    padding-left: 30px;
}
.branch .collapse {
    display: none;
}