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