1 | .p-tree-container {
|
---|
2 | margin: 0;
|
---|
3 | padding: 0;
|
---|
4 | list-style-type: none;
|
---|
5 | overflow: auto;
|
---|
6 | }
|
---|
7 |
|
---|
8 | .p-treenode-children {
|
---|
9 | margin: 0;
|
---|
10 | padding: 0;
|
---|
11 | list-style-type: none;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .p-tree-wrapper {
|
---|
15 | overflow: auto;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .p-treenode-selectable {
|
---|
19 | cursor: pointer;
|
---|
20 | user-select: none;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .p-tree-toggler {
|
---|
24 | cursor: pointer;
|
---|
25 | user-select: none;
|
---|
26 | display: inline-flex;
|
---|
27 | align-items: center;
|
---|
28 | justify-content: center;
|
---|
29 | overflow: hidden;
|
---|
30 | position: relative;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .p-treenode-leaf > .p-treenode-content .p-tree-toggler {
|
---|
34 | visibility: hidden;
|
---|
35 | }
|
---|
36 |
|
---|
37 | .p-treenode-content {
|
---|
38 | display: flex;
|
---|
39 | align-items: center;
|
---|
40 | }
|
---|
41 |
|
---|
42 | .p-tree-filter {
|
---|
43 | width: 100%;
|
---|
44 | }
|
---|
45 |
|
---|
46 | .p-tree-filter-container {
|
---|
47 | position: relative;
|
---|
48 | display: block;
|
---|
49 | width: 100%;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .p-tree-filter-icon {
|
---|
53 | position: absolute;
|
---|
54 | top: 50%;
|
---|
55 | margin-top: -.5rem;
|
---|
56 | }
|
---|
57 |
|
---|
58 | .p-tree-loading {
|
---|
59 | position: relative;
|
---|
60 | min-height: 4rem;
|
---|
61 | }
|
---|
62 |
|
---|
63 | .p-tree .p-tree-loading-overlay {
|
---|
64 | position: absolute;
|
---|
65 | display: flex;
|
---|
66 | align-items: center;
|
---|
67 | justify-content: center;
|
---|
68 | z-index: 2;
|
---|
69 | }
|
---|
70 |
|
---|
71 | .p-tree-flex-scrollable {
|
---|
72 | display: flex;
|
---|
73 | flex: 1;
|
---|
74 | height: 100%;
|
---|
75 | flex-direction: column;
|
---|
76 | }
|
---|
77 |
|
---|
78 | .p-tree-flex-scrollable .p-tree-wrapper {
|
---|
79 | flex: 1;
|
---|
80 | }
|
---|
81 |
|
---|
82 | .p-tree .p-treenode-droppoint {
|
---|
83 | height: 4px;
|
---|
84 | list-style-type: none;
|
---|
85 | }
|
---|
86 |
|
---|
87 | .p-tree .p-treenode-droppoint-active {
|
---|
88 | border: 0 none;
|
---|
89 | }
|
---|
90 |
|
---|
91 | .p-tree-horizontal {
|
---|
92 | width:auto;
|
---|
93 | padding-left: 0;
|
---|
94 | padding-right: 0;
|
---|
95 | overflow:auto;
|
---|
96 | }
|
---|
97 |
|
---|
98 | .p-tree.p-tree-horizontal table,
|
---|
99 | .p-tree.p-tree-horizontal tr,
|
---|
100 | .p-tree.p-tree-horizontal td {
|
---|
101 | border-collapse: collapse;
|
---|
102 | margin: 0;
|
---|
103 | padding: 0;
|
---|
104 | vertical-align: middle;
|
---|
105 | }
|
---|
106 |
|
---|
107 | .p-tree-horizontal .p-treenode-content {
|
---|
108 | font-weight: normal;
|
---|
109 | padding: 0.4em 1em 0.4em 0.2em;
|
---|
110 | display: flex;
|
---|
111 | align-items: center;
|
---|
112 | }
|
---|
113 |
|
---|
114 | .p-tree-horizontal .p-treenode-parent .p-treenode-content {
|
---|
115 | font-weight: normal;
|
---|
116 | white-space: nowrap;
|
---|
117 | }
|
---|
118 |
|
---|
119 | .p-tree.p-tree-horizontal .p-treenode {
|
---|
120 | background: url("./images/line.gif") repeat-x scroll center center transparent;
|
---|
121 | padding: .25rem 2.5rem;
|
---|
122 | }
|
---|
123 |
|
---|
124 | .p-tree.p-tree-horizontal .p-treenode.p-treenode-leaf,
|
---|
125 | .p-tree.p-tree-horizontal .p-treenode.p-treenode-collapsed {
|
---|
126 | padding-right: 0;
|
---|
127 | }
|
---|
128 |
|
---|
129 | .p-tree.p-tree-horizontal .p-treenode-children {
|
---|
130 | padding: 0;
|
---|
131 | margin: 0;
|
---|
132 | }
|
---|
133 |
|
---|
134 | .p-tree.p-tree-horizontal .p-treenode-connector {
|
---|
135 | width: 1px;
|
---|
136 | }
|
---|
137 |
|
---|
138 | .p-tree.p-tree-horizontal .p-treenode-connector-table {
|
---|
139 | height: 100%;
|
---|
140 | width: 1px;
|
---|
141 | }
|
---|
142 |
|
---|
143 | .p-tree.p-tree-horizontal .p-treenode-connector-line {
|
---|
144 | background: url("./images/line.gif") repeat-y scroll 0 0 transparent;
|
---|
145 | width: 1px;
|
---|
146 | }
|
---|
147 |
|
---|
148 | .p-tree.p-tree-horizontal table {
|
---|
149 | height: 0;
|
---|
150 | } |
---|