@syncfusion/ej2-vue-gantt 20.1.59 → 20.2.38

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 +41 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -11
  3. package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +7 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/gantt/gantt.component.d.ts +2 -0
  10. package/src/gantt/gantt.component.js +7 -1
  11. package/styles/bootstrap-dark.css +147 -95
  12. package/styles/bootstrap.css +144 -92
  13. package/styles/bootstrap4.css +145 -93
  14. package/styles/bootstrap5-dark.css +149 -97
  15. package/styles/bootstrap5.css +149 -97
  16. package/styles/fabric-dark.css +146 -94
  17. package/styles/fabric.css +151 -99
  18. package/styles/fluent-dark.css +155 -103
  19. package/styles/fluent.css +149 -97
  20. package/styles/gantt/bootstrap-dark.css +147 -95
  21. package/styles/gantt/bootstrap.css +144 -92
  22. package/styles/gantt/bootstrap4.css +145 -93
  23. package/styles/gantt/bootstrap5-dark.css +149 -97
  24. package/styles/gantt/bootstrap5.css +149 -97
  25. package/styles/gantt/fabric-dark.css +146 -94
  26. package/styles/gantt/fabric.css +151 -99
  27. package/styles/gantt/fluent-dark.css +155 -103
  28. package/styles/gantt/fluent.css +149 -97
  29. package/styles/gantt/highcontrast-light.css +143 -94
  30. package/styles/gantt/highcontrast.css +146 -94
  31. package/styles/gantt/material-dark.css +150 -98
  32. package/styles/gantt/material.css +152 -100
  33. package/styles/gantt/tailwind-dark.css +157 -105
  34. package/styles/gantt/tailwind.css +153 -101
  35. package/styles/highcontrast-light.css +143 -94
  36. package/styles/highcontrast.css +146 -94
  37. package/styles/material-dark.css +150 -98
  38. package/styles/material.css +152 -100
  39. package/styles/tailwind-dark.css +157 -105
  40. package/styles/tailwind.css +153 -101
@@ -162,6 +162,9 @@
162
162
  .e-gantt .e-add::before {
163
163
  content: "\e823";
164
164
  }
165
+ .e-gantt .e-critical-path::before {
166
+ content: "\e93a";
167
+ }
165
168
  .e-gantt .e-edit::before {
166
169
  content: "\e944";
167
170
  }
@@ -256,12 +259,6 @@
256
259
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
257
260
  height: 32px;
258
261
  }
259
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
260
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
261
- padding-left: 10px;
262
- padding-right: 10px;
263
- width: 30px;
264
- }
265
262
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
266
263
  border-radius: 4px !important;
267
264
  font-size: 12px !important;
@@ -272,7 +269,7 @@
272
269
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
273
270
  border-bottom: 6px solid transparent;
274
271
  border-right: 6px solid transparent;
275
- border-right-color: #cae8ff;
272
+ border-right-color: #d9edf7;
276
273
  border-top: 6px solid transparent;
277
274
  top: 73px !important;
278
275
  }
@@ -307,33 +304,40 @@
307
304
  border-color: #1a1a1a;
308
305
  outline: 2px solid #75ACDB;
309
306
  }
307
+ .e-bigger .e-gantt .e-tab .e-content {
308
+ height: 242px !important;
309
+ }
310
310
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
311
311
  height: 63px !important;
312
312
  }
313
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
314
- background-color: #000000;
315
- border-color: #000000;
316
- color: #F9FAFB;
317
- font-size: 12px;
318
- line-height: 18px;
319
- padding: 0 8px 0 0;
313
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
314
+ padding: 16px 4px 16px 16px !important;
320
315
  }
321
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
322
- background-color: #000000;
323
- border-color: #000000;
324
- color: #F9FAFB;
325
- font-size: 12px;
326
- line-height: 18px;
327
- padding: 0 0 0 8px;
316
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
317
+ left: 0 !important;
328
318
  }
329
- .e-bigger .e-tooltip-wrap .e-tip-content {
330
- padding: 3px !important;
319
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
320
+ font-size: 12px !important;
321
+ }
322
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
323
+ height: 70px !important;
324
+ padding: 16px !important;
331
325
  }
332
- .e-bigger .e-grid .e-flmenu-valuediv {
326
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
327
+ margin-left: 12px;
328
+ }
329
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
330
+ line-height: 28px;
331
+ }
332
+ .e-bigger .e-gantt .e-filter-popup {
333
+ width: 350px !important;
334
+ }
335
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
333
336
  padding: 16px 0 0 !important;
