@syncfusion/ej2-react-gantt 20.2.49 → 20.3.47
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.
- package/CHANGELOG.md +31 -0
- package/dist/ej2-react-gantt.min.js +10 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +115 -62
- package/styles/bootstrap.css +115 -62
- package/styles/bootstrap4.css +115 -62
- package/styles/bootstrap5-dark.css +119 -63
- package/styles/bootstrap5.css +119 -63
- package/styles/fabric-dark.css +115 -62
- package/styles/fabric.css +115 -62
- package/styles/fluent-dark.css +126 -66
- package/styles/fluent.css +124 -64
- package/styles/gantt/bootstrap-dark.css +115 -62
- package/styles/gantt/bootstrap.css +115 -62
- package/styles/gantt/bootstrap4.css +115 -62
- package/styles/gantt/bootstrap5-dark.css +119 -63
- package/styles/gantt/bootstrap5.css +119 -63
- package/styles/gantt/fabric-dark.css +115 -62
- package/styles/gantt/fabric.css +115 -62
- package/styles/gantt/fluent-dark.css +126 -66
- package/styles/gantt/fluent.css +124 -64
- package/styles/gantt/highcontrast-light.css +120 -62
- package/styles/gantt/highcontrast.css +120 -62
- package/styles/gantt/material-dark.css +120 -65
- package/styles/gantt/material.css +118 -65
- package/styles/gantt/tailwind-dark.css +117 -64
- package/styles/gantt/tailwind.css +117 -64
- package/styles/highcontrast-light.css +120 -62
- package/styles/highcontrast.css +120 -62
- package/styles/material-dark.css +120 -65
- package/styles/material.css +118 -65
- package/styles/tailwind-dark.css +117 -64
- package/styles/tailwind.css +117 -64
package/styles/bootstrap4.css
CHANGED
|
@@ -467,6 +467,8 @@
|
|
|
467
467
|
/*! Horizontal Tab */
|
|
468
468
|
/*! Bootstrap specific themes definition's */
|
|
469
469
|
/*! Vertical Tab */
|
|
470
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
471
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
470
472
|
@keyframes material-spinner-rotate {
|
|
471
473
|
0% {
|
|
472
474
|
transform: rotate(0);
|
|
@@ -483,6 +485,7 @@
|
|
|
483
485
|
transform: rotate(360deg);
|
|
484
486
|
}
|
|
485
487
|
}
|
|
488
|
+
/* stylelint-disable */
|
|
486
489
|
.e-gantt .e-add::before {
|
|
487
490
|
content: "\e759";
|
|
488
491
|
}
|
|
@@ -632,10 +635,10 @@
|
|
|
632
635
|
height: 250px !important;
|
|
633
636
|
}
|
|
634
637
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
635
|
-
height: 63px !important;
|
|
638
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
636
639
|
}
|
|
637
640
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
638
|
-
padding: 16px 4px 16px 16px !important;
|
|
641
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
639
642
|
}
|
|
640
643
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
641
644
|
left: 1px !important;
|
|
@@ -653,7 +656,7 @@
|
|
|
653
656
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
654
657
|
line-height: 28px;
|
|
655
658
|
}
|
|
656
|
-
.e-bigger .e-gantt .e-filter-popup {
|
|
659
|
+
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
657
660
|
width: 350px !important;
|
|
658
661
|
}
|
|
659
662
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
@@ -666,12 +669,12 @@
|
|
|
666
669
|
.e-bigger .e-columnmenu {
|
|
667
670
|
top: 38px;
|
|
668
671
|
}
|
|
669
|
-
.e-bigger .e-gantt-dialog {
|
|
672
|
+
.e-bigger .e-gantt-dialog .e-dialog {
|
|
670
673
|
border-radius: 6px;
|
|
671
674
|
width: 556px !important;
|
|
672
675
|
}
|
|
673
676
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
674
|
-
padding: 0 16px !important;
|
|
677
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
675
678
|
}
|
|
676
679
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
677
680
|
padding: 16px 12px 0 16px;
|
|
@@ -689,10 +692,10 @@
|
|
|
689
692
|
height: 76px !important;
|
|
690
693
|
}
|
|
691
694
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
692
|
-
border-bottom: 0 !important;
|
|
695
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
693
696
|
}
|
|
694
697
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
695
|
-
border-radius: 0 !important;
|
|
698
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
696
699
|
}
|
|
697
700
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
698
701
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -700,7 +703,7 @@
|
|
|
700
703
|
}
|
|
701
704
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
702
705
|
border-radius: 50%;
|
|
703
|
-
height: auto !important;
|
|
706
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
704
707
|
width: auto;
|
|
705
708
|
}
|
|
706
709
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -710,21 +713,21 @@
|
|
|
710
713
|
color: #fff;
|
|
711
714
|
}
|
|
712
715
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
713
|
-
font-size: 16px !important;
|
|
716
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
714
717
|
}
|
|
715
718
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
716
719
|
min-height: 35px !important;
|
|
717
|
-
min-width: 35.82px !important;
|
|
720
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
718
721
|
}
|
|
719
722
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
720
723
|
line-height: 24px;
|
|
721
|
-
padding: 6px 16px 6px 15px !important;
|
|
724
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
722
725
|
}
|
|
723
726
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
724
|
-
padding: 6px 21px 6px 23px !important;
|
|
727
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
725
728
|
}
|
|
726
729
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
727
|
-
font-size: 16px !important;
|
|
730
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
728
731
|
}
|
|
729
732
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
730
733
|
font-size: 14px;
|
|
@@ -739,20 +742,23 @@
|
|
|
739
742
|
}
|
|
740
743
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
741
744
|
min-height: 35px !important;
|
|
742
|
-
min-width: 35.82px !important;
|
|
745
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
743
746
|
}
|
|
744
747
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
745
748
|
min-height: 35px !important;
|
|
746
|
-
min-width: 35.82px !important;
|
|
749
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
747
750
|
}
|
|
748
751
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
749
752
|
height: 36px;
|
|
750
753
|
}
|
|
751
754
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
752
|
-
min-width: 36px !important;
|
|
755
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
753
756
|
}
|
|
754
|
-
.e-bigger .e-predecessor-tooltip {
|
|
755
|
-
|
|
757
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
758
|
+
border-top: 8px solid #000;
|
|
759
|
+
}
|
|
760
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
761
|
+
color: #000;
|
|
756
762
|
}
|
|
757
763
|
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
758
764
|
color: #adb5bd !important;
|
|
@@ -761,7 +767,7 @@
|
|
|
761
767
|
color: #adb5bd !important;
|
|
762
768
|
}
|
|
763
769
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
764
|
-
padding: 3px !important;
|
|
770
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
765
771
|
}
|
|
766
772
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
767
773
|
background-color: #000;
|
|
@@ -785,6 +791,9 @@
|
|
|
785
791
|
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
786
792
|
background-color: #f8f9fa;
|
|
787
793
|
padding: 10px 9px 9px 14px !important;
|
|
794
|
+
font-size: 12px;
|
|
795
|
+
font-weight: 400;
|
|
796
|
+
line-height: 1.8;
|
|
788
797
|
}
|
|
789
798
|
|
|
790
799
|
.e-gantt {
|
|
@@ -863,7 +872,7 @@
|
|
|
863
872
|
margin: 0;
|
|
864
873
|
}
|
|
865
874
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
866
|
-
overflow: hidden !important;
|
|
875
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
867
876
|
}
|
|
868
877
|
.e-gantt .e-temp-content {
|
|
869
878
|
border-left: 1px solid;
|
|
@@ -890,19 +899,19 @@
|
|
|
890
899
|
height: 45px;
|
|
891
900
|
}
|
|
892
901
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
893
|
-
border-right-width: 0 !important;
|
|
902
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
894
903
|
}
|
|
895
904
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
896
905
|
border-top-style: none;
|
|
897
906
|
border-top-width: 0;
|
|
898
|
-
padding-right: 0 !important;
|
|
907
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
899
908
|
}
|
|
900
909
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
901
910
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
902
|
-
height: 63px !important;
|
|
911
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
903
912
|
}
|
|
904
913
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
905
|
-
overflow-x: scroll !important;
|
|
914
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
906
915
|
}
|
|
907
916
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
908
917
|
width: calc(100% + 17px);
|
|
@@ -927,7 +936,7 @@
|
|
|
927
936
|
border-right: 0 solid;
|
|
928
937
|
}
|
|
929
938
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
930
|
-
-webkit-overflow-scrolling: touch;
|
|
939
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
931
940
|
overflow-x: scroll;
|
|
932
941
|
overflow-y: auto;
|
|
933
942
|
position: relative;
|
|
@@ -1494,7 +1503,7 @@
|
|
|
1494
1503
|
}
|
|
1495
1504
|
.e-gantt-dialog .e-richtexteditor {
|
|
1496
1505
|
border-bottom-width: 0px;
|
|
1497
|
-
height: 241px !important;
|
|
1506
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1498
1507
|
overflow: hidden;
|
|
1499
1508
|
}
|
|
1500
1509
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1506,10 +1515,10 @@
|
|
|
1506
1515
|
overflow: hidden;
|
|
1507
1516
|
}
|
|
1508
1517
|
.e-gantt-dialog > .e-dlg-content {
|
|
1509
|
-
padding: 0 !important;
|
|
1518
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1510
1519
|
}
|
|
1511
1520
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1512
|
-
border-bottom: 0 !important;
|
|
1521
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1513
1522
|
}
|
|
1514
1523
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1515
1524
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1517,8 +1526,8 @@
|
|
|
1517
1526
|
}
|
|
1518
1527
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1519
1528
|
border-radius: 50%;
|
|
1520
|
-
height: auto !important;
|
|
1521
|
-
width: auto !important;
|
|
1529
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1530
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1522
1531
|
}
|
|
1523
1532
|
|
|
1524
1533
|
.e-icon-rowselect::before {
|
|
@@ -1526,9 +1535,9 @@
|
|
|
1526
1535
|
}
|
|
1527
1536
|
|
|
1528
1537
|
.e-ganttpopup {
|
|
1529
|
-
-moz-user-select: none;
|
|
1530
|
-
-ms-user-select: none;
|
|
1531
|
-
-webkit-user-select: none;
|
|
1538
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1539
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1540
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1532
1541
|
font-weight: normal;
|
|
1533
1542
|
position: absolute;
|
|
1534
1543
|
user-select: none;
|
|
@@ -1651,8 +1660,52 @@
|
|
|
1651
1660
|
}
|
|
1652
1661
|
|
|
1653
1662
|
.e-predecessor-tooltip {
|
|
1663
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1664
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1654
1665
|
visibility: hidden;
|
|
1655
1666
|
}
|
|
1667
|
+
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
1668
|
+
border-top: 8px solid #000;
|
|
1669
|
+
}
|
|
1670
|
+
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
1671
|
+
color: #000;
|
|
1672
|
+
}
|
|
1673
|
+
.e-predecessor-tooltip .e-left-btn:disabled {
|
|
1674
|
+
color: #adb5bd !important;
|
|
1675
|
+
}
|
|
1676
|
+
.e-predecessor-tooltip .e-right-btn:disabled {
|
|
1677
|
+
color: #adb5bd !important;
|
|
1678
|
+
}
|
|
1679
|
+
.e-predecessor-tooltip .e-tip-content {
|
|
1680
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1681
|
+
}
|
|
1682
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1683
|
+
background-color: #000;
|
|
1684
|
+
border-color: #000;
|
|
1685
|
+
color: #f8f9fa;
|
|
1686
|
+
font-size: 12px;
|
|
1687
|
+
line-height: 18px;
|
|
1688
|
+
padding: 0 8px 0 0;
|
|
1689
|
+
}
|
|
1690
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1691
|
+
background-color: #000;
|
|
1692
|
+
border-color: #000;
|
|
1693
|
+
color: #f8f9fa;
|
|
1694
|
+
font-size: 12px;
|
|
1695
|
+
line-height: 18px;
|
|
1696
|
+
padding: 0 0 0 8px;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
.e-predecessor-dialog {
|
|
1700
|
+
background-color: #f8f9fa;
|
|
1701
|
+
}
|
|
1702
|
+
.e-predecessor-dialog .e-dlg-content {
|
|
1703
|
+
background-color: #f8f9fa;
|
|
1704
|
+
padding: 10px 9px 9px 14px !important;
|
|
1705
|
+
font-size: 12px;
|
|
1706
|
+
font-weight: 400;
|
|
1707
|
+
line-height: 1.8;
|
|
1708
|
+
}
|
|
1656
1709
|
|
|
1657
1710
|
/*! Gantt theme */
|
|
1658
1711
|
.e-gantt .e-gantt-splitter {
|
|
@@ -1682,7 +1735,7 @@
|
|
|
1682
1735
|
border-top-right-radius: 0px;
|
|
1683
1736
|
}
|
|
1684
1737
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1685
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1738
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1686
1739
|
}
|
|
1687
1740
|
.e-gantt .e-temp-content {
|
|
1688
1741
|
border-color: #dee2e6;
|
|
@@ -1697,7 +1750,7 @@
|
|
|
1697
1750
|
border-color: #dee2e6;
|
|
1698
1751
|
}
|
|
1699
1752
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1700
|
-
height: 45px !important;
|
|
1753
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1701
1754
|
}
|
|
1702
1755
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1703
1756
|
background: rgba(0, 123, 255, 0.16);
|
|
@@ -1721,7 +1774,7 @@
|
|
|
1721
1774
|
line-height: 47px;
|
|
1722
1775
|
}
|
|
1723
1776
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1724
|
-
height: 47px !important;
|
|
1777
|
+
height: 47px !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
1778
|
}
|
|
1726
1779
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1727
1780
|
height: 32px;
|
|
@@ -2011,73 +2064,73 @@
|
|
|
2011
2064
|
color: transparent;
|
|
2012
2065
|
}
|
|
2013
2066
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2014
|
-
color: transparent !important;
|
|
2067
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2015
2068
|
}
|
|
2016
2069
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2017
|
-
border-color: #8A8A8A !important;
|
|
2070
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
2071
|
}
|
|
2019
2072
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2020
|
-
border-left-color: #8A8A8A !important;
|
|
2073
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2021
2074
|
}
|
|
2022
2075
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2023
|
-
border-right-color: #8A8A8A !important;
|
|
2076
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2024
2077
|
}
|
|
2025
2078
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2026
|
-
background: #D5D5D5 !important;
|
|
2027
|
-
border: #D5D5D5 !important;
|
|
2079
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2080
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2028
2081
|
}
|
|
2029
2082
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2030
|
-
background-color: transparent !important;
|
|
2031
|
-
border: transparent !important;
|
|
2083
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2084
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2032
2085
|
}
|
|
2033
2086
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
2034
|
-
border-bottom-color: #D5D5D5 !important;
|
|
2087
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
2088
|
}
|
|
2036
2089
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2037
|
-
border-top-color: #D5D5D5 !important;
|
|
2090
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
2091
|
}
|
|
2039
2092
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2040
|
-
background-color: #8A8A8A !important;
|
|
2041
|
-
border: #8A8A8A !important;
|
|
2093
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2094
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2042
2095
|
}
|
|
2043
2096
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2044
|
-
background-color: transparent !important;
|
|
2045
|
-
border: transparent !important;
|
|
2097
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2098
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2046
2099
|
}
|
|
2047
2100
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2048
|
-
background: #0056b3 !important;
|
|
2049
|
-
border: #0056b3 !important;
|
|
2101
|
+
background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2102
|
+
border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2050
2103
|
}
|
|
2051
2104
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
2052
|
-
border-bottom-color: #0056b3 !important;
|
|
2105
|
+
border-bottom-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2053
2106
|
}
|
|
2054
2107
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2055
|
-
border-top-color: #0056b3 !important;
|
|
2108
|
+
border-top-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2056
2109
|
}
|
|
2057
2110
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2058
|
-
background: #66b0ff !important;
|
|
2059
|
-
border: #66b0ff !important;
|
|
2111
|
+
background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2112
|
+
border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2060
2113
|
}
|
|
2061
2114
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
2062
|
-
border-bottom-color: #66b0ff !important;
|
|
2115
|
+
border-bottom-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2063
2116
|
}
|
|
2064
2117
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2065
|
-
border-top-color: #66b0ff !important;
|
|
2118
|
+
border-top-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2066
2119
|
}
|
|
2067
2120
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2068
|
-
border-color: #0056b3 !important;
|
|
2121
|
+
border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2069
2122
|
}
|
|
2070
2123
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2071
|
-
border-left-color: #0056b3 !important;
|
|
2124
|
+
border-left-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2072
2125
|
}
|
|
2073
2126
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2074
|
-
border-right-color: #0056b3 !important;
|
|
2127
|
+
border-right-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2075
2128
|
}
|
|
2076
2129
|
.e-gantt .e-icons {
|
|
2077
2130
|
color: rgba(0, 0, 0, 0.87);
|
|
2078
2131
|
}
|
|
2079
2132
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
2080
|
-
color: #212529 !important;
|
|
2133
|
+
color: #212529 !important; /* stylelint-disable-line declaration-no-important */
|
|
2081
2134
|
}
|
|
2082
2135
|
|
|
2083
2136
|
.e-gantt-dialog .e-dlg-header {
|