Project

General

Profile

1
/*!
2
 * Fancytree "Material" skin.
3
 *
4
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
5
 * the LESS templates.
6
 */
7
/*
8
both:
9
   unselected background: #FCFCFC 'nearly white'
10
   hover bar (unselected, inactive): #F8FCFE..#EFF9FE (border: #D8F0FA) 'very light blue'
11
   active node: #F6FBFD..#D5EFFC (border: #99DEFD)  'light blue'
12
   active node with hover: #F2F9FD..#C4E8FA (border: #B6E6FB)
13

    
14
Tree view:
15
   active node, tree inactive: #FAFAFB..#E5E5E5 (border: #D9D9D9) 'light gray, selected, but tree not active'
16

    
17
List view:
18
   selected bar: --> active bar
19
   focus  bar: active + border 1px dotted #090402 (inside the blue border)
20

    
21
   table left/right border: #EDEDED 'light gray'
22
 */
23
/*******************************************************************************
24
 * Common Styles for Fancytree Skins.
25
 *
26
 * This section is automatically generated from the `skin-common.less` template.
27
 ******************************************************************************/
28
/*------------------------------------------------------------------------------
29
 * Helpers
30
 *----------------------------------------------------------------------------*/
31
.ui-helper-hidden {
32
  display: none;
33
}
34
/*------------------------------------------------------------------------------
35
 * Container and UL / LI
36
 *----------------------------------------------------------------------------*/
37
ul.fancytree-container {
38
  font-family: "Roboto", sans-serif;
39
  font-size: 10pt;
40
  white-space: nowrap;
41
  padding: 4px;
42
  margin: 0;
43
  background-color: white;
44
  border: 1px dashed #e0e0e0;
45
  overflow: auto;
46
  min-height: 0;
47
  position: relative;
48
  outline: none;
49
}
50
ul.fancytree-container ul {
51
  padding: 0 0 0 20px;
52
  margin: 0;
53
}
54
ul.fancytree-container ul > li:before {
55
  content: none;
56
}
57
ul.fancytree-container li {
58
  list-style-image: none;
59
  list-style-position: outside;
60
  list-style-type: none;
61
  -moz-background-clip: border;
62
  -moz-background-inline-policy: continuous;
63
  -moz-background-origin: padding;
64
  background-attachment: scroll;
65
  background-color: transparent;
66
  background-position: 0px 0px;
67
  background-repeat: repeat-y;
68
  background-image: none;
69
  margin: 0;
70
}
71
ul.fancytree-container li.fancytree-lastsib {
72
  background-image: none;
73
}
74
ul.fancytree-no-connector > li {
75
  background-image: none;
76
}
77
.ui-fancytree-disabled ul.fancytree-container {
78
  opacity: 0.5;
79
  background-color: silver;
80
}
81
/*------------------------------------------------------------------------------
82
 * Common icon definitions
83
 *----------------------------------------------------------------------------*/
84
span.fancytree-empty,
85
span.fancytree-vline,
86
span.fancytree-expander,
87
span.fancytree-icon,
88
span.fancytree-checkbox,
89
span.fancytree-radio,
90
span.fancytree-drag-helper-img,
91
#fancytree-drop-marker {
92
  width: 16px;
93
  height: 16px;
94
  display: inline-block;
95
  vertical-align: top;
96
  background-repeat: no-repeat;
97
  background-position: left;
98
  background-image: url("./icons.png");
99
  background-position: 0px 0px;
