@syncfusion/ej2-vue-gantt 21.2.10 → 22.1.34
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 +13 -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 +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/gantt.component.js +1 -1
- package/styles/bootstrap-dark.css +27 -47
- package/styles/bootstrap.css +29 -49
- package/styles/bootstrap4.css +29 -49
- package/styles/bootstrap5-dark.css +27 -47
- package/styles/bootstrap5.css +27 -47
- package/styles/fabric-dark.css +27 -47
- package/styles/fabric.css +27 -47
- package/styles/fluent-dark.css +28 -47
- package/styles/fluent.css +28 -47
- package/styles/gantt/bootstrap-dark.css +27 -47
- package/styles/gantt/bootstrap.css +29 -49
- package/styles/gantt/bootstrap4.css +29 -49
- package/styles/gantt/bootstrap5-dark.css +27 -47
- package/styles/gantt/bootstrap5.css +27 -47
- package/styles/gantt/fabric-dark.css +27 -47
- package/styles/gantt/fabric.css +27 -47
- package/styles/gantt/fluent-dark.css +28 -47
- package/styles/gantt/fluent.css +28 -47
- package/styles/gantt/highcontrast-light.css +27 -47
- package/styles/gantt/highcontrast.css +27 -47
- package/styles/gantt/material-dark.css +27 -47
- package/styles/gantt/material.css +27 -47
- package/styles/gantt/material3-dark.css +2184 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2240 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +27 -47
- package/styles/gantt/tailwind.css +27 -47
- package/styles/highcontrast-light.css +27 -47
- package/styles/highcontrast.css +27 -47
- package/styles/material-dark.css +27 -47
- package/styles/material.css +27 -47
- package/styles/material3-dark.css +2184 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2240 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +27 -47
- package/styles/tailwind.css +27 -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1601,6 +1601,9 @@
|
|
|
1601
1601
|
background: #484848;
|
|
1602
1602
|
opacity: 1;
|
|
1603
1603
|
}
|
|
1604
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1605
|
+
border-color: #0070f0;
|
|
1606
|
+
}
|
|
1604
1607
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1605
1608
|
background: #1a1a1a;
|
|
1606
1609
|
border-bottom-color: #484848;
|
|
@@ -1648,7 +1651,7 @@
|
|
|
1648
1651
|
outline-color: #248aff;
|
|
1649
1652
|
}
|
|
1650
1653
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1651
|
-
background
|
|
1654
|
+
background: #248aff;
|
|
1652
1655
|
outline: 1px solid #0070f0;
|
|
1653
1656
|
border-radius: 4px;
|
|
1654
1657
|
}
|
|
@@ -1685,7 +1688,7 @@
|
|
|
1685
1688
|
border-radius: 3px;
|
|
1686
1689
|
}
|
|
1687
1690
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1688
|
-
background
|
|
1691
|
+
background: #8dd1c4;
|
|
1689
1692
|
outline: #4fb29f;
|
|
1690
1693
|
}
|
|
1691
1694
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1853,23 +1856,16 @@
|
|
|
1853
1856
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1854
1857
|
color: #fff;
|
|
1855
1858
|
}
|
|
1856
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1860
|
-
border-top-color: #dadada;
|
|
1861
|
-
}
|
|
1862
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1863
|
-
border-bottom-color: #4cc7ba;
|
|
1864
|
-
}
|
|
1865
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1866
|
-
border-top-color: #4cc7ba;
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1860
|
+
background-color: #dadada;
|
|
1861
|
+
border-color: #0070f0;
|
|
1867
1862
|
}
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-
|
|
1869
|
-
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1864
|
+
background-color: #4cc7ba;
|
|
1870
1865
|
}
|
|
1871
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1872
|
-
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1867
|
+
background-color: #989A9C;
|
|
1868
|
+
border-color: #0070f0;
|
|
1873
1869
|
}
|
|
1874
1870
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1875
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%);
|
|
@@ -1889,11 +1885,8 @@
|
|
|
1889
1885
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1890
1886
|
background-color: #fac168;
|
|
1891
1887
|
}
|
|
1892
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1893
|
-
|
|
1894
|
-
}
|
|
1895
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1896
|
-
border-top-color: #fac168;
|
|
1888
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1889
|
+
background-color: #fac168;
|
|
1897
1890
|
}
|
|
1898
1891
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1899
1892
|
border-bottom-color: #e0e0e0;
|
|
@@ -1947,11 +1940,8 @@
|
|
|
1947
1940
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1948
1941
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
1942
|
}
|
|
1950
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1951
|
-
|
|
1952
|
-
}
|
|
1953
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1954
|
-
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 */
|
|
1955
1945
|
}
|
|
1956
1946
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1957
1947
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1965,21 +1955,15 @@
|
|
|
1965
1955
|
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1966
1956
|
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
1957
|
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1969
|
-
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1972
|
-
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 */
|
|
1973
1960
|
}
|
|
1974
1961
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1975
1962
|
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
1963
|
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1977
1964
|
}
|
|
1978
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1979
|
-
|
|
1980
|
-
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1982
|
-
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 */
|
|
1983
1967
|
}
|
|
1984
1968
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1985
1969
|
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2079,7 +2063,7 @@
|
|
|
2079
2063
|
}
|
|
2080
2064
|
|
|
2081
2065
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2082
|
-
background
|
|
2066
|
+
background: #F3D8DA;
|
|
2083
2067
|
outline: 1px solid #F3D8DA;
|
|
2084
2068
|
border-radius: 4px;
|
|
2085
2069
|
}
|
|
@@ -2098,10 +2082,6 @@
|
|
|
2098
2082
|
border-radius: 4px;
|
|
2099
2083
|
}
|
|
2100
2084
|
|
|
2101
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2102
|
-
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2106
|
-
border-top-color: #D13438;
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2086
|
+
background-color: #D13438;
|
|
2107
2087
|
}
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
48
48
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
49
49
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
50
|
-
padding-bottom:
|
|
51
|
-
padding-top:
|
|
50
|
+
padding-bottom: 1px;
|
|
51
|
+
padding-top: 1px;
|
|
52
52
|
}
|
|
53
53
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
54
54
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
@@ -481,9 +481,6 @@
|
|
|
481
481
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
482
482
|
line-height: 28px;
|
|
483
483
|
}
|
|
484
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
485
|
-
width: 350px !important;
|
|
486
|
-
}
|
|
487
484
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
488
485
|
padding: 16px 0 0 !important;
|
|
489
486
|
}
|
|
@@ -821,6 +818,9 @@
|
|
|
821
818
|
line-height: 10px;
|
|
822
819
|
vertical-align: middle;
|
|
823
820
|
}
|
|
821
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
822
|
+
pointer-events: none;
|
|
823
|
+
}
|
|
824
824
|
.e-gantt .e-gantt-chart {
|
|
825
825
|
height: 100%;
|
|
826
826
|
overflow: hidden;
|
|
@@ -1743,6 +1743,9 @@
|
|
|
1743
1743
|
background: #c6ddf0;
|
|
1744
1744
|
opacity: 1;
|
|
1745
1745
|
}
|
|
1746
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1747
|
+
border-color: #317ab9;
|
|
1748
|
+
}
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1747
1750
|
background: #fff;
|
|
1748
1751
|
border-bottom-color: #ddd;
|
|
@@ -1790,7 +1793,7 @@
|
|
|
1790
1793
|
outline-color: #66afe9;
|
|
1791
1794
|
}
|
|
1792
1795
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1793
|
-
background
|
|
1796
|
+
background: #317ab9;
|
|
1794
1797
|
outline: 1px solid #21527d;
|
|
1795
1798
|
border-radius: 4px;
|
|
1796
1799
|
}
|
|
@@ -1827,7 +1830,7 @@
|
|
|
1827
1830
|
border-radius: 3px;
|
|
1828
1831
|
}
|
|
1829
1832
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1830
|
-
background
|
|
1833
|
+
background: #7538C9;
|
|
1831
1834
|
outline: 1px solid #572A96;
|
|
1832
1835
|
}
|
|
1833
1836
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1995,23 +1998,16 @@
|
|
|
1995
1998
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1996
1999
|
color: #fff;
|
|
1997
2000
|
}
|
|
1998
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
2002
|
-
border-top-color: #555;
|
|
2003
|
-
}
|
|
2004
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2005
|
-
border-bottom-color: #555;
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2008
|
-
border-top-color: #555;
|
|
2001
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
2002
|
+
background-color: #555;
|
|
2003
|
+
border-color: #21527d;
|
|
2009
2004
|
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-
|
|
2011
|
-
|
|
2005
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
2006
|
+
background-color: #555;
|
|
2012
2007
|
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
2014
|
-
|
|
2008
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
2009
|
+
background-color: #989A9C;
|
|
2010
|
+
border-color: #21527d;
|
|
2015
2011
|
}
|
|
2016
2012
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2017
2013
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -2031,11 +2027,8 @@
|
|
|
2031
2027
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2032
2028
|
background-color: #f0ad4e;
|
|
2033
2029
|
}
|
|
2034
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
2035
|
-
|
|
2036
|
-
}
|
|
2037
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2038
|
-
border-top-color: #f0ad4e;
|
|
2030
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
2031
|
+
background-color: #f0ad4e;
|
|
2039
2032
|
}
|
|
2040
2033
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2041
2034
|
border-bottom-color: #e0e0e0;
|
|
@@ -2089,11 +2082,8 @@
|
|
|
2089
2082
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2090
2083
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2091
2084
|
}
|
|
2092
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
2093
|
-
|
|
2094
|
-
}
|
|
2095
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2096
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2086
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2097
2087
|
}
|
|
2098
2088
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2099
2089
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2107,21 +2097,15 @@
|
|
|
2107
2097
|
background: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2108
2098
|
border: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2109
2099
|
}
|
|
2110
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2114
|
-
border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2100
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2101
|
+
background-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2115
2102
|
}
|
|
2116
2103
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2117
2104
|
background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2118
2105
|
border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2119
2106
|
}
|
|
2120
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2121
|
-
|
|
2122
|
-
}
|
|
2123
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2124
|
-
border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2107
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2108
|
+
background-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2125
2109
|
}
|
|
2126
2110
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2127
2111
|
border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2221,7 +2205,7 @@
|
|
|
2221
2205
|
}
|
|
2222
2206
|
|
|
2223
2207
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2224
|
-
background
|
|
2208
|
+
background: #F3D8DA;
|
|
2225
2209
|
outline: 1px solid #F3D8DA;
|
|
2226
2210
|
border-radius: 4px;
|
|
2227
2211
|
}
|
|
@@ -2240,10 +2224,6 @@
|
|
|
2240
2224
|
border-radius: 4px;
|
|
2241
2225
|
}
|
|
2242
2226
|
|
|
2243
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2244
|
-
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2248
|
-
border-top-color: #D13438;
|
|
2227
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2228
|
+
background-color: #D13438;
|
|
2249
2229
|
}
|