@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
@@ -486,6 +486,9 @@
486
486
  .e-gantt .e-add::before {
487
487
  content: "\e759";
488
488
  }
489
+ .e-gantt .e-critical-path::before {
490
+ content: "\e93a";
491
+ }
489
492
  .e-gantt .e-edit::before {
490
493
  content: "\e78f";
491
494
  }
@@ -580,12 +583,6 @@
580
583
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
581
584
  height: 32px;
582
585
  }
583
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
584
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
585
- padding-left: 10px;
586
- padding-right: 10px;
587
- width: 30px;
588
- }
589
586
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
590
587
  border-radius: 4px !important;
591
588
  font-size: 12px !important;
@@ -631,33 +628,40 @@
631
628
  border-color: #fff;
632
629
  outline: 2px solid #007bff;
633
630
  }
631
+ .e-bigger .e-gantt .e-tab .e-content {
632
+ height: 250px !important;
633
+ }
634
634
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
635
635
  height: 63px !important;
636
636
  }
637
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
638
- background-color: #000000;
639
- border-color: #000000;
640
- color: #F9FAFB;
641
- font-size: 12px;
642
- line-height: 18px;
643
- padding: 0 8px 0 0;
637
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
638
+ padding: 16px 4px 16px 16px !important;
644
639
  }
645
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
646
- background-color: #000000;
647
- border-color: #000000;
648
- color: #F9FAFB;
649
- font-size: 12px;
650
- line-height: 18px;
651
- padding: 0 0 0 8px;
640
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
641
+ left: 1px !important;
652
642
  }
653
- .e-bigger .e-tooltip-wrap .e-tip-content {
654
- padding: 3px !important;
643
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
644
+ font-size: 14px !important;
655
645
  }
656
- .e-bigger .e-grid .e-flmenu-valuediv {
646
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
647
+ height: 70px !important;
648
+ padding: 16px !important;
649
+ }
650
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
651
+ margin-left: 12px;
652
+ }
653
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
654
+ line-height: 28px;
655
+ }
656
+ .e-bigger .e-gantt .e-filter-popup {
657
+ width: 350px !important;
658
+ }
659
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
657
660
  padding: 16px 0 0 !important;
658
661
  }
659
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
660
- padding: 0 16px !important;
662
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
663
+ border-radius: 6px !important;
664
+ padding: 32px 16px 16px !important;
661
665
  }
662
666
  .e-bigger .e-columnmenu {
663
667
  top: 38px;
@@ -666,6 +670,9 @@
666
670
  border-radius: 6px;
667
671
  width: 556px !important;
668
672
  }
673
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
674
+ padding: 0 16px !important;
675
+ }
669
676
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
670
677
  padding: 16px 12px 0 16px;
671
678
  }
@@ -694,103 +701,90 @@
694
701
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
695
702
  border-radius: 50%;
696
703
  height: auto !important;
697
- width: auto !important;
704
+ width: auto;
698
705
  }
699
706
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
700
707
  margin-left: 5px !important;
701
708
  }
702
709
  .e-bigger .e-gantt-dialog .e-icon-dlg-close {
703
- color: #FFFFFF;
710
+ color: #fff;
704
711
  }
705
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
712
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
706
713
  font-size: 16px !important;
707
714
  }
708
- .e-bigger .e-float-input.e-control-wrapper {
709
- width: 250px !important;
710
- }
711
- .e-bigger .e-predecessor-tooltip {
712
- background-color: #000000;
713
- }
714
- .e-bigger .e-predecessor-dialog {
715
- background-color: #f8f8fa;
716
- }
717
- .e-bigger .e-predecessor-dialog .e-dlg-content {
718
- background-color: #f8f8fa;
719
- padding: 10px 9px 9px 14px !important;
720
- }
721
- .e-bigger .e-dialog .e-dlg-header-content {
722
- padding: 16px 4px 16px 16px !important;
723
- }
724
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
725
- left: 1px !important;
726
- }
727
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
728
- font-size: 14px !important;
729
- }
730
- .e-bigger .e-dialog .e-footer-content {
731
- height: 70px !important;
732
- padding: 16px !important;
733
- }
734
- .e-bigger .e-dialog .e-footer-content .e-btn {
735
- margin-left: 12px;
736
- }
737
- .e-bigger .e-dialog .e-dlg-header {
738
- line-height: 28px;
715
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
716
+ min-height: 35px !important;
717
+ min-width: 35.82px !important;
739
718
  }
