UNPKG

causeway-standard-theme

Version:

70 lines (61 loc) 1.28 kB
.tree-list { &.tree-search-list { .tree-list-content { border: none; li { display: block; &.no-children { width: 100%; span { label { font-weight: normal; } } } } ul { &.jqtree-tree { .jqtree-toggler { font-family: 'FontAwesome'; float: left; margin-right: 5px; width: 15px; &:before { content: '\f078'; color: @white; } &.jqtree-closed { &:before { content: '\f054'; } } &:hover { background-color: transparent; } } ul { &.no-children, &.jqtree_common { background-color: transparent; } &.jqtree_common { border-top: none; padding-left: 220px; } } } } } .jqtree-element { padding-left: 0; padding-right: 0; .jqtree_common { color: @white; } } .jqtree_common { &.jqtree-folder { background-color: transparent; } } } }