@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
package/styles/fluent-dark.css
CHANGED
|
@@ -362,9 +362,6 @@
|
|
|
362
362
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
363
363
|
line-height: 28px;
|
|
364
364
|
}
|
|
365
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
366
|
-
width: 392px !important;
|
|
367
|
-
}
|
|
368
365
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
369
366
|
padding: 28px 0 0 !important;
|
|
370
367
|
}
|
|
@@ -411,6 +408,7 @@
|
|
|
411
408
|
border-radius: 50%;
|
|
412
409
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
413
410
|
width: auto;
|
|
411
|
+
margin-right: 6px;
|
|
414
412
|
}
|
|
415
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
416
414
|
margin-left: 16px !important;
|
|
@@ -704,6 +702,9 @@
|
|
|
704
702
|
line-height: 10px;
|
|
705
703
|
vertical-align: middle;
|
|
706
704
|
}
|
|
705
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
706
|
+
pointer-events: none;
|
|
707
|
+
}
|
|
707
708
|
.e-gantt .e-gantt-chart {
|
|
708
709
|
height: 100%;
|
|
709
710
|
overflow: hidden;
|
|
@@ -1301,9 +1302,6 @@
|
|
|
1301
1302
|
outline: 1px solid;
|
|
1302
1303
|
outline-offset: 2px;
|
|
1303
1304
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1305
|
|
|
1308
1306
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1307
|
padding-left: 0px;
|
|
@@ -1586,6 +1584,9 @@
|
|
|
1586
1584
|
border-color: #292827;
|
|
1587
1585
|
border-radius: 0px;
|
|
1588
1586
|
}
|
|
1587
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1588
|
+
display: none;
|
|
1589
|
+
}
|
|
1589
1590
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1591
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1592
|
opacity: 0.95;
|
|
@@ -1630,6 +1631,9 @@
|
|
|
1630
1631
|
background: #292827;
|
|
1631
1632
|
opacity: 0.9;
|
|
1632
1633
|
}
|
|
1634
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1635
|
+
border-color: #0078d4;
|
|
1636
|
+
}
|
|
1633
1637
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1634
1638
|
background: #1b1a19;
|
|
1635
1639
|
border-bottom-color: #292827;
|
|
@@ -1677,7 +1681,7 @@
|
|
|
1677
1681
|
outline-color: #a19f9d;
|
|
1678
1682
|
}
|
|
1679
1683
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1680
|
-
background
|
|
1684
|
+
background: #6ec0ff;
|
|
1681
1685
|
outline: 1px solid #0078d4;
|
|
1682
1686
|
border-radius: 4px;
|
|
1683
1687
|
}
|
|
@@ -1714,7 +1718,7 @@
|
|
|
1714
1718
|
border-radius: 3px;
|
|
1715
1719
|
}
|
|
1716
1720
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1717
|
-
background
|
|
1721
|
+
background: #dff6dd;
|
|
1718
1722
|
outline: 1px solid #0b6a0b;
|
|
1719
1723
|
}
|
|
1720
1724
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1882,23 +1886,16 @@
|
|
|
1882
1886
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1883
1887
|
color: #1b1a19;
|
|
1884
1888
|
}
|
|
1885
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1889
|
-
border-top-color: #3b3a39;
|
|
1890
|
-
}
|
|
1891
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1892
|
-
border-bottom-color: #3b3a39;
|
|
1893
|
-
}
|
|
1894
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1895
|
-
border-top-color: #3b3a39;
|
|
1889
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1890
|
+
background-color: #3b3a39;
|
|
1891
|
+
border-color: #0078d4;
|
|
1896
1892
|
}
|
|
1897
|
-
.e-gantt .e-gantt-chart .e-
|
|
1898
|
-
|
|
1893
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1894
|
+
background-color: #3b3a39;
|
|
1899
1895
|
}
|
|
1900
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1901
|
-
|
|
1896
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1897
|
+
background-color: #3b3a39;
|
|
1898
|
+
border-color: #0078d4;
|
|
1902
1899
|
}
|
|
1903
1900
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1904
1901
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1918,11 +1915,8 @@
|
|
|
1918
1915
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1919
1916
|
background-color: #ca5010;
|
|
1920
1917
|
}
|
|
1921
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1922
|
-
|
|
1923
|
-
}
|
|
1924
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1925
|
-
border-top-color: #ca5010;
|
|
1918
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1919
|
+
background-color: #ca5010;
|
|
1926
1920
|
}
|
|
1927
1921
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1928
1922
|
border-bottom-color: #292827;
|
|
@@ -1976,11 +1970,8 @@
|
|
|
1976
1970
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1977
1971
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
1972
|
}
|
|
1979
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1983
|
-
border-top-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1974
|
+
background-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
1975
|
}
|
|
1985
1976
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1986
1977
|
background-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1994,21 +1985,15 @@
|
|
|
1994
1985
|
background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
1986
|
border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
1987
|
}
|
|
1997
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1998
|
-
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2001
|
-
border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1989
|
+
background-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
1990
|
}
|
|
2003
1991
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2004
1992
|
background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
1993
|
border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
1994
|
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2008
|
-
|
|
2009
|
-
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2011
|
-
border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1996
|
+
background-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
1997
|
}
|
|
2013
1998
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2014
1999
|
border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2108,7 +2093,7 @@
|
|
|
2108
2093
|
}
|
|
2109
2094
|
|
|
2110
2095
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2111
|
-
background
|
|
2096
|
+
background: #fed9cc;
|
|
2112
2097
|
outline: 1px solid #fed9cc;
|
|
2113
2098
|
border-radius: 4px;
|
|
2114
2099
|
}
|
|
@@ -2127,10 +2112,6 @@
|
|
|
2127
2112
|
border-radius: 4px;
|
|
2128
2113
|
}
|
|
2129
2114
|
|
|
2130
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2131
|
-
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2135
|
-
border-top-color: #d13438;
|
|
2115
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2116
|
+
background-color: #d13438;
|
|
2136
2117
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -362,9 +362,6 @@
|
|
|
362
362
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
363
363
|
line-height: 28px;
|
|
364
364
|
}
|
|
365
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
366
|
-
width: 392px !important;
|
|
367
|
-
}
|
|
368
365
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
369
366
|
padding: 28px 0 0 !important;
|
|
370
367
|
}
|
|
@@ -411,6 +408,7 @@
|
|
|
411
408
|
border-radius: 50%;
|
|
412
409
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
413
410
|
width: auto;
|
|
411
|
+
margin-right: 6px;
|
|
414
412
|
}
|
|
415
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
416
414
|
margin-left: 16px !important;
|
|
@@ -704,6 +702,9 @@
|
|
|
704
702
|
line-height: 10px;
|
|
705
703
|
vertical-align: middle;
|
|
706
704
|
}
|
|
705
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
706
|
+
pointer-events: none;
|
|
707
|
+
}
|
|
707
708
|
.e-gantt .e-gantt-chart {
|
|
708
709
|
height: 100%;
|
|
709
710
|
overflow: hidden;
|
|
@@ -1301,9 +1302,6 @@
|
|
|
1301
1302
|
outline: 1px solid;
|
|
1302
1303
|
outline-offset: 2px;
|
|
1303
1304
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1305
|
|
|
1308
1306
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1307
|
padding-left: 0px;
|
|
@@ -1586,6 +1584,9 @@
|
|
|
1586
1584
|
border-color: #edebe9;
|
|
1587
1585
|
border-radius: 0px;
|
|
1588
1586
|
}
|
|
1587
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1588
|
+
display: none;
|
|
1589
|
+
}
|
|
1589
1590
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1591
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1592
|
opacity: 0.95;
|
|
@@ -1630,6 +1631,9 @@
|
|
|
1630
1631
|
background: #edebe9;
|
|
1631
1632
|
opacity: 0.9;
|
|
1632
1633
|
}
|
|
1634
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1635
|
+
border-color: #0078d4;
|
|
1636
|
+
}
|
|
1633
1637
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1634
1638
|
background: #fff;
|
|
1635
1639
|
border-bottom-color: #edebe9;
|
|
@@ -1677,7 +1681,7 @@
|
|
|
1677
1681
|
outline-color: #605e5c;
|
|
1678
1682
|
}
|
|
1679
1683
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1680
|
-
background
|
|
1684
|
+
background: #6ec0ff;
|
|
1681
1685
|
outline: 1px solid #0078d4;
|
|
1682
1686
|
border-radius: 4px;
|
|
1683
1687
|
}
|
|
@@ -1714,7 +1718,7 @@
|
|
|
1714
1718
|
border-radius: 3px;
|
|
1715
1719
|
}
|
|
1716
1720
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1717
|
-
background
|
|
1721
|
+
background: #dff6dd;
|
|
1718
1722
|
outline: 1px solid #0b6a0b;
|
|
1719
1723
|
}
|
|
1720
1724
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1882,23 +1886,16 @@
|
|
|
1882
1886
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1883
1887
|
color: #fff;
|
|
1884
1888
|
}
|
|
1885
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1889
|
-
border-top-color: #d2d0ce;
|
|
1890
|
-
}
|
|
1891
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1892
|
-
border-bottom-color: #d2d0ce;
|
|
1893
|
-
}
|
|
1894
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1895
|
-
border-top-color: #d2d0ce;
|
|
1889
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1890
|
+
background-color: #d2d0ce;
|
|
1891
|
+
border-color: #0078d4;
|
|
1896
1892
|
}
|
|
1897
|
-
.e-gantt .e-gantt-chart .e-
|
|
1898
|
-
|
|
1893
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1894
|
+
background-color: #d2d0ce;
|
|
1899
1895
|
}
|
|
1900
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1901
|
-
|
|
1896
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1897
|
+
background-color: #d2d0ce;
|
|
1898
|
+
border-color: #0078d4;
|
|
1902
1899
|
}
|
|
1903
1900
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1904
1901
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1918,11 +1915,8 @@
|
|
|
1918
1915
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1919
1916
|
background-color: #ca5010;
|
|
1920
1917
|
}
|
|
1921
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1922
|
-
|
|
1923
|
-
}
|
|
1924
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1925
|
-
border-top-color: #ca5010;
|
|
1918
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1919
|
+
background-color: #ca5010;
|
|
1926
1920
|
}
|
|
1927
1921
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1928
1922
|
border-bottom-color: #edebe9;
|
|
@@ -1976,11 +1970,8 @@
|
|
|
1976
1970
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1977
1971
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
1972
|
}
|
|
1979
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1983
|
-
border-top-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1974
|
+
background-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
1975
|
}
|
|
1985
1976
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1986
1977
|
background-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1994,21 +1985,15 @@
|
|
|
1994
1985
|
background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
1986
|
border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
1987
|
}
|
|
1997
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1998
|
-
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2001
|
-
border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1989
|
+
background-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
1990
|
}
|
|
2003
1991
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2004
1992
|
background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
1993
|
border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
1994
|
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2008
|
-
|
|
2009
|
-
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2011
|
-
border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1996
|
+
background-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
1997
|
}
|
|
2013
1998
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2014
1999
|
border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2108,7 +2093,7 @@
|
|
|
2108
2093
|
}
|
|
2109
2094
|
|
|
2110
2095
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2111
|
-
background
|
|
2096
|
+
background: #fed9cc;
|
|
2112
2097
|
outline: 1px solid #fed9cc;
|
|
2113
2098
|
border-radius: 4px;
|
|
2114
2099
|
}
|
|
@@ -2127,10 +2112,6 @@
|
|
|
2127
2112
|
border-radius: 4px;
|
|
2128
2113
|
}
|
|
2129
2114
|
|
|
2130
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2131
|
-
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2135
|
-
border-top-color: #d13438;
|
|
2115
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2116
|
+
background-color: #d13438;
|
|
2136
2117
|
}
|
|
@@ -337,9 +337,6 @@
|
|
|
337
337
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
338
338
|
line-height: 28px;
|
|
339
339
|
}
|
|
340
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
341
|
-
width: 350px !important;
|
|
342
|
-
}
|
|
343
340
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
344
341
|
padding: 16px 0 0 !important;
|
|
345
342
|
}
|
|
@@ -678,6 +675,9 @@
|
|
|
678
675
|
line-height: 10px;
|
|
679
676
|
vertical-align: middle;
|
|
680
677
|
}
|
|
678
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
679
|
+
pointer-events: none;
|
|
680
|
+
}
|
|
681
681
|
.e-gantt .e-gantt-chart {
|
|
682
682
|
height: 100%;
|
|
683
683
|
overflow: hidden;
|
|
@@ -1275,6 +1275,7 @@
|
|
|
1275
1275
|
outline: 1px solid;
|
|
1276
1276
|
outline-offset: 2px;
|
|
1277
1277
|
}
|
|
1278
|
+
|
|
1278
1279
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1279
1280
|
padding-left: 12px;
|
|
1280
1281
|
}
|
|
@@ -1553,6 +1554,9 @@
|
|
|
1553
1554
|
border-color: #484848;
|
|
1554
1555
|
border-radius: 4px;
|
|
1555
1556
|
}
|
|
1557
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1558
|
+
display: none;
|
|
1559
|
+
}
|
|
1556
1560
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1557
1561
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1558
1562
|
opacity: 0.95;
|
|
@@ -1597,6 +1601,9 @@
|
|
|
1597
1601
|
background: #484848;
|
|
1598
1602
|
opacity: 1;
|
|
1599
1603
|
}
|
|
1604
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1605
|
+
border-color: #0070f0;
|
|
1606
|
+
}
|
|
1600
1607
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1601
1608
|
background: #1a1a1a;
|
|
1602
1609
|
border-bottom-color: #484848;
|
|
@@ -1644,7 +1651,7 @@
|
|
|
1644
1651
|
outline-color: #248aff;
|
|
1645
1652
|
}
|
|
1646
1653
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1647
|
-
background
|
|
1654
|
+
background: #248aff;
|
|
1648
1655
|
outline: 1px solid #0070f0;
|
|
1649
1656
|
border-radius: 4px;
|
|
1650
1657
|
}
|
|
@@ -1681,7 +1688,7 @@
|
|
|
1681
1688
|
border-radius: 3px;
|
|
1682
1689
|
}
|
|
1683
1690
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1684
|
-
background
|
|
1691
|
+
background: #8dd1c4;
|
|
1685
1692
|
outline: #4fb29f;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1849,23 +1856,16 @@
|
|
|
1849
1856
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1850
1857
|
color: #fff;
|
|
1851
1858
|
}
|
|
1852
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1856
|
-
border-top-color: #dadada;
|
|
1857
|
-
}
|
|
1858
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1859
|
-
border-bottom-color: #4cc7ba;
|
|
1860
|
-
}
|
|
1861
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1862
|
-
border-top-color: #4cc7ba;
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1860
|
+
background-color: #dadada;
|
|
1861
|
+
border-color: #0070f0;
|
|
1863
1862
|
}
|
|
1864
|
-
.e-gantt .e-gantt-chart .e-
|
|
1865
|
-
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1864
|
+
background-color: #4cc7ba;
|
|
1866
1865
|
}
|
|
1867
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1868
|
-
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1867
|
+
background-color: #989A9C;
|
|
1868
|
+
border-color: #0070f0;
|
|
1869
1869
|
}
|
|
1870
1870
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1871
1871
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1885,11 +1885,8 @@
|
|
|
1885
1885
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1886
1886
|
background-color: #fac168;
|
|
1887
1887
|
}
|
|
1888
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1889
|
-
|
|
1890
|
-
}
|
|
1891
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1892
|
-
border-top-color: #fac168;
|
|
1888
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1889
|
+
background-color: #fac168;
|
|
1893
1890
|
}
|
|
1894
1891
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1895
1892
|
border-bottom-color: #e0e0e0;
|
|
@@ -1943,11 +1940,8 @@
|
|
|
1943
1940
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1944
1941
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1945
1942
|
}
|
|
1946
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1947
|
-
|
|
1948
|
-
}
|
|
1949
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1950
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1943
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1944
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1951
1945
|
}
|
|
1952
1946
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1953
1947
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1961,21 +1955,15 @@
|
|
|
1961
1955
|
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1962
1956
|
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1963
1957
|
}
|
|
1964
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1965
|
-
|
|
1966
|
-
}
|
|
1967
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1968
|
-
border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1959
|
+
background-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
1960
|
}
|
|
1970
1961
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1971
1962
|
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1972
1963
|
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
1964
|
}
|
|
1974
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1975
|
-
|
|
1976
|
-
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1978
|
-
border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1965
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1966
|
+
background-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
1967
|
}
|
|
1980
1968
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1981
1969
|
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2075,7 +2063,7 @@
|
|
|
2075
2063
|
}
|
|
2076
2064
|
|
|
2077
2065
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2078
|
-
background
|
|
2066
|
+
background: #F3D8DA;
|
|
2079
2067
|
outline: 1px solid #F3D8DA;
|
|
2080
2068
|
border-radius: 4px;
|
|
2081
2069
|
}
|
|
@@ -2094,10 +2082,6 @@
|
|
|
2094
2082
|
border-radius: 4px;
|
|
2095
2083
|
}
|
|
2096
2084
|
|
|
2097
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2098
|
-
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2102
|
-
border-top-color: #D13438;
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2086
|
+
background-color: #D13438;
|
|
2103
2087
|
}
|