@syncfusion/ej2-vue-gantt 20.3.56 → 20.3.57
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 +28 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +122 -61
- package/styles/bootstrap.css +124 -62
- package/styles/bootstrap4.css +122 -61
- package/styles/bootstrap5-dark.css +122 -61
- package/styles/bootstrap5.css +122 -61
- package/styles/fabric-dark.css +122 -61
- package/styles/fabric.css +122 -61
- package/styles/fluent-dark.css +122 -61
- package/styles/fluent.css +122 -61
- package/styles/gantt/bootstrap-dark.css +122 -61
- package/styles/gantt/bootstrap.css +124 -62
- package/styles/gantt/bootstrap4.css +122 -61
- package/styles/gantt/bootstrap5-dark.css +122 -61
- package/styles/gantt/bootstrap5.css +122 -61
- package/styles/gantt/fabric-dark.css +122 -61
- package/styles/gantt/fabric.css +122 -61
- package/styles/gantt/fluent-dark.css +122 -61
- package/styles/gantt/fluent.css +122 -61
- package/styles/gantt/highcontrast-light.css +122 -61
- package/styles/gantt/highcontrast.css +122 -61
- package/styles/gantt/material-dark.css +128 -64
- package/styles/gantt/material.css +128 -64
- package/styles/gantt/tailwind-dark.css +126 -63
- package/styles/gantt/tailwind.css +126 -63
- package/styles/highcontrast-light.css +122 -61
- package/styles/highcontrast.css +122 -61
- package/styles/material-dark.css +128 -64
- package/styles/material.css +128 -64
- package/styles/tailwind-dark.css +126 -63
- package/styles/tailwind.css +126 -63
package/styles/bootstrap4.css
CHANGED
|
@@ -635,10 +635,12 @@
|
|
|
635
635
|
height: 250px !important;
|
|
636
636
|
}
|
|
637
637
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
638
|
-
height: 63px !important;
|
|
638
|
+
height: 63px !important;
|
|
639
|
+
/* stylelint-disable-line declaration-no-important */
|
|
639
640
|
}
|
|
640
641
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
641
|
-
padding: 16px 4px 16px 16px !important;
|
|
642
|
+
padding: 16px 4px 16px 16px !important;
|
|
643
|
+
/* stylelint-disable-line declaration-no-important */
|
|
642
644
|
}
|
|
643
645
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
644
646
|
left: 1px !important;
|
|
@@ -674,7 +676,8 @@
|
|
|
674
676
|
width: 556px !important;
|
|
675
677
|
}
|
|
676
678
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
677
|
-
padding: 0 16px !important;
|
|
679
|
+
padding: 0 16px !important;
|
|
680
|
+
/* stylelint-disable-line declaration-no-important */
|
|
678
681
|
}
|
|
679
682
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
680
683
|
padding: 16px 12px 0 16px;
|
|
@@ -692,10 +695,12 @@
|
|
|
692
695
|
height: 76px !important;
|
|
693
696
|
}
|
|
694
697
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
695
|
-
border-bottom: 0 !important;
|
|
698
|
+
border-bottom: 0 !important;
|
|
699
|
+
/* stylelint-disable-line declaration-no-important */
|
|
696
700
|
}
|
|
697
701
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
698
|
-
border-radius: 0 !important;
|
|
702
|
+
border-radius: 0 !important;
|
|
703
|
+
/* stylelint-disable-line declaration-no-important */
|
|
699
704
|
}
|
|
700
705
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
701
706
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -703,7 +708,8 @@
|
|
|
703
708
|
}
|
|
704
709
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
705
710
|
border-radius: 50%;
|
|
706
|
-
height: auto !important;
|
|
711
|
+
height: auto !important;
|
|
712
|
+
/* stylelint-disable-line declaration-no-important */
|
|
707
713
|
width: auto;
|
|
708
714
|
}
|
|
709
715
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -713,21 +719,26 @@
|
|
|
713
719
|
color: #fff;
|
|
714
720
|
}
|
|
715
721
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
716
|
-
font-size: 16px !important;
|
|
722
|
+
font-size: 16px !important;
|
|
723
|
+
/* stylelint-disable-line declaration-no-important */
|
|
717
724
|
}
|
|
718
725
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
719
726
|
min-height: 35px !important;
|
|
720
|
-
min-width: 35.82px !important;
|
|
727
|
+
min-width: 35.82px !important;
|
|
728
|
+
/* stylelint-disable-line declaration-no-important */
|
|
721
729
|
}
|
|
722
730
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
723
731
|
line-height: 24px;
|
|
724
|
-
padding: 6px 16px 6px 15px !important;
|
|
732
|
+
padding: 6px 16px 6px 15px !important;
|
|
733
|
+
/* stylelint-disable-line declaration-no-important */
|
|
725
734
|
}
|
|
726
735
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
727
|
-
padding: 6px 21px 6px 23px !important;
|
|
736
|
+
padding: 6px 21px 6px 23px !important;
|
|
737
|
+
/* stylelint-disable-line declaration-no-important */
|
|
728
738
|
}
|
|
729
739
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
730
|
-
font-size: 16px !important;
|
|
740
|
+
font-size: 16px !important;
|
|
741
|
+
/* stylelint-disable-line declaration-no-important */
|
|
731
742
|
}
|
|
732
743
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
733
744
|
font-size: 14px;
|
|
@@ -742,17 +753,20 @@
|
|
|
742
753
|
}
|
|
743
754
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
744
755
|
min-height: 35px !important;
|
|
745
|
-
min-width: 35.82px !important;
|
|
756
|
+
min-width: 35.82px !important;
|
|
757
|
+
/* stylelint-disable-line declaration-no-important */
|
|
746
758
|
}
|
|
747
759
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
748
760
|
min-height: 35px !important;
|
|
749
|
-
min-width: 35.82px !important;
|
|
761
|
+
min-width: 35.82px !important;
|
|
762
|
+
/* stylelint-disable-line declaration-no-important */
|
|
750
763
|
}
|
|
751
764
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
752
765
|
height: 36px;
|
|
753
766
|
}
|
|
754
767
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
755
|
-
min-width: 36px !important;
|
|
768
|
+
min-width: 36px !important;
|
|
769
|
+
/* stylelint-disable-line declaration-no-important */
|
|
756
770
|
}
|
|
757
771
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
758
772
|
border-top: 8px solid #000;
|
|
@@ -767,7 +781,8 @@
|
|
|
767
781
|
color: #adb5bd !important;
|
|
768
782
|
}
|
|
769
783
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
770
|
-
padding: 3px !important;
|
|
784
|
+
padding: 3px !important;
|
|
785
|
+
/* stylelint-disable-line declaration-no-important */
|
|
771
786
|
}
|
|
772
787
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
773
788
|
background-color: #000;
|
|
@@ -872,7 +887,8 @@
|
|
|
872
887
|
margin: 0;
|
|
873
888
|
}
|
|
874
889
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
875
|
-
overflow: hidden !important;
|
|
890
|
+
overflow: hidden !important;
|
|
891
|
+
/* stylelint-disable-line declaration-no-important */
|
|
876
892
|
}
|
|
877
893
|
.e-gantt .e-temp-content {
|
|
878
894
|
border-left: 1px solid;
|
|
@@ -899,19 +915,23 @@
|
|
|
899
915
|
height: 45px;
|
|
900
916
|
}
|
|
901
917
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
902
|
-
border-right-width: 0 !important;
|
|
918
|
+
border-right-width: 0 !important;
|
|
919
|
+
/* stylelint-disable-line declaration-no-important */
|
|
903
920
|
}
|
|
904
921
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
905
922
|
border-top-style: none;
|
|
906
923
|
border-top-width: 0;
|
|
907
|
-
padding-right: 0 !important;
|
|
924
|
+
padding-right: 0 !important;
|
|
925
|
+
/* stylelint-disable-line declaration-no-important */
|
|
908
926
|
}
|
|
909
927
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
910
928
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
911
|
-
height: 63px !important;
|
|
929
|
+
height: 63px !important;
|
|
930
|
+
/* stylelint-disable-line declaration-no-important */
|
|
912
931
|
}
|
|
913
932
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
914
|
-
overflow-x: scroll !important;
|
|
933
|
+
overflow-x: scroll !important;
|
|
934
|
+
/* stylelint-disable-line declaration-no-important */
|
|
915
935
|
}
|
|
916
936
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
917
937
|
width: calc(100% + 17px);
|
|
@@ -936,7 +956,8 @@
|
|
|
936
956
|
border-right: 0 solid;
|
|
937
957
|
}
|
|
938
958
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
939
|
-
-webkit-overflow-scrolling: touch;
|
|
959
|
+
-webkit-overflow-scrolling: touch;
|
|
960
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
940
961
|
overflow-x: scroll;
|
|
941
962
|
overflow-y: auto;
|
|
942
963
|
position: relative;
|
|
@@ -1503,7 +1524,8 @@
|
|
|
1503
1524
|
}
|
|
1504
1525
|
.e-gantt-dialog .e-richtexteditor {
|
|
1505
1526
|
border-bottom-width: 0px;
|
|
1506
|
-
height: 241px !important;
|
|
1527
|
+
height: 241px !important;
|
|
1528
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1507
1529
|
overflow: hidden;
|
|
1508
1530
|
}
|
|
1509
1531
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1515,10 +1537,12 @@
|
|
|
1515
1537
|
overflow: hidden;
|
|
1516
1538
|
}
|
|
1517
1539
|
.e-gantt-dialog > .e-dlg-content {
|
|
1518
|
-
padding: 0 !important;
|
|
1540
|
+
padding: 0 !important;
|
|
1541
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1519
1542
|
}
|
|
1520
1543
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1521
|
-
border-bottom: 0 !important;
|
|
1544
|
+
border-bottom: 0 !important;
|
|
1545
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1522
1546
|
}
|
|
1523
1547
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1524
1548
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1526,8 +1550,10 @@
|
|
|
1526
1550
|
}
|
|
1527
1551
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1528
1552
|
border-radius: 50%;
|
|
1529
|
-
height: auto !important;
|
|
1530
|
-
|
|
1553
|
+
height: auto !important;
|
|
1554
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1555
|
+
width: auto !important;
|
|
1556
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1531
1557
|
}
|
|
1532
1558
|
|
|
1533
1559
|
.e-icon-rowselect::before {
|
|
@@ -1535,9 +1561,12 @@
|
|
|
1535
1561
|
}
|
|
1536
1562
|
|
|
1537
1563
|
.e-ganttpopup {
|
|
1538
|
-
-moz-user-select: none;
|
|
1539
|
-
|
|
1540
|
-
-
|
|
1564
|
+
-moz-user-select: none;
|
|
1565
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1566
|
+
-ms-user-select: none;
|
|
1567
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1568
|
+
-webkit-user-select: none;
|
|
1569
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1541
1570
|
font-weight: normal;
|
|
1542
1571
|
position: absolute;
|
|
1543
1572
|
user-select: none;
|
|
@@ -1660,8 +1689,10 @@
|
|
|
1660
1689
|
}
|
|
1661
1690
|
|
|
1662
1691
|
.e-predecessor-tooltip {
|
|
1663
|
-
background-color: #000 !important;
|
|
1664
|
-
|
|
1692
|
+
background-color: #000 !important;
|
|
1693
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1694
|
+
border-color: #000 !important;
|
|
1695
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1665
1696
|
visibility: hidden;
|
|
1666
1697
|
}
|
|
1667
1698
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1677,7 +1708,8 @@
|
|
|
1677
1708
|
color: #adb5bd !important;
|
|
1678
1709
|
}
|
|
1679
1710
|
.e-predecessor-tooltip .e-tip-content {
|
|
1680
|
-
padding: 3px !important;
|
|
1711
|
+
padding: 3px !important;
|
|
1712
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1681
1713
|
}
|
|
1682
1714
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1683
1715
|
background-color: #000;
|
|
@@ -1735,7 +1767,8 @@
|
|
|
1735
1767
|
border-top-right-radius: 0px;
|
|
1736
1768
|
}
|
|
1737
1769
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1738
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1770
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1771
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1739
1772
|
}
|
|
1740
1773
|
.e-gantt .e-temp-content {
|
|
1741
1774
|
border-color: #dee2e6;
|
|
@@ -1750,7 +1783,8 @@
|
|
|
1750
1783
|
border-color: #dee2e6;
|
|
1751
1784
|
}
|
|
1752
1785
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1753
|
-
height: 45px !important;
|
|
1786
|
+
height: 45px !important;
|
|
1787
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1754
1788
|
}
|
|
1755
1789
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1756
1790
|
background: rgba(0, 123, 255, 0.16);
|
|
@@ -1774,7 +1808,8 @@
|
|
|
1774
1808
|
line-height: 47px;
|
|
1775
1809
|
}
|
|
1776
1810
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1777
|
-
height: 47px !important;
|
|
1811
|
+
height: 47px !important;
|
|
1812
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1778
1813
|
}
|
|
1779
1814
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1780
1815
|
height: 32px;
|
|
@@ -2064,73 +2099,99 @@
|
|
|
2064
2099
|
color: transparent;
|
|
2065
2100
|
}
|
|
2066
2101
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2067
|
-
color: transparent !important;
|
|
2102
|
+
color: transparent !important;
|
|
2103
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2068
2104
|
}
|
|
2069
2105
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2070
|
-
border-color: #8A8A8A !important;
|
|
2106
|
+
border-color: #8A8A8A !important;
|
|
2107
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2071
2108
|
}
|
|
2072
2109
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2073
|
-
border-left-color: #8A8A8A !important;
|
|
2110
|
+
border-left-color: #8A8A8A !important;
|
|
2111
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2074
2112
|
}
|
|
2075
2113
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2076
|
-
border-right-color: #8A8A8A !important;
|
|
2114
|
+
border-right-color: #8A8A8A !important;
|
|
2115
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2077
2116
|
}
|
|
2078
2117
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2079
|
-
background: #D5D5D5 !important;
|
|
2080
|
-
|
|
2118
|
+
background: #D5D5D5 !important;
|
|
2119
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2120
|
+
border: #D5D5D5 !important;
|
|
2121
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2081
2122
|
}
|
|
2082
2123
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2083
|
-
background-color: transparent !important;
|
|
2084
|
-
|
|
2124
|
+
background-color: transparent !important;
|
|
2125
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2126
|
+
border: transparent !important;
|
|
2127
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2085
2128
|
}
|
|
2086
2129
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
2087
|
-
border-bottom-color: #D5D5D5 !important;
|
|
2130
|
+
border-bottom-color: #D5D5D5 !important;
|
|
2131
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2088
2132
|
}
|
|
2089
2133
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2090
|
-
border-top-color: #D5D5D5 !important;
|
|
2134
|
+
border-top-color: #D5D5D5 !important;
|
|
2135
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2091
2136
|
}
|
|
2092
2137
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2093
|
-
background-color: #8A8A8A !important;
|
|
2094
|
-
|
|
2138
|
+
background-color: #8A8A8A !important;
|
|
2139
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2140
|
+
border: #8A8A8A !important;
|
|
2141
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2095
2142
|
}
|
|
2096
2143
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2097
|
-
background-color: transparent !important;
|
|
2098
|
-
|
|
2144
|
+
background-color: transparent !important;
|
|
2145
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2146
|
+
border: transparent !important;
|
|
2147
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2099
2148
|
}
|
|
2100
2149
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2101
|
-
background: #0056b3 !important;
|
|
2102
|
-
|
|
2150
|
+
background: #0056b3 !important;
|
|
2151
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2152
|
+
border: #0056b3 !important;
|
|
2153
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2103
2154
|
}
|
|
2104
2155
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
2105
|
-
border-bottom-color: #0056b3 !important;
|
|
2156
|
+
border-bottom-color: #0056b3 !important;
|
|
2157
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2106
2158
|
}
|
|
2107
2159
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2108
|
-
border-top-color: #0056b3 !important;
|
|
2160
|
+
border-top-color: #0056b3 !important;
|
|
2161
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2109
2162
|
}
|
|
2110
2163
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2111
|
-
background: #66b0ff !important;
|
|
2112
|
-
|
|
2164
|
+
background: #66b0ff !important;
|
|
2165
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2166
|
+
border: #66b0ff !important;
|
|
2167
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2113
2168
|
}
|
|
2114
2169
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
2115
|
-
border-bottom-color: #66b0ff !important;
|
|
2170
|
+
border-bottom-color: #66b0ff !important;
|
|
2171
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2116
2172
|
}
|
|
2117
2173
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2118
|
-
border-top-color: #66b0ff !important;
|
|
2174
|
+
border-top-color: #66b0ff !important;
|
|
2175
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2119
2176
|
}
|
|
2120
2177
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2121
|
-
border-color: #0056b3 !important;
|
|
2178
|
+
border-color: #0056b3 !important;
|
|
2179
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2122
2180
|
}
|
|
2123
2181
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2124
|
-
border-left-color: #0056b3 !important;
|
|
2182
|
+
border-left-color: #0056b3 !important;
|
|
2183
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2125
2184
|
}
|
|
2126
2185
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2127
|
-
border-right-color: #0056b3 !important;
|
|
2186
|
+
border-right-color: #0056b3 !important;
|
|
2187
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2128
2188
|
}
|
|
2129
2189
|
.e-gantt .e-icons {
|
|
2130
2190
|
color: rgba(0, 0, 0, 0.87);
|
|
2131
2191
|
}
|
|
2132
2192
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
2133
|
-
color: #212529 !important;
|
|
2193
|
+
color: #212529 !important;
|
|
2194
|
+
/* stylelint-disable-line declaration-no-important */
|
|
2134
2195
|
}
|
|
2135
2196
|
|
|
2136
2197
|
.e-gantt-dialog .e-dlg-header {
|