diff options
Diffstat (limited to 'js/components/treeview/ninja-branch.reel/ninja-branch.css')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/js/components/treeview/ninja-branch.reel/ninja-branch.css b/js/components/treeview/ninja-branch.reel/ninja-branch.css new file mode 100644 index 00000000..698fcd21 --- /dev/null +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.css | |||
@@ -0,0 +1,34 @@ | |||
1 | .treeRoot > .branch > ul { | ||
2 | margin-top: 0; | ||
3 | } | ||
4 | .branch ul { | ||
5 | list-style: none; | ||
6 | padding-left: 0; | ||
7 | } | ||
8 | .branch .nj-collapser { | ||
9 | -webkit-transition: height 0.14s cubic-bezier(.44,.19,0,.99); | ||
10 | } | ||
11 | .branch .branchCollapser ul { | ||
12 | width: 100%; | ||
13 | } | ||
14 | .treeRoot .branch .branch-label { | ||
15 | border-bottom: 1px solid #505050; | ||
16 | cursor: pointer; | ||
17 | padding: 3px 0 4px; | ||
18 | background-repeat: no-repeat; | ||
19 | background-position: 3px 2px; | ||
20 | box-shadow: 0 0 0 0 rgba(0,0,0,0); | ||
21 | font-weight: bold; | ||
22 | box-shadow: 0 3px 4px -4px rgba(0,0,0,0.2); | ||
23 | } | ||
24 | |||
25 | /* First Level */ | ||
26 | .branch .branch .branch-label { | ||
27 | padding-left: 25px; | ||
28 | } | ||
29 | |||
30 | /* Second Level */ | ||
31 | .branch .branch .branch .branch-label { | ||
32 | padding-left: 45px; | ||
33 | background-position: 25px; | ||
34 | } \ No newline at end of file | ||