@syncfusion/ej2-react-gantt 20.1.55 → 20.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/ej2-react-gantt.umd.min.js +1 -1
  3. package/package.json +7 -7
  4. package/src/gantt/adddialogfields-directive.d.ts +3 -1
  5. package/src/gantt/columns-directive.d.ts +3 -1
  6. package/src/gantt/dayworkingtime-directive.d.ts +3 -1
  7. package/src/gantt/editdialogfields-directive.d.ts +3 -1
  8. package/src/gantt/eventmarkers-directive.d.ts +3 -1
  9. package/src/gantt/holidays-directive.d.ts +3 -1
  10. package/styles/bootstrap-dark.css +45 -368
  11. package/styles/bootstrap.css +46 -374
  12. package/styles/bootstrap4.css +56 -422
  13. package/styles/bootstrap5-dark.css +46 -369
  14. package/styles/bootstrap5.css +46 -369
  15. package/styles/fabric-dark.css +46 -367
  16. package/styles/fabric.css +48 -369
  17. package/styles/fluent-dark.css +45 -367
  18. package/styles/fluent.css +45 -367
  19. package/styles/gantt/bootstrap-dark.css +45 -368
  20. package/styles/gantt/bootstrap.css +46 -374
  21. package/styles/gantt/bootstrap4.css +56 -422
  22. package/styles/gantt/bootstrap5-dark.css +46 -369
  23. package/styles/gantt/bootstrap5.css +46 -369
  24. package/styles/gantt/fabric-dark.css +46 -367
  25. package/styles/gantt/fabric.css +48 -369
  26. package/styles/gantt/fluent-dark.css +45 -367
  27. package/styles/gantt/fluent.css +45 -367
  28. package/styles/gantt/highcontrast-light.css +21 -353
  29. package/styles/gantt/highcontrast.css +48 -403
  30. package/styles/gantt/material-dark.css +42 -360
  31. package/styles/gantt/material.css +43 -362
  32. package/styles/gantt/tailwind-dark.css +41 -359
  33. package/styles/gantt/tailwind.css +41 -359
  34. package/styles/highcontrast-light.css +21 -353
  35. package/styles/highcontrast.css +48 -403
  36. package/styles/material-dark.css +42 -360
  37. package/styles/material.css +43 -362
  38. package/styles/tailwind-dark.css +41 -359
  39. package/styles/tailwind.css +41 -359
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 1px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 16px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -113,17 +109,14 @@
113
109
  font-size: 16px;
114
110
  }
115
111
 
116
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
117
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
118
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
112
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
119
113
  font-size: 14px;
120
114
  line-height: 34px;
121
115
  padding-left: 0;
122
116
  text-indent: 16px;
123
117
  }
124
118
 
125
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
126
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
119
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
127
120
  height: 30px;
128
121
  }
129
122
 
@@ -157,7 +150,7 @@
157
150
  width: 24px;
158
151
  }
159
152
 
160
- .e-multi-select-wrapper .e-searcher input[type='text'] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text] {
161
154
  color: #f3f2f1;
162
155
  height: 100%;
163
156
  }
@@ -177,7 +170,6 @@
177
170
  transform: rotate(360deg);
178
171
  }
179
172
  }
180
-
181
173
  @keyframes fabric-spinner-rotate {
182
174
  0% {
183
175
  transform: rotate(0);
@@ -186,138 +178,107 @@
186
178
  transform: rotate(360deg);
187
179
  }
188
180
  }
189
-
190
181
  .e-gantt .e-add::before {
191
- content: '\e805';
182
+ content: "\e805";
192
183
  }
193
-
194
184
  .e-gantt .e-edit::before {
195
- content: '\e730';
185
+ content: "\e730";
196
186
  }
197
-
198
187
  .e-gantt .e-delete::before {
199
- content: '\e820';
188
+ content: "\e820";
200
189
  }
201
-
202
190
  .e-gantt .e-cancel::before {
203
- content: '\e7e7';
191
+ content: "\e7e7";
204
192
  }
205
-
206
193
  .e-gantt .e-save::before {
207
- content: '\e7c8';
194
+ content: "\e7c8";
208
195
  }
209
-
210
196
  .e-gantt .e-update::before {
211
- content: '\e7c8';
197
+ content: "\e7c8";
212
198
  }
213
-
214
199
  .e-gantt .e-search-icon::before {
215
- content: '\e754';
200
+ content: "\e754";
216
201
  }
217
-
218
202
  .e-gantt .e-cancel-icon::before {
219
- content: '\e7e7';
203
+ content: "\e7e7";
220
204
  }
221
-
222
205
  .e-gantt .e-notes-info::before {
223
- content: '\e72d';
206
+ content: "\e72d";
224
207
  }
225
-
226
208
  .e-gantt .e-left-resize-gripper::before,
227
209
  .e-gantt .e-right-resize-gripper::before {
228
- content: '\e770';
210
+ content: "\e770";
229
211
  }
230
-
231
212
  .e-gantt .e-expandall::before {
232
- content: '\e7c9';
213
+ content: "\e7c9";
233
214
  }
234
-
235
215
  .e-gantt .e-collapseall::before {
236
- content: '\e80f';
216
+ content: "\e80f";
237
217
  }
238
-
239
218
  .e-gantt .e-prevtimespan::before {
240
- content: '\e773';
219
+ content: "\e773";
241
220
  }
242
-
243
221
  .e-gantt .e-nexttimespan::before {
244
- content: '\e7f9';
222
+ content: "\e7f9";
245
223
  }
246
-
247
224
  .e-gantt .e-zoomin::before {
248
- content: '\e795';
225
+ content: "\e795";
249
226
  }
250
-
251
227
  .e-gantt .e-zoomout::before {
252
- content: '\e825';
228
+ content: "\e825";
253
229
  }
254
-
255
230
  .e-gantt .e-zoomtofit::before {
256
- content: '\e838';
231
+ content: "\e838";
257
232
  }
258
-
259
233
  .e-gantt .e-csvexport::before {
260
- content: '\e7ba';
234
+ content: "\e7ba";
261
235
  }
262
-
263
236
  .e-gantt .e-excelexport::before {
264
- content: '\e7c1';
237
+ content: "\e7c1";
265
238
  }
266
-
267
239
  .e-gantt .e-pdfexport::before {
268
- content: '\e700';
240
+ content: "\e700";
269
241
  }
270
-
271
242
  .e-gantt .e-indent::before {
272
- content: '\e810';
243
+ content: "\e810";
273
244
  }
274
-
275
245
  .e-gantt .e-outdent::before {
276
- content: '\e72a';
246
+ content: "\e72a";
277
247
  }
278
-
279
248
  .e-gantt .e-add-above::before {
280
- content: '\e836';
249
+ content: "\e836";
281
250
  }
282
-
283
251
  .e-gantt .e-add-below::before {
284
- content: '\e801';
252
+ content: "\e801";
285
253
  }
286
254
 
