|
@@ -1,989 +0,0 @@
|
1
|
|
-/* jsTree default theme */
|
2
|
|
-.jstree-node,
|
3
|
|
-.jstree-children,
|
4
|
|
-.jstree-container-ul {
|
5
|
|
- display: block;
|
6
|
|
- margin: 0;
|
7
|
|
- padding: 0;
|
8
|
|
- list-style-type: none;
|
9
|
|
- list-style-image: none;
|
10
|
|
-}
|
11
|
|
-.jstree-node {
|
12
|
|
- white-space: nowrap;
|
13
|
|
-}
|
14
|
|
-.jstree-anchor {
|
15
|
|
- display: inline-block;
|
16
|
|
- color: black;
|
17
|
|
- white-space: nowrap;
|
18
|
|
- padding: 0 4px 0 1px;
|
19
|
|
- margin: 0;
|
20
|
|
- vertical-align: top;
|
21
|
|
-}
|
22
|
|
-.jstree-anchor:focus {
|
23
|
|
- outline: 0;
|
24
|
|
-}
|
25
|
|
-.jstree-anchor,
|
26
|
|
-.jstree-anchor:link,
|
27
|
|
-.jstree-anchor:visited,
|
28
|
|
-.jstree-anchor:hover,
|
29
|
|
-.jstree-anchor:active {
|
30
|
|
- text-decoration: none;
|
31
|
|
- color: inherit;
|
32
|
|
-}
|
33
|
|
-.jstree-icon {
|
34
|
|
- display: inline-block;
|
35
|
|
- text-decoration: none;
|
36
|
|
- margin: 0;
|
37
|
|
- padding: 0;
|
38
|
|
- vertical-align: top;
|
39
|
|
- text-align: center;
|
40
|
|
-}
|
41
|
|
-.jstree-icon:empty {
|
42
|
|
- display: inline-block;
|
43
|
|
- text-decoration: none;
|
44
|
|
- margin: 0;
|
45
|
|
- padding: 0;
|
46
|
|
- vertical-align: top;
|
47
|
|
- text-align: center;
|
48
|
|
-}
|
49
|
|
-.jstree-ocl {
|
50
|
|
- cursor: pointer;
|
51
|
|
-}
|
52
|
|
-.jstree-leaf > .jstree-ocl {
|
53
|
|
- cursor: default;
|
54
|
|
-}
|
55
|
|
-.jstree .jstree-open > .jstree-children {
|
56
|
|
- display: block;
|
57
|
|
-}
|
58
|
|
-.jstree .jstree-closed > .jstree-children,
|
59
|
|
-.jstree .jstree-leaf > .jstree-children {
|
60
|
|
- display: none;
|
61
|
|
-}
|
62
|
|
-.jstree-anchor > .jstree-themeicon {
|
63
|
|
- margin-right: 2px;
|
64
|
|
-}
|
65
|
|
-.jstree-no-icons .jstree-themeicon,
|
66
|
|
-.jstree-anchor > .jstree-themeicon-hidden {
|
67
|
|
- display: none;
|
68
|
|
-}
|
69
|
|
-.jstree-rtl .jstree-anchor {
|
70
|
|
- padding: 0 1px 0 4px;
|
71
|
|
-}
|
72
|
|
-.jstree-rtl .jstree-anchor > .jstree-themeicon {
|
73
|
|
- margin-left: 2px;
|
74
|
|
- margin-right: 0;
|
75
|
|
-}
|
76
|
|
-.jstree-rtl .jstree-node {
|
77
|
|
- margin-left: 0;
|
78
|
|
-}
|
79
|
|
-.jstree-rtl .jstree-container-ul > .jstree-node {
|
80
|
|
- margin-right: 0;
|
81
|
|
-}
|
82
|
|
-.jstree-wholerow-ul {
|
83
|
|
- position: relative;
|
84
|
|
- display: inline-block;
|
85
|
|
- min-width: 100%;
|
86
|
|
-}
|
87
|
|
-.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
|
88
|
|
- cursor: pointer;
|
89
|
|
-}
|
90
|
|
-.jstree-wholerow-ul .jstree-anchor,
|
91
|
|
-.jstree-wholerow-ul .jstree-icon {
|
92
|
|
- position: relative;
|
93
|
|
-}
|
94
|
|
-.jstree-wholerow-ul .jstree-wholerow {
|
95
|
|
- width: 100%;
|
96
|
|
- cursor: pointer;
|
97
|
|
- position: absolute;
|
98
|
|
- left: 0;
|
99
|
|
- -webkit-user-select: none;
|
100
|
|
- -moz-user-select: none;
|
101
|
|
- -ms-user-select: none;
|
102
|
|
- user-select: none;
|
103
|
|
-}
|
104
|
|
-.vakata-context {
|
105
|
|
- display: none;
|
106
|
|
-}
|
107
|
|
-.vakata-context,
|
108
|
|
-.vakata-context ul {
|
109
|
|
- margin: 0;
|
110
|
|
- padding: 2px;
|
111
|
|
- position: absolute;
|
112
|
|
- background: #f5f5f5;
|
113
|
|
- border: 1px solid #979797;
|
114
|
|
- -moz-box-shadow: 5px 5px 4px -4px #666666;
|
115
|
|
- -webkit-box-shadow: 2px 2px 2px #999999;
|
116
|
|
- box-shadow: 2px 2px 2px #999999;
|
117
|
|
-}
|
118
|
|
-.vakata-context ul {
|
119
|
|
- list-style: none;
|
120
|
|
- left: 100%;
|
121
|
|
- margin-top: -2.7em;
|
122
|
|
- margin-left: -4px;
|
123
|
|
-}
|
124
|
|
-.vakata-context .vakata-context-right ul {
|
125
|
|
- left: auto;
|
126
|
|
- right: 100%;
|
127
|
|
- margin-left: auto;
|
128
|
|
- margin-right: -4px;
|
129
|
|
-}
|
130
|
|
-.vakata-context li {
|
131
|
|
- list-style: none;
|
132
|
|
- display: inline;
|
133
|
|
-}
|
134
|
|
-.vakata-context li > a {
|
135
|
|
- display: block;
|
136
|
|
- padding: 0 2em 0 2em;
|
137
|
|
- text-decoration: none;
|
138
|
|
- width: auto;
|
139
|
|
- color: black;
|
140
|
|
- white-space: nowrap;
|
141
|
|
- line-height: 2.4em;
|
142
|
|
- -moz-text-shadow: 1px 1px 0 white;
|
143
|
|
- -webkit-text-shadow: 1px 1px 0 white;
|
144
|
|
- text-shadow: 1px 1px 0 white;
|
145
|
|
- -moz-border-radius: 1px;
|
146
|
|
- -webkit-border-radius: 1px;
|
147
|
|
- border-radius: 1px;
|
148
|
|
-}
|
149
|
|
-.vakata-context li > a:hover {
|
150
|
|
- position: relative;
|
151
|
|
- background-color: #e8eff7;
|
152
|
|
- -moz-box-shadow: 0 0 2px #0a6aa1;
|
153
|
|
- -webkit-box-shadow: 0 0 2px #0a6aa1;
|
154
|
|
- box-shadow: 0 0 2px #0a6aa1;
|
155
|
|
-}
|
156
|
|
-.vakata-context li > a.vakata-context-parent {
|
157
|
|
- background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
|
158
|
|
- background-position: right center;
|
159
|
|
- background-repeat: no-repeat;
|
160
|
|
-}
|
161
|
|
-.vakata-context li > a:focus {
|
162
|
|
- outline: 0;
|
163
|
|
-}
|
164
|
|
-.vakata-context .vakata-context-hover > a {
|
165
|
|
- position: relative;
|
166
|
|
- background-color: #e8eff7;
|
167
|
|
- -moz-box-shadow: 0 0 2px #0a6aa1;
|
168
|
|
- -webkit-box-shadow: 0 0 2px #0a6aa1;
|
169
|
|
- box-shadow: 0 0 2px #0a6aa1;
|
170
|
|
-}
|
171
|
|
-.vakata-context .vakata-context-separator > a,
|
172
|
|
-.vakata-context .vakata-context-separator > a:hover {
|
173
|
|
- background: white;
|
174
|
|
- border: 0;
|
175
|
|
- border-top: 1px solid #e2e3e3;
|
176
|
|
- height: 1px;
|
177
|
|
- min-height: 1px;
|
178
|
|
- max-height: 1px;
|
179
|
|
- padding: 0;
|
180
|
|
- margin: 0 0 0 2.4em;
|
181
|
|
- border-left: 1px solid #e0e0e0;
|
182
|
|
- -moz-text-shadow: 0 0 0 transparent;
|
183
|
|
- -webkit-text-shadow: 0 0 0 transparent;
|
184
|
|
- text-shadow: 0 0 0 transparent;
|
185
|
|
- -moz-box-shadow: 0 0 0 transparent;
|
186
|
|
- -webkit-box-shadow: 0 0 0 transparent;
|
187
|
|
- box-shadow: 0 0 0 transparent;
|
188
|
|
- -moz-border-radius: 0;
|
189
|
|
- -webkit-border-radius: 0;
|
190
|
|
- border-radius: 0;
|
191
|
|
-}
|
192
|
|
-.vakata-context .vakata-contextmenu-disabled a,
|
193
|
|
-.vakata-context .vakata-contextmenu-disabled a:hover {
|
194
|
|
- color: silver;
|
195
|
|
- background-color: transparent;
|
196
|
|
- border: 0;
|
197
|
|
- box-shadow: 0 0 0;
|
198
|
|
-}
|
199
|
|
-.vakata-context li > a > i {
|
200
|
|
- text-decoration: none;
|
201
|
|
- display: inline-block;
|
202
|
|
- width: 2.4em;
|
203
|
|
- height: 2.4em;
|
204
|
|
- background: transparent;
|
205
|
|
- margin: 0 0 0 -2em;
|
206
|
|
- vertical-align: top;
|
207
|
|
- text-align: center;
|
208
|
|
- line-height: 2.4em;
|
209
|
|
-}
|
210
|
|
-.vakata-context li > a > i:empty {
|
211
|
|
- width: 2.4em;
|
212
|
|
- line-height: 2.4em;
|
213
|
|
-}
|
214
|
|
-.vakata-context li > a .vakata-contextmenu-sep {
|
215
|
|
- display: inline-block;
|
216
|
|
- width: 1px;
|
217
|
|
- height: 2.4em;
|
218
|
|
- background: white;
|
219
|
|
- margin: 0 0.5em 0 0;
|
220
|
|
- border-left: 1px solid #e2e3e3;
|
221
|
|
-}
|
222
|
|
-.vakata-context .vakata-contextmenu-shortcut {
|
223
|
|
- font-size: 0.8em;
|
224
|
|
- color: silver;
|
225
|
|
- opacity: 0.5;
|
226
|
|
- display: none;
|
227
|
|
-}
|
228
|
|
-.vakata-context-rtl ul {
|
229
|
|
- left: auto;
|
230
|
|
- right: 100%;
|
231
|
|
- margin-left: auto;
|
232
|
|
- margin-right: -4px;
|
233
|
|
-}
|
234
|
|
-.vakata-context-rtl li > a.vakata-context-parent {
|
235
|
|
- background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
|
236
|
|
- background-position: left center;
|
237
|
|
- background-repeat: no-repeat;
|
238
|
|
-}
|
239
|
|
-.vakata-context-rtl .vakata-context-separator > a {
|
240
|
|
- margin: 0 2.4em 0 0;
|
241
|
|
- border-left: 0;
|
242
|
|
- border-right: 1px solid #e2e3e3;
|
243
|
|
-}
|
244
|
|
-.vakata-context-rtl .vakata-context-left ul {
|
245
|
|
- right: auto;
|
246
|
|
- left: 100%;
|
247
|
|
- margin-left: -4px;
|
248
|
|
- margin-right: auto;
|
249
|
|
-}
|
250
|
|
-.vakata-context-rtl li > a > i {
|
251
|
|
- margin: 0 -2em 0 0;
|
252
|
|
-}
|
253
|
|
-.vakata-context-rtl li > a .vakata-contextmenu-sep {
|
254
|
|
- margin: 0 0 0 0.5em;
|
255
|
|
- border-left-color: white;
|
256
|
|
- background: #e2e3e3;
|
257
|
|
-}
|
258
|
|
-#jstree-marker {
|
259
|
|
- position: absolute;
|
260
|
|
- top: 0;
|
261
|
|
- left: 0;
|
262
|
|
- margin: -5px 0 0 0;
|
263
|
|
- padding: 0;
|
264
|
|
- border-right: 0;
|
265
|
|
- border-top: 5px solid transparent;
|
266
|
|
- border-bottom: 5px solid transparent;
|
267
|
|
- border-left: 5px solid;
|
268
|
|
- width: 0;
|
269
|
|
- height: 0;
|
270
|
|
- font-size: 0;
|
271
|
|
- line-height: 0;
|
272
|
|
-}
|
273
|
|
-#jstree-dnd {
|
274
|
|
- line-height: 16px;
|
275
|
|
- margin: 0;
|
276
|
|
- padding: 4px;
|
277
|
|
-}
|
278
|
|
-#jstree-dnd .jstree-icon,
|
279
|
|
-#jstree-dnd .jstree-copy {
|
280
|
|
- display: inline-block;
|
281
|
|
- text-decoration: none;
|
282
|
|
- margin: 0 2px 0 0;
|
283
|
|
- padding: 0;
|
284
|
|
- width: 16px;
|
285
|
|
- height: 16px;
|
286
|
|
-}
|
287
|
|
-#jstree-dnd .jstree-ok {
|
288
|
|
- background: green;
|
289
|
|
-}
|
290
|
|
-#jstree-dnd .jstree-er {
|
291
|
|
- background: red;
|
292
|
|
-}
|
293
|
|
-#jstree-dnd .jstree-copy {
|
294
|
|
- margin: 0 2px 0 2px;
|
295
|
|
-}
|
296
|
|
-.jstree-default .jstree-node,
|
297
|
|
-.jstree-default .jstree-icon {
|
298
|
|
- background-repeat: no-repeat;
|
299
|
|
- background-color: transparent;
|
300
|
|
-}
|
301
|
|
-.jstree-default .jstree-anchor,
|
302
|
|
-.jstree-default .jstree-wholerow {
|
303
|
|
- transition: background-color 0.15s, box-shadow 0.15s;
|
304
|
|
-}
|
305
|
|
-.jstree-default .jstree-hovered {
|
306
|
|
- background: #e7f4f9;
|
307
|
|
- border-radius: 2px;
|
308
|
|
- box-shadow: inset 0 0 1px #ccc;
|
309
|
|
-}
|
310
|
|
-.jstree-default .jstree-clicked {
|
311
|
|
- background: #beebff;
|
312
|
|
- border-radius: 2px;
|
313
|
|
- box-shadow: inset 0 0 1px #999;
|
314
|
|
-}
|
315
|
|
-.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
|
316
|
|
- display: none;
|
317
|
|
-}
|
318
|
|
-.jstree-default .jstree-disabled {
|
319
|
|
- background: transparent;
|
320
|
|
- color: #666;
|
321
|
|
-}
|
322
|
|
-.jstree-default .jstree-disabled.jstree-hovered {
|
323
|
|
- background: transparent;
|
324
|
|
- box-shadow: none;
|
325
|
|
-}
|
326
|
|
-.jstree-default .jstree-disabled.jstree-clicked {
|
327
|
|
- background: #efefef;
|
328
|
|
-}
|
329
|
|
-.jstree-default .jstree-disabled > .jstree-icon {
|
330
|
|
- opacity: 0.8;
|
331
|
|
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
|
332
|
|
- /* Firefox 10+ */
|
333
|
|
- filter: gray;
|
334
|
|
- /* IE6-9 */
|
335
|
|
- -webkit-filter: grayscale(100%);
|
336
|
|
- /* Chrome 19+ & Safari 6+ */
|
337
|
|
-}
|
338
|
|
-.jstree-default .jstree-search {
|
339
|
|
- font-style: italic;
|
340
|
|
- color: #8b0000;
|
341
|
|
- font-weight: bold;
|
342
|
|
-}
|
343
|
|
-.jstree-default .jstree-no-checkboxes .jstree-checkbox {
|
344
|
|
- display: none !important;
|
345
|
|
-}
|
346
|
|
-.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
|
347
|
|
- background: transparent;
|
348
|
|
- box-shadow: none;
|
349
|
|
-}
|
350
|
|
-.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
|
351
|
|
- background: #e7f4f9;
|
352
|
|
-}
|
353
|
|
-.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
|
354
|
|
- background: transparent;
|
355
|
|
-}
|
356
|
|
-.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
|
357
|
|
- background: #e7f4f9;
|
358
|
|
-}
|
359
|
|
-#jstree-dnd.jstree-default .jstree-ok,
|
360
|
|
-#jstree-dnd.jstree-default .jstree-er {
|
361
|
|
- background-image: url("32px.png");
|
362
|
|
- background-repeat: no-repeat;
|
363
|
|
- background-color: transparent;
|
364
|
|
-}
|
365
|
|
-#jstree-dnd.jstree-default i {
|
366
|
|
- background: transparent;
|
367
|
|
- width: 16px;
|
368
|
|
- height: 16px;
|
369
|
|
-}
|
370
|
|
-#jstree-dnd.jstree-default .jstree-ok {
|
371
|
|
- background-position: -9px -71px;
|
372
|
|
-}
|
373
|
|
-#jstree-dnd.jstree-default .jstree-er {
|
374
|
|
- background-position: -39px -71px;
|
375
|
|
-}
|
376
|
|
-.jstree-default > .jstree-striped {
|
377
|
|
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
|
378
|
|
-}
|
379
|
|
-.jstree-default > .jstree-wholerow-ul .jstree-hovered,
|
380
|
|
-.jstree-default > .jstree-wholerow-ul .jstree-clicked {
|
381
|
|
- background: transparent;
|
382
|
|
- box-shadow: none;
|
383
|
|
- border-radius: 0;
|
384
|
|
-}
|
385
|
|
-.jstree-default .jstree-wholerow {
|
386
|
|
- -moz-box-sizing: border-box;
|
387
|
|
- -webkit-box-sizing: border-box;
|
388
|
|
- box-sizing: border-box;
|
389
|
|
-}
|
390
|
|
-.jstree-default .jstree-wholerow-hovered {
|
391
|
|
- background: #e7f4f9;
|
392
|
|
-}
|
393
|
|
-.jstree-default .jstree-wholerow-clicked {
|
394
|
|
- background: #beebff;
|
395
|
|
- background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
|
396
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
|
397
|
|
- background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
|
398
|
|
- background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
|
399
|
|
- background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
|
400
|
|
- background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
|
401
|
|
- /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
|
402
|
|
-}
|
403
|
|
-.jstree-default .jstree-node {
|
404
|
|
- min-height: 24px;
|
405
|
|
- line-height: 24px;
|
406
|
|
- margin-left: 24px;
|
407
|
|
- min-width: 24px;
|
408
|
|
-}
|
409
|
|
-.jstree-default .jstree-anchor {
|
410
|
|
- line-height: 24px;
|
411
|
|
- height: 24px;
|
412
|
|
-}
|
413
|
|
-.jstree-default .jstree-icon {
|
414
|
|
- width: 24px;
|
415
|
|
- height: 24px;
|
416
|
|
- line-height: 24px;
|
417
|
|
-}
|
418
|
|
-.jstree-default .jstree-icon:empty {
|
419
|
|
- width: 24px;
|
420
|
|
- height: 24px;
|
421
|
|
- line-height: 24px;
|
422
|
|
-}
|
423
|
|
-.jstree-default.jstree-rtl .jstree-node {
|
424
|
|
- margin-right: 24px;
|
425
|
|
-}
|
426
|
|
-.jstree-default .jstree-wholerow {
|
427
|
|
- height: 24px;
|
428
|
|
-}
|
429
|
|
-.jstree-default .jstree-node,
|
430
|
|
-.jstree-default .jstree-icon {
|
431
|
|
- background-image: url("32px.png");
|
432
|
|
-}
|
433
|
|
-.jstree-default .jstree-node {
|
434
|
|
- background-position: -292px -4px;
|
435
|
|
- background-repeat: repeat-y;
|
436
|
|
-}
|
437
|
|
-.jstree-default .jstree-last {
|
438
|
|
- background: transparent;
|
439
|
|
-}
|
440
|
|
-.jstree-default .jstree-open > .jstree-ocl {
|
441
|
|
- background-position: -132px -4px;
|
442
|
|
-}
|
443
|
|
-.jstree-default .jstree-closed > .jstree-ocl {
|
444
|
|
- background-position: -100px -4px;
|
445
|
|
-}
|
446
|
|
-.jstree-default .jstree-leaf > .jstree-ocl {
|
447
|
|
- background-position: -68px -4px;
|
448
|
|
-}
|
449
|
|
-.jstree-default .jstree-themeicon {
|
450
|
|
- background-position: -260px -4px;
|
451
|
|
-}
|
452
|
|
-.jstree-default > .jstree-no-dots .jstree-node,
|
453
|
|
-.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
454
|
|
- background: transparent;
|
455
|
|
-}
|
456
|
|
-.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
|
457
|
|
- background-position: -36px -4px;
|
458
|
|
-}
|
459
|
|
-.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
460
|
|
- background-position: -4px -4px;
|
461
|
|
-}
|
462
|
|
-.jstree-default .jstree-disabled {
|
463
|
|
- background: transparent;
|
464
|
|
-}
|
465
|
|
-.jstree-default .jstree-disabled.jstree-hovered {
|
466
|
|
- background: transparent;
|
467
|
|
-}
|
468
|
|
-.jstree-default .jstree-disabled.jstree-clicked {
|
469
|
|
- background: #efefef;
|
470
|
|
-}
|
471
|
|
-.jstree-default .jstree-checkbox {
|
472
|
|
- background-position: -164px -4px;
|
473
|
|
-}
|
474
|
|
-.jstree-default .jstree-checkbox:hover {
|
475
|
|
- background-position: -164px -36px;
|
476
|
|
-}
|
477
|
|
-.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
478
|
|
-.jstree-default .jstree-checked > .jstree-checkbox {
|
479
|
|
- background-position: -228px -4px;
|
480
|
|
-}
|
481
|
|
-.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
482
|
|
-.jstree-default .jstree-checked > .jstree-checkbox:hover {
|
483
|
|
- background-position: -228px -36px;
|
484
|
|
-}
|
485
|
|
-.jstree-default .jstree-anchor > .jstree-undetermined {
|
486
|
|
- background-position: -196px -4px;
|
487
|
|
-}
|
488
|
|
-.jstree-default .jstree-anchor > .jstree-undetermined:hover {
|
489
|
|
- background-position: -196px -36px;
|
490
|
|
-}
|
491
|
|
-.jstree-default > .jstree-striped {
|
492
|
|
- background-size: auto 48px;
|
493
|
|
-}
|
494
|
|
-.jstree-default.jstree-rtl .jstree-node {
|
495
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
|
496
|
|
- background-position: 100% 1px;
|
497
|
|
- background-repeat: repeat-y;
|
498
|
|
-}
|
499
|
|
-.jstree-default.jstree-rtl .jstree-last {
|
500
|
|
- background: transparent;
|
501
|
|
-}
|
502
|
|
-.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
|
503
|
|
- background-position: -132px -36px;
|
504
|
|
-}
|
505
|
|
-.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
|
506
|
|
- background-position: -100px -36px;
|
507
|
|
-}
|
508
|
|
-.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
|
509
|
|
- background-position: -68px -36px;
|
510
|
|
-}
|
511
|
|
-.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
|
512
|
|
-.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
513
|
|
- background: transparent;
|
514
|
|
-}
|
515
|
|
-.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
|
516
|
|
- background-position: -36px -36px;
|
517
|
|
-}
|
518
|
|
-.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
519
|
|
- background-position: -4px -36px;
|
520
|
|
-}
|
521
|
|
-.jstree-default .jstree-themeicon-custom {
|
522
|
|
- background-color: transparent;
|
523
|
|
- background-image: none;
|
524
|
|
- background-position: 0 0;
|
525
|
|
-}
|
526
|
|
-.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
527
|
|
- background: url("throbber.gif") center center no-repeat;
|
528
|
|
-}
|
529
|
|
-.jstree-default .jstree-file {
|
530
|
|
- background: url("32px.png") -100px -68px no-repeat;
|
531
|
|
-}
|
532
|
|
-.jstree-default .jstree-folder {
|
533
|
|
- background: url("32px.png") -260px -4px no-repeat;
|
534
|
|
-}
|
535
|
|
-.jstree-default.jstree-rtl .jstree-node {
|
536
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
|
537
|
|
-}
|
538
|
|
-.jstree-default.jstree-rtl .jstree-last {
|
539
|
|
- background: transparent;
|
540
|
|
-}
|
541
|
|
-.jstree-default-small .jstree-node {
|
542
|
|
- min-height: 18px;
|
543
|
|
- line-height: 18px;
|
544
|
|
- margin-left: 18px;
|
545
|
|
- min-width: 18px;
|
546
|
|
-}
|
547
|
|
-.jstree-default-small .jstree-anchor {
|
548
|
|
- line-height: 18px;
|
549
|
|
- height: 18px;
|
550
|
|
-}
|
551
|
|
-.jstree-default-small .jstree-icon {
|
552
|
|
- width: 18px;
|
553
|
|
- height: 18px;
|
554
|
|
- line-height: 18px;
|
555
|
|
-}
|
556
|
|
-.jstree-default-small .jstree-icon:empty {
|
557
|
|
- width: 18px;
|
558
|
|
- height: 18px;
|
559
|
|
- line-height: 18px;
|
560
|
|
-}
|
561
|
|
-.jstree-default-small.jstree-rtl .jstree-node {
|
562
|
|
- margin-right: 18px;
|
563
|
|
-}
|
564
|
|
-.jstree-default-small .jstree-wholerow {
|
565
|
|
- height: 18px;
|
566
|
|
-}
|
567
|
|
-.jstree-default-small .jstree-node,
|
568
|
|
-.jstree-default-small .jstree-icon {
|
569
|
|
- background-image: url("32px.png");
|
570
|
|
-}
|
571
|
|
-.jstree-default-small .jstree-node {
|
572
|
|
- background-position: -295px -7px;
|
573
|
|
- background-repeat: repeat-y;
|
574
|
|
-}
|
575
|
|
-.jstree-default-small .jstree-last {
|
576
|
|
- background: transparent;
|
577
|
|
-}
|
578
|
|
-.jstree-default-small .jstree-open > .jstree-ocl {
|
579
|
|
- background-position: -135px -7px;
|
580
|
|
-}
|
581
|
|
-.jstree-default-small .jstree-closed > .jstree-ocl {
|
582
|
|
- background-position: -103px -7px;
|
583
|
|
-}
|
584
|
|
-.jstree-default-small .jstree-leaf > .jstree-ocl {
|
585
|
|
- background-position: -71px -7px;
|
586
|
|
-}
|
587
|
|
-.jstree-default-small .jstree-themeicon {
|
588
|
|
- background-position: -263px -7px;
|
589
|
|
-}
|
590
|
|
-.jstree-default-small > .jstree-no-dots .jstree-node,
|
591
|
|
-.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
592
|
|
- background: transparent;
|
593
|
|
-}
|
594
|
|
-.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
|
595
|
|
- background-position: -39px -7px;
|
596
|
|
-}
|
597
|
|
-.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
598
|
|
- background-position: -7px -7px;
|
599
|
|
-}
|
600
|
|
-.jstree-default-small .jstree-disabled {
|
601
|
|
- background: transparent;
|
602
|
|
-}
|
603
|
|
-.jstree-default-small .jstree-disabled.jstree-hovered {
|
604
|
|
- background: transparent;
|
605
|
|
-}
|
606
|
|
-.jstree-default-small .jstree-disabled.jstree-clicked {
|
607
|
|
- background: #efefef;
|
608
|
|
-}
|
609
|
|
-.jstree-default-small .jstree-checkbox {
|
610
|
|
- background-position: -167px -7px;
|
611
|
|
-}
|
612
|
|
-.jstree-default-small .jstree-checkbox:hover {
|
613
|
|
- background-position: -167px -39px;
|
614
|
|
-}
|
615
|
|
-.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
616
|
|
-.jstree-default-small .jstree-checked > .jstree-checkbox {
|
617
|
|
- background-position: -231px -7px;
|
618
|
|
-}
|
619
|
|
-.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
620
|
|
-.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
|
621
|
|
- background-position: -231px -39px;
|
622
|
|
-}
|
623
|
|
-.jstree-default-small .jstree-anchor > .jstree-undetermined {
|
624
|
|
- background-position: -199px -7px;
|
625
|
|
-}
|
626
|
|
-.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
|
627
|
|
- background-position: -199px -39px;
|
628
|
|
-}
|
629
|
|
-.jstree-default-small > .jstree-striped {
|
630
|
|
- background-size: auto 36px;
|
631
|
|
-}
|
632
|
|
-.jstree-default-small.jstree-rtl .jstree-node {
|
633
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
|
634
|
|
- background-position: 100% 1px;
|
635
|
|
- background-repeat: repeat-y;
|
636
|
|
-}
|
637
|
|
-.jstree-default-small.jstree-rtl .jstree-last {
|
638
|
|
- background: transparent;
|
639
|
|
-}
|
640
|
|
-.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
|
641
|
|
- background-position: -135px -39px;
|
642
|
|
-}
|
643
|
|
-.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
|
644
|
|
- background-position: -103px -39px;
|
645
|
|
-}
|
646
|
|
-.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
|
647
|
|
- background-position: -71px -39px;
|
648
|
|
-}
|
649
|
|
-.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
|
650
|
|
-.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
651
|
|
- background: transparent;
|
652
|
|
-}
|
653
|
|
-.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
|
654
|
|
- background-position: -39px -39px;
|
655
|
|
-}
|
656
|
|
-.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
657
|
|
- background-position: -7px -39px;
|
658
|
|
-}
|
659
|
|
-.jstree-default-small .jstree-themeicon-custom {
|
660
|
|
- background-color: transparent;
|
661
|
|
- background-image: none;
|
662
|
|
- background-position: 0 0;
|
663
|
|
-}
|
664
|
|
-.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
665
|
|
- background: url("throbber.gif") center center no-repeat;
|
666
|
|
-}
|
667
|
|
-.jstree-default-small .jstree-file {
|
668
|
|
- background: url("32px.png") -103px -71px no-repeat;
|
669
|
|
-}
|
670
|
|
-.jstree-default-small .jstree-folder {
|
671
|
|
- background: url("32px.png") -263px -7px no-repeat;
|
672
|
|
-}
|
673
|
|
-.jstree-default-small.jstree-rtl .jstree-node {
|
674
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
|
675
|
|
-}
|
676
|
|
-.jstree-default-small.jstree-rtl .jstree-last {
|
677
|
|
- background: transparent;
|
678
|
|
-}
|
679
|
|
-.jstree-default-large .jstree-node {
|
680
|
|
- min-height: 32px;
|
681
|
|
- line-height: 32px;
|
682
|
|
- margin-left: 32px;
|
683
|
|
- min-width: 32px;
|
684
|
|
-}
|
685
|
|
-.jstree-default-large .jstree-anchor {
|
686
|
|
- line-height: 32px;
|
687
|
|
- height: 32px;
|
688
|
|
-}
|
689
|
|
-.jstree-default-large .jstree-icon {
|
690
|
|
- width: 32px;
|
691
|
|
- height: 32px;
|
692
|
|
- line-height: 32px;
|
693
|
|
-}
|
694
|
|
-.jstree-default-large .jstree-icon:empty {
|
695
|
|
- width: 32px;
|
696
|
|
- height: 32px;
|
697
|
|
- line-height: 32px;
|
698
|
|
-}
|
699
|
|
-.jstree-default-large.jstree-rtl .jstree-node {
|
700
|
|
- margin-right: 32px;
|
701
|
|
-}
|
702
|
|
-.jstree-default-large .jstree-wholerow {
|
703
|
|
- height: 32px;
|
704
|
|
-}
|
705
|
|
-.jstree-default-large .jstree-node,
|
706
|
|
-.jstree-default-large .jstree-icon {
|
707
|
|
- background-image: url("32px.png");
|
708
|
|
-}
|
709
|
|
-.jstree-default-large .jstree-node {
|
710
|
|
- background-position: -288px 0px;
|
711
|
|
- background-repeat: repeat-y;
|
712
|
|
-}
|
713
|
|
-.jstree-default-large .jstree-last {
|
714
|
|
- background: transparent;
|
715
|
|
-}
|
716
|
|
-.jstree-default-large .jstree-open > .jstree-ocl {
|
717
|
|
- background-position: -128px 0px;
|
718
|
|
-}
|
719
|
|
-.jstree-default-large .jstree-closed > .jstree-ocl {
|
720
|
|
- background-position: -96px 0px;
|
721
|
|
-}
|
722
|
|
-.jstree-default-large .jstree-leaf > .jstree-ocl {
|
723
|
|
- background-position: -64px 0px;
|
724
|
|
-}
|
725
|
|
-.jstree-default-large .jstree-themeicon {
|
726
|
|
- background-position: -256px 0px;
|
727
|
|
-}
|
728
|
|
-.jstree-default-large > .jstree-no-dots .jstree-node,
|
729
|
|
-.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
730
|
|
- background: transparent;
|
731
|
|
-}
|
732
|
|
-.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
|
733
|
|
- background-position: -32px 0px;
|
734
|
|
-}
|
735
|
|
-.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
736
|
|
- background-position: 0px 0px;
|
737
|
|
-}
|
738
|
|
-.jstree-default-large .jstree-disabled {
|
739
|
|
- background: transparent;
|
740
|
|
-}
|
741
|
|
-.jstree-default-large .jstree-disabled.jstree-hovered {
|
742
|
|
- background: transparent;
|
743
|
|
-}
|
744
|
|
-.jstree-default-large .jstree-disabled.jstree-clicked {
|
745
|
|
- background: #efefef;
|
746
|
|
-}
|
747
|
|
-.jstree-default-large .jstree-checkbox {
|
748
|
|
- background-position: -160px 0px;
|
749
|
|
-}
|
750
|
|
-.jstree-default-large .jstree-checkbox:hover {
|
751
|
|
- background-position: -160px -32px;
|
752
|
|
-}
|
753
|
|
-.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
754
|
|
-.jstree-default-large .jstree-checked > .jstree-checkbox {
|
755
|
|
- background-position: -224px 0px;
|
756
|
|
-}
|
757
|
|
-.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
758
|
|
-.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
|
759
|
|
- background-position: -224px -32px;
|
760
|
|
-}
|
761
|
|
-.jstree-default-large .jstree-anchor > .jstree-undetermined {
|
762
|
|
- background-position: -192px 0px;
|
763
|
|
-}
|
764
|
|
-.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
|
765
|
|
- background-position: -192px -32px;
|
766
|
|
-}
|
767
|
|
-.jstree-default-large > .jstree-striped {
|
768
|
|
- background-size: auto 64px;
|
769
|
|
-}
|
770
|
|
-.jstree-default-large.jstree-rtl .jstree-node {
|
771
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
|
772
|
|
- background-position: 100% 1px;
|
773
|
|
- background-repeat: repeat-y;
|
774
|
|
-}
|
775
|
|
-.jstree-default-large.jstree-rtl .jstree-last {
|
776
|
|
- background: transparent;
|
777
|
|
-}
|
778
|
|
-.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
|
779
|
|
- background-position: -128px -32px;
|
780
|
|
-}
|
781
|
|
-.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
|
782
|
|
- background-position: -96px -32px;
|
783
|
|
-}
|
784
|
|
-.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
|
785
|
|
- background-position: -64px -32px;
|
786
|
|
-}
|
787
|
|
-.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
|
788
|
|
-.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
|
789
|
|
- background: transparent;
|
790
|
|
-}
|
791
|
|
-.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
|
792
|
|
- background-position: -32px -32px;
|
793
|
|
-}
|
794
|
|
-.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
795
|
|
- background-position: 0px -32px;
|
796
|
|
-}
|
797
|
|
-.jstree-default-large .jstree-themeicon-custom {
|
798
|
|
- background-color: transparent;
|
799
|
|
- background-image: none;
|
800
|
|
- background-position: 0 0;
|
801
|
|
-}
|
802
|
|
-.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
803
|
|
- background: url("throbber.gif") center center no-repeat;
|
804
|
|
-}
|
805
|
|
-.jstree-default-large .jstree-file {
|
806
|
|
- background: url("32px.png") -96px -64px no-repeat;
|
807
|
|
-}
|
808
|
|
-.jstree-default-large .jstree-folder {
|
809
|
|
- background: url("32px.png") -256px 0px no-repeat;
|
810
|
|
-}
|
811
|
|
-.jstree-default-large.jstree-rtl .jstree-node {
|
812
|
|
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
|
813
|
|
-}
|
814
|
|
-.jstree-default-large.jstree-rtl .jstree-last {
|
815
|
|
- background: transparent;
|
816
|
|
-}
|
817
|
|
-@media (max-width: 768px) {
|
818
|
|
- #jstree-dnd.jstree-dnd-responsive {
|
819
|
|
- line-height: 40px;
|
820
|
|
- font-weight: bold;
|
821
|
|
- font-size: 1.1em;
|
822
|
|
- text-shadow: 1px 1px white;
|
823
|
|
- }
|
824
|
|
- #jstree-dnd.jstree-dnd-responsive > i {
|
825
|
|
- background: transparent;
|
826
|
|
- width: 40px;
|
827
|
|
- height: 40px;
|
828
|
|
- }
|
829
|
|
- #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
|
830
|
|
- background-image: url("40px.png");
|
831
|
|
- background-position: 0 -200px;
|
832
|
|
- background-size: 120px 240px;
|
833
|
|
- }
|
834
|
|
- #jstree-dnd.jstree-dnd-responsive > .jstree-er {
|
835
|
|
- background-image: url("40px.png");
|
836
|
|
- background-position: -40px -200px;
|
837
|
|
- background-size: 120px 240px;
|
838
|
|
- }
|
839
|
|
- #jstree-marker.jstree-dnd-responsive {
|
840
|
|
- border-left-width: 10px;
|
841
|
|
- border-top-width: 10px;
|
842
|
|
- border-bottom-width: 10px;
|
843
|
|
- margin-top: -10px;
|
844
|
|
- }
|
845
|
|
-}
|
846
|
|
-@media (max-width: 768px) {
|
847
|
|
- .jstree-default-responsive {
|
848
|
|
- /*
|
849
|
|
- .jstree-open > .jstree-ocl,
|
850
|
|
- .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
|
851
|
|
- */
|
852
|
|
- }
|
853
|
|
- .jstree-default-responsive .jstree-icon {
|
854
|
|
- background-image: url("40px.png");
|
855
|
|
- }
|
856
|
|
- .jstree-default-responsive .jstree-node,
|
857
|
|
- .jstree-default-responsive .jstree-leaf > .jstree-ocl {
|
858
|
|
- background: transparent;
|
859
|
|
- }
|
860
|
|
- .jstree-default-responsive .jstree-node {
|
861
|
|
- min-height: 40px;
|
862
|
|
- line-height: 40px;
|
863
|
|
- margin-left: 40px;
|
864
|
|
- min-width: 40px;
|
865
|
|
- white-space: nowrap;
|
866
|
|
- }
|
867
|
|
- .jstree-default-responsive .jstree-anchor {
|
868
|
|
- line-height: 40px;
|
869
|
|
- height: 40px;
|
870
|
|
- }
|
871
|
|
- .jstree-default-responsive .jstree-icon,
|
872
|
|
- .jstree-default-responsive .jstree-icon:empty {
|
873
|
|
- width: 40px;
|
874
|
|
- height: 40px;
|
875
|
|
- line-height: 40px;
|
876
|
|
- }
|
877
|
|
- .jstree-default-responsive > .jstree-container-ul > .jstree-node {
|
878
|
|
- margin-left: 0;
|
879
|
|
- }
|
880
|
|
- .jstree-default-responsive.jstree-rtl .jstree-node {
|
881
|
|
- margin-left: 0;
|
882
|
|
- margin-right: 40px;
|
883
|
|
- }
|
884
|
|
- .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
|
885
|
|
- margin-right: 0;
|
886
|
|
- }
|
887
|
|
- .jstree-default-responsive .jstree-ocl,
|
888
|
|
- .jstree-default-responsive .jstree-themeicon,
|
889
|
|
- .jstree-default-responsive .jstree-checkbox {
|
890
|
|
- background-size: 120px 240px;
|
891
|
|
- }
|
892
|
|
- .jstree-default-responsive .jstree-leaf > .jstree-ocl {
|
893
|
|
- background: transparent;
|
894
|
|
- }
|
895
|
|
- .jstree-default-responsive .jstree-open > .jstree-ocl {
|
896
|
|
- background-position: 0 0px !important;
|
897
|
|
- }
|
898
|
|
- .jstree-default-responsive .jstree-closed > .jstree-ocl {
|
899
|
|
- background-position: 0 -40px !important;
|
900
|
|
- }
|
901
|
|
- .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
|
902
|
|
- background-position: -40px 0px !important;
|
903
|
|
- }
|
904
|
|
- .jstree-default-responsive .jstree-themeicon {
|
905
|
|
- background-position: -40px -40px;
|
906
|
|
- }
|
907
|
|
- .jstree-default-responsive .jstree-checkbox,
|
908
|
|
- .jstree-default-responsive .jstree-checkbox:hover {
|
909
|
|
- background-position: -40px -80px;
|
910
|
|
- }
|
911
|
|
- .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
912
|
|
- .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
913
|
|
- .jstree-default-responsive .jstree-checked > .jstree-checkbox,
|
914
|
|
- .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
|
915
|
|
- background-position: 0 -80px;
|
916
|
|
- }
|
917
|
|
- .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
|
918
|
|
- .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
|
919
|
|
- background-position: 0 -120px;
|
920
|
|
- }
|
921
|
|
- .jstree-default-responsive .jstree-anchor {
|
922
|
|
- font-weight: bold;
|
923
|
|
- font-size: 1.1em;
|
924
|
|
- text-shadow: 1px 1px white;
|
925
|
|
- }
|
926
|
|
- .jstree-default-responsive > .jstree-striped {
|
927
|
|
- background: transparent;
|
928
|
|
- }
|
929
|
|
- .jstree-default-responsive .jstree-wholerow {
|
930
|
|
- border-top: 1px solid rgba(255, 255, 255, 0.7);
|
931
|
|
- border-bottom: 1px solid rgba(64, 64, 64, 0.2);
|
932
|
|
- background: #ebebeb;
|
933
|
|
- height: 40px;
|
934
|
|
- }
|
935
|
|
- .jstree-default-responsive .jstree-wholerow-hovered {
|
936
|
|
- background: #e7f4f9;
|
937
|
|
- }
|
938
|
|
- .jstree-default-responsive .jstree-wholerow-clicked {
|
939
|
|
- background: #beebff;
|
940
|
|
- }
|
941
|
|
- .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
|
942
|
|
- box-shadow: inset 0 -6px 3px -5px #666666;
|
943
|
|
- }
|
944
|
|
- .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
|
945
|
|
- box-shadow: inset 0 6px 3px -5px #666666;
|
946
|
|
- border-top: 0;
|
947
|
|
- }
|
948
|
|
- .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
|
949
|
|
- box-shadow: none;
|
950
|
|
- }
|
951
|
|
- .jstree-default-responsive .jstree-node,
|
952
|
|
- .jstree-default-responsive .jstree-icon,
|
953
|
|
- .jstree-default-responsive .jstree-node > .jstree-ocl,
|
954
|
|
- .jstree-default-responsive .jstree-themeicon,
|
955
|
|
- .jstree-default-responsive .jstree-checkbox {
|
956
|
|
- background-image: url("40px.png");
|
957
|
|
- background-size: 120px 240px;
|
958
|
|
- }
|
959
|
|
- .jstree-default-responsive .jstree-node {
|
960
|
|
- background-position: -80px 0;
|
961
|
|
- background-repeat: repeat-y;
|
962
|
|
- }
|
963
|
|
- .jstree-default-responsive .jstree-last {
|
964
|
|
- background: transparent;
|
965
|
|
- }
|
966
|
|
- .jstree-default-responsive .jstree-leaf > .jstree-ocl {
|
967
|
|
- background-position: -40px -120px;
|
968
|
|
- }
|
969
|
|
- .jstree-default-responsive .jstree-last > .jstree-ocl {
|
970
|
|
- background-position: -40px -160px;
|
971
|
|
- }
|
972
|
|
- .jstree-default-responsive .jstree-themeicon-custom {
|
973
|
|
- background-color: transparent;
|
974
|
|
- background-image: none;
|
975
|
|
- background-position: 0 0;
|
976
|
|
- }
|
977
|
|
- .jstree-default-responsive .jstree-file {
|
978
|
|
- background: url("40px.png") 0 -160px no-repeat;
|
979
|
|
- background-size: 120px 240px;
|
980
|
|
- }
|
981
|
|
- .jstree-default-responsive .jstree-folder {
|
982
|
|
- background: url("40px.png") -40px -40px no-repeat;
|
983
|
|
- background-size: 120px 240px;
|
984
|
|
- }
|
985
|
|
-}
|
986
|
|
-.jstree-default > .jstree-container-ul > .jstree-node {
|
987
|
|
- margin-left: 0;
|
988
|
|
- margin-right: 0;
|
989
|
|
-}
|