740
- .e-bigger .e-tab .e-content {
741
- height: 250px !important;
719
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
720
+ line-height: 24px;
721
+ padding: 6px 16px 6px 15px !important;
742
722
  }
743
- .e-bigger .e-filter-popup {
744
- width: 350px !important;
723
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
724
+ padding: 6px 21px 6px 23px !important;
745
725
  }
746
- .e-bigger .e-dlg-content {
747
- border-radius: 6px !important;
748
- padding: 32px 16px 16px !important;
726
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
727
+ font-size: 16px !important;
749
728
  }
750
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
729
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
751
730
  font-size: 14px;
752
731
  line-height: 22px;
753
732
  }
754
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
733
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
755
734
  font-size: 14px;
756
735
  line-height: 22px;
757
736
  }
758
- .e-bigger .e-float-input.e-control-wrapper input {
737
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
759
738
  height: 34px !important;
760
739
  }
761
- .e-bigger .e-left-btn:disabled {
762
- color: #ADB5BD !important;
763
- }
764
- .e-bigger .e-right-btn:disabled {
765
- color: #ADB5BD !important;
766
- }
767
- .e-bigger .e-input-group-icon.e-date-icon {
768
- min-width: 36px !important;
769
- }
770
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
740
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
771
741
  min-height: 35px !important;
772
742
  min-width: 35.82px !important;
773
743
  }
774
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
744
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
775
745
  min-height: 35px !important;
776
746
  min-width: 35.82px !important;
777
747
  }
778
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
779
- min-height: 35px !important;
780
- min-width: 35.82px !important;
781
- }
782
- .e-bigger .e-input-group.e-control-wrapper {
748
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
783
749
  height: 36px;
784
750
  }
785
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
786
- font-size: 16px !important;
751
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
752
+ min-width: 36px !important;
787
753
  }
788
- .e-bigger .e-btn.e-flat {
789
- line-height: 24px;
790
- padding: 6px 16px 6px 15px !important;
754
+ .e-bigger .e-predecessor-tooltip {
755
+ background-color: #000;
791
756
  }
792
- .e-bigger .e-btn.e-primary {
793
- padding: 6px 21px 6px 23px !important;
757
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
758
+ color: #adb5bd !important;
759
+ }
760
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
761
+ color: #adb5bd !important;
762
+ }
763
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
764
+ padding: 3px !important;
765
+ }
766
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
767
+ background-color: #000;
768
+ border-color: #000;
769
+ color: #f8f9fa;
770
+ font-size: 12px;
771
+ line-height: 18px;
772
+ padding: 0 8px 0 0;
773
+ }
774
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
775
+ background-color: #000;
776
+ border-color: #000;
777
+ color: #f8f9fa;
778
+ font-size: 12px;
779
+ line-height: 18px;
780
+ padding: 0 0 0 8px;
781
+ }
782
+ .e-bigger .e-predecessor-dialog {
783
+ background-color: #f8f9fa;
784
+ }
785
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
786
+ background-color: #f8f9fa;
787
+ padding: 10px 9px 9px 14px !important;
794
788
  }
795
789
 
796
790
  .e-gantt {
@@ -1361,6 +1355,9 @@
1361
1355
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1362
1356
  outline: 1px solid;
1363
1357
  }
1358
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1359
+ outline: 1px solid;
1360
+ }
1364
1361
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1365
1362
  z-index: 100;
1366
1363
  }
@@ -1799,6 +1796,10 @@
1799
1796
  background-color: #6628EE;
1800
1797
  border: 0px;
1801
1798
  }
1799
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1800
+ background-color: #6628EE;
1801
+ border: 0px;
1802
+ }
1802
1803
  .e-gantt .e-gantt-chart .e-holiday {
1803
1804
  background: #e9ecef;
1804
1805
  }
@@ -1830,7 +1831,6 @@
1830
1831
  }