287
255
  .e-gantt.e-device .e-backarrowspan::before,
288
256
  .e-gantt.e-device .e-icon-dlg-close::before {
289
- content: '\e773';
257
+ content: "\e773";
290
258
  }
291
-
292
259
  .e-gantt.e-device .e-left-resize-gripper::before,
293
260
  .e-gantt.e-device .e-right-resize-gripper::before {
294
- content: '\e770';
261
+ content: "\e770";
295
262
  }
296
263
 
297
264
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
298
265
  height: 64px;
299
266
  }
300
-
301
267
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
302
268
  height: 32px;
303
269
  }
304
-
305
270
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
306
271
  height: 63px !important;
307
272
  }
308
-
309
273
  .e-bigger .e-columnmenu {
310
274
  top: 38px;
311
275
  }
312
-
313
276
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
314
277
  padding: 16px 18px 0 18px;
315
278
  }
316
-
317
279
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
318
280
  padding: 16px 18px 0 0;
319
281
  }
320
-
321
282
  .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
322
283
  padding: 16px 18px 0 0;
323
284
  }
@@ -326,16 +287,13 @@
326
287
  display: block;
327
288
  width: 100%;
328
289
  }
329
-
330
290
  .e-gantt .e-cloneproperties {
331
291
  padding: 2px 8px 1px;
332
292
  }
333
-
334
293
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
335
294
  left: -5px;
336
295
  position: relative;
337
296
  }
338
-
339
297
  .e-gantt .e-cloneproperties {
340
298
  border-style: solid;
341
299
  border-width: 1px;
@@ -353,127 +311,101 @@
353
311
  white-space: nowrap;
354
312
  z-index: 100;
355
313
  }
356
-
357
314
  .e-gantt .e-cloneproperties.e-draganddrop {
358
315
  border-spacing: 0;
359
316
  font-size: 12px;
360
317
  font-weight: normal;
361
318
  overflow: visible;
362
319
  }
363
-
364
320
  .e-gantt .e-cloneproperties .e-bothganttlines {
365
321
  border-width: 1px 0 0 1px;
366
322
  }
367
-
368
323
  .e-gantt .e-draganddrop {
369
324
  border-width: 0 1px 1px;
370
325
  font-weight: normal;
371
326
  padding: 0;
372
327
  }
373
-
374
328
  .e-gantt .e-draganddrop .e-rowcell {
375
- opacity: .95;
329
+ opacity: 0.95;
376
330
  }
377
-
378
331
  .e-gantt .e-cloneproperties.e-draganddrop table {
379
332
  border-spacing: 0;
380
333
  }
381
-
382
334
  .e-gantt .e-icons.e-errorelem {
383
335
  display: inline-block;
384
336
  padding-left: 10px;
385
337
  vertical-align: middle;
386
338
  }
387
-
388
339
  .e-gantt .e-errorelem::before {
389
340
  color: #d13438;
390
- content: '\e22a';
341
+ content: "\e22a";
391
342
  transform: rotate(180deg);
392
343
  }
393
-
394
- .e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
395
- .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
344
+ .e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
396
345
  border-bottom: 0;
397
346
  border-right: 1px solid #a19f9d;
398
347
  border-top: 1px solid #a19f9d;
399
348
  }
400
-
401
349
  .e-gantt .e-gantt-toolbar {
402
350
  border-bottom-left-radius: 0;
403
351
  border-bottom-right-radius: 0;
404
352
  border-style: solid;
405
353
  border-width: 1px 1px 0;
406
354
  }
407
-
408
355
  .e-gantt .e-flmenu-valuediv {
409
356
  padding-top: 16px;
410
357
  }
411
-
412
358
  .e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
413
359
  margin: 0;
414
360
  }
415
-
416
361
  .e-gantt .e-gantt-splitter .e-pane {
417
362
  overflow: hidden !important;
418
363
  }
419
-
420
364
  .e-gantt .e-temp-content {
421
365
  border-left: 1px solid;
422
366
  }
423
-
424
367
  .e-gantt .e-tab {
425
368
  border: 0;
426
369
  }
427
-
428
370
  .e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
429
371
  border-color: transparent;
430
372
  }
431
-
432
373
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
433
374
  border-width: 0;
434
375
  }
435
-
436
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
437
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
438
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
439
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
440
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
376
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
377
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
378
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
379
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
380
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
441
381
  background-color: transparent;
442
382
  }
443
-
444
383
  .e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
445
384
  border-bottom-style: solid;
446
385
  border-bottom-width: 1px;
447
386
  height: 45px;
448
387
  }
449
-
450
388
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
451
389
  border-right-width: 0 !important;
452
390
  }
453
-
454
391
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
455
392
  border-top-style: none;
456
393
  border-top-width: 0;
457
394
  padding-right: 0 !important;
458
395
  }
459
-
460
396
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
461
397
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
462
398
  height: 51px !important;
463
399
  }
464
-
465
400
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
466
401
  overflow-x: scroll !important;
467
402
  }
468
-
469
403
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
470
404
  width: calc(100% + 17px);
471
405
  }
472
-
473
406
  .e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
474
407
  text-align: center;
475
408
  }
476
-
477
409
  .e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
478
410
  display: inline-block;
479
411
  font-size: 18px;
@@ -481,41 +413,33 @@
481
413
  line-height: 10px;
482
414
  vertical-align: middle;
483
415
  }
484
-
485
416
  .e-gantt .e-gantt-chart {
486
417
  height: 100%;
487
418
  overflow: hidden;
488
419
  position: relative;
489
420
  width: 100%;
490
421
  }
491
-
492
422
  .e-gantt .e-gantt-chart .e-chart-root-container {
493
423
  border-right: 0 solid;
494
424
  }
495
-
496
425
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
497
426
  -webkit-overflow-scrolling: touch;
498
427
  overflow-x: scroll;
499
428
  overflow-y: auto;
500
429
  position: relative;
501
430
  }
502
-
503
431
  .e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
504
432
  position: absolute;
505
433
  }
506
-
507
434
  .e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
508
435
  position: absolute;
509
436
  }
510
-
511
437
  .e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
512
438
  position: absolute;
513
439
  }
514
-
515
440
  .e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
516
441
  position: absolute;
517
442
  }
518
-
519
443
  .e-gantt .e-gantt-chart .e-timeline-header-container {
520
444
  border-bottom-style: solid;
521
445
  border-right-width: 0;
@@ -523,12 +447,10 @@
523
447
  position: relative;
524
448
  z-index: 6;
525
449
  }
526
-
527
450
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
528
451
  border-left: 0;
529
452
  padding: 0 3px;
530
453
  }
531
-
532
454
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
533
455
  border-collapse: collapse;
534
456
  border-spacing: 0;
@@ -537,7 +459,6 @@
537
459
  margin: 0;
538
460
  padding: 0;
539
461
  }
