Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / bootstrap-treeview.less
1 //
2 // Bootstrap Tree View
3 // --------------------------------------------------
4
5 .treeview {
6   .list-group {
7     border-top: 0;
8   }
9   .list-group-item {
10     background: transparent;
11     border-bottom: 1px solid transparent !important;
12     border-top: 1px solid transparent !important;
13     margin-bottom: 0;
14     padding: 0 10px;
15     &:hover {
16       background: @dropdown-link-hover-bg !important;
17       border-color: @dropdown-link-hover-border-color !important;
18     }
19     &.node-selected {
20       background: @dropdown-link-active-bg !important;
21       border-color: @dropdown-link-active-border-color !important;
22       color: @dropdown-link-active-color !important;
23     }
24   }
25   span.icon {
26     display: inline-block;
27     font-size: @font-size-base + 1;
28     min-width: 10px;
29     text-align: center;
30     > [class*="fa-angle"] {
31       font-size: @font-size-base + 3;
32     }
33   }
34   span.indent {
35     margin-right: 5px;
36   }
37 }