@syncfusion/ej2-react-gantt 20.1.60 → 20.2.36

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.
@@ -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;
@@ -457,30 +454,34 @@
457
454
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
458
455
  height: 63px !important;
459
456
  }
460
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
461
- background-color: #000000;
462
- border-color: #000000;
463
- color: #F9FAFB;
464
- font-size: 12px;
465
- line-height: 18px;
466
- padding: 0 8px 0 0;
457
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
458
+ padding: 16px 4px 16px 16px !important;
467
459
  }
468
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
469
- background-color: #000000;
470
- border-color: #000000;
471
- color: #F9FAFB;
472
- font-size: 12px;
473
- line-height: 18px;
474
- 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;
475
462
  }
476
- .e-bigger .e-tooltip-wrap .e-tip-content {
477
- padding: 3px !important;
463
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
464
+ font-size: 12px !important;
465
+ }
466
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
467
+ height: 70px !important;
468
+ padding: 16px !important;
478
469
  }
479
- .e-bigger .e-grid .e-flmenu-valuediv {
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 {
480
480
  padding: 16px 0 0 !important;
481
481
  }
482
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
483
- 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;
484
485
  }
485
486
  .e-bigger .e-columnmenu {
486
487
  top: 40px;
@@ -489,6 +490,9 @@
489
490
  border-radius: 6px;
490
491
  width: 556px !important;
491
492
  }
493
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
494
+ padding: 0 16px !important;
495
+ }
492
496
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
493
497
  padding: 16px 12px 0 16px;
494
498
  }
@@ -517,97 +521,87 @@
517
521
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
518
522
  border-radius: 50%;
519
523
  height: auto !important;
520
- width: auto !important;
524
+ width: auto;
521
525
  }
522
526
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
523
527
  margin-left: 5px !important;
524
528
  }
525
- .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 {
526
530
  font-size: 16px !important;
527
531
  }
528
- .e-bigger .e-float-input.e-control-wrapper {
529
- width: 250px !important;
530
- }
531
- .e-bigger .e-predecessor-tooltip {
532
- background-color: #000000;
533
- }
534
- .e-bigger .e-predecessor-dialog {
535
- background-color: #f5f5f5;
536
- }
537
- .e-bigger .e-predecessor-dialog .e-dlg-content {
538
- background-color: #f5f5f5;
539
- padding: 10px 9px 9px 14px !important;
540
- }
541
- .e-bigger .e-dialog .e-dlg-header-content {
542
- padding: 16px 4px 16px 16px !important;
543
- }
544
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
545
- left: 0 !important;
546
- }
547
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
548
- font-size: 12px !important;
549
- }
550
- .e-bigger .e-dialog .e-footer-content {
551
- height: 70px !important;
552
- padding: 16px !important;
553
- }
554
- .e-bigger .e-dialog .e-footer-content .e-btn {
555
- margin-left: 12px;
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-dialog .e-dlg-header {
558
- line-height: 28px;
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 {
557
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
588
558
  min-height: 35px !important;
589
559
  min-width: 35.82px !important;
590
560
  }
591
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
561
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
592
562
  min-height: 35px !important;
593
563
  min-width: 35.82px !important;
594
564
  }
595
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
596
- min-height: 35px !important;
597
- min-width: 35.82px !important;
598
- }
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
  }
@@ -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;
@@ -637,30 +634,34 @@
637
634
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
638
635
  height: 63px !important;
639
636
  }
640
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
641
- background-color: #000000;
642
- border-color: #000000;
643
- color: #F9FAFB;
644
- font-size: 12px;
645
- line-height: 18px;
646
- padding: 0 8px 0 0;
637
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
638
+ padding: 16px 4px 16px 16px !important;
647
639
  }
648
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
649
- background-color: #000000;
650
- border-color: #000000;
651
- color: #F9FAFB;
652
- font-size: 12px;
653
- line-height: 18px;
654
- 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;
655
642
  }
656
- .e-bigger .e-tooltip-wrap .e-tip-content {
657
- padding: 3px !important;
643
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
644
+ font-size: 14px !important;
658
645
  }
659
- .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 {
660
660
  padding: 16px 0 0 !important;
661
661
  }
662
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
663
- 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;
664
665
  }
665
666
  .e-bigger .e-columnmenu {
666
667
  top: 38px;
@@ -669,6 +670,9 @@
669
670
  border-radius: 6px;
670
671
  width: 556px !important;
671
672
  }
673
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
674
+ padding: 0 16px !important;
675
+ }
672
676
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
673
677
  padding: 16px 12px 0 16px;
674
678
  }
@@ -697,100 +701,90 @@
697
701
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
698
702
  border-radius: 50%;
699
703
  height: auto !important;
700
- width: auto !important;
704
+ width: auto;
701
705
  }
702
706
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
703
707
  margin-left: 5px !important;
704
708
  }
705
709
  .e-bigger .e-gantt-dialog .e-icon-dlg-close {
706
- color: #FFFFFF;
710
+ color: #fff;
707
711
  }
708
- .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 {
709
713
  font-size: 16px !important;
710
714
  }
711
- .e-bigger .e-float-input.e-control-wrapper {
712
- width: 250px !important;
713
- }
714
- .e-bigger .e-predecessor-tooltip {
715
- background-color: #000000;
716
- }
717
- .e-bigger .e-predecessor-dialog {
718
- background-color: #f8f8fa;
719
- }
720
- .e-bigger .e-predecessor-dialog .e-dlg-content {
721
- background-color: #f8f8fa;
722
- padding: 10px 9px 9px 14px !important;
723
- }
724
- .e-bigger .e-dialog .e-dlg-header-content {
725
- padding: 16px 4px 16px 16px !important;
726
- }
727
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
728
- left: 1px !important;
729
- }
730
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
731
- font-size: 14px !important;
732
- }
733
- .e-bigger .e-dialog .e-footer-content {
734
- height: 70px !important;
735
- padding: 16px !important;
736
- }
737
- .e-bigger .e-dialog .e-footer-content .e-btn {
738
- margin-left: 12px;
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-dialog .e-dlg-header {
741
- line-height: 28px;
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 {
771
- min-height: 35px !important;
772
- min-width: 35.82px !important;
773
- }
774
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
740
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
775
741
  min-height: 35px !important;
776
742
  min-width: 35.82px !important;
777
743
  }
778
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
744
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
779
745
  min-height: 35px !important;
780
746
  min-width: 35.82px !important;
781
747
  }
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
  }