540
-
541
462
  .e-gantt .e-gantt-chart .e-timeline-header-table-body {
542
463
  border-collapse: collapse;
543
464
  box-sizing: border-box;
@@ -545,12 +466,10 @@
545
466
  transform: scale(1);
546
467
  white-space: nowrap;
547
468
  }
548
-
549
469
  .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
550
470
  display: -ms-inline-flexbox;
551
471
  display: inline-flex;
552
472
  }
553
-
554
473
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
555
474
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
556
475
  border-spacing: 0;
@@ -571,7 +490,6 @@
571
490
  user-select: none;
572
491
  white-space: nowrap;
573
492
  }
574
-
575
493
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
576
494
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
577
495
  box-sizing: border-box;
@@ -581,13 +499,11 @@
581
499
  text-overflow: ellipsis;
582
500
  white-space: nowrap;
583
501
  }
584
-
585
502
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
586
503
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
587
504
  padding-left: 8px;
588
505
  text-align: left;
589
506
  }
590
-
591
507
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
592
508
  border-bottom-style: solid;
593
509
  border-bottom-width: 1px;
@@ -595,37 +511,30 @@
595
511
  border-spacing: 0;
596
512
  box-sizing: border-box;
597
513
  }
598
-
599
514
  .e-gantt .e-gantt-chart .e-zero-spacing {
600
515
  border-spacing: 0;
601
516
  }
602
-
603
517
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
604
518
  border-top-color: transparent;
605
519
  }
606
-
607
520
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
608
521
  border-collapse: separate;
609
522
  border-style: solid;
610
523
  border-width: 1px 0 0;
611
524
  }
612
-
613
525
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
614
526
  font-size: 0;
615
527
  padding: 0;
616
528
  }
617
-
618
529
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
619
530
  border-bottom-width: 1px;
620
531
  }
621
-
622
532
  .e-gantt .e-gantt-chart .e-line-container-cell {
623
533
  border-right-style: solid;
624
534
  border-right-width: 1px;
625
535
  height: 100%;
626
536
  position: absolute;
627
537
  }
628
-
629
538
  .e-gantt .e-gantt-chart .e-taskbar-main-container {
630
539
  cursor: move;
631
540
  display: inline-block;
@@ -633,7 +542,6 @@
633
542
  vertical-align: middle;
634
543
  z-index: 3;
635
544
  }
636
-
637
545
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
638
546
  -ms-flex-align: center;
639
547
  align-items: center;
@@ -645,7 +553,6 @@
645
553
  text-overflow: ellipsis;
646
554
  white-space: nowrap;
647
555
  }
648
-
649
556
  .e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
650
557
  -ms-flex-align: center;
651
558
  align-items: center;
@@ -658,16 +565,13 @@
658
565
  text-overflow: ellipsis;
659
566
  white-space: nowrap;
660
567
  }
661
-
662
568
  .e-gantt .e-gantt-chart .e-left-label-container {
663
569
  display: inline-block;
664
570
  }
665
-
666
571
  .e-gantt .e-gantt-chart .e-left-label-inner-div,
667
572
  .e-gantt .e-gantt-chart .e-right-label-container {
668
573
  overflow: hidden;
669
574
  }
670
-
671
575
  .e-gantt .e-gantt-chart .e-left-label-inner-div {
672
576
  -ms-flex-align: center;
673
577
  align-items: center;
@@ -677,21 +581,18 @@
677
581
  justify-content: flex-end;
678
582
  width: 100%;
679
583
  }
680
-
681
584
  .e-gantt .e-gantt-chart .e-label {
682
585
  margin: 3px;
683
586
  overflow: hidden;
684
587
  text-overflow: ellipsis;
685
588
  white-space: nowrap;
686
589
  }
687
-
688
590
  .e-gantt .e-gantt-chart .e-right-label-container {
689
591
  background-color: transparent;
690
592
  display: inline-block;
691
593
  margin: 0;
692
594
  position: absolute;
693
595
  }
694
-
695
596
  .e-gantt .e-gantt-chart .e-right-label-inner-div {
696
597
  -ms-flex-align: center;
697
598
  align-items: center;
@@ -701,7 +602,6 @@
701
602
  outline: none;
702
603
  overflow: hidden;
703
604
  }
704
-
705
605
  .e-gantt .e-gantt-chart .e-indicator-span {
706
606
  display: inline-block;
707
607
  font-size: 13px;
@@ -710,7 +610,6 @@
710
610
  position: absolute;
711
611
  text-overflow: ellipsis;
712
612
  }
713
-
714
613
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar,
715
614
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
716
615
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar,
@@ -721,18 +620,15 @@
721
620
  display: inline-block;
722
621
  width: 100%;
723
622
  }
724
-
725
623
  .e-gantt .e-gantt-chart .e-manualparent-main-container {
726
624
  background-color: transparent;
727
625
  cursor: move;
728
626
  margin-top: -5px;
729
627
  position: absolute;
730
628
  }
731
-
732
629
  .e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
733
630
  margin-top: 3px;
734
631
  }
735
-
736
632
  .e-gantt .e-gantt-chart .e-gantt-split-container-line {
737
633
  border-color: inherit;
738
634
  border-top-style: dotted;
@@ -744,7 +640,6 @@
744
640
  top: 50%;
745
641
  width: 98%;
746
642
  }
747
-
748
643
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
749
644
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
750
645
  border-spacing: 0;
@@ -754,28 +649,23 @@
754
649
  padding: 0;
755
650
  z-index: 3;
756
651
  }
757
-
758
652
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
759
653
  z-index: 3;
760
654
  }
761
-
762
655
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
763
656
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
764
657
  box-sizing: border-box;
765
658
  text-align: right;
766
659
  }
767
-
768
660
  .e-gantt .e-gantt-chart .e-chart-scroll-container,
769
661
  .e-gantt .e-gantt-chart .e-chart-rows-container {
770
662
  -webkit-user-select: none;
771
663
  -ms-user-select: none;
772
664
  user-select: none;
773
665
  }
774
-
775
666
  .e-gantt .e-gantt-chart .e-chart-rows-container {
776
667
  line-height: initial;
777
668
  }
778
-
779
669
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
780
670
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
781
671
  display: inline-block;
@@ -784,7 +674,6 @@
784
674
  width: 10px;
785
675
  z-index: 4;
786
676
  }
787
-
788
677
  .e-gantt .e-gantt-chart .e-child-progress-resizer {
789
678
  display: inline-block;
790
679
  height: 15px;
@@ -793,11 +682,9 @@
793
682
  width: 20px;
794
683
  z-index: 5;
795
684
  }
796
-
797
685
  .e-gantt .e-gantt-chart .e-progress-resize-gripper {
798
686
  cursor: col-resize;
799
687
  }
800
-
801
688
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
802
689
  border-style: solid;
803
690
  border-width: 1px;
@@ -808,7 +695,6 @@
808
695
  top: 7px;
809
696
  width: 12px;
810
697
  }
811
-
812
698
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
813
699
  border-bottom-style: solid;
814
700
  border-bottom-width: 6px;