1831
1832
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1832
1833
  background: linear-gradient(to right, rgba(0, 123, 255, 0.2), #007bff 30%, #007bff 70%, #007bff 70%, rgba(0, 123, 255, 0.2) 100%);
1833
- background-color: rgba(0, 123, 255, 0.2);
1834
1834
  border: 0px;
1835
1835
  border-radius: 4px;
1836
1836
  }
@@ -2131,4 +2131,56 @@
2131
2131
  }
2132
2132
  .e-gantt.e-device .e-backarrowspan {
2133
2133
  color: #000;
2134
+ }
2135
+
2136
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
2137
+ border-color: #d13438;
2138
+ }
2139
+
2140
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
2141
+ border-left-color: #d13438;
2142
+ }
2143
+
2144
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
2145
+ border-right-color: #d13438;
2146
+ }
2147
+
2148
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
2149
+ border-color: #f3d8da;
2150
+ outline-color: #f3d8da;
2151
+ }
2152
+
2153
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
2154
+ border-left-color: #f3d8da;
2155
+ }
2156
+
2157
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
2158
+ border-right-color: #f3d8da;
2159
+ }
2160
+
2161
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2162
+ background-color: #F3D8DA;
2163
+ border: 1px solid #F3D8DA;
2164
+ border-radius: 4px;
2165
+ }
2166
+
2167
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2168
+ background-color: #D13438;
2169
+ border: 0px;
2170
+ border-radius: 4px;
2171
+ }
2172
+
2173
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
2174
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
2175
+ background-color: rgba(255, 85, 85, 0.2);
2176
+ border: 0px;
2177
+ border-radius: 4px;
2178
+ }
2179
+
2180
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
2181
+ border-bottom-color: #D13438;
2182
+ }
2183
+
2184
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2185
+ border-top-color: #D13438;
2134
2186
  }
@@ -202,6 +202,9 @@
202
202
  .e-gantt .e-add::before {
203
203
  content: "\e805";
204
204
  }
205
+ .e-gantt .e-critical-path::before {
206
+ content: "\e88c";
207
+ }
205
208
  .e-gantt .e-edit::before {
206
209
  content: "\e730";
207
210
  }
@@ -296,12 +299,6 @@
296
299
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
297
300
  height: 32px;
298
301
  }
299
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
300
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
301
- padding-left: 10px;
302
- padding-right: 10px;
303
- width: 30px;
304
- }
305
302
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
306
303
  border-radius: 4px !important;
307
304
  font-size: 12px !important;
@@ -338,42 +335,49 @@
338
335
  }
339
336
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
340
337
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
341
- background-color: #0d6efd;
338
+ background-color: #0257d5;
342
339
  border-color: #212529;
343
340
  }
344
341
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
345
342
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
346
- background-color: #0d6efd;
343
+ background-color: #0257d5;
347
344
  border-color: #212529;
348
- outline: 2px solid #79a7f7;
345
+ outline: 2px solid #0d6efd;
346
+ }
347
+ .e-bigger .e-gantt .e-tab .e-content {
348
+ height: 250px !important;
349
349
  }
350
350
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
351
351
  height: 63px !important;
352
352
  }
353
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
354
- background-color: #000000;
355
- border-color: #000000;
356
- color: #F9FAFB;
357
- font-size: 12px;
358
- line-height: 18px;
359
- padding: 0 8px 0 0;
353
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
354
+ padding: 16px 4px 16px 16px !important;
360
355
  }
361
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
362
- background-color: #000000;
363
- border-color: #000000;
364
- color: #F9FAFB;
365
- font-size: 12px;
366
- line-height: 18px;
367
- padding: 0 0 0 8px;
356
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
357
+ left: 2px !important;
368
358
  }
369
- .e-bigger .e-tooltip-wrap .e-tip-content {
370
- padding: 3px !important;
359
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
360
+ font-size: 14px !important;
371
361
  }
372
- .e-bigger .e-grid .e-flmenu-valuediv {
362
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
363
+ height: 70px !important;
364
+ padding: 16px !important;
365
+ }
366
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
367
+ margin-left: 12px;
368
+ }
369
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
370
+ line-height: 28px;
371
+ }
372
+ .e-bigger .e-gantt .e-filter-popup {
373
+ width: 350px !important;
374
+ }
375
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
373
376
  padding: 16px 0 0 !important;
