@syncfusion/ej2-vue-gantt 20.3.57 → 20.3.59
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 +21 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +64 -124
- package/styles/bootstrap.css +65 -126
- package/styles/bootstrap4.css +64 -124
- package/styles/bootstrap5-dark.css +64 -124
- package/styles/bootstrap5.css +64 -124
- package/styles/fabric-dark.css +64 -124
- package/styles/fabric.css +64 -124
- package/styles/fluent-dark.css +64 -124
- package/styles/fluent.css +64 -124
- package/styles/gantt/bootstrap-dark.css +64 -124
- package/styles/gantt/bootstrap.css +65 -126
- package/styles/gantt/bootstrap4.css +64 -124
- package/styles/gantt/bootstrap5-dark.css +64 -124
- package/styles/gantt/bootstrap5.css +64 -124
- package/styles/gantt/fabric-dark.css +64 -124
- package/styles/gantt/fabric.css +64 -124
- package/styles/gantt/fluent-dark.css +64 -124
- package/styles/gantt/fluent.css +64 -124
- package/styles/gantt/highcontrast-light.css +64 -124
- package/styles/gantt/highcontrast.css +64 -124
- package/styles/gantt/material-dark.css +67 -130
- package/styles/gantt/material.css +67 -130
- package/styles/gantt/tailwind-dark.css +66 -128
- package/styles/gantt/tailwind.css +66 -128
- package/styles/highcontrast-light.css +64 -124
- package/styles/highcontrast.css +64 -124
- package/styles/material-dark.css +67 -130
- package/styles/material.css +67 -130
- package/styles/tailwind-dark.css +66 -128
- package/styles/tailwind.css +66 -128
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;
|
|
@@ -1047,10 +1026,10 @@
|
|
|
1047
1026
|
box-sizing: border-box;
|
|
1048
1027
|
}
|
|
1049
1028
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
1050
|
-
border-spacing: 0;
|
|
1029
|
+
border-spacing: 0.25px;
|
|
1051
1030
|
}
|
|
1052
1031
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
1053
|
-
border-top
|
|
1032
|
+
border-top: 0;
|
|
1054
1033
|
}
|
|
1055
1034
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
1056
1035
|
border-collapse: separate;
|
|
@@ -1295,6 +1274,7 @@
|
|
|
1295
1274
|
}
|
|
1296
1275
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1297
1276
|
overflow: hidden;
|
|
1277
|
+
border-collapse: separate;
|
|
1298
1278
|
}
|
|
1299
1279
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1300
1280
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1524,8 +1504,7 @@
|
|
|
1524
1504
|
}
|
|
1525
1505
|
.e-gantt-dialog .e-richtexteditor {
|
|
1526
1506
|
border-bottom-width: 0px;
|
|
1527
|
-
height: 241px !important;
|
|
1528
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1507
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1529
1508
|
overflow: hidden;
|
|
1530
1509
|
}
|
|
1531
1510
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1537,12 +1516,10 @@
|
|
|
1537
1516
|
overflow: hidden;
|
|
1538
1517
|
}
|
|
1539
1518
|
.e-gantt-dialog > .e-dlg-content {
|
|
1540
|
-
padding: 0 !important;
|
|
1541
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1519
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1542
1520
|
}
|
|
1543
1521
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1544
|
-
border-bottom: 0 !important;
|
|
1545
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1522
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1546
1523
|
}
|
|
1547
1524
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1548
1525
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1550,10 +1527,8 @@
|
|
|
1550
1527
|
}
|
|
1551
1528
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1552
1529
|
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 */
|
|
1530
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1531
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1557
1532
|
}
|
|
1558
1533
|
|
|
1559
1534
|
.e-icon-rowselect::before {
|
|
@@ -1561,12 +1536,9 @@
|
|
|
1561
1536
|
}
|
|
1562
1537
|
|
|
1563
1538
|
.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 */
|
|
1539
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1540
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1541
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1570
1542
|
font-weight: normal;
|
|
1571
1543
|
position: absolute;
|
|
1572
1544
|
user-select: none;
|
|
@@ -1689,10 +1661,8 @@
|
|
|
1689
1661
|
}
|
|
1690
1662
|
|
|
1691
1663
|
.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 */
|
|
1664
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1665
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1696
1666
|
visibility: hidden;
|
|
1697
1667
|
}
|
|
1698
1668
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1708,8 +1678,7 @@
|
|
|
1708
1678
|
color: #adb5bd !important;
|
|
1709
1679
|
}
|
|
1710
1680
|
.e-predecessor-tooltip .e-tip-content {
|
|
1711
|
-
padding: 3px !important;
|
|
1712
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1681
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1713
1682
|
}
|
|
1714
1683
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1715
1684
|
background-color: #000;
|
|
@@ -1767,8 +1736,7 @@
|
|
|
1767
1736
|
border-top-right-radius: 0px;
|
|
1768
1737
|
}
|
|
1769
1738
|
.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 */
|
|
1739
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1772
1740
|
}
|
|
1773
1741
|
.e-gantt .e-temp-content {
|
|
1774
1742
|
border-color: #dee2e6;
|
|
@@ -1783,8 +1751,7 @@
|
|
|
1783
1751
|
border-color: #dee2e6;
|
|
1784
1752
|
}
|
|
1785
1753
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1786
|
-
height: 45px !important;
|
|
1787
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1754
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1788
1755
|
}
|
|
1789
1756
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1790
1757
|
background: rgba(0, 123, 255, 0.16);
|
|
@@ -1808,8 +1775,7 @@
|
|
|
1808
1775
|
line-height: 47px;
|
|
1809
1776
|
}
|
|
1810
1777
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1811
|
-
height: 47px !important;
|
|
1812
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1778
|
+
height: 47px !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
1779
|
}
|
|
1814
1780
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1815
1781
|
height: 32px;
|
|
@@ -2099,99 +2065,73 @@
|
|
|
2099
2065
|
color: transparent;
|
|
2100
2066
|
}
|
|
2101
2067
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2102
|
-
color: transparent !important;
|
|
2103
|
-
/* stylelint-disable-line declaration-no-important */
|
|
2068
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2104
2069
|
}
|
|
2105
2070
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2106
|
-
border-color: #8A8A8A !important;
|
|
2107
|
-
/* stylelint-disable-line declaration-no-important */
|
|
2071
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2108
2072
|
}
|
|
2109
2073
|
.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 */
|
|
2074
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2112
2075
|
}
|
|
2113
2076
|
.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 */
|
|
2077
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2116
2078
|
}
|
|
2117
2079
|
.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 */
|
|
2080
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2081
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2122
2082
|
}
|
|
2123
2083
|
.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 */
|
|
2084
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2085
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2128
2086
|
}
|
|
2129
2087
|
.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 */
|
|
2088
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2132
2089
|
}
|
|
2133
2090
|
.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 */
|
|
2091
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2136
2092
|
}
|
|
2137
2093
|
.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 */
|
|
2094
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2095
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2142
2096
|
}
|
|
2143
2097
|
.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 */
|
|
2098
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2099
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2148
2100
|
}
|
|
2149
2101
|
.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 */
|
|
2102
|
+
background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2103
|
+
border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2154
2104
|
}
|
|
2155
2105
|
.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 */
|
|
2106
|
+
border-bottom-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2158
2107
|
}
|
|
2159
2108
|
.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 */
|
|
2109
|
+
border-top-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2162
2110
|
}
|
|
2163
2111
|
.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 */
|
|
2112
|
+
background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2113
|
+
border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2168
2114
|
}
|
|
2169
2115
|
.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 */
|
|
2116
|
+
border-bottom-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2172
2117
|
}
|
|
2173
2118
|
.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 */
|
|
2119
|
+
border-top-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2176
2120
|
}
|
|
2177
2121
|
.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 */
|
|
2122
|
+
border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2180
2123
|
}
|
|
2181
2124
|
.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 */
|
|
2125
|
+
border-left-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2184
2126
|
}
|
|
2185
2127
|
.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 */
|
|
2128
|
+
border-right-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2188
2129
|
}
|
|
2189
2130
|
.e-gantt .e-icons {
|
|
2190
2131
|
color: rgba(0, 0, 0, 0.87);
|
|
2191
2132
|
}
|
|
2192
2133
|
.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 */
|
|
2134
|
+
color: #212529 !important; /* stylelint-disable-line declaration-no-important */
|
|
2195
2135
|
}
|
|
2196
2136
|
|
|
2197
2137
|
.e-gantt-dialog .e-dlg-header {
|