@@ -821,7 +707,6 @@
821
707
  top: -7px;
822
708
  width: 0;
823
709
  }
824
-
825
710
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
826
711
  border-bottom-style: solid;
827
712
  border-bottom-width: 6px;
@@ -834,21 +719,18 @@
834
719
  top: -6px;
835
720
  width: 0;
836
721
  }
837
-
838
722
  .e-gantt .e-gantt-chart .e-baseline-bar {
839
723
  border-radius: 2px;
840
724
  box-sizing: border-box;
841
725
  position: absolute;
842
726
  z-index: 2;
843
727
  }
844
-
845
728
  .e-gantt .e-gantt-chart .e-milestone-top,
846
729
  .e-gantt .e-gantt-chart .e-parent-milestone-top,
847
730
  .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
848
731
  border-style: none solid solid;
849
732
  border-top: 0;
850
733
  }
851
-
852
734
  .e-gantt .e-gantt-chart .e-milestone-top,
853
735
  .e-gantt .e-gantt-chart .e-milestone-bottom,
854
736
  .e-gantt .e-gantt-chart .e-parent-milestone-top,
@@ -858,19 +740,16 @@
858
740
  border-left-color: transparent;
859
741
  border-right-color: transparent;
860
742
  }
861
-
862
743
  .e-gantt .e-gantt-chart .e-milestone-bottom,
863
744
  .e-gantt .e-gantt-chart .e-parent-milestone-bottom,
864
745
  .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
865
746
  border-bottom: 0;
866
747
  border-style: solid solid none;
867
748
  }
868
-
869
749
  .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
870
750
  position: absolute;
871
751
  z-index: 2;
872
752
  }
873
-
874
753
  .e-gantt .e-gantt-chart .e-task-label {
875
754
  display: inline;
876
755
  font-weight: normal;
@@ -881,11 +760,9 @@
881
760
  vertical-align: middle;
882
761
  white-space: nowrap;
883
762
  }
884
-
885
763
  .e-gantt .e-gantt-chart .e-task-table {
886
764
  overflow: hidden;
887
765
  }
888
-
889
766
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
890
767
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
891
768
  -ms-flex-align: center;
@@ -894,44 +771,37 @@
894
771
  display: -ms-inline-flexbox;
895
772
  display: inline-flex;
896
773
  }
897
-
898
774
  .e-gantt .e-gantt-chart .e-holiday {
899
775
  display: inline-block;
900
776
  position: absolute;
901
777
  }
902
-
903
778
  .e-gantt .e-gantt-chart .e-holiday .e-span {
904
779
  position: absolute;
905
780
  transform: rotate(-90deg);
906
781
  white-space: nowrap;
907
782
  width: 0;
908
783
  }
909
-
910
784
  .e-gantt .e-gantt-chart .e-weekend {
911
785
  display: inline-block;
912
786
  position: absolute;
913
787
  z-index: 0;
914
788
  }
915
-
916
789
  .e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
917
790
  border-bottom-left-radius: 2px;
918
791
  border-top-left-radius: 2px;
919
792
  position: absolute;
920
793
  }
921
-
922
794
  .e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
923
795
  border-bottom-right-radius: 2px;
924
796
  border-top-right-radius: 2px;
925
797
  position: absolute;
926
798
  }
927
-
928
799
  .e-gantt .e-gantt-chart .e-event-markers {
929
800
  border-left: 1px dashed;
930
801
  position: absolute;
931
802
  width: 1px;
932
803
  z-index: 2;
933
804
  }
934
-
935
805
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
936
806
  border-radius: 3px;
937
807
  font-weight: 500;
@@ -945,7 +815,6 @@
945
815
  width: auto;
946
816
  z-index: 2;
947
817
  }
948
-
949
818
  .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
950
819
  border-bottom: 5px solid transparent;
951
820
  border-right: 5px solid;
@@ -955,52 +824,42 @@
955
824
  top: 59px;
956
825
  width: 0;
957
826
  }
958
-
959
827
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
960
828
  border-radius: 0;
961
829
  border-style: none;
962
830
  display: inline-block;
963
831
  }
964
-
965
832
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
966
833
  border-left-style: solid;
967
834
  border-left-width: 10px;
968
835
  }
969
-
970
836
  .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
971
837
  border-right-style: solid;
972
838
  border-right-width: 10px;
973
839
  }
974
-
975
840
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow,
976
841
  .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
977
842
  border-bottom: 5px solid transparent;
978
843
  border-top: 5px solid transparent;
979
844
  }
980
-
981
845
  .e-gantt .e-gantt-chart .e-connector-line-container {
982
846
  z-index: 5;
983
847
  }
984
-
985
848
  .e-gantt .e-gantt-chart .e-connector-line-z-index {
986
849
  z-index: 1;
987
850
  }
988
-
989
851
  .e-gantt .e-gantt-chart .e-connector-line-hover {
990
852
  outline: 1px solid;
991
853
  }
992
-
993
854
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
994
855
  z-index: 100;
995
856
  }
996
-
997
857
  .e-gantt .e-gantt-chart .e-connectortouchpoint {
998
858
  background-color: transparent;
999
859
  display: block;
1000
860
  position: absolute;
1001
861
  z-index: 5;
1002
862
  }
1003
-
1004
863
  .e-gantt .e-gantt-chart .e-connectorpoint-right,
1005
864
  .e-gantt .e-gantt-chart .e-connectorpoint-left,
1006
865
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
@@ -1009,7 +868,6 @@
1009
868
  display: inline-block;
1010
869
  position: absolute;
1011
870
  }
1012
-
1013
871
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1014
872
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1015
873
  border-style: solid;
@@ -1018,11 +876,9 @@
1018
876
  cursor: pointer;
1019
877
  display: inline-block;
1020
878
  }
1021
-
1022
879
  .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
1023
880
  cursor: no-drop;
1024
881
  }
1025
-
1026
882
  .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
1027
883
  .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1028
884
  background-color: #3b3a39;
@@ -1034,29 +890,24 @@
1034
890
  position: absolute;
1035
891
  width: 10px;
1036
892
  }
1037
-
1038
893
  .e-gantt .e-gantt-chart .e-manualparent-milestone-top,
1039
894
  .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1040
895
  border-bottom-color: #3b3a39;
1041
896
  }
1042
-
1043
897
  .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1044
898
  cursor: e-resize;
1045
899
  margin-left: -8px;
1046
900
  }
1047
-
1048
901
  .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
1049
902
  margin-left: 0;
1050
903
  }
1051
-
1052
904
  .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
1053
905
  background: #3b3a39;
1054
906
  margin-top: 3px;
1055
907
  position: absolute;
1056
908
  }
1057
-
1058
909
  .e-gantt .e-gantt-chart .e-icon {
1059
- font-family: 'e-icons';
910
+ font-family: "e-icons";
1060
911
  font-size: 13px;
1061
912
  font-style: normal;
1062
913
  font-variant: normal;
@@ -1065,7 +916,6 @@
1065
916
  text-transform: none;
1066
917
  vertical-align: middle;
1067
918
  }