334
337
  }
335
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
336
- padding: 0 16px !important;
338
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
339
+ border-radius: 6px !important;
340
+ padding: 32px 16px 16px !important;
337
341
  }
338
342
  .e-bigger .e-columnmenu {
339
343
  top: 40px;
@@ -342,6 +346,9 @@
342
346
  border-radius: 6px;
343
347
  width: 556px !important;
344
348
  }
349
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
350
+ padding: 0 16px !important;
351
+ }
345
352
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
346
353
  padding: 16px 12px 0 16px;
347
354
  }
@@ -370,100 +377,87 @@
370
377
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
371
378
  border-radius: 50%;
372
379
  height: auto !important;
373
- width: auto !important;
380
+ width: auto;
374
381
  }
375
382
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
376
383
  margin-left: 5px !important;
377
384
  }
378
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
385
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
379
386
  font-size: 16px !important;
380
387
  }
381
- .e-bigger .e-float-input.e-control-wrapper {
382
- width: 250px !important;
383
- }
384
- .e-bigger .e-predecessor-tooltip {
385
- background-color: #000000;
386
- }
387
- .e-bigger .e-predecessor-dialog {
388
- background-color: #f5f5f5;
389
- }
390
- .e-bigger .e-predecessor-dialog .e-dlg-content {
391
- background-color: #f5f5f5;
392
- padding: 10px 9px 9px 14px !important;
393
- }
394
- .e-bigger .e-dialog .e-dlg-header-content {
395
- padding: 16px 4px 16px 16px !important;
396
- }
397
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
398
- left: 0 !important;
399
- }
400
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
401
- font-size: 12px !important;
402
- }
403
- .e-bigger .e-dialog .e-footer-content {
404
- height: 70px !important;
405
- padding: 16px !important;
406
- }
407
- .e-bigger .e-dialog .e-footer-content .e-btn {
408
- margin-left: 12px;
409
- }
410
- .e-bigger .e-dialog .e-dlg-header {
411
- line-height: 28px;
388
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
389
+ min-height: 35px !important;
390
+ min-width: 35.82px !important;
412
391
  }
413
- .e-bigger .e-tab .e-content {
414
- height: 242px !important;
392
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
393
+ line-height: 24px;
394
+ padding: 6px 16px 6px 15px !important;
415
395
  }
416
- .e-bigger .e-filter-popup {
417
- width: 350px !important;
396
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
397
+ padding: 6px 21px 6px 23px !important;
418
398
  }
419
- .e-bigger .e-dlg-content {
420
- border-radius: 6px !important;
421
- padding: 32px 16px 16px !important;
399
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
400
+ font-size: 16px !important;
422
401
  }
423
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
402
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
424
403
  font-size: 14px;
425
404
  line-height: 22px;
426
405
  }
427
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
406
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
428
407
  font-size: 14px;
429
408
  line-height: 22px;
430
409
  }
431
- .e-bigger .e-float-input.e-control-wrapper input {
410
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
432
411
  height: 34px !important;
433
412
  }
434
- .e-bigger .e-left-btn:disabled {
435
- color: #adadad !important;
436
- }
437
- .e-bigger .e-right-btn:disabled {
438
- color: #adadad !important;
439
- }
440
- .e-bigger .e-input-group-icon.e-date-icon {
441
- min-width: 36px !important;
442
- }
443
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
413
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
444
414
  min-height: 35px !important;
445
415
  min-width: 35.82px !important;
446
416
  }
447
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
417
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
448
418
  min-height: 35px !important;
449
419
  min-width: 35.82px !important;
450
420
  }
451
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
452
- min-height: 35px !important;
453
- min-width: 35.82px !important;
454
- }
455
- .e-bigger .e-input-group.e-control-wrapper {
421
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
456
422
  height: 36px;
457
423
  }
458
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
459
- font-size: 16px !important;
424
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
425
+ min-width: 36px !important;
460
426
  }