100
}
101
span.fancytree-icon,
102
span.fancytree-checkbox,
103
span.fancytree-expander,
104
span.fancytree-radio,
105
span.fancytree-custom-icon {
106
  margin-top: 2px;
107
}
108
/* Used by icon option: */
109
span.fancytree-custom-icon {
110
  display: inline-block;
111
  margin-left: 3px;
112
  background-position: 0px 0px;
113
}
114
/* Used by 'icon' node option: */
115
img.fancytree-icon {
116
  width: 16px;
117
  height: 16px;
118
  margin-left: 3px;
119
  margin-top: 2px;
120
  vertical-align: top;
121
  border-style: none;
122
}
123
/*------------------------------------------------------------------------------
124
 * Expander icon
125
 *
126
 * Note: IE6 doesn't correctly evaluate multiples class names,
127
 *		 so we create combined class names that can be used in the CSS.
128
 *
129
 * Prefix: fancytree-exp-
130
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
131
 * 2nd character (optional): 'd': lazy (Delayed)
132
 * 3rd character (optional): 'l': Last sibling
133
 *----------------------------------------------------------------------------*/
134
span.fancytree-expander {
135
  cursor: pointer;
136
}
137
.fancytree-exp-n span.fancytree-expander,
138
.fancytree-exp-nl span.fancytree-expander {
139
  background-image: none;
140
  cursor: default;
141
}
142
.fancytree-exp-n span.fancytree-expander,
143
.fancytree-exp-n span.fancytree-expander:hover {
144
  background-position: 0px -64px;
145
}
146
.fancytree-exp-nl span.fancytree-expander,
147
.fancytree-exp-nl span.fancytree-expander:hover {
148
  background-position: -16px -64px;
149
}
150
.fancytree-exp-c span.fancytree-expander {
151
  background-position: 0px -80px;
152
}
153
.fancytree-exp-c span.fancytree-expander:hover {
154
  background-position: -16px -80px;
155
}
156
.fancytree-exp-cl span.fancytree-expander {
157
  background-position: 0px -96px;
158
}
159
.fancytree-exp-cl span.fancytree-expander:hover {
160
  background-position: -16px -96px;
161
}
162
.fancytree-exp-cd span.fancytree-expander {
163
  background-position: -64px -80px;
164
}
165
.fancytree-exp-cd span.fancytree-expander:hover {
166
  background-position: -80px -80px;
167
}
168
.fancytree-exp-cdl span.fancytree-expander {
169
  background-position: -64px -96px;
170
}
171
.fancytree-exp-cdl span.fancytree-expander:hover {
172
  background-position: -80px -96px;
173
}
174
.fancytree-exp-e span.fancytree-expander,
175
.fancytree-exp-ed span.fancytree-expander {
176
  background-position: -32px -80px;
177
}
178
.fancytree-exp-e span.fancytree-expander:hover,
179
.fancytree-exp-ed span.fancytree-expander:hover {
180
  background-position: -48px -80px;
181
}
182
.fancytree-exp-el span.fancytree-expander,
183
.fancytree-exp-edl span.fancytree-expander {
184
  background-position: -32px -96px;
185
}
186
.fancytree-exp-el span.fancytree-expander:hover,
187
.fancytree-exp-edl span.fancytree-expander:hover {
188
  background-position: -48px -96px;
189
}
190
/*------------------------------------------------------------------------------
191
 * Checkbox icon
192
 *----------------------------------------------------------------------------*/
193
span.fancytree-checkbox {
194
  margin-left: 3px;
195
  cursor: pointer;
196
  background-position: 0px -32px;
197
}
198
span.fancytree-checkbox:hover {
199
  background-position: -16px -32px;
200
}
201
.fancytree-partsel span.fancytree-checkbox {
202
  background-position: -64px -32px;
203
}
204
.fancytree-partsel span.fancytree-checkbox:hover {
205
  background-position: -80px -32px;
206
}
207
.fancytree-selected span.fancytree-checkbox {
208
  background-position: -32px -32px;
209
}
210
.fancytree-selected span.fancytree-checkbox:hover {
211
  background-position: -48px -32px;
212
}
213
.fancytree-unselectable span.fancytree-checkbox {
214
  opacity: 0.4;
215
  filter: alpha(opacity=40);
216
}
217
.fancytree-unselectable span.fancytree-checkbox:hover {
218
  background-position: 0px -32px;
219
}
220
.fancytree-unselectable.fancytree-partsel span.fancytree-checkbox:hover {
221
  background-position: -64px -32px;
222
}
223
.fancytree-unselectable.fancytree-selected span.fancytree-checkbox:hover {
224
  background-position: -32px -32px;
225
}
226
/*------------------------------------------------------------------------------
227
 * Radiobutton icon
228
 * This is a customization, that may be activated by overriding the 'checkbox'
229
 * class name as 'fancytree-radio' in the tree options.
230
 *----------------------------------------------------------------------------*/