1068
-
1069
919
  .e-gantt .e-gantt-chart .e-active-container {
1070
920
  outline: 1px solid;
1071
921
  outline-offset: 2px;
@@ -1074,11 +924,9 @@
1074
924
  .e-gantt-dialog .e-tab .e-tab-header {
1075
925
  padding-left: 0px;
1076
926
  }
1077
-
1078
927
  .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1079
928
  display: block;
1080
929
  }
1081
-
1082
930
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1083
931
  border-style: solid;
1084
932
  border-width: 1px;
@@ -1091,96 +939,75 @@
1091
939
  .e-gantt-dialog {
1092
940
  border: 0;
1093
941
  }
1094
-
1095
942
  .e-gantt-dialog .e-gridform .e-table {
1096
943
  border-spacing: 0;
1097
944
  }
1098
-
1099
945
  .e-gantt-dialog .e-item {
1100
946
  height: 241px;
1101
947
  }
1102
-
1103
948
  .e-gantt-dialog .e-dependent-div {
1104
949
  border-bottom-width: 0px;
1105
950
  }
1106
-
1107
951
  .e-gantt-dialog .e-icon-dlg-close {
1108
952
  opacity: initial;
1109
953
  }
1110
-
1111
954
  .e-gantt-dialog .e-toolbar {
1112
955
  border-top-width: 0;
1113
956
  }
1114
-
1115
957
  .e-gantt-dialog .e-resource-div {
1116
958
  border-bottom-width: 0px;
1117
959
  }
1118
-
1119
960
  .e-gantt-dialog .e-resource-div .e-gridheader {
1120
961
  border-top-width: 0;
1121
962
  }
1122
-
1123
963
  .e-gantt-dialog .e-edit-form-row {
1124
964
  height: 241px;
1125
965
  overflow-y: auto;
1126
966
  }
1127
-
1128
967
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1129
968
  float: left;
1130
969
  padding: 12px 18px 0 18px;
1131
970
  width: 50%;
1132
971
  }
1133
-
1134
972
  .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1135
973
  float: left;
1136
974
  padding: 12px 18px 0 0;
1137
975
  width: 50%;
1138
976
  }
1139
-
1140
977
  .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1141
978
  padding: 12px 18px 0 0;
1142
979
  }
1143
-
1144
980
  .e-gantt-dialog .e-edit-form-column {
1145
981
  height: 75px;
1146
982
  }
1147
-
1148
983
  .e-gantt-dialog .e-dependent-div .e-content {
1149
984
  height: 161px;
1150
985
  }
1151
-
1152
986
  .e-gantt-dialog .e-resource-div .e-content {
1153
987
  height: 202px;
1154
988
  }
1155
-
1156
989
  .e-gantt-dialog .e-richtexteditor {
1157
990
  border-bottom-width: 0px;
1158
991
  height: 241px !important;
1159
992
  overflow: hidden;
1160
993
  }
1161
-
1162
994
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1163
995
  border-top: 0;
1164
996
  }
1165
-
1166
997
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1167
998
  border-bottom-width: 0px;
1168
999
  height: 200px;
1169
1000
  }
1170
-
1171
1001
  .e-gantt-dialog > .e-dlg-content {
1172
1002
  padding: 0 !important;
1173
1003
  }
1174
-
1175
1004
  .e-gantt-dialog .e-dlg-header-content {
1176
1005
  border-bottom: 0 !important;
1177
1006
  }
1178
-
1179
1007
  .e-gantt-dialog .e-dlg-header-content {
1180
1008
  border-radius: 3px 3px 0px 0px;
1181
1009
  padding-bottom: 20px;
1182
1010
  }
1183
-
1184
1011
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1185
1012
  border-radius: 50%;
1186
1013
  height: auto !important;
@@ -1188,7 +1015,7 @@
1188
1015
  }
1189
1016
 
1190
1017
  .e-icon-rowselect::before {
1191
- content: '\e930';
1018
+ content: "\e930";
1192
1019
  }
1193
1020
 
1194
1021
  .e-ganttpopup {
@@ -1200,12 +1027,10 @@
1200
1027
  user-select: none;
1201
1028
  z-index: 99999;
1202
1029
  }
1203
-
1204
1030
  .e-ganttpopup .e-rowselect {
1205
1031
  line-height: 18px;
1206
1032
  text-indent: 7%;
1207
1033
  }
1208
-
1209
1034
  .e-ganttpopup span {
1210
1035
  border: 1px solid transparent;
1211
1036
  cursor: pointer;
@@ -1214,7 +1039,6 @@
1214
1039
  padding: 4px;
1215
1040
  width: 26px;
1216
1041
  }
1217
-
1218
1042
  .e-ganttpopup .e-content {
1219
1043
  border-radius: 4px;
1220
1044
  border-style: solid;
@@ -1222,18 +1046,16 @@
1222
1046
  font-size: 14px;
1223
1047
  padding: 4px;
1224
1048
  }
1225
-
1226
1049
  .e-ganttpopup .e-tail::after,
1227
1050
  .e-ganttpopup .e-tail::before,
1228
1051
  .e-ganttpopup .e-ganttpopup {
1229
1052
  border: 10px solid transparent;
1230
- content: '';
1053
+ content: "";
1231
1054
  height: 0;
1232
1055
  left: 8px;
1233
1056
  position: absolute;
1234
1057
  width: 0;
1235
1058
  }
1236
-
1237
1059
  .e-ganttpopup .e-downtail::after {
1238
1060
  top: 34px;
1239
1061
  }
@@ -1247,7 +1069,7 @@
1247
1069
  }
1248
1070
 
1249
1071
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1250
- content: '';
1072
+ content: "";
1251
1073
  }
1252
1074
 
1253
1075
  .e-bigger .e-gantt .e-gantt-chart .e-label {
@@ -1265,74 +1087,58 @@
1265
1087
  padding: 12px 18px 0 18px;
1266
1088
  width: 100%;
1267
1089
  }
1268
-
1269
1090
  .e-gantt.e-device .e-edit-form-row {
1270
1091
  height: auto;
1271
1092
  }
1272
-
1273
1093
  .e-gantt.e-device .e-adaptive-searchbar {
1274
1094
  padding: 5px 10px;
1275
1095
  width: 90%;
1276
1096
  }
1277
-
1278
1097
  .e-gantt.e-device .e-backarrowspan {
1279
1098
  font-size: 16px;
1280
1099
  padding: 5px 10px;
1281
1100
  }
1282
-
1283
1101
  .e-gantt.e-device .e-gantt-dialog {
1284
1102
  max-height: none;
1285
1103
  }
1286
-
1287
1104
  .e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
1288
1105
  float: left;
1289
1106
  left: -4px;
1290
1107
  }
1291
-
1292
1108
  .e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
1293
1109
  font-size: 16px;
1294
1110
  }
