@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
|
@@ -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;
|
|
@@ -1418,6 +1418,7 @@
|
|
|
1418
1418
|
outline: 1px solid;
|
|
1419
1419
|
outline-offset: 2px;
|
|
1420
1420
|
}
|
|
1421
|
+
|
|
1421
1422
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1422
1423
|
padding-left: 12px;
|
|
1423
1424
|
}
|
|
@@ -1695,6 +1696,9 @@
|
|
|
1695
1696
|
border-color: #ddd;
|
|
1696
1697
|
border-radius: 4px;
|
|
1697
1698
|
}
|
|
1699
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1700
|
+
display: none;
|
|
1701
|
+
}
|
|
1698
1702
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1699
1703
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1700
1704
|
opacity: 0.95;
|
|
@@ -1739,6 +1743,9 @@
|
|
|
1739
1743
|
background: #c6ddf0;
|
|
1740
1744
|
opacity: 1;
|
|
1741
1745
|
}
|
|
1746
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1747
|
+
border-color: #317ab9;
|
|
1748
|
+
}
|
|
1742
1749
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1743
1750
|
background: #fff;
|
|
1744
1751
|
border-bottom-color: #ddd;
|
|
@@ -1786,7 +1793,7 @@
|
|
|
1786
1793
|
outline-color: #66afe9;
|
|
1787
1794
|
}
|
|
1788
1795
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1789
|
-
background
|
|
1796
|
+
background: #317ab9;
|
|
1790
1797
|
outline: 1px solid #21527d;
|
|
1791
1798
|
border-radius: 4px;
|
|
1792
1799
|
}
|
|
@@ -1823,7 +1830,7 @@
|
|
|
1823
1830
|
border-radius: 3px;
|
|
1824
1831
|
}
|
|
1825
1832
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1826
|
-
background
|
|
1833
|
+
background: #7538C9;
|
|
1827
1834
|
outline: 1px solid #572A96;
|
|
1828
1835
|
}
|
|
1829
1836
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1991,23 +1998,16 @@
|
|
|
1991
1998
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1992
1999
|
color: #fff;
|
|
1993
2000
|
}
|
|
1994
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1998
|
-
border-top-color: #555;
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2001
|
-
border-bottom-color: #555;
|
|
2002
|
-
}
|
|
2003
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2004
|
-
border-top-color: #555;
|
|
2001
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
2002
|
+
background-color: #555;
|
|
2003
|
+
border-color: #21527d;
|
|
2005
2004
|
}
|
|
2006
|
-
.e-gantt .e-gantt-chart .e-
|
|
2007
|
-
|
|
2005
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
2006
|
+
background-color: #555;
|
|
2008
2007
|
}
|
|
2009
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
2010
|
-
|
|
2008
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
2009
|
+
background-color: #989A9C;
|
|
2010
|
+
border-color: #21527d;
|
|
2011
2011
|
}
|
|
2012
2012
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2013
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%);
|
|
@@ -2027,11 +2027,8 @@
|
|
|
2027
2027
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2028
2028
|
background-color: #f0ad4e;
|
|
2029
2029
|
}
|
|
2030
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
2031
|
-
|
|
2032
|
-
}
|
|
2033
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2034
|
-
border-top-color: #f0ad4e;
|
|
2030
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
2031
|
+
background-color: #f0ad4e;
|
|
2035
2032
|
}
|
|
2036
2033
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2037
2034
|
border-bottom-color: #e0e0e0;
|
|
@@ -2085,11 +2082,8 @@
|
|
|
2085
2082
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2086
2083
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2087
2084
|
}
|
|
2088
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
2089
|
-
|
|
2090
|
-
}
|
|
2091
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2092
|
-
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 */
|
|
2093
2087
|
}
|
|
2094
2088
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2095
2089
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2103,21 +2097,15 @@
|
|
|
2103
2097
|
background: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2104
2098
|
border: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2105
2099
|
}
|
|
2106
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2107
|
-
|
|
2108
|
-
}
|
|
2109
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2110
|
-
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 */
|
|
2111
2102
|
}
|
|
2112
2103
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2113
2104
|
background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2114
2105
|
border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2115
2106
|
}
|
|
2116
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2117
|
-
|
|
2118
|
-
}
|
|
2119
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2120
|
-
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 */
|
|
2121
2109
|
}
|
|
2122
2110
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2123
2111
|
border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2217,7 +2205,7 @@
|
|
|
2217
2205
|
}
|
|
2218
2206
|
|
|
2219
2207
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2220
|
-
background
|
|
2208
|
+
background: #F3D8DA;
|
|
2221
2209
|
outline: 1px solid #F3D8DA;
|
|
2222
2210
|
border-radius: 4px;
|
|
2223
2211
|
}
|
|
@@ -2236,10 +2224,6 @@
|
|
|
2236
2224
|
border-radius: 4px;
|
|
2237
2225
|
}
|
|
2238
2226
|
|
|
2239
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2240
|
-
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2244
|
-
border-top-color: #D13438;
|
|
2227
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2228
|
+
background-color: #D13438;
|
|
2245
2229
|
}
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
}
|
|
39
39
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
40
40
|
border: 1px solid transparent;
|
|
41
|
-
padding-bottom:
|
|
42
|
-
padding-top:
|
|
41
|
+
padding-bottom: 0;
|
|
42
|
+
padding-top: 0;
|
|
43
43
|
}
|
|
44
44
|
.e-richtexteditor .e-rte-content {
|
|
45
45
|
border-bottom-left-radius: 4px;
|
|
@@ -662,9 +662,6 @@
|
|
|
662
662
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
663
663
|
line-height: 28px;
|
|
664
664
|
}
|
|
665
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
666
|
-
width: 350px !important;
|
|
667
|
-
}
|
|
668
665
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
669
666
|
padding: 16px 0 0 !important;
|
|
670
667
|
}
|
|
@@ -1005,6 +1002,9 @@
|
|
|
1005
1002
|
line-height: 10px;
|
|
1006
1003
|
vertical-align: middle;
|
|
1007
1004
|
}
|
|
1005
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
1006
|
+
pointer-events: none;
|
|
1007
|
+
}
|
|
1008
1008
|
.e-gantt .e-gantt-chart {
|
|
1009
1009
|
height: 100%;
|
|
1010
1010
|
overflow: hidden;
|
|
@@ -1602,6 +1602,7 @@
|
|
|
1602
1602
|
outline: 1px solid;
|
|
1603
1603
|
outline-offset: 2px;
|
|
1604
1604
|
}
|
|
1605
|
+
|
|
1605
1606
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1606
1607
|
padding-left: 12px;
|
|
1607
1608
|
}
|
|
@@ -1879,6 +1880,9 @@
|
|
|
1879
1880
|
border-color: #dee2e6;
|
|
1880
1881
|
border-radius: 0px;
|
|
1881
1882
|
}
|
|
1883
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1884
|
+
display: none;
|
|
1885
|
+
}
|
|
1882
1886
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1883
1887
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1884
1888
|
opacity: 0.95;
|
|
@@ -1923,6 +1927,9 @@
|
|
|
1923
1927
|
background: rgba(0, 123, 255, 0.16);
|
|
1924
1928
|
opacity: 1;
|
|
1925
1929
|
}
|
|
1930
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1931
|
+
border-color: #007bff;
|
|
1932
|
+
}
|
|
1926
1933
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1927
1934
|
background: #fff;
|
|
1928
1935
|
border-bottom-color: #dee2e6;
|
|
@@ -1970,7 +1977,7 @@
|
|
|
1970
1977
|
outline-color: #66afe9;
|
|
1971
1978
|
}
|
|
1972
1979
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1973
|
-
background
|
|
1980
|
+
background: #007bff;
|
|
1974
1981
|
outline: 1px solid #0056b3;
|
|
1975
1982
|
border-radius: 4px;
|
|
1976
1983
|
}
|
|
@@ -2007,7 +2014,7 @@
|
|
|
2007
2014
|
border-radius: 3px;
|
|
2008
2015
|
}
|
|
2009
2016
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
2010
|
-
background
|
|
2017
|
+
background: #8553F1;
|
|
2011
2018
|
outline: 1px solid #6628EE;
|
|
2012
2019
|
}
|
|
2013
2020
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -2175,23 +2182,16 @@
|
|
|
2175
2182
|
.e-gantt .e-gantt-chart .e-icon {
|
|
2176
2183
|
color: #fff;
|
|
2177
2184
|
}
|
|
2178
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
2182
|
-
border-top-color: #495057;
|
|
2183
|
-
}
|
|
2184
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2185
|
-
border-bottom-color: #495057;
|
|
2186
|
-
}
|
|
2187
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2188
|
-
border-top-color: #495057;
|
|
2185
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
2186
|
+
background-color: #495057;
|
|
2187
|
+
border-color: #0056b3;
|
|
2189
2188
|
}
|
|
2190
|
-
.e-gantt .e-gantt-chart .e-
|
|
2191
|
-
|
|
2189
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
2190
|
+
background-color: #495057;
|
|
2192
2191
|
}
|
|
2193
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
2194
|
-
|
|
2192
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
2193
|
+
background-color: #989A9C;
|
|
2194
|
+
border-color: #0056b3;
|
|
2195
2195
|
}
|
|
2196
2196
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2197
2197
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -2211,11 +2211,8 @@
|
|
|
2211
2211
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2212
2212
|
background-color: #ffc107;
|
|
2213
2213
|
}
|
|
2214
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
2215
|
-
|
|
2216
|
-
}
|
|
2217
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2218
|
-
border-top-color: #ffc107;
|
|
2214
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
2215
|
+
background-color: #ffc107;
|
|
2219
2216
|
}
|
|
2220
2217
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2221
2218
|
border-bottom-color: #e0e0e0;
|
|
@@ -2269,11 +2266,8 @@
|
|
|
2269
2266
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2270
2267
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2271
2268
|
}
|
|
2272
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
2273
|
-
|
|
2274
|
-
}
|
|
2275
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2276
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2269
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2270
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2277
2271
|
}
|
|
2278
2272
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2279
2273
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2287,21 +2281,15 @@
|
|
|
2287
2281
|
background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2288
2282
|
border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2289
2283
|
}
|
|
2290
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2291
|
-
|
|
2292
|
-
}
|
|
2293
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2294
|
-
border-top-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2284
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2285
|
+
background-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2295
2286
|
}
|
|
2296
2287
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2297
2288
|
background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2298
2289
|
border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2299
2290
|
}
|
|
2300
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2301
|
-
|
|
2302
|
-
}
|
|
2303
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2304
|
-
border-top-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2291
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2292
|
+
background-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2305
2293
|
}
|
|
2306
2294
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2307
2295
|
border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2401,7 +2389,7 @@
|
|
|
2401
2389
|
}
|
|
2402
2390
|
|
|
2403
2391
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2404
|
-
background
|
|
2392
|
+
background: #F3D8DA;
|
|
2405
2393
|
outline: 1px solid #F3D8DA;
|
|
2406
2394
|
border-radius: 4px;
|
|
2407
2395
|
}
|
|
@@ -2420,10 +2408,6 @@
|
|
|
2420
2408
|
border-radius: 4px;
|
|
2421
2409
|
}
|
|
2422
2410
|
|
|
2423
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2424
|
-
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2428
|
-
border-top-color: #D13438;
|
|
2411
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2412
|
+
background-color: #D13438;
|
|
2429
2413
|
}
|
|
@@ -381,9 +381,6 @@
|
|
|
381
381
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
382
382
|
line-height: 28px;
|
|
383
383
|
}
|
|
384
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
385
|
-
width: 350px !important;
|
|
386
|
-
}
|
|
387
384
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
388
385
|
padding: 16px 0 0 !important;
|
|
389
386
|
}
|
|
@@ -721,6 +718,9 @@
|
|
|
721
718
|
line-height: 10px;
|
|
722
719
|
vertical-align: middle;
|
|
723
720
|
}
|
|
721
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
722
|
+
pointer-events: none;
|
|
723
|
+
}
|
|
724
724
|
.e-gantt .e-gantt-chart {
|
|
725
725
|
height: 100%;
|
|
726
726
|
overflow: hidden;
|
|
@@ -1318,6 +1318,7 @@
|
|
|
1318
1318
|
outline: 1px solid;
|
|
1319
1319
|
outline-offset: 2px;
|
|
1320
1320
|
}
|
|
1321
|
+
|
|
1321
1322
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1322
1323
|
padding-left: 12px;
|
|
1323
1324
|
}
|
|
@@ -1595,6 +1596,9 @@
|
|
|
1595
1596
|
border-color: #444c54;
|
|
1596
1597
|
border-radius: 0px;
|
|
1597
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1598
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1599
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1600
1604
|
opacity: 0.95;
|
|
@@ -1639,6 +1643,9 @@
|
|
|
1639
1643
|
background: #3c444b;
|
|
1640
1644
|
opacity: 0.9;
|
|
1641
1645
|
}
|
|
1646
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1647
|
+
border-color: #0d6efd;
|
|
1648
|
+
}
|
|
1642
1649
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1643
1650
|
background: #212529;
|
|
1644
1651
|
border-bottom-color: #444c54;
|
|
@@ -1686,7 +1693,7 @@
|
|
|
1686
1693
|
outline-color: #6c757d;
|
|
1687
1694
|
}
|
|
1688
1695
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1689
|
-
background
|
|
1696
|
+
background: #86b7fe;
|
|
1690
1697
|
outline: 1px solid #0d6efd;
|
|
1691
1698
|
border-radius: 4px;
|
|
1692
1699
|
}
|
|
@@ -1723,7 +1730,7 @@
|
|
|
1723
1730
|
border-radius: 3px;
|
|
1724
1731
|
}
|
|
1725
1732
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1726
|
-
background
|
|
1733
|
+
background: #d3f0e2;
|
|
1727
1734
|
outline: 1px solid #21b26f;
|
|
1728
1735
|
}
|
|
1729
1736
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1891,23 +1898,16 @@
|
|
|
1891
1898
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1892
1899
|
color: #fff;
|
|
1893
1900
|
}
|
|
1894
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1898
|
-
border-top-color: #adb5bd;
|
|
1899
|
-
}
|
|
1900
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1901
|
-
border-bottom-color: #adb5bd;
|
|
1902
|
-
}
|
|
1903
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1904
|
-
border-top-color: #adb5bd;
|
|
1901
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1902
|
+
background-color: #adb5bd;
|
|
1903
|
+
border-color: #0d6efd;
|
|
1905
1904
|
}
|
|
1906
|
-
.e-gantt .e-gantt-chart .e-
|
|
1907
|
-
|
|
1905
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1906
|
+
background-color: #adb5bd;
|
|
1908
1907
|
}
|
|
1909
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1910
|
-
|
|
1908
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1909
|
+
background-color: #adb5bd;
|
|
1910
|
+
border-color: #0d6efd;
|
|
1911
1911
|
}
|
|
1912
1912
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1913
1913
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1927,11 +1927,8 @@
|
|
|
1927
1927
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1928
1928
|
background-color: #ffc107;
|
|
1929
1929
|
}
|
|
1930
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1931
|
-
|
|
1932
|
-
}
|
|
1933
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1934
|
-
border-top-color: #ffc107;
|
|
1930
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1931
|
+
background-color: #ffc107;
|
|
1935
1932
|
}
|
|
1936
1933
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1937
1934
|
border-bottom-color: #444c54;
|
|
@@ -1985,11 +1982,8 @@
|
|
|
1985
1982
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1983
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
1984
|
}
|
|
1988
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1989
|
-
|
|
1990
|
-
}
|
|
1991
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1992
|
-
border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1986
|
+
background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1993
1987
|
}
|
|
1994
1988
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1995
1989
|
background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2003,21 +1997,15 @@
|
|
|
2003
1997
|
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
1998
|
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
1999
|
}
|
|
2006
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2007
|
-
|
|
2008
|
-
}
|
|
2009
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2010
|
-
border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2000
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2001
|
+
background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2011
2002
|
}
|
|
2012
2003
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2013
2004
|
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2014
2005
|
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2015
2006
|
}
|
|
2016
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2017
|
-
|
|
2018
|
-
}
|
|
2019
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2020
|
-
border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2007
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2008
|
+
background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2021
2009
|
}
|
|
2022
2010
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2023
2011
|
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2117,7 +2105,7 @@
|
|
|
2117
2105
|
}
|
|
2118
2106
|
|
|
2119
2107
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2120
|
-
background
|
|
2108
|
+
background: #fadfe2;
|
|
2121
2109
|
outline: 1px solid #fadfe2;
|
|
2122
2110
|
border-radius: 4px;
|
|
2123
2111
|
}
|
|
@@ -2136,10 +2124,6 @@
|
|
|
2136
2124
|
border-radius: 4px;
|
|
2137
2125
|
}
|
|
2138
2126
|
|
|
2139
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2140
|
-
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2144
|
-
border-top-color: #e4606d;
|
|
2127
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2128
|
+
background-color: #e4606d;
|
|
2145
2129
|
}
|