231
.fancytree-radio span.fancytree-checkbox {
232
  background-position: 0px -48px;
233
}
234
.fancytree-radio span.fancytree-checkbox:hover {
235
  background-position: -16px -48px;
236
}
237
.fancytree-radio .fancytree-partsel span.fancytree-checkbox {
238
  background-position: -64px -48px;
239
}
240
.fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
241
  background-position: -80px -48px;
242
}
243
.fancytree-radio .fancytree-selected span.fancytree-checkbox {
244
  background-position: -32px -48px;
245
}
246
.fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
247
  background-position: -48px -48px;
248
}
249
.fancytree-radio .fancytree-unselectable span.fancytree-checkbox,
250
.fancytree-radio .fancytree-unselectable span.fancytree-checkbox:hover {
251
  background-position: 0px -48px;
252
}
253
/*------------------------------------------------------------------------------
254
 * Node type icon
255
 * Note: IE6 doesn't correctly evaluate multiples class names,
256
 *		 so we create combined class names that can be used in the CSS.
257
 *
258
 * Prefix: fancytree-ico-
259
 * 1st character: 'e': expanded, 'c': collapsed
260
 * 2nd character (optional): 'f': folder
261
 *----------------------------------------------------------------------------*/
262
span.fancytree-icon {
263
  margin-left: 3px;
264
  background-position: 0px 0px;
265
}
266
/* Documents */
267
.fancytree-ico-c span.fancytree-icon:hover {
268
  background-position: -16px 0px;
269
}
270
.fancytree-has-children.fancytree-ico-c span.fancytree-icon {
271
  background-position: -32px 0px;
272
}
273
.fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
274
  background-position: -48px 0px;
275
}
276
.fancytree-ico-e span.fancytree-icon {
277
  background-position: -64px 0px;
278
}
279
.fancytree-ico-e span.fancytree-icon:hover {
280
  background-position: -80px 0px;
281
}
282
/* Folders */
283
.fancytree-ico-cf span.fancytree-icon {
284
  background-position: 0px -16px;
285
}
286
.fancytree-ico-cf span.fancytree-icon:hover {
287
  background-position: -16px -16px;
288
}
289
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
290
  background-position: -32px -16px;
291
}
292
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
293
  background-position: -48px -16px;
294
}
295
.fancytree-ico-ef span.fancytree-icon {
296
  background-position: -64px -16px;
297
}
298
.fancytree-ico-ef span.fancytree-icon:hover {
299
  background-position: -80px -16px;
300
}
301
.fancytree-loading span.fancytree-expander,
302
.fancytree-loading span.fancytree-expander:hover,
303
.fancytree-statusnode-loading span.fancytree-icon,
304
.fancytree-statusnode-loading span.fancytree-icon:hover {
305
  background-image: url('data:image/gif;base64,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');
306
  background-position: 0px 0px;
307
}
308
/* Status node icons */
309
.fancytree-statusnode-error span.fancytree-icon,
310
.fancytree-statusnode-error span.fancytree-icon:hover {
311
  background-position: 0px -112px;
312
}
313
/*------------------------------------------------------------------------------
314
 * Node titles and highlighting
315
 *----------------------------------------------------------------------------*/