1295
-
1296
1111
  .e-gantt.e-device .e-gantt-dialog .e-dlg-header {
1297
1112
  display: inline-block;
1298
1113
  }
1299
-
1300
1114
  .e-gantt.e-device .e-toolbar-item {
1301
1115
  padding: 7px;
1302
1116
  }
1303
-
1304
1117
  .e-gantt.e-device .e-toolbar .e-icons {
1305
1118
  font-size: 18px;
1306
1119
  }
1307
-
1308
1120
  .e-gantt.e-device .e-gridheader .e-icons {
1309
1121
  font-size: 12px;
1310
1122
  }
1311
-
1312
1123
  .e-gantt.e-device .e-right-resize-gripper,
1313
1124
  .e-gantt.e-device .e-left-resize-gripper {
1314
1125
  border: 7px solid;
1315
1126
  z-index: -1;
1316
1127
  }
1317
-
1318
1128
  .e-gantt.e-device .e-right-resize-gripper::before,
1319
1129
  .e-gantt.e-device .e-left-resize-gripper::before {
1320
1130
  font-size: 14px;
1321
1131
  margin-left: -7px;
1322
1132
  }
1323
-
1324
1133
  .e-gantt.e-device .e-dependent-div .e-content {
1325
1134
  height: 100%;
1326
1135
  }
1327
-
1328
1136
  .e-gantt.e-device .e-resource-div .e-content {
1329
1137
  height: 100%;
1330
1138
  }
1331
-
1332
1139
  .e-gantt.e-device .e-richtexteditor {
1333
1140
  height: 100%;
1334
1141
  }
1335
-
1336
1142
  .e-gantt.e-device .e-richtexteditor .e-rte-content {
1337
1143
  height: 100%;
1338
1144
  }
@@ -1342,63 +1148,50 @@
1342
1148
  border-color: #292827;
1343
1149
  border-radius: 0px;
1344
1150
  }
1345
-
1346
1151
  .e-gantt .e-cloneproperties.e-draganddrop {
1347
1152
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1348
- opacity: .95;
1153
+ opacity: 0.95;
1349
1154
  overflow: visible;
1350
1155
  }
1351
-
1352
1156
  .e-gantt .e-cloneproperties {
1353
1157
  background-color: #1b1a19;
1354
1158
  border-color: #292827;
1355
1159
  color: #f3f2f1;
1356
1160
  }
1357
-
1358
1161
  .e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
1359
1162
  color: #f3f2f1;
1360
1163
  }
1361
-
1362
1164
  .e-gantt .e-cloneproperties.e-draganddrop table,
1363
1165
  .e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
1364
1166
  background-color: #1b1a19;
1365
1167
  height: 30px;
1366
1168
  }
1367
-
1368
1169
  .e-gantt .e-gantt-toolbar + .e-gantt-splitter {
1369
1170
  border-top-left-radius: 0px;
1370
1171
  border-top-right-radius: 0px;
1371
1172
  }
1372
-
1373
1173
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1374
1174
  box-shadow: 0 0 0 1px #a19f9d inset !important;
1375
1175
  }
1376
-
1377
1176
  .e-gantt .e-temp-content {
1378
1177
  border-color: #292827;
1379
1178
  }
1380
-
1381
1179
  .e-gantt .e-splitter-box {
1382
1180
  border-color: #292827;
1383
1181
  }
1384
-
1385
1182
  .e-gantt .e-gantt-temp-header {
1386
1183
  border-color: #292827;
1387
1184
  }
1388
-
1389
1185
  .e-gantt .e-gantt-chart-pane {
1390
1186
  border-color: #292827;
1391
1187
  }
1392
-
1393
1188
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1394
1189
  height: 45px !important;
1395
1190
  }
1396
-
1397
1191
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1398
1192
  background: #292827;
1399
1193
  opacity: 0.9;
1400
1194
  }
1401
-
1402
1195
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1403
1196
  background: #1b1a19;
1404
1197
  border-bottom-color: #292827;
@@ -1407,518 +1200,405 @@
1407
1200
  color: #f3f2f1;
1408
1201
  height: 52px;
1409
1202
  }
1410
-
1411
1203
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
1412
1204
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1413
1205
  border-color: #292827;
1414
1206
  color: #f3f2f1;
1415
1207
  }
1416
-
1417
1208
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1418
1209
  height: 46px;
1419
1210
  line-height: 46px;
1420
1211
  }
1421
-
1422
1212
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1423
1213
  height: 46px !important;
1424
1214
  }
1425
-
1426
1215
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1427
1216
  height: 26px;
1428
1217
  }
1429
-
1430
1218
  .e-gantt .e-gantt-chart .e-chart-root-container {
1431
1219
  background-color: #1b1a19;
1432
1220
  border-color: #292827;
1433
1221
  }
1434
-
1435
1222
  .e-gantt .e-gantt-chart .e-timeline-header-table-body {
1436
1223
  border-spacing: 0;
1437
1224
  }
1438
-
1439
1225
  .e-gantt .e-gantt-chart .e-chart-row-border {
1440
1226
  border-top-color: #292827;
1441
1227
  }
1442
-
1443
1228
  .e-gantt .e-gantt-chart .e-chart-row-cell {
1444
1229
  color: #c8c6c4;
1445
1230
  }
1446
-
1447
1231
  .e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
1448
1232
  border-bottom-color: #292827;
1449
1233
  }
1450
-
1451
1234
  .e-gantt .e-gantt-chart .e-line-container-cell {
1452
1235
  border-color: #292827;
1453
1236
  }
1454
-
1455
1237
  .e-gantt .e-gantt-chart .e-active-container {
1456
1238
  outline-color: #a19f9d;
1457
1239
  }
1458
-
1459
1240
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1460
1241
  background-color: #5EB5FF;
1461
1242
  border: 1px solid #0078d4;
1462
1243
  border-radius: 4px;
1463
1244
  }
1464
-
1465
1245
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1466
1246
  border: 1px solid #fff;
1467
1247
  border-bottom: 0;
1468
1248
  border-top: 0;
1469
1249
  }
1470
-
1471
1250
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
1472
1251
  width: 0px !important;
1473
1252
  }
1474
-
1475
1253
  .e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
1476
1254
  background-color: #0078d4;
1477
1255
  }
1478
-
1479
1256
  .e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
1480
1257
  display: none;
1481
1258
  }
1482
-
1483
1259
  .e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
1484
1260
  display: none;
1485
1261
  }
1486
-
1487
1262
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1488
1263
  background-color: #323130;
1489
1264
  border: 1px solid #797775;
1490
1265
  border-radius: 4px;
1491
1266
  }
1492
-
1493
1267
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1494
1268
  background-color: #3b3a39;
1495
1269
  border: 0px;
1496
1270
  border-radius: 4px;
1497
1271
  }
1498
-
1499
1272
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1500
1273
  background-color: #0078d4;
1501
1274
  border: 0px;
1502
1275
  border-radius: 2px;
1503
1276
  }
