@syncfusion/ej2-vue-gantt 21.1.35 → 21.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +164 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +2 -2
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +10 -9
- package/src/gantt/gantt.component.js +2 -2
- package/styles/bootstrap-dark.css +31 -47
- package/styles/bootstrap.css +33 -49
- package/styles/bootstrap4.css +33 -49
- package/styles/bootstrap5-dark.css +31 -47
- package/styles/bootstrap5.css +31 -47
- package/styles/fabric-dark.css +31 -47
- package/styles/fabric.css +31 -47
- package/styles/fluent-dark.css +31 -50
- package/styles/fluent.css +31 -50
- package/styles/gantt/bootstrap-dark.css +31 -47
- package/styles/gantt/bootstrap.css +33 -49
- package/styles/gantt/bootstrap4.css +33 -49
- package/styles/gantt/bootstrap5-dark.css +31 -47
- package/styles/gantt/bootstrap5.css +31 -47
- package/styles/gantt/fabric-dark.css +31 -47
- package/styles/gantt/fabric.css +31 -47
- package/styles/gantt/fluent-dark.css +31 -50
- package/styles/gantt/fluent.css +31 -50
- package/styles/gantt/highcontrast-light.css +31 -47
- package/styles/gantt/highcontrast.css +31 -47
- package/styles/gantt/material-dark.css +31 -47
- package/styles/gantt/material.css +31 -47
- package/styles/gantt/material3-dark.css +2193 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2249 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +31 -47
- package/styles/gantt/tailwind.css +31 -47
- package/styles/highcontrast-light.css +31 -47
- package/styles/highcontrast.css +31 -47
- package/styles/material-dark.css +31 -47
- package/styles/material.css +31 -47
- package/styles/material3-dark.css +2193 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2249 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +31 -47
- package/styles/tailwind.css +31 -47
|
@@ -345,9 +345,6 @@
|
|
|
345
345
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
346
346
|
line-height: 28px;
|
|
347
347
|
}
|
|
348
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
349
|
-
width: 319px !important;
|
|
350
|
-
}
|
|
351
348
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
352
349
|
padding: 24px 0 0 !important;
|
|
353
350
|
}
|
|
@@ -688,6 +685,9 @@
|
|
|
688
685
|
line-height: 10px;
|
|
689
686
|
vertical-align: middle;
|
|
690
687
|
}
|
|
688
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
689
|
+
pointer-events: none;
|
|
690
|
+
}
|
|
691
691
|
.e-gantt .e-gantt-chart {
|
|
692
692
|
height: 100%;
|
|
693
693
|
overflow: hidden;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #4b5563;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|
|
@@ -1610,6 +1614,9 @@
|
|
|
1610
1614
|
background: #6b7280;
|
|
1611
1615
|
opacity: 0.9;
|
|
1612
1616
|
}
|
|
1617
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1618
|
+
border-color: #22d3ee;
|
|
1619
|
+
}
|
|
1613
1620
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1614
1621
|
background: #232e3e;
|
|
1615
1622
|
border-bottom-color: #4b5563;
|
|
@@ -1657,7 +1664,7 @@
|
|
|
1657
1664
|
outline-color: #6b7280;
|
|
1658
1665
|
}
|
|
1659
1666
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1660
|
-
background
|
|
1667
|
+
background: #0891b2;
|
|
1661
1668
|
outline: 1px solid #22d3ee;
|
|
1662
1669
|
border-radius: 4px;
|
|
1663
1670
|
}
|
|
@@ -1694,7 +1701,7 @@
|
|
|
1694
1701
|
border-radius: 3px;
|
|
1695
1702
|
}
|
|
1696
1703
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1697
|
-
background
|
|
1704
|
+
background: #dcfce7;
|
|
1698
1705
|
outline: 1px solid #22c55e;
|
|
1699
1706
|
}
|
|
1700
1707
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1862,23 +1869,16 @@
|
|
|
1862
1869
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1863
1870
|
color: #000;
|
|
1864
1871
|
}
|
|
1865
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1869
|
-
border-top-color: #9ca3af;
|
|
1870
|
-
}
|
|
1871
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1872
|
-
border-bottom-color: #9ca3af;
|
|
1873
|
-
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1875
|
-
border-top-color: #9ca3af;
|
|
1872
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1873
|
+
background-color: #9ca3af;
|
|
1874
|
+
border-color: #22d3ee;
|
|
1876
1875
|
}
|
|
1877
|
-
.e-gantt .e-gantt-chart .e-
|
|
1878
|
-
|
|
1876
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1877
|
+
background-color: #9ca3af;
|
|
1879
1878
|
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1881
|
-
|
|
1879
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1880
|
+
background-color: #9ca3af;
|
|
1881
|
+
border-color: #22d3ee;
|
|
1882
1882
|
}
|
|
1883
1883
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1884
1884
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1898,11 +1898,8 @@
|
|
|
1898
1898
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1899
1899
|
background-color: #f97316;
|
|
1900
1900
|
}
|
|
1901
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1902
|
-
|
|
1903
|
-
}
|
|
1904
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1905
|
-
border-top-color: #f97316;
|
|
1901
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1902
|
+
background-color: #f97316;
|
|
1906
1903
|
}
|
|
1907
1904
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1908
1905
|
border-bottom-color: #4b5563;
|
|
@@ -1956,11 +1953,8 @@
|
|
|
1956
1953
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1957
1954
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
1955
|
}
|
|
1959
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1960
|
-
|
|
1961
|
-
}
|
|
1962
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1963
|
-
border-top-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1956
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1957
|
+
background-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1964
1958
|
}
|
|
1965
1959
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1966
1960
|
background-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1974,21 +1968,15 @@
|
|
|
1974
1968
|
background: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1975
1969
|
border: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
1970
|
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1978
|
-
|
|
1979
|
-
}
|
|
1980
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1981
|
-
border-top-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1971
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1972
|
+
background-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1982
1973
|
}
|
|
1983
1974
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1984
1975
|
background: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1976
|
border: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1977
|
}
|
|
1987
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1988
|
-
|
|
1989
|
-
}
|
|
1990
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1991
|
-
border-top-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1979
|
+
background-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
1980
|
}
|
|
1993
1981
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1994
1982
|
border-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2088,7 +2076,7 @@
|
|
|
2088
2076
|
}
|
|
2089
2077
|
|
|
2090
2078
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2091
|
-
background
|
|
2079
|
+
background: #fee2e2;
|
|
2092
2080
|
outline: 1px solid #fee2e2;
|
|
2093
2081
|
border-radius: 4px;
|
|
2094
2082
|
}
|
|
@@ -2107,10 +2095,6 @@
|
|
|
2107
2095
|
border-radius: 2px;
|
|
2108
2096
|
}
|
|
2109
2097
|
|
|
2110
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2115
|
-
border-top-color: #f87171;
|
|
2098
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2099
|
+
background-color: #f87171;
|
|
2116
2100
|
}
|
|
@@ -345,9 +345,6 @@
|
|
|
345
345
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
346
346
|
line-height: 28px;
|
|
347
347
|
}
|
|
348
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
349
|
-
width: 319px !important;
|
|
350
|
-
}
|
|
351
348
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
352
349
|
padding: 24px 0 0 !important;
|
|
353
350
|
}
|
|
@@ -688,6 +685,9 @@
|
|
|
688
685
|
line-height: 10px;
|
|
689
686
|
vertical-align: middle;
|
|
690
687
|
}
|
|
688
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
689
|
+
pointer-events: none;
|
|
690
|
+
}
|
|
691
691
|
.e-gantt .e-gantt-chart {
|
|
692
692
|
height: 100%;
|
|
693
693
|
overflow: hidden;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #e5e7eb;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|
|
@@ -1610,6 +1614,9 @@
|
|
|
1610
1614
|
background: #e5e7eb;
|
|
1611
1615
|
opacity: 0.9;
|
|
1612
1616
|
}
|
|
1617
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1618
|
+
border-color: #4f46e5;
|
|
1619
|
+
}
|
|
1613
1620
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1614
1621
|
background: #f9fafb;
|
|
1615
1622
|
border-bottom-color: #e5e7eb;
|
|
@@ -1657,7 +1664,7 @@
|
|
|
1657
1664
|
outline-color: #d1d5db;
|
|
1658
1665
|
}
|
|
1659
1666
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1660
|
-
background
|
|
1667
|
+
background: #818cf8;
|
|
1661
1668
|
outline: 1px solid #4f46e5;
|
|
1662
1669
|
border-radius: 4px;
|
|
1663
1670
|
}
|
|
@@ -1694,7 +1701,7 @@
|
|
|
1694
1701
|
border-radius: 3px;
|
|
1695
1702
|
}
|
|
1696
1703
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1697
|
-
background
|
|
1704
|
+
background: #dcfce7;
|
|
1698
1705
|
outline: 1px solid #15803d;
|
|
1699
1706
|
}
|
|
1700
1707
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1862,23 +1869,16 @@
|
|
|
1862
1869
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1863
1870
|
color: #fff;
|
|
1864
1871
|
}
|
|
1865
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1869
|
-
border-top-color: #9ca3af;
|
|
1870
|
-
}
|
|
1871
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1872
|
-
border-bottom-color: #9ca3af;
|
|
1873
|
-
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1875
|
-
border-top-color: #9ca3af;
|
|
1872
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1873
|
+
background-color: #9ca3af;
|
|
1874
|
+
border-color: #4f46e5;
|
|
1876
1875
|
}
|
|
1877
|
-
.e-gantt .e-gantt-chart .e-
|
|
1878
|
-
|
|
1876
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1877
|
+
background-color: #9ca3af;
|
|
1879
1878
|
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1881
|
-
|
|
1879
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1880
|
+
background-color: #9ca3af;
|
|
1881
|
+
border-color: #4f46e5;
|
|
1882
1882
|
}
|
|
1883
1883
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1884
1884
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1898,11 +1898,8 @@
|
|
|
1898
1898
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1899
1899
|
background-color: #c2410c;
|
|
1900
1900
|
}
|
|
1901
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1902
|
-
|
|
1903
|
-
}
|
|
1904
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1905
|
-
border-top-color: #c2410c;
|
|
1901
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1902
|
+
background-color: #c2410c;
|
|
1906
1903
|
}
|
|
1907
1904
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1908
1905
|
border-bottom-color: #e5e7eb;
|
|
@@ -1956,11 +1953,8 @@
|
|
|
1956
1953
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1957
1954
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
1955
|
}
|
|
1959
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1960
|
-
|
|
1961
|
-
}
|
|
1962
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1963
|
-
border-top-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1956
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1957
|
+
background-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1964
1958
|
}
|
|
1965
1959
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1966
1960
|
background-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1974,21 +1968,15 @@
|
|
|
1974
1968
|
background: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1975
1969
|
border: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
1970
|
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1978
|
-
|
|
1979
|
-
}
|
|
1980
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1981
|
-
border-top-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1971
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1972
|
+
background-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1982
1973
|
}
|
|
1983
1974
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1984
1975
|
background: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1976
|
border: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1977
|
}
|
|
1987
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1988
|
-
|
|
1989
|
-
}
|
|
1990
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1991
|
-
border-top-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1979
|
+
background-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
1980
|
}
|
|
1993
1981
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1994
1982
|
border-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2088,7 +2076,7 @@
|
|
|
2088
2076
|
}
|
|
2089
2077
|
|
|
2090
2078
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2091
|
-
background
|
|
2079
|
+
background: #fee2e2;
|
|
2092
2080
|
outline: 1px solid #fee2e2;
|
|
2093
2081
|
border-radius: 4px;
|
|
2094
2082
|
}
|
|
@@ -2107,10 +2095,6 @@
|
|
|
2107
2095
|
border-radius: 2px;
|
|
2108
2096
|
}
|
|
2109
2097
|
|
|
2110
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2115
|
-
border-top-color: #dc2626;
|
|
2098
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2099
|
+
background-color: #dc2626;
|
|
2116
2100
|
}
|
|
@@ -276,9 +276,6 @@
|
|
|
276
276
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
277
277
|
line-height: 28px;
|
|
278
278
|
}
|
|
279
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
280
|
-
width: 307px !important;
|
|
281
|
-
}
|
|
282
279
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
283
280
|
padding: 20px 0 0 !important;
|
|
284
281
|
}
|
|
@@ -616,6 +613,9 @@
|
|
|
616
613
|
line-height: 10px;
|
|
617
614
|
vertical-align: middle;
|
|
618
615
|
}
|
|
616
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
617
|
+
pointer-events: none;
|
|
618
|
+
}
|
|
619
619
|
.e-gantt .e-gantt-chart {
|
|
620
620
|
height: 100%;
|
|
621
621
|
overflow: hidden;
|
|
@@ -1213,6 +1213,7 @@
|
|
|
1213
1213
|
outline: 1px solid;
|
|
1214
1214
|
outline-offset: 2px;
|
|
1215
1215
|
}
|
|
1216
|
+
|
|
1216
1217
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1217
1218
|
padding-left: 0px;
|
|
1218
1219
|
}
|
|
@@ -1490,6 +1491,9 @@
|
|
|
1490
1491
|
border-color: #757575;
|
|
1491
1492
|
border-radius: 0px;
|
|
1492
1493
|
}
|
|
1494
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1495
|
+
display: none;
|
|
1496
|
+
}
|
|
1493
1497
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1494
1498
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1495
1499
|
opacity: 0.95;
|
|
@@ -1534,6 +1538,9 @@
|
|
|
1534
1538
|
background: #400074;
|
|
1535
1539
|
opacity: 1;
|
|
1536
1540
|
}
|
|
1541
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1542
|
+
border-color: #29c400;
|
|
1543
|
+
}
|
|
1537
1544
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1538
1545
|
background: #fff;
|
|
1539
1546
|
border-bottom-color: #757575;
|
|
@@ -1581,7 +1588,7 @@
|
|
|
1581
1588
|
outline-color: #757575;
|
|
1582
1589
|
}
|
|
1583
1590
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1584
|
-
background
|
|
1591
|
+
background: #3e047d;
|
|
1585
1592
|
outline: 1px solid #000;
|
|
1586
1593
|
border-radius: 0px;
|
|
1587
1594
|
}
|
|
@@ -1618,7 +1625,7 @@
|
|
|
1618
1625
|
border-radius: 3px;
|
|
1619
1626
|
}
|
|
1620
1627
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1621
|
-
background
|
|
1628
|
+
background: #8dd1c4;
|
|
1622
1629
|
outline: #4fb29f;
|
|
1623
1630
|
}
|
|
1624
1631
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1786,23 +1793,16 @@
|
|
|
1786
1793
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1787
1794
|
color: #000;
|
|
1788
1795
|
}
|
|
1789
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1793
|
-
border-top-color: #000;
|
|
1794
|
-
}
|
|
1795
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1796
|
-
border-bottom-color: #005201;
|
|
1797
|
-
}
|
|
1798
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1799
|
-
border-top-color: #005201;
|
|
1796
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1797
|
+
background-color: #000;
|
|
1798
|
+
border-color: #6e06f1;
|
|
1800
1799
|
}
|
|
1801
|
-
.e-gantt .e-gantt-chart .e-
|
|
1802
|
-
|
|
1800
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1801
|
+
background-color: #005201;
|
|
1803
1802
|
}
|
|
1804
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1805
|
-
|
|
1803
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1804
|
+
background-color: #989A9C;
|
|
1805
|
+
border-color: #6e06f1;
|
|
1806
1806
|
}
|
|
1807
1807
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1808
1808
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1822,11 +1822,8 @@
|
|
|
1822
1822
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1823
1823
|
background-color: #ff7d1a;
|
|
1824
1824
|
}
|
|
1825
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1826
|
-
|
|
1827
|
-
}
|
|
1828
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1829
|
-
border-top-color: #ff7d1a;
|
|
1825
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1826
|
+
background-color: #ff7d1a;
|
|
1830
1827
|
}
|
|
1831
1828
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1832
1829
|
border-bottom-color: #e0e0e0;
|
|
@@ -1880,11 +1877,8 @@
|
|
|
1880
1877
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1881
1878
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1882
1879
|
}
|
|
1883
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1884
|
-
|
|
1885
|
-
}
|
|
1886
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1887
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1880
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1881
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1888
1882
|
}
|
|
1889
1883
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1890
1884
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1898,21 +1892,15 @@
|
|
|
1898
1892
|
background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
1893
|
border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1900
1894
|
}
|
|
1901
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1902
|
-
|
|
1903
|
-
}
|
|
1904
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1905
|
-
border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1896
|
+
background-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1906
1897
|
}
|
|
1907
1898
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1908
1899
|
background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1909
1900
|
border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1910
1901
|
}
|
|
1911
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1912
|
-
|
|
1913
|
-
}
|
|
1914
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1915
|
-
border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1902
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1903
|
+
background-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1916
1904
|
}
|
|
1917
1905
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1918
1906
|
border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2012,7 +2000,7 @@
|
|
|
2012
2000
|
}
|
|
2013
2001
|
|
|
2014
2002
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2015
|
-
background
|
|
2003
|
+
background: #F3D8DA;
|
|
2016
2004
|
outline: 1px solid #F3D8DA;
|
|
2017
2005
|
border-radius: 0px;
|
|
2018
2006
|
}
|
|
@@ -2031,10 +2019,6 @@
|
|
|
2031
2019
|
border-radius: 0px;
|
|
2032
2020
|
}
|
|
2033
2021
|
|
|
2034
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2035
|
-
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2039
|
-
border-top-color: #D13438;
|
|
2022
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2023
|
+
background-color: #D13438;
|
|
2040
2024
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -377,9 +377,6 @@
|
|
|
377
377
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
378
378
|
line-height: 28px;
|
|
379
379
|
}
|
|
380
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
381
|
-
width: 307px !important;
|
|
382
|
-
}
|
|
383
380
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
384
381
|
padding: 20px 0 0 !important;
|
|
385
382
|
}
|
|
@@ -718,6 +715,9 @@
|
|
|
718
715
|
line-height: 10px;
|
|
719
716
|
vertical-align: middle;
|
|
720
717
|
}
|
|
718
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
719
|
+
pointer-events: none;
|
|
720
|
+
}
|
|
721
721
|
.e-gantt .e-gantt-chart {
|
|
722
722
|
height: 100%;
|
|
723
723
|
overflow: hidden;
|
|
@@ -1315,6 +1315,7 @@
|
|
|
1315
1315
|
outline: 1px solid;
|
|
1316
1316
|
outline-offset: 2px;
|
|
1317
1317
|
}
|
|
1318
|
+
|
|
1318
1319
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1319
1320
|
padding-left: 13px;
|
|
1320
1321
|
}
|
|
@@ -1593,6 +1594,9 @@
|
|
|
1593
1594
|
border-color: #969696;
|
|
1594
1595
|
border-radius: 0px;
|
|
1595
1596
|
}
|
|
1597
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1598
|
+
display: none;
|
|
1599
|
+
}
|
|
1596
1600
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1597
1601
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1598
1602
|
opacity: 0.95;
|
|
@@ -1637,6 +1641,9 @@
|
|
|
1637
1641
|
background: rgba(255, 217, 57, 0.7);
|
|
1638
1642
|
opacity: 1;
|
|
1639
1643
|
}
|
|
1644
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1645
|
+
border-color: #29c400;
|
|
1646
|
+
}
|
|
1640
1647
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1641
1648
|
background: #000;
|
|
1642
1649
|
border-bottom-color: #969696;
|
|
@@ -1684,7 +1691,7 @@
|
|
|
1684
1691
|
outline-color: #969696;
|
|
1685
1692
|
}
|
|
1686
1693
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1687
|
-
background
|
|
1694
|
+
background: #6e06f1;
|
|
1688
1695
|
outline: 1px solid #fff;
|
|
1689
1696
|
border-radius: 0px;
|
|
1690
1697
|
}
|
|
@@ -1721,7 +1728,7 @@
|
|
|
1721
1728
|
border-radius: 3px;
|
|
1722
1729
|
}
|
|
1723
1730
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1724
|
-
background
|
|
1731
|
+
background: #4731FE;
|
|
1725
1732
|
outline: 1px solid #FFFFFF;
|
|
1726
1733
|
}
|
|
1727
1734
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1889,23 +1896,16 @@
|
|
|
1889
1896
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1890
1897
|
color: #fff;
|
|
1891
1898
|
}
|
|
1892
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1896
|
-
border-top-color: #fff;
|
|
1897
|
-
}
|
|
1898
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1899
|
-
border-bottom-color: #005201;
|
|
1900
|
-
}
|
|
1901
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1902
|
-
border-top-color: #005201;
|
|
1899
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1900
|
+
background-color: #fff;
|
|
1901
|
+
border-color: #3e047d;
|
|
1903
1902
|
}
|
|
1904
|
-
.e-gantt .e-gantt-chart .e-
|
|
1905
|
-
|
|
1903
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1904
|
+
background-color: #005201;
|
|
1906
1905
|
}
|
|
1907
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1908
|
-
|
|
1906
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1907
|
+
background-color: #989A9C;
|
|
1908
|
+
border-color: #3e047d;
|
|
1909
1909
|
}
|
|
1910
1910
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1911
1911
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1925,11 +1925,8 @@
|
|
|
1925
1925
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1926
1926
|
background-color: #ff7d1a;
|
|
1927
1927
|
}
|
|
1928
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1929
|
-
|
|
1930
|
-
}
|
|
1931
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1932
|
-
border-top-color: #ff7d1a;
|
|
1928
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1929
|
+
background-color: #ff7d1a;
|
|
1933
1930
|
}
|
|
1934
1931
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1935
1932
|
border-bottom-color: #e0e0e0;
|
|
@@ -1983,11 +1980,8 @@
|
|
|
1983
1980
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
1981
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1982
|
}
|
|
1986
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1987
|
-
|
|
1988
|
-
}
|
|
1989
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1990
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1984
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1991
1985
|
}
|
|
1992
1986
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1993
1987
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2001,21 +1995,15 @@
|
|
|
2001
1995
|
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
1996
|
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2003
1997
|
}
|
|
2004
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2005
|
-
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2008
|
-
border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1999
|
+
background-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2009
2000
|
}
|
|
2010
2001
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2011
2002
|
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
2003
|
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2013
2004
|
}
|
|
2014
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2015
|
-
|
|
2016
|
-
}
|
|
2017
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2018
|
-
border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2006
|
+
background-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2019
2007
|
}
|
|
2020
2008
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2021
2009
|
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2115,7 +2103,7 @@
|
|
|
2115
2103
|
}
|
|
2116
2104
|
|
|
2117
2105
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2118
|
-
background
|
|
2106
|
+
background: #F3D8DA;
|
|
2119
2107
|
outline: 1px solid #F3D8DA;
|
|
2120
2108
|
border-radius: 0px;
|
|
2121
2109
|
}
|
|
@@ -2134,10 +2122,6 @@
|
|
|
2134
2122
|
border-radius: 0px;
|
|
2135
2123
|
}
|
|
2136
2124
|
|
|
2137
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2138
|
-
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2142
|
-
border-top-color: #D13438;
|
|
2125
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2126
|
+
background-color: #D13438;
|
|
2143
2127
|
}
|