316
span.fancytree-node {
317
  /* See #117 */
318

    
319
  display: inherit;
320
  width: 100%;
321
  margin-top: 2px;
322
  min-height: 20px;
323
}
324
span.fancytree-title {
325
  color: #212121;
326
  cursor: pointer;
327
  display: inline-block;
328
  vertical-align: top;
329
  min-height: 20px;
330
  padding: 0 4px 0 4px;
331
  margin: 0px 0 0 3px;
332
  -webkit-border-radius: 0px;
333
  -moz-border-radius: 0px;
334
  -ms-border-radius: 0px;
335
  -o-border-radius: 0px;
336
  border-radius: 0px;
337
  outline: 0 !important;
338
  border: 1px solid transparent;
339
}
340
span.fancytree-node.fancytree-error span.fancytree-title {
341
  color: #e53935;
342
}
343
/*------------------------------------------------------------------------------
344
 * Drag'n'drop support
345
 *----------------------------------------------------------------------------*/
346
div.fancytree-drag-helper span.fancytree-childcounter,
347
div.fancytree-drag-helper span.fancytree-dnd-modifier {
348
  display: inline-block;
349
  color: #fff;
350
  background: #337ab7;
351
  border: 1px solid gray;
352
  min-width: 10px;
353
  height: 10px;
354
  line-height: 1;
355
  vertical-align: baseline;
356
  border-radius: 10px;
357
  padding: 2px;
358
  text-align: center;
359
  font-size: 9px;
360
}
361
div.fancytree-drag-helper span.fancytree-childcounter {
362
  position: absolute;
363
  top: -6px;
364
  right: -6px;
365
}
366
div.fancytree-drag-helper span.fancytree-dnd-modifier {
367
  background: #5cb85c;
368
  border: none;
369
  font-weight: bolder;
370
}
371
div.fancytree-drag-helper.fancytree-drop-accept span.fancytree-drag-helper-img {
372
  background-position: -32px -112px;
373
}
374
div.fancytree-drag-helper.fancytree-drop-reject span.fancytree-drag-helper-img {
375
  background-position: -16px -112px;
376
}
377
/*** Drop marker icon *********************************************************/
378
#fancytree-drop-marker {
379
  width: 32px;
380
  position: absolute;
381
  background-position: 0px -128px;
382
  margin: 0;
383
}
384
#fancytree-drop-marker.fancytree-drop-after,
385
#fancytree-drop-marker.fancytree-drop-before {
386
  width: 64px;
387
  background-position: 0px -144px;
388
}
389
#fancytree-drop-marker.fancytree-drop-copy {
390
  background-position: -64px -128px;
391
}
392
#fancytree-drop-marker.fancytree-drop-move {
393
  background-position: -32px -128px;
394
}
395
/*** Source node while dragging ***********************************************/
396
span.fancytree-drag-source.fancytree-drag-remove {
397
  opacity: 0.15;
398
}
399
/*** Target node while dragging cursor is over it *****************************/
400
/*------------------------------------------------------------------------------
401
 * 'table' extension
402
 *----------------------------------------------------------------------------*/
403
table.fancytree-ext-table {
404
  border-collapse: collapse;
405
}
406
table.fancytree-ext-table span.fancytree-node {
407
  display: inline-block;
408
}
409
/*------------------------------------------------------------------------------
410
 * 'columnview' extension
411
 *----------------------------------------------------------------------------*/
412
table.fancytree-ext-columnview tbody tr td {
413
  position: relative;
414
  border: 1px solid gray;
415
  vertical-align: top;
416
  overflow: auto;
417
}
418
table.fancytree-ext-columnview tbody tr td > ul {
419
  padding: 0;
420
}
421
table.fancytree-ext-columnview tbody tr td > ul li {
422
  list-style-image: none;
423
  list-style-position: outside;
424
  list-style-type: none;
425
  -moz-background-clip: border;
426
  -moz-background-inline-policy: continuous;
427
  -moz-background-origin: padding;
428
  background-attachment: scroll;
429
  background-color: transparent;
430
  background-position: 0px 0px;
431
  background-repeat: repeat-y;
432
  background-image: none;
433
  /* no v-lines */
434

    
435
  margin: 0;
436
}
437
table.fancytree-ext-columnview span.fancytree-node {
438
  position: relative;
439
  /* allow positioning of embedded spans */
440

    
441
  display: inline-block;
442
}
443
table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
444
  background-color: #CBE8F6;
