PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.6.1
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.6.1
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / jstree.css
folders / assets / css Last commit date
admin-setting.css 5 years ago design.css 5 years ago design.min.css 5 years ago folder-icon.css 5 years ago folders.css 5 years ago folders.min.css 5 years ago jstree.css 5 years ago jstree.min.css 5 years ago media.css 6 years ago new-media.css 5 years ago page-post-media.css 5 years ago page-post-media.min.css 5 years ago select2.min.css 5 years ago settings.css 5 years ago spectrum.min.css 6 years ago
jstree.css
1114 lines
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 }
32 .jstree-icon {
33 display: inline-block;
34 text-decoration: none;
35 margin: 0;
36 padding: 0;
37 vertical-align: top;
38 text-align: center;
39 }
40 .jstree-icon:empty {
41 display: inline-block;
42 text-decoration: none;
43 margin: 0;
44 padding: 0;
45 vertical-align: top;
46 text-align: center;
47 }
48 .jstree-ocl {
49 cursor: pointer;
50 }
51 .jstree-leaf > .jstree-ocl {
52 cursor: default;
53 }
54 .jstree .jstree-open > .jstree-children {
55 display: block;
56 }
57 .jstree .jstree-closed > .jstree-children,
58 .jstree .jstree-leaf > .jstree-children {
59 display: none;
60 }
61 .jstree-anchor > .jstree-themeicon {
62 margin-right: 2px;
63 }
64 .jstree-no-icons .jstree-themeicon,
65 .jstree-anchor > .jstree-themeicon-hidden {
66 display: none;
67 }
68 .jstree-hidden,
69 .jstree-node.jstree-hidden {
70 display: none;
71 }
72 .jstree-rtl .jstree-anchor {
73 padding: 0 1px 0 4px;
74 }
75 .jstree-rtl .jstree-anchor > .jstree-themeicon {
76 margin-left: 2px;
77 margin-right: 0;
78 }
79 .jstree-rtl .jstree-node {
80 margin-left: 0;
81 }
82 .jstree-rtl .jstree-container-ul > .jstree-node {
83 margin-right: 0;
84 }
85 .jstree-wholerow-ul {
86 position: relative;
87 display: inline-block;
88 min-width: 100%;
89 }
90 .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
91 cursor: pointer;
92 }
93 .jstree-wholerow-ul .jstree-anchor,
94 .jstree-wholerow-ul .jstree-icon {
95 position: relative;
96 }
97 .jstree-wholerow-ul .jstree-wholerow {
98 width: 100%;
99 cursor: pointer;
100 position: absolute;
101 left: 0;
102 -webkit-user-select: none;
103 -moz-user-select: none;
104 -ms-user-select: none;
105 user-select: none;
106 }
107 .jstree-contextmenu .jstree-anchor {
108 -webkit-user-select: none;
109 /* disable selection/Copy of UIWebView */
110 -webkit-touch-callout: none;
111 /* disable the IOS popup when long-press on a link */
112 }
113 .vakata-context {
114 display: none;
115 }
116 .vakata-context,
117 .vakata-context ul {
118 margin: 0;
119 padding: 2px;
120 position: absolute;
121 background: #f5f5f5;
122 border: 1px solid #979797;
123 box-shadow: 2px 2px 2px #999999;
124 }
125 .vakata-context ul {
126 list-style: none;
127 left: 100%;
128 margin-top: -2.7em;
129 margin-left: -4px;
130 }
131 .vakata-context .vakata-context-right ul {
132 left: auto;
133 right: 100%;
134 margin-left: auto;
135 margin-right: -4px;
136 }
137 .vakata-context li {
138 list-style: none;
139 }
140 .vakata-context li > a {
141 display: block;
142 padding: 0 2em 0 2em;
143 text-decoration: none;
144 width: auto;
145 color: black;
146 white-space: nowrap;
147 line-height: 2.4em;
148 text-shadow: 1px 1px 0 white;
149 border-radius: 1px;
150 }
151 .vakata-context li > a:hover {
152 position: relative;
153 background-color: #e8eff7;
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 box-shadow: 0 0 2px #0a6aa1;
168 }
169 .vakata-context .vakata-context-separator > a,
170 .vakata-context .vakata-context-separator > a:hover {
171 background: white;
172 border: 0;
173 border-top: 1px solid #e2e3e3;
174 height: 1px;
175 min-height: 1px;
176 max-height: 1px;
177 padding: 0;
178 margin: 0 0 0 2.4em;
179 border-left: 1px solid #e0e0e0;
180 text-shadow: 0 0 0 transparent;
181 box-shadow: 0 0 0 transparent;
182 border-radius: 0;
183 }
184 .vakata-context .vakata-contextmenu-disabled a,
185 .vakata-context .vakata-contextmenu-disabled a:hover {
186 color: silver;
187 background-color: transparent;
188 border: 0;
189 box-shadow: 0 0 0;
190 }
191 .vakata-context .vakata-contextmenu-disabled > a > i {
192 filter: grayscale(100%);
193 }
194 .vakata-context li > a > i {
195 text-decoration: none;
196 display: inline-block;
197 width: 2.4em;
198 height: 2.4em;
199 background: transparent;
200 margin: 0 0 0 -2em;
201 vertical-align: top;
202 text-align: center;
203 line-height: 2.4em;
204 }
205 .vakata-context li > a > i:empty {
206 width: 2.4em;
207 line-height: 2.4em;
208 }
209 .vakata-context li > a .vakata-contextmenu-sep {
210 display: inline-block;
211 width: 1px;
212 height: 2.4em;
213 background: white;
214 margin: 0 0.5em 0 0;
215 border-left: 1px solid #e2e3e3;
216 }
217 .vakata-context .vakata-contextmenu-shortcut {
218 font-size: 0.8em;
219 color: silver;
220 opacity: 0.5;
221 display: none;
222 }
223 .vakata-context-rtl ul {
224 left: auto;
225 right: 100%;
226 margin-left: auto;
227 margin-right: -4px;
228 }
229 .vakata-context-rtl li > a.vakata-context-parent {
230 background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
231 background-position: left center;
232 background-repeat: no-repeat;
233 }
234 .vakata-context-rtl .vakata-context-separator > a {
235 margin: 0 2.4em 0 0;
236 border-left: 0;
237 border-right: 1px solid #e2e3e3;
238 }
239 .vakata-context-rtl .vakata-context-left ul {
240 right: auto;
241 left: 100%;
242 margin-left: -4px;
243 margin-right: auto;
244 }
245 .vakata-context-rtl li > a > i {
246 margin: 0 -2em 0 0;
247 }
248 .vakata-context-rtl li > a .vakata-contextmenu-sep {
249 margin: 0 0 0 0.5em;
250 border-left-color: white;
251 background: #e2e3e3;
252 }
253 #jstree-marker {
254 position: absolute;
255 top: 0;
256 left: 0;
257 margin: -5px 0 0 0;
258 padding: 0;
259 border-right: 0;
260 border-top: 5px solid transparent;
261 border-bottom: 5px solid transparent;
262 border-left: 5px solid;
263 width: 0;
264 height: 0;
265 font-size: 0;
266 line-height: 0;
267 }
268 {
269 line-height: 16px;
270 margin: 0;
271 padding: 4px;
272 }
273 .jstree-icon,
274 .jstree-copy {
275 display: inline-block;
276 text-decoration: none;
277 margin: 0 2px 0 0;
278 padding: 0;
279 width: 16px;
280 height: 16px;
281 }
282 .jstree-ok {
283 background: green;
284 }
285 .jstree-er {
286 background: red;
287 }
288 .jstree-copy {
289 margin: 0 2px 0 2px;
290 }
291 .jstree-default .jstree-node,
292 .jstree-default .jstree-icon {
293 background-repeat: no-repeat;
294 background-color: transparent;
295 }
296 .jstree-default .jstree-anchor,
297 .jstree-default .jstree-animated,
298 .jstree-default .jstree-wholerow {
299 transition: background-color 0.15s, box-shadow 0.15s;
300 }
301 .jstree-default .jstree-hovered {
302 box-shadow: inset 0 0 1px #cccccc;
303 }
304 .jstree-default .jstree-context {
305 background: #e7f4f9;
306 border-radius: 2px;
307 box-shadow: inset 0 0 1px #cccccc;
308 }
309 .jstree-default .jstree-clicked {
310 background: #beebff;
311 border-radius: 2px;
312 box-shadow: inset 0 0 1px #999999;
313 }
314 .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
315 display: none;
316 }
317 .jstree-default .jstree-disabled {
318 background: transparent;
319 color: #666666;
320 }
321 .jstree-default .jstree-disabled.jstree-hovered {
322 background: transparent;
323 box-shadow: none;
324 }
325 .jstree-default .jstree-disabled.jstree-clicked {
326 background: #efefef;
327 }
328 .jstree-default .jstree-disabled > .jstree-icon {
329 opacity: 0.8;
330 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");
331 /* Firefox 10+ */
332 filter: gray;
333 /* IE6-9 */
334 -webkit-filter: grayscale(100%);
335 /* Chrome 19+ & Safari 6+ */
336 }
337 .jstree-default .jstree-search {
338 font-style: italic;
339 color: #8b0000;
340 font-weight: bold;
341 }
342 .jstree-default .jstree-no-checkboxes .jstree-checkbox {
343 display: none !important;
344 }
345 .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
346 background: transparent;
347 box-shadow: none;
348 }
349 .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
350 background: #e7f4f9;
351 }
352 .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
353 background: transparent;
354 }
355 .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
356 background: #e7f4f9;
357 }
358 .jstree-default > .jstree-striped {
359 min-width: 100%;
360 display: inline-block;
361 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
362 }
363 .jstree-default > .jstree-wholerow-ul .jstree-hovered,
364 .jstree-default > .jstree-wholerow-ul .jstree-clicked {
365 background: transparent;
366 box-shadow: none;
367 border-radius: 0;
368 }
369 .jstree-default .jstree-wholerow {
370 -moz-box-sizing: border-box;
371 -webkit-box-sizing: border-box;
372 box-sizing: border-box;
373 }
374 .jstree-default .jstree-wholerow-hovered {
375 background: #e7f4f9;
376 }
377 .jstree-default .jstree-wholerow-clicked {
378 background: #beebff;
379 background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
380 background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
381 }
382 .jstree-default .jstree-node {
383 min-height: 30px;
384 line-height: 30px;
385 margin-left: 24px;
386 min-width: 30px;
387 }
388 .jstree-default .jstree-anchor {
389 line-height: 30px;
390 height: 30px;
391 width: calc(100% - 30px);
392 overflow: hidden;
393 padding: 0 30px 0 6px;
394 box-sizing: border-box;
395 position: relative;
396 margin: 0 0 0 4px;
397 border-radius: 4px;
398 display: inline-block;
399 white-space: nowrap;
400 text-overflow: ellipsis;
401 }
402 .jstree-default .jstree-icon {
403 width: 30px;
404 height: 30px;
405 line-height: 30px;
406 }
407 .jstree-default .jstree-icon:empty {
408 width: 24px;
409 height: 30px;
410 line-height: 30px;
411 }
412 .jstree-default.jstree-rtl .jstree-node {
413 margin-right: 30px;
414 }
415 .jstree-default .jstree-wholerow {
416 height: 30px;
417 }
418 .jstree-default .jstree-node,
419 .jstree-default .jstree-icon {
420 background-image: url("../images/32px.png");
421 }
422 .jstree-default .jstree-node {
423 background-position: -292px -4px;
424 background-repeat: repeat-y;
425 position: relative;
426 }
427 .jstree-default .jstree-last {
428 background: transparent;
429 }
430 .jstree-default .jstree-open > .jstree-ocl {
431 background-position: -132px -2px;
432 }
433 .jstree-default .jstree-closed > .jstree-ocl {
434 background-position: -100px -2px;
435 }
436 .jstree-default .jstree-leaf > .jstree-ocl {
437 background-position: -68px -2px;
438 }
439 .jstree-default .jstree-themeicon {
440 background-position: -260px -2px;
441 background: none;
442 }
443 .jstree-default > .jstree-no-dots .jstree-node,
444 .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
445 background: transparent;
446 }
447 .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
448 background-position: -36px -2px;
449 }
450 .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
451 background-position: -4px -2px;
452 }
453 .jstree-default .jstree-disabled {
454 background: transparent;
455 }
456 .jstree-default .jstree-disabled.jstree-hovered {
457 background: transparent;
458 }
459 .jstree-default .jstree-disabled.jstree-clicked {
460 background: #efefef;
461 }
462 .jstree-default .jstree-checkbox {
463 background-position: -164px -4px;
464 }
465 .jstree-default .jstree-checkbox:hover {
466 background-position: -164px -36px;
467 }
468 .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
469 .jstree-default .jstree-checked > .jstree-checkbox {
470 background-position: -228px -4px;
471 }
472 .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
473 .jstree-default .jstree-checked > .jstree-checkbox:hover {
474 background-position: -228px -36px;
475 }
476 .jstree-default .jstree-anchor > .jstree-undetermined {
477 background-position: -196px -4px;
478 }
479 .jstree-default .jstree-anchor > .jstree-undetermined:hover {
480 background-position: -196px -36px;
481 }
482 .jstree-default .jstree-checkbox-disabled {
483 opacity: 0.8;
484 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");
485 /* Firefox 10+ */
486 filter: gray;
487 /* IE6-9 */
488 -webkit-filter: grayscale(100%);
489 /* Chrome 19+ & Safari 6+ */
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("../images/32px.png") -100px -68px no-repeat;
531 }
532 .jstree-default .jstree-folder {
533 background: url("../images/32px.png") -260px -4px no-repeat;
534 }
535 .jstree-default > .jstree-container-ul > .jstree-node {
536 margin-left: 0;
537 margin-right: 0;
538 }
539 .jstree-default {
540 line-height: 30px;
541 padding: 0 4px;
542 }
543 .jstree-default .jstree-ok,
544 .jstree-default .jstree-er {
545 background-image: url("../images/32px.png");
546 background-repeat: no-repeat;
547 background-color: transparent;
548 }
549 .jstree-default i {
550 background: transparent;
551 width: 20px;
552 height: 30px;
553 line-height: 30px;
554 display: inline-block;
555 vertical-align: top;
556 }
557 .jstree-default .jstree-ok {
558 background-position: -4px -68px;
559 }
560 .jstree-default .jstree-er {
561 background-position: -36px -68px;
562 }
563 .jstree-default .jstree-ellipsis {
564 overflow: hidden;
565 }
566 .jstree-default .jstree-ellipsis .jstree-anchor {
567 width: calc(100% - 29px);
568 text-overflow: ellipsis;
569 overflow: hidden;
570 }
571 .jstree-default.jstree-rtl .jstree-node {
572 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
573 }
574 .jstree-default.jstree-rtl .jstree-last {
575 background: transparent;
576 }
577 .jstree-default-small .jstree-node {
578 min-height: 18px;
579 line-height: 18px;
580 margin-left: 18px;
581 min-width: 18px;
582 }
583 .jstree-default-small .jstree-anchor {
584 line-height: 18px;
585 height: 18px;
586 }
587 .jstree-default-small .jstree-icon {
588 width: 18px;
589 height: 18px;
590 line-height: 18px;
591 }
592 .jstree-default-small .jstree-icon:empty {
593 width: 18px;
594 height: 18px;
595 line-height: 18px;
596 }
597 .jstree-default-small.jstree-rtl .jstree-node {
598 margin-right: 18px;
599 }
600 .jstree-default-small .jstree-wholerow {
601 height: 18px;
602 }
603 .jstree-default-small .jstree-node,
604 .jstree-default-small .jstree-icon {
605 background-image: url("../images/32px.png");
606 }
607 .jstree-default-small .jstree-node {
608 background-position: -295px -7px;
609 background-repeat: repeat-y;
610 }
611 .jstree-default-small .jstree-last {
612 background: transparent;
613 }
614 .jstree-default-small .jstree-open > .jstree-ocl {
615 background-position: -135px -7px;
616 }
617 .jstree-default-small .jstree-closed > .jstree-ocl {
618 background-position: -103px -7px;
619 }
620 .jstree-default-small .jstree-leaf > .jstree-ocl {
621 background-position: -71px -7px;
622 }
623 .jstree-default-small .jstree-themeicon {
624 background-position: -263px -7px;
625 }
626 .jstree-default-small > .jstree-no-dots .jstree-node,
627 .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
628 background: transparent;
629 }
630 .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
631 background-position: -39px -7px;
632 }
633 .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
634 background-position: -7px -7px;
635 }
636 .jstree-default-small .jstree-disabled {
637 background: transparent;
638 }
639 .jstree-default-small .jstree-disabled.jstree-hovered {
640 background: transparent;
641 }
642 .jstree-default-small .jstree-disabled.jstree-clicked {
643 background: #efefef;
644 }
645 .jstree-default-small .jstree-checkbox {
646 background-position: -167px -7px;
647 }
648 .jstree-default-small .jstree-checkbox:hover {
649 background-position: -167px -39px;
650 }
651 .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
652 .jstree-default-small .jstree-checked > .jstree-checkbox {
653 background-position: -231px -7px;
654 }
655 .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
656 .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
657 background-position: -231px -39px;
658 }
659 .jstree-default-small .jstree-anchor > .jstree-undetermined {
660 background-position: -199px -7px;
661 }
662 .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
663 background-position: -199px -39px;
664 }
665 .jstree-default-small .jstree-checkbox-disabled {
666 opacity: 0.8;
667 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");
668 /* Firefox 10+ */
669 filter: gray;
670 /* IE6-9 */
671 -webkit-filter: grayscale(100%);
672 /* Chrome 19+ & Safari 6+ */
673 }
674 .jstree-default-small > .jstree-striped {
675 background-size: auto 36px;
676 }
677 .jstree-default-small.jstree-rtl .jstree-node {
678 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
679 background-position: 100% 1px;
680 background-repeat: repeat-y;
681 }
682 .jstree-default-small.jstree-rtl .jstree-last {
683 background: transparent;
684 }
685 .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
686 background-position: -135px -39px;
687 }
688 .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
689 background-position: -103px -39px;
690 }
691 .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
692 background-position: -71px -39px;
693 }
694 .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
695 .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
696 background: transparent;
697 }
698 .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
699 background-position: -39px -39px;
700 }
701 .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
702 background-position: -7px -39px;
703 }
704 .jstree-default-small .jstree-themeicon-custom {
705 background-color: transparent;
706 background-image: none;
707 background-position: 0 0;
708 }
709 .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
710 background: url("throbber.gif") center center no-repeat;
711 }
712 .jstree-default-small .jstree-file {
713 background: url("../images/32px.png") -103px -71px no-repeat;
714 }
715 .jstree-default-small .jstree-folder {
716 background: url("../images/32px.png") -263px -7px no-repeat;
717 }
718 .jstree-default-small > .jstree-container-ul > .jstree-node {
719 margin-left: 0;
720 margin-right: 0;
721 }
722 .jstree-default-small {
723 line-height: 18px;
724 padding: 0 4px;
725 }
726 .jstree-default-small .jstree-ok,
727 .jstree-default-small .jstree-er {
728 background-image: url("../images/32px.png");
729 background-repeat: no-repeat;
730 background-color: transparent;
731 }
732 .jstree-default-small i {
733 background: transparent;
734 width: 18px;
735 height: 18px;
736 line-height: 18px;
737 }
738 .jstree-default-small .jstree-ok {
739 background-position: -7px -71px;
740 }
741 .jstree-default-small .jstree-er {
742 background-position: -39px -71px;
743 }
744 .jstree-default-small .jstree-ellipsis {
745 overflow: hidden;
746 }
747 .jstree-default-small .jstree-ellipsis .jstree-anchor {
748 width: calc(100% - 23px);
749 text-overflow: ellipsis;
750 overflow: hidden;
751 }
752 .jstree-default-small.jstree-rtl .jstree-node {
753 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
754 }
755 .jstree-default-small.jstree-rtl .jstree-last {
756 background: transparent;
757 }
758 .jstree-default-large .jstree-node {
759 min-height: 32px;
760 line-height: 32px;
761 margin-left: 32px;
762 min-width: 32px;
763 }
764 .jstree-default-large .jstree-anchor {
765 line-height: 32px;
766 height: 32px;
767 }
768 .jstree-default-large .jstree-icon {
769 width: 32px;
770 height: 32px;
771 line-height: 32px;
772 }
773 .jstree-default-large .jstree-icon:empty {
774 width: 32px;
775 height: 32px;
776 line-height: 32px;
777 }
778 .jstree-default-large.jstree-rtl .jstree-node {
779 margin-right: 32px;
780 }
781 .jstree-default-large .jstree-wholerow {
782 height: 32px;
783 }
784 .jstree-default-large .jstree-node,
785 .jstree-default-large .jstree-icon {
786 background-image: url("../images/32px.png");
787 }
788 .jstree-default-large .jstree-node {
789 background-position: -288px 0px;
790 background-repeat: repeat-y;
791 }
792 .jstree-default-large .jstree-last {
793 background: transparent;
794 }
795 .jstree-default-large .jstree-open > .jstree-ocl {
796 background-position: -128px 0px;
797 }
798 .jstree-default-large .jstree-closed > .jstree-ocl {
799 background-position: -96px 0px;
800 }
801 .jstree-default-large .jstree-leaf > .jstree-ocl {
802 background-position: -64px 0px;
803 }
804 .jstree-default-large .jstree-themeicon {
805 background-position: -256px 0px;
806 }
807 .jstree-default-large > .jstree-no-dots .jstree-node,
808 .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
809 background: transparent;
810 }
811 .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
812 background-position: -32px 0px;
813 }
814 .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
815 background-position: 0px 0px;
816 }
817 .jstree-default-large .jstree-disabled {
818 background: transparent;
819 }
820 .jstree-default-large .jstree-disabled.jstree-hovered {
821 background: transparent;
822 }
823 .jstree-default-large .jstree-disabled.jstree-clicked {
824 background: #efefef;
825 }
826 .jstree-default-large .jstree-checkbox {
827 background-position: -160px 0px;
828 }
829 .jstree-default-large .jstree-checkbox:hover {
830 background-position: -160px -32px;
831 }
832 .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
833 .jstree-default-large .jstree-checked > .jstree-checkbox {
834 background-position: -224px 0px;
835 }
836 .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
837 .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
838 background-position: -224px -32px;
839 }
840 .jstree-default-large .jstree-anchor > .jstree-undetermined {
841 background-position: -192px 0px;
842 }
843 .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
844 background-position: -192px -32px;
845 }
846 .jstree-default-large .jstree-checkbox-disabled {
847 opacity: 0.8;
848 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");
849 /* Firefox 10+ */
850 filter: gray;
851 /* IE6-9 */
852 -webkit-filter: grayscale(100%);
853 /* Chrome 19+ & Safari 6+ */
854 }
855 .jstree-default-large > .jstree-striped {
856 background-size: auto 64px;
857 }
858 .jstree-default-large.jstree-rtl .jstree-node {
859 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
860 background-position: 100% 1px;
861 background-repeat: repeat-y;
862 }
863 .jstree-default-large.jstree-rtl .jstree-last {
864 background: transparent;
865 }
866 .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
867 background-position: -128px -32px;
868 }
869 .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
870 background-position: -96px -32px;
871 }
872 .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
873 background-position: -64px -32px;
874 }
875 .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
876 .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
877 background: transparent;
878 }
879 .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
880 background-position: -32px -32px;
881 }
882 .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
883 background-position: 0px -32px;
884 }
885 .jstree-default-large .jstree-themeicon-custom {
886 background-color: transparent;
887 background-image: none;
888 background-position: 0 0;
889 }
890 .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
891 background: url("throbber.gif") center center no-repeat;
892 }
893 .jstree-default-large .jstree-file {
894 background: url("../images/32px.png") -96px -64px no-repeat;
895 }
896 .jstree-default-large .jstree-folder {
897 background: url("../images/32px.png") -256px 0px no-repeat;
898 }
899 .jstree-default-large > .jstree-container-ul > .jstree-node {
900 margin-left: 0;
901 margin-right: 0;
902 }
903 .jstree-default-large {
904 line-height: 32px;
905 padding: 0 4px;
906 }
907 .jstree-default-large .jstree-ok,
908 .jstree-default-large .jstree-er {
909 background-image: url("../images/32px.png");
910 background-repeat: no-repeat;
911 background-color: transparent;
912 }
913 .jstree-default-large i {
914 background: transparent;
915 width: 32px;
916 height: 32px;
917 line-height: 32px;
918 }
919 .jstree-default-large .jstree-ok {
920 background-position: 0px -64px;
921 }
922 .jstree-default-large .jstree-er {
923 background-position: -32px -64px;
924 }
925 .jstree-default-large .jstree-ellipsis {
926 overflow: hidden;
927 }
928 .jstree-default-large .jstree-ellipsis .jstree-anchor {
929 width: calc(100% - 37px);
930 text-overflow: ellipsis;
931 overflow: hidden;
932 }
933 .jstree-default-large.jstree-rtl .jstree-node {
934 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
935 }
936 .jstree-default-large.jstree-rtl .jstree-last {
937 background: transparent;
938 }
939 @media (max-width: 768px) {
940 .jstree-dnd-responsive {
941 line-height: 40px;
942 font-weight: bold;
943 font-size: 1.1em;
944 text-shadow: 1px 1px white;
945 }
946 .jstree-dnd-responsive > i {
947 background: transparent;
948 width: 40px;
949 height: 40px;
950 }
951 .jstree-dnd-responsive > .jstree-ok {
952 background-image: url("../images/40px.png");
953 background-position: 0 -200px;
954 background-size: 120px 240px;
955 }
956 .jstree-dnd-responsive > .jstree-er {
957 background-image: url("../images/40px.png");
958 background-position: -40px -200px;
959 background-size: 120px 240px;
960 }
961 #jstree-marker.jstree-dnd-responsive {
962 border-left-width: 10px;
963 border-top-width: 10px;
964 border-bottom-width: 10px;
965 margin-top: -10px;
966 }
967 }
968 @media (max-width: 768px) {
969 .jstree-default-responsive {
970 /*
971 .jstree-open > .jstree-ocl,
972 .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
973 */
974 }
975 .jstree-default-responsive .jstree-icon {
976 background-image: url("../images/40px.png");
977 }
978 .jstree-default-responsive .jstree-node,
979 .jstree-default-responsive .jstree-leaf > .jstree-ocl {
980 background: transparent;
981 }
982 .jstree-default-responsive .jstree-node {
983 min-height: 40px;
984 line-height: 40px;
985 margin-left: 40px;
986 min-width: 40px;
987 white-space: nowrap;
988 }
989 .jstree-default-responsive .jstree-anchor {
990 line-height: 40px;
991 height: 40px;
992 }
993 .jstree-default-responsive .jstree-icon,
994 .jstree-default-responsive .jstree-icon:empty {
995 width: 40px;
996 height: 40px;
997 line-height: 40px;
998 }
999 .jstree-default-responsive > .jstree-container-ul > .jstree-node {
1000 margin-left: 0;
1001 }
1002 .jstree-default-responsive.jstree-rtl .jstree-node {
1003 margin-left: 0;
1004 margin-right: 40px;
1005 background: transparent;
1006 }
1007 .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
1008 margin-right: 0;
1009 }
1010 .jstree-default-responsive .jstree-ocl,
1011 .jstree-default-responsive .jstree-themeicon,
1012 .jstree-default-responsive .jstree-checkbox {
1013 background-size: 120px 240px;
1014 }
1015 .jstree-default-responsive .jstree-leaf > .jstree-ocl,
1016 .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
1017 background: transparent;
1018 }
1019 .jstree-default-responsive .jstree-open > .jstree-ocl {
1020 background-position: 0 0 !important;
1021 }
1022 .jstree-default-responsive .jstree-closed > .jstree-ocl {
1023 background-position: 0 -40px !important;
1024 }
1025 .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
1026 background-position: -40px 0 !important;
1027 }
1028 .jstree-default-responsive .jstree-themeicon {
1029 background-position: -40px -40px;
1030 }
1031 .jstree-default-responsive .jstree-checkbox,
1032 .jstree-default-responsive .jstree-checkbox:hover {
1033 background-position: -40px -80px;
1034 }
1035 .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
1036 .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
1037 .jstree-default-responsive .jstree-checked > .jstree-checkbox,
1038 .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
1039 background-position: 0 -80px;
1040 }
1041 .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
1042 .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
1043 background-position: 0 -120px;
1044 }
1045 .jstree-default-responsive .jstree-anchor {
1046 font-weight: bold;
1047 font-size: 1.1em;
1048 text-shadow: 1px 1px white;
1049 }
1050 .jstree-default-responsive > .jstree-striped {
1051 background: transparent;
1052 }
1053 .jstree-default-responsive .jstree-wholerow {
1054 border-top: 1px solid rgba(255, 255, 255, 0.7);
1055 border-bottom: 1px solid rgba(64, 64, 64, 0.2);
1056 background: #ebebeb;
1057 height: 40px;
1058 }
1059 .jstree-default-responsive .jstree-wholerow-hovered {
1060 background: #e7f4f9;
1061 }
1062 .jstree-default-responsive .jstree-wholerow-clicked {
1063 background: #beebff;
1064 }
1065 .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
1066 box-shadow: inset 0 -6px 3px -5px #666666;
1067 }
1068 .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
1069 box-shadow: inset 0 6px 3px -5px #666666;
1070 border-top: 0;
1071 }
1072 .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
1073 box-shadow: none;
1074 }
1075 .jstree-default-responsive .jstree-node,
1076 .jstree-default-responsive .jstree-icon,
1077 .jstree-default-responsive .jstree-node > .jstree-ocl,
1078 .jstree-default-responsive .jstree-themeicon,
1079 .jstree-default-responsive .jstree-checkbox {
1080 background-image: url("../images/40px.png");
1081 background-size: 120px 240px;
1082 }
1083 .jstree-default-responsive .jstree-node {
1084 background-position: -80px 0;
1085 background-repeat: repeat-y;
1086 }
1087 .jstree-default-responsive .jstree-last {
1088 background: transparent;
1089 }
1090 .jstree-default-responsive .jstree-leaf > .jstree-ocl {
1091 background-position: -40px -120px;
1092 }
1093 .jstree-default-responsive .jstree-last > .jstree-ocl {
1094 background-position: -40px -160px;
1095 }
1096 .jstree-default-responsive .jstree-themeicon-custom {
1097 background-color: transparent;
1098 background-image: none;
1099 background-position: 0 0;
1100 }
1101 .jstree-default-responsive .jstree-file {
1102 background: url("../images/40px.png") 0 -160px no-repeat;
1103 background-size: 120px 240px;
1104 }
1105 .jstree-default-responsive .jstree-folder {
1106 background: url("../images/40px.png") -40px -40px no-repeat;
1107 background-size: 120px 240px;
1108 }
1109 .jstree-default-responsive > .jstree-container-ul > .jstree-node {
1110 margin-left: 0;
1111 margin-right: 0;
1112 }
1113 }
1114