461
- .e-bigger .e-btn.e-flat {
462
- line-height: 24px;
463
- padding: 6px 16px 6px 15px !important;
427
+ .e-bigger .e-predecessor-tooltip {
428
+ background-color: #000;
464
429
  }
465
- .e-bigger .e-btn.e-primary {
466
- padding: 6px 21px 6px 23px !important;
430
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
431
+ color: #adadad !important;
432
+ }
433
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
434
+ color: #adadad !important;
435
+ }
436
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
437
+ padding: 3px !important;
438
+ }
439
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
440
+ background-color: #000;
441
+ border-color: #000;
442
+ color: #fff;
443
+ font-size: 12px;
444
+ line-height: 18px;
445
+ padding: 0 8px 0 0;
446
+ }
447
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
448
+ background-color: #000;
449
+ border-color: #000;
450
+ color: #fff;
451
+ font-size: 12px;
452
+ line-height: 18px;
453
+ padding: 0 0 0 8px;
454
+ }
455
+ .e-bigger .e-predecessor-dialog {
456
+ background-color: #fff;
457
+ }
458
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
459
+ background-color: #fff;
460
+ padding: 10px 9px 9px 14px !important;
467
461
  }
468
462
 
469
463
  .e-gantt {
@@ -1034,6 +1028,9 @@
1034
1028
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1035
1029
  outline: 1px solid;
1036
1030
  }
1031
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1032
+ outline: 1px solid;
1033
+ }
1037
1034
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1038
1035
  z-index: 100;
1039
1036
  }
@@ -1472,6 +1469,10 @@
1472
1469
  background-color: #67c1b2;
1473
1470
  border: #4fb29f;
1474
1471
  }
1472
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1473
+ background-color: #67c1b2;
1474
+ border: #4fb29f;
1475
+ }
1475
1476
  .e-gantt .e-gantt-chart .e-holiday {
1476
1477
  background: #393939;
1477
1478
  }
@@ -1503,7 +1504,6 @@
1503
1504
  }
1504
1505
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1505
1506
  background: linear-gradient(to right, rgba(0, 112, 240, 0.2), #0070f0 30%, #0070f0 70%, #0070f0 70%, rgba(0, 112, 240, 0.2) 100%);
1506
- background-color: rgba(0, 112, 240, 0.2);
1507
1507
  border: 0px;
1508
1508
  border-radius: 4px;
1509
1509
  }
@@ -1514,10 +1514,10 @@
1514
1514
  border-top-color: #dadada;
1515
1515
  }
1516
1516
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1517
- background: #222;
1517
+ background: #2a2a2a;
1518
1518
  }
1519
1519
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
1520
- border-bottom-color: #222;
1520
+ border-bottom-color: #2a2a2a;
1521
1521
  }
1522
1522
  .e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
1523
1523
  display: block;
@@ -1804,4 +1804,56 @@
1804
1804
  }
1805
1805
  .e-gantt.e-device .e-backarrowspan {
1806
1806
  color: #000;
1807
+ }
1808
+
1809
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1810
+ border-color: #d13438;
1811
+ }
1812
+
1813
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1814
+ border-left-color: #d13438;
1815
+ }
1816
+
1817
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1818
+ border-right-color: #d13438;
1819
+ }
1820
+
1821
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1822
+ border-color: #f3d8da;
1823
+ outline-color: #f3d8da;
1824
+ }
1825
+
1826
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1827
+ border-left-color: #f3d8da;
1828
+ }
1829
+
1830
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1831
+ border-right-color: #f3d8da;
1832
+ }
1833
+
1834
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1835
+ background-color: #F3D8DA;
1836
+ border: 1px solid #F3D8DA;
1837
+ border-radius: 4px;
1838
+ }
1839
+
1840
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1841
+ background-color: #D13438;
1842
+ border: 1px solid #0070f0;
1843
+ border-radius: 4px;
1844
+ }
1845
+
1846
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1847
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
1848
+ background-color: rgba(255, 85, 85, 0.2);
1849
+ border: 0px;
1850
+ border-radius: 4px;
1851
+ }
1852
+
1853
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1854
+ border-bottom-color: #D13438;
1855
+ }
1856
+
1857
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1858
+ border-top-color: #D13438;
1807
1859
  }
@@ -306,6 +306,9 @@
306
306
  .e-gantt .e-add::before {
307
307
  content: "\e823";
308
308
  }
309
+ .e-gantt .e-critical-path::before {
310
+ content: "\e93a";
311
+ }
309
312
  .e-gantt .e-edit::before {
310
313
  content: "\e944";
311
314
  }
@@ -400,12 +403,6 @@
400
403
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
401
404
  height: 32px;
402
405
  }
403
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
404
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
405
- padding-left: 10px;
406
- padding-right: 10px;
407
- width: 30px;
408
- }
409
406
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
410
407
  border-radius: 4px !important;
411
408
  font-size: 12px !important;
@@ -451,33 +448,40 @@
451
448
  border-color: #fff;