445
}
446
table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
447
  position: absolute;
448
  right: 3px;
449
  background-position: 0px -80px;
450
}
451
table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right:hover {
452
  background-position: -16px -80px;
453
}
454
/*------------------------------------------------------------------------------
455
 * 'filter' extension
456
 *----------------------------------------------------------------------------*/
457
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
458
  color: #aaaaaa;
459
  font-weight: lighter;
460
}
461
.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
462
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
463
  color: black;
464
  font-weight: normal;
465
}
466
.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
467
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
468
  color: black;
469
  font-weight: bold;
470
}
471
.fancytree-ext-filter-hide tr.fancytree-hide,
472
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
473
  display: none;
474
}
475
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
476
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
477
  color: #aaaaaa;
478
  font-weight: lighter;
479
}
480
.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
481
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
482
  color: black;
483
  font-weight: normal;
484
}
485
.fancytree-ext-childcounter span.fancytree-icon,
486
.fancytree-ext-filter span.fancytree-icon {
487
  position: relative;
488
}
489
.fancytree-ext-childcounter span.fancytree-childcounter,
490
.fancytree-ext-filter span.fancytree-childcounter {
491
  color: #fff;
492
  background: #0288D1;
493
  position: absolute;
494
  top: -6px;
495
  right: -6px;
496
  min-width: 12px;
497
  height: 10px;
498
  line-height: 1;
499
  vertical-align: baseline;
500
  border-radius: 6px;
501
  padding: 2px;
502
  text-align: center;
503
  font-size: 9px;
504
}
505
/*------------------------------------------------------------------------------
506
 * 'wide' extension
507
 *----------------------------------------------------------------------------*/
508
ul.fancytree-ext-wide {
509
  position: relative;
510
  min-width: 100%;
511
  z-index: 2;
512
  box-sizing: border-box;
513
}
514
ul.fancytree-ext-wide span.fancytree-node > img,
515
ul.fancytree-ext-wide span.fancytree-node > span {
516
  position: relative;
517
  z-index: 2;
518
}
519
ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
520
  position: absolute;
521
  z-index: 1;
522
  left: 1px;
523
  right: 1px;
524
  margin-left: 0;
525
  margin-right: 0;
526
  box-sizing: border-box;
527
}
528
/*******************************************************************************
529
 * Styles specific to this skin.
530
 *
531
 * This section is automatically generated from the `ui-fancytree.less` template.
532
 ******************************************************************************/
533
/*******************************************************************************
534
 * Node titles
535
 */
536
span.fancytree-title {
537
  border: 1px solid transparent;
538
}
539
span.fancytree-title:hover {
540
  background-color: rgba(0, 0, 0, 0.085);
541
}
542
span.fancytree-focused span.fancytree-title {
543
  background-color: #EFEBDE;
544
  outline: 1px dotted gray;
545
}
546
span.fancytree-selected span.fancytree-title {
547
  font-style: italic;
548
}
549
span.fancytree-active span.fancytree-title {
550
  background-color: rgba(0, 0, 0, 0.085);
551
}
552
/*******************************************************************************
553
 * 'table' extension
554
 */
555
table.fancytree-ext-table {
556
  border-collapse: collapse;
557
}
558
table.fancytree-ext-table tbody tr.fancytree-focused {
559
  background-color: #99DEFD;
560
}
561
table.fancytree-ext-table tbody tr.fancytree-active {
562
  background-color: royalblue;
563
}
564
table.fancytree-ext-table tbody tr.fancytree-selected {
565
  background-color: #99FDDE;
566
}
567
/*******************************************************************************
568
 * 'columnview' extension
569
 */
570
table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
571
  background-color: #ccc;
572
}
573
table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
574
  background-color: royalblue;
575
}
(5-5/7)