374
377
  }
375
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
376
- padding: 0 16px !important;
378
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
379
+ border-radius: 6px !important;
380
+ padding: 32px 16px 16px !important;
377
381
  }
378
382
  .e-bigger .e-columnmenu {
379
383
  top: 35px;
@@ -382,6 +386,9 @@
382
386
  border-radius: 6px;
383
387
  width: 556px !important;
384
388
  }
389
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
390
+ padding: 0 16px !important;
391
+ }
385
392
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
386
393
  padding: 16px 12px 0 16px;
387
394
  }
@@ -410,100 +417,87 @@
410
417
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
411
418
  border-radius: 50%;
412
419
  height: auto !important;
413
- width: auto !important;
420
+ width: auto;
414
421
  }
415
422
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
416
423
  margin-left: 5px !important;
417
424
  }
418
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
425
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
419
426
  font-size: 16px !important;
420
427
  }
421
- .e-bigger .e-float-input.e-control-wrapper {
422
- width: 250px !important;
423
- }
424
- .e-bigger .e-predecessor-tooltip {
425
- background-color: #000000;
426
- }
427
- .e-bigger .e-predecessor-dialog {
428
- background-color: #f8f8fa;
429
- }
430
- .e-bigger .e-predecessor-dialog .e-dlg-content {
431
- background-color: #f8f8fa;
432
- padding: 10px 9px 9px 14px !important;
433
- }
434
- .e-bigger .e-dialog .e-dlg-header-content {
435
- padding: 16px 4px 16px 16px !important;
436
- }
437
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
438
- left: 2px !important;
439
- }
440
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
441
- font-size: 14px !important;
442
- }
443
- .e-bigger .e-dialog .e-footer-content {
444
- height: 70px !important;
445
- padding: 16px !important;
446
- }
447
- .e-bigger .e-dialog .e-footer-content .e-btn {
448
- margin-left: 12px;
449
- }
450
- .e-bigger .e-dialog .e-dlg-header {
451
- line-height: 28px;
428
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
429
+ min-height: 36px !important;
430
+ min-width: 35.82px !important;
452
431
  }
453
- .e-bigger .e-tab .e-content {
454
- height: 250px !important;
432
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
433
+ line-height: 24px;
434
+ padding: 6px 16px 6px 15px !important;
455
435
  }
456
- .e-bigger .e-filter-popup {
457
- width: 350px !important;
436
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
437
+ padding: 6px 21px 6px 23px !important;
458
438
  }
459
- .e-bigger .e-dlg-content {
460
- border-radius: 6px !important;
461
- padding: 32px 16px 16px !important;
439
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
440
+ font-size: 16px !important;
462
441
  }
463
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
442
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
464
443
  font-size: 14px;
465
444
  line-height: 22px;
466
445
  }
467
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
446
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
468
447
  font-size: 14px;
469
448
  line-height: 22px;
470
449
  }
471
- .e-bigger .e-float-input.e-control-wrapper input {
450
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
472
451
  height: 36px !important;
473
452
  }
474
- .e-bigger .e-left-btn:disabled {
475
- color: #ADB5BD !important;
476
- }
477
- .e-bigger .e-right-btn:disabled {
478
- color: #ADB5BD !important;
479
- }
480
- .e-bigger .e-input-group-icon.e-date-icon {
481
- min-width: 36px !important;
482
- }
483
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
453
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
484
454
  min-height: 36px !important;
485
455
  min-width: 35.82px !important;
486
456
  }
487
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
457
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
488
458
  min-height: 36px !important;
489
459
  min-width: 35.82px !important;
490
460
  }
491
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
492
- min-height: 36px !important;
493
- min-width: 35.82px !important;
494
- }
495
- .e-bigger .e-input-group.e-control-wrapper {
461
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
496
462
  height: 38px;
497
463
  }
498
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
499
- font-size: 16px !important;
464
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
465
+ min-width: 36px !important;
500
466
  }
