@syncfusion/ej2-vue-gantt 20.1.52 → 20.1.58

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