452
449
  outline: 2px solid #75acdb;
453
450
  }
451
+ .e-bigger .e-gantt .e-tab .e-content {
452
+ height: 242px !important;
453
+ }
454
454
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
455
455
  height: 63px !important;
456
456
  }
457
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
458
- background-color: #000000;
459
- border-color: #000000;
460
- color: #F9FAFB;
461
- font-size: 12px;
462
- line-height: 18px;
463
- padding: 0 8px 0 0;
457
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
458
+ padding: 16px 4px 16px 16px !important;
464
459
  }
465
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
466
- background-color: #000000;
467
- border-color: #000000;
468
- color: #F9FAFB;
469
- font-size: 12px;
470
- line-height: 18px;
471
- padding: 0 0 0 8px;
460
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
461
+ left: 0 !important;
472
462
  }
473
- .e-bigger .e-tooltip-wrap .e-tip-content {
474
- padding: 3px !important;
463
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
464
+ font-size: 12px !important;
475
465
  }
476
- .e-bigger .e-grid .e-flmenu-valuediv {
466
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
467
+ height: 70px !important;
468
+ padding: 16px !important;
469
+ }
470
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
471
+ margin-left: 12px;
472
+ }
473
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
474
+ line-height: 28px;
475
+ }
476
+ .e-bigger .e-gantt .e-filter-popup {
477
+ width: 350px !important;
478
+ }
479
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
477
480
  padding: 16px 0 0 !important;
478
481
  }
479
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
480
- padding: 0 16px !important;
482
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
483
+ border-radius: 6px !important;
484
+ padding: 32px 16px 16px !important;
481
485
  }
482
486
  .e-bigger .e-columnmenu {
483
487
  top: 40px;
@@ -486,6 +490,9 @@
486
490
  border-radius: 6px;
487
491
  width: 556px !important;
488
492
  }
493
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
494
+ padding: 0 16px !important;
495
+ }
489
496
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
490
497
  padding: 16px 12px 0 16px;
491
498
  }
@@ -514,100 +521,87 @@
514
521
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
515
522
  border-radius: 50%;
516
523
  height: auto !important;
517
- width: auto !important;
524
+ width: auto;
518
525
  }
519
526
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
520
527
  margin-left: 5px !important;
521
528
  }
522
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
529
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
523
530
  font-size: 16px !important;
524
531
  }
525
- .e-bigger .e-float-input.e-control-wrapper {
526
- width: 250px !important;
527
- }
528
- .e-bigger .e-predecessor-tooltip {
529
- background-color: #000000;
530
- }
531
- .e-bigger .e-predecessor-dialog {
532
- background-color: #f5f5f5;
533
- }
534
- .e-bigger .e-predecessor-dialog .e-dlg-content {
535
- background-color: #f5f5f5;
536
- padding: 10px 9px 9px 14px !important;
537
- }
538
- .e-bigger .e-dialog .e-dlg-header-content {
539
- padding: 16px 4px 16px 16px !important;
540
- }
541
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
542
- left: 0 !important;
543
- }
544
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
545
- font-size: 12px !important;
546
- }
547
- .e-bigger .e-dialog .e-footer-content {
548
- height: 70px !important;
549
- padding: 16px !important;
550
- }
551
- .e-bigger .e-dialog .e-footer-content .e-btn {
552
- margin-left: 12px;
553
- }
554
- .e-bigger .e-dialog .e-dlg-header {
555
- line-height: 28px;
532
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
533
+ min-height: 35px !important;
534
+ min-width: 35.82px !important;
556
535
  }
557
- .e-bigger .e-tab .e-content {
558
- height: 242px !important;
536
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
537
+ line-height: 24px;
538
+ padding: 6px 16px 6px 15px !important;
559
539
  }
560
- .e-bigger .e-filter-popup {
561
- width: 350px !important;
540
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
541
+ padding: 6px 21px 6px 23px !important;
562
542
  }
563
- .e-bigger .e-dlg-content {
564
- border-radius: 6px !important;
565
- padding: 32px 16px 16px !important;
543
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
544
+ font-size: 16px !important;
566
545
  }
567
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
546
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
568
547
  font-size: 14px;
569
548
  line-height: 22px;
570
549
  }
571
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
550
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
572
551
  font-size: 14px;
573
552
  line-height: 22px;
574
553
  }
575
- .e-bigger .e-float-input.e-control-wrapper input {
554
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
576
555
  height: 34px !important;
577
556
  }
578
- .e-bigger .e-left-btn:disabled {
579
- color: #ADADAD !important;
580
- }
581
- .e-bigger .e-right-btn:disabled {
582
- color: #ADADAD !important;
583
- }
584
- .e-bigger .e-input-group-icon.e-date-icon {
585
- min-width: 36px !important;
586
- }
587
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
588
- min-height: 35px !important;
589
- min-width: 35.82px !important;
590
- }
591
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
557
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
592
558
  min-height: 35px !important;
593
559
  min-width: 35.82px !important;
594
560
  }
595
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
561
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
596
562
  min-height: 35px !important;
597
563
  min-width: 35.82px !important;
598
564
  }
599
- .e-bigger .e-input-group.e-control-wrapper {
565
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
600
566
  height: 36px;
601
567
  }
602
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
603
- font-size: 16px !important;
568
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
569
+ min-width: 36px !important;
604
570
  }
605
- .e-bigger .e-btn.e-flat {
606
- line-height: 24px;
607
- padding: 6px 16px 6px 15px !important;
571
+ .e-bigger .e-predecessor-tooltip {
572
+ background-color: #000;
608
573
  }
609
- .e-bigger .e-btn.e-primary {
610
- padding: 6px 21px 6px 23px !important;
574
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
575
+ color: #adadad !important;
576
+ }
577
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
578
+ color: #adadad !important;
579
+ }
580
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
581
+ padding: 3px !important;
582
+ }
583
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
584
+ background-color: #000;
585
+ border-color: #000;
586
+ color: #fff;
587
+ font-size: 12px;
588
+ line-height: 18px;
589
+ padding: 0 8px 0 0;
590
+ }
591
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
592
+ background-color: #000;
593
+ border-color: #000;
594
+ color: #fff;
595
+ font-size: 12px;
596
+ line-height: 18px;
597
+ padding: 0 0 0 8px;
598
+ }
599
+ .e-bigger .e-predecessor-dialog {
600
+ background-color: #f5f5f5;
601
+ }
602
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
603
+ background-color: #f5f5f5;
604
+ padding: 10px 9px 9px 14px !important;
611
605
  }
612
606
 
613
607
  .e-gantt {
@@ -1178,6 +1172,9 @@
1178
1172
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1179
1173
  outline: 1px solid;
1180
1174
  }
1175
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1176
+ outline: 1px solid;
1177
+ }
1181
1178
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1182
1179
  z-index: 100;
1183
1180
  }
@@ -1616,6 +1613,10 @@
1616
1613
  background-color: #572A96;
1617
1614
  border: 0px;
1618
1615
  }
1616
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1617
+ background-color: #572A96;
1618
+ border: 0px;
1619
+ }
1619
1620
  .e-gantt .e-gantt-chart .e-holiday {
1620
1621
  background: #eee;
1621
1622
  }
@@ -1647,7 +1648,6 @@
1647
1648
  }
1648
1649
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1649
1650
  background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%);
1650
- background-color: rgba(49, 122, 185, 0.2);
1651
1651
  border: 0px;
1652
1652
  border-radius: 4px;
1653
1653
  }
@@ -1948,4 +1948,56 @@
1948
1948
  }
1949
1949
  .e-gantt.e-device .e-backarrowspan {
1950
1950
  color: #000;
1951
+ }
1952
+
1953
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1954
+ border-color: #d13438;
1955
+ }
1956
+
1957
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1958
+ border-left-color: #d13438;
1959
+ }
1960
+
1961
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1962
+ border-right-color: #d13438;
1963
+ }
1964
+
1965
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1966
+ border-color: #f3d8da;
1967
+ outline-color: #f3d8da;
1968
+ }
1969
+
1970
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1971
+ border-left-color: #f3d8da;
1972
+ }
1973
+
1974
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1975
+ border-right-color: #f3d8da;
1976
+ }
1977
+
1978
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1979
+ background-color: #F3D8DA;
1980
+ border: 1px solid #F3D8DA;
1981
+ border-radius: 4px;
1982
+ }
1983
+
1984
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1985
+ background-color: #D13438;
1986
+ border: 1px solid #21527d;
1987
+ border-radius: 4px;
1988
+ }
1989
+
1990
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1991
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
1992
+ background-color: rgba(255, 85, 85, 0.2);
1993
+ border: 0px;
1994
+ border-radius: 4px;
1995
+ }
1996
+
1997
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1998
+ border-bottom-color: #D13438;
1999
+ }
2000
+
2001
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2002
+ border-top-color: #D13438;
1951
2003
  }