501
- .e-bigger .e-btn.e-flat {
502
- line-height: 24px;
503
- padding: 6px 16px 6px 15px !important;
467
+ .e-bigger .e-predecessor-tooltip {
468
+ background-color: #000;
504
469
  }
505
- .e-bigger .e-btn.e-primary {
506
- padding: 6px 21px 6px 23px !important;
470
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
471
+ color: #adb5bd !important;
472
+ }
473
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
474
+ color: #adb5bd !important;
475
+ }
476
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
477
+ padding: 3px !important;
478
+ }
479
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
480
+ background-color: #000;
481
+ border-color: #000;
482
+ color: #fff;
483
+ font-size: 12px;
484
+ line-height: 18px;
485
+ padding: 0 8px 0 0;
486
+ }
487
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
488
+ background-color: #000;
489
+ border-color: #000;
490
+ color: #fff;
491
+ font-size: 12px;
492
+ line-height: 18px;
493
+ padding: 0 0 0 8px;
494
+ }
495
+ .e-bigger .e-predecessor-dialog {
496
+ background-color: #212529;
497
+ }
498
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
499
+ background-color: #212529;
500
+ padding: 10px 9px 9px 14px !important;
507
501
  }
508
502
 
509
503
  .e-gantt {
@@ -1074,6 +1068,9 @@
1074
1068
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1075
1069
  outline: 1px solid;
1076
1070
  }
1071
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1072
+ outline: 1px solid;
1073
+ }
1077
1074
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1078
1075
  z-index: 100;
1079
1076
  }
@@ -1512,6 +1509,10 @@
1512
1509
  background-color: #21b26f;
1513
1510
  border: 0px;
1514
1511
  }
1512
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1513
+ background-color: #21b26f;
1514
+ border: 0px;
1515
+ }
1515
1516
  .e-gantt .e-gantt-chart .e-holiday {
1516
1517
  background: #282d31;
1517
1518
  }
@@ -1543,7 +1544,6 @@
1543
1544
  }
1544
1545
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1545
1546
  background: linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);
1546
- background-color: rgba(63, 81, 181, 0.2);
1547
1547
  border: 0px;
1548
1548
  border-radius: 4px;
1549
1549
  }
@@ -1587,7 +1587,7 @@
1587
1587
  }
1588
1588
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1589
1589
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1590
- background-color: #0d6efd;
1590
+ background-color: #0257d5;
1591
1591
  border-color: #212529;
1592
1592
  }
1593
1593
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
@@ -1790,7 +1790,7 @@
1790
1790
  color: #adb5bd;
1791
1791
  }
1792
1792
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1793
- color: rgb(108, 117, 125) !important;
1793
+ color: #adb5bd !important;
1794
1794
  }
1795
1795
 
1796
1796
  .e-gantt-dialog .e-dlg-header {
@@ -1844,4 +1844,56 @@
1844
1844
  }
1845
1845
  .e-gantt.e-device .e-backarrowspan {
1846
1846
  color: #000;
1847
+ }
1848
+
1849
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1850
+ border-color: #e4606d;
1851
+ }
1852
+
1853
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1854
+ border-left-color: #e4606d;
1855
+ }
1856
+
1857
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1858
+ border-right-color: #e4606d;
1859
+ }
1860
+
1861
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1862
+ border-color: #fadfe2;
1863
+ outline-color: #fadfe2;
1864
+ }
1865
+
1866
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1867
+ border-left-color: #fadfe2;
1868
+ }
1869
+
1870
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1871
+ border-right-color: #fadfe2;
1872
+ }
1873
+
1874
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1875
+ background-color: #fadfe2;
1876
+ border: 1px solid #fadfe2;
1877
+ border-radius: 4px;
1878
+ }
1879
+
1880
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1881
+ background-color: #e4606d;
1882
+ border: 0px;
1883
+ border-radius: 4px;
1884
+ }
1885
+
1886
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1887
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #e4606d 30%, #e4606d 70%, #e4606d 70%, rgba(255, 85, 85, 0.2) 100%);
1888
+ background-color: rgba(255, 85, 85, 0.2);
1889
+ border: 0px;
1890
+ border-radius: 4px;
1891
+ }
1892
+
1893
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1894
+ border-bottom-color: #e4606d;
1895
+ }
1896
+
1897
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1898
+ border-top-color: #e4606d;
1847
1899
  }