1504
-
1505
1277
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1506
1278
  background-color: #dff6dd;
1507
1279
  border: 1px solid #0b6a0b;
1508
1280
  }
1509
-
1510
1281
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1511
1282
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
1512
1283
  }
1513
-
1514
1284
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1515
1285
  background-color: #0b6a0b;
1516
1286
  border: 0px;
1517
1287
  }
1518
-
1519
1288
  .e-gantt .e-gantt-chart .e-holiday {
1520
1289
  background: #201f1e;
1521
1290
  }
1522
-
1523
1291
  .e-gantt .e-gantt-chart .e-holiday .e-span {
1524
1292
  color: #a19f9d;
1525
1293
  font-size: 13px;
1526
1294
  }
1527
-
1528
1295
  .e-gantt .e-gantt-chart .e-weekend {
1529
1296
  background: #201f1e;
1530
1297
  }
1531
-
1532
1298
  .e-gantt .e-gantt-chart .e-weekend-header-cell {
1533
1299
  background: #201f1e;
1534
1300
  }
1535
-
1536
1301
  .e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
1537
1302
  border: 2px solid #db7b48;
1538
1303
  width: 5px;
1539
1304
  z-index: 6;
1540
1305
  }
1541
-
1542
1306
  .e-gantt .e-gantt-chart .e-event-markers {
1543
1307
  border-left-color: #0078d4;
1544
1308
  }
1545
-
1546
1309
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1547
1310
  background-color: #fff4ce;
1548
1311
  color: #b2470e;
1549
1312
  font-size: 14px;
1550
1313
  }
1551
-
1552
1314
  .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1553
1315
  border-right-color: #fff4ce;
1554
1316
  }
1555
-
1556
1317
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1557
1318
  background: linear-gradient(to right, #005a9e, #0078d4 30%, #0078d4 70%, #0078d4 70%, #005a9e 100%);
1558
1319
  background-color: rgba(63, 81, 181, 0.2);
1559
1320
  border: 0px;
1560
1321
  border-radius: 4px;
1561
1322
  }
1562
-
1563
1323
  .e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
1564
1324
  border-bottom-color: #3b3a39;
1565
1325
  }
1566
-
1567
1326
  .e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
1568
1327
  border-top-color: #3b3a39;
1569
1328
  }
1570
-
1571
1329
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1572
1330
  background: #f3f2f1;
1573
1331
  }
1574
-
1575
1332
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
1576
1333
  border-bottom-color: #f3f2f1;
1577
1334
  }
1578
-
1579
1335
  .e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
1580
1336
  display: block;
1581
1337
  z-index: 5;
1582
1338
  }
1583
-
1584
1339
  .e-gantt .e-gantt-chart .e-line {
1585
1340
  border-color: #0078d4;
1586
1341
  }
1587
-
1588
1342
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1589
1343
  border-left-color: #0078d4;
1590
1344
  }
1591
-
1592
1345
  .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
1593
1346
  border-right-color: #0078d4;
1594
1347
  }
1595
-
1596
1348
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
1597
1349
  border-left-color: #0078d4;
1598
1350
  }
1599
-
1600
1351
  .e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
1601
1352
  border-right-color: #0078d4;
1602
1353
  }
1603
-
1604
1354
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1605
1355
  border-color: #0078d4;
1606
1356
  outline-color: #0078d4;
1607
1357
  }
1608
-
1609
1358
  .e-gantt .e-gantt-chart .e-gantt-false-line {
1610
1359
  border-top-color: #0078d4;
1611
1360
  }
1612
-
1613
1361
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1614
1362
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1615
1363
  background-color: #a19f9d;
1616
1364
  border-color: #1b1a19;
1617
1365
  }
1618
-
1619
1366
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
1620
1367
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
1621
1368
  background-color: #f3f2f1;
1622
1369
  border-color: #1b1a19;
1623
1370
  }
1624
-
1625
1371
  .e-gantt .e-gantt-chart .e-left-label-inner-div,
1626
1372
  .e-gantt .e-gantt-chart .e-right-label-inner-div {
1627
1373
  color: #c8c6c4;
1628
1374
  font-size: 13px;
1629
1375
  }
1630
-
1631
1376
  .e-gantt .e-gantt-chart .e-left-label-temp-container {
1632
1377
  color: #c8c6c4;
1633
1378
  font-size: 14px;
1634
1379
  padding-right: 25px;
1635
1380
  }
1636
-
1637
1381
  .e-gantt .e-gantt-chart .e-right-label-temp-container {
1638
1382
  color: #c8c6c4;
1639
1383
  font-size: 14px;
1640
1384
  margin-left: 25px;
1641
1385
  }
1642
-
1643
1386
  .e-gantt .e-gantt-chart .e-right-label-container {
1644
1387
  margin-left: 25px;
1645
1388
  }
1646
-
1647
1389
  .e-gantt .e-gantt-chart .e-left-label-container {
1648
1390
  padding-right: 25px;
1649
1391
  }
1650
-
1651
1392
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1652
1393
  margin-left: 2px;
1653
1394
  }
1654
-
1655
1395
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1656
1396
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1657
1397
  height: 8px;
1658
1398
  width: 12px;
1659
1399
  }
1660
-
1661
1400
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1662
1401
  left: -12px;
1663
1402
  }
1664
-
1665
1403
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
1666
1404
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1667
1405
  border-right: transparent;
1668
1406
  border-width: 3px;
1669
1407
  }
1670
-
1671
1408
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1672
1409
  border-bottom-left-radius: 0px;
1673
1410
  border-bottom-right-radius: 2px;
1674
1411
  border-top-left-radius: 0px;
1675
1412
  border-top-right-radius: 2px;
1676
1413
  }
1677
-
1678
1414
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
1679
1415
  border-bottom-left-radius: 2px;
1680
1416
  border-top-left-radius: 2px;
1681
1417
  }
1682
-
1683
1418
  .e-gantt .e-gantt-chart .e-task-label {
1684
1419
  color: #fff;
1685
1420
  font-size: 12px;
1686
1421
  }
1687
-
1688
1422
  .e-gantt .e-gantt-chart .e-icon {
1689
1423
  color: #fff;
1690
1424
  }
1691
-
1692
1425
  .e-gantt .e-gantt-chart .e-milestone-top {
1693
1426
  border-bottom-color: #3b3a39;
1694
1427
  }
1695
-
1696
1428
  .e-gantt .e-gantt-chart .e-milestone-bottom {
1697
1429
  border-top-color: #3b3a39;
1698
1430
  }
1699
-
1700
1431
  .e-gantt .e-gantt-chart .e-parent-milestone-top {
1701
1432
  border-bottom-color: #3b3a39;
1702
1433
  }
1703
-
1704
1434
  .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1705
1435
  border-top-color: #3b3a39;
1706
1436
  }
1707
-
1708
1437
  .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1709
1438
  border-bottom-color: #3b3a39;
1710
1439
  }
1711
-
1712
1440
  .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1713
1441
  border-top-color: #3b3a39;
1714
1442
  }
1715
-
1716
1443
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1717
1444
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
1718
1445
  }
1719
-
1720
1446
  .e-gantt .e-gantt-chart .e-label {
1721
1447
  color: #c8c6c4;
1722
1448
  font-size: 14px;
1723
1449
  }
1724
-
1725
1450
  .e-gantt .e-gantt-chart .e-active {
1726
1451
  background: #292827;
1727
1452
  color: #f3f2f1;
1728
1453
  opacity: 0.9;
1729
1454
  }
1730
-
1731
1455
  .e-gantt .e-gantt-chart .e-active .e-label {
1732
1456
  color: #f3f2f1;
1733
1457
  }
1734
-
1735
1458
  .e-gantt .e-gantt-chart .e-baseline-bar {
1736
1459
  background-color: #ca5010;
1737
1460
  }
1738
-
1739
1461
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1740
1462
  border-bottom-color: #ca5010;
1741
1463
  }
1742
-
1743
1464
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1744
1465
  border-top-color: #ca5010;
1745
1466
  }
1746
-
1747
1467
  .e-gantt .e-gantt-chart .e-uptail::before {
1748
1468
  border-bottom-color: #292827;
1749
1469
  }
1750
-
1751
1470
  .e-gantt .e-gantt-chart .e-downtail::after {
1752
1471
  border-top-color: #fff;
1753
1472
  }
1754
-
1755
1473
  .e-gantt .e-gantt-chart .e-downtail::before {
1756
1474
  border-top-color: #292827;
1757
1475
  }
1758
-
1759
1476
  .e-gantt .e-gantt-chart .e-ganttpopup .e-content {
1760
1477
  background-color: #fff;
1761
1478
  border-color: #292827;
1762
1479
  }
1763
-
1764
1480
  .e-gantt .e-gantt-chart .e-spanclicked,
1765
1481
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1766
1482
  border-color: #000;
1767
1483
  }
1768
-
1769
1484
  .e-gantt .e-gantt-chart .e-active-parent-task {
1770
1485
  border-radius: 4px;
1771
1486
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1772
1487
  }
1773
-
1774
1488
  .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1775
1489
  background: #1a1a1a;
1776
1490
  border: #1a1a1a;
1777
1491
  }
1778
-
1779
1492
  .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1780
1493
  background-color: transparent;
1781
1494
  border: transparent;
1782
1495
  }
1783
-
1784
1496
  .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1785
1497
  color: transparent;
1786
1498
  }
1787
-
1788
1499
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1789
1500
  color: transparent !important;
1790
1501
  }
1791
-
1792
1502
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1793
1503
  border-color: #323130 !important;
1794
1504
  }
1795
-
1796
1505
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1797
1506
  border-left-color: #323130 !important;
1798
1507
  }
1799
-
1800
1508
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1801
1509
  border-right-color: #323130 !important;
1802
1510
  }
1803
-
1804
1511
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1805
1512
  background: #005a9e !important;
1806
1513
  border: #005a9e !important;
1807
1514
  }
1808
-
1809
1515
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1810
1516
  background-color: transparent !important;
1811
1517
  border: transparent !important;
1812
1518
  }
1813
-
1814
1519
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1815
1520
  border-bottom-color: #005a9e !important;
1816
1521
  }
1817
-
1818
1522
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1819
1523
  border-top-color: #005a9e !important;
1820
1524
  }
1821
-
1822
1525
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1823
1526
  background-color: #323130 !important;
1824
1527
  border: #323130 !important;
1825
1528
  }
1826
-
1827
1529
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1828
1530
  background-color: transparent !important;
1829
1531
  border: transparent !important;
1830
1532
  }
1831
-
1832
1533
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1833
1534
  background: #0078d4 !important;
1834
1535
  border: #0078d4 !important;
1835
1536
  }
1836
-
1837
1537
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1838
1538
  border-bottom-color: #0078d4 !important;
1839
1539
  }
1840
-
1841
1540
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1842
1541
  border-top-color: #0078d4 !important;
1843
1542
  }
1844
-
1845
1543
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1846
1544
  background: #3baaff !important;
1847
1545
  border: #3baaff !important;
1848
1546
  }
1849
-
1850
1547
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1851
1548
  border-bottom-color: #3baaff !important;
1852
1549
  }
1853
-
1854
1550
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1855
1551
  border-top-color: #3baaff !important;
1856
1552
  }
1857
-
1858
1553
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1859
1554
  border-color: #0078d4 !important;
1860
1555
  }
1861
-
1862
1556
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1863
1557
  border-left-color: #0078d4 !important;
1864
1558
  }
1865
-
1866
1559
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1867
1560
  border-right-color: #0078d4 !important;
1868
1561
  }
1869
-
1870
1562
  .e-gantt .e-icons {
1871
1563
  color: #a19f9d;
1872
1564
  }
1873
-
1874
1565
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1875
- color: #6c757d !important;
1566
+ color: rgb(108, 117, 125) !important;
1876
1567
  }
1877
1568
 
1878
1569
  .e-gantt-dialog .e-dlg-header {
1879
1570
  color: #f3f2f1;
1880
1571
  }
1881
-
1882
1572
  .e-gantt-dialog .e-dlg-header-content {
1883
1573
  background: #201f1e;
1884
1574
  }
1885
-
1886
1575
  .e-gantt-dialog .e-icon-dlg-close {
1887
1576
  color: #a19f9d;
1888
1577
  }
1889
-
1890
1578
  .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1891
1579
  background-color: #201f1e;
1892
1580
  }
1893
-
1894
1581
  .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1895
1582
  color: #a19f9d;
1896
1583
  }
1897
-
1898
1584
  .e-gantt-dialog .e-tab .e-tab-header {
1899
1585
  background: #201f1e;
1900
1586
  }
1901
-
1902
1587
  .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1903
1588
  background: #0078d4;
1904
1589
  }
1905
-
1906
1590
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1907
1591
  background-color: transparent;
1908
1592
  }
1909
-
1910
1593
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1911
1594
  color: #0078d4;
1912
1595
  }
1913
-
1914
1596
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1915
1597
  border-color: transparent;
1916
1598
  }
1917
-
1918
1599
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1919
1600
  color: #c8c6c4;
1920
1601
  }
1921
-
1922
1602
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1923
1603
  background: transparent;
1924
1604
  border-bottom: 0px;
@@ -1926,7 +1606,6 @@
1926
1606
  border-bottom-right-radius: 0px;
1927
1607
  border-color: transparent;
1928
1608
  }
1929
-
1930
1609
  .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1931
1610
  color: #c8c6c4;
1932
1611
  }
@@ -1936,7 +1615,6 @@
1936
1615
  border-color: #323130;
1937
1616
  color: #fff;
1938
1617
  }
1939
-
1940
1618
  .e-gantt.e-device .e-backarrowspan {
1941
1619
  color: #000;
1942
- }
1620
+ }