@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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@22.1.34",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-xRaWBF3QZi7/f4Ic81rIqD76WNE1TZNBQKoOlgpaJ1bh1NS90AXX5pdZgfjuc2LXc2IMXim2gNLsh6M/Lu3BwA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-22.1.34.tgz",
|
|
23
|
+
"_shasum": "e4c7cf488b364aa32ffb9a199256b3581a8f9184",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-gantt": "21.1.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-gantt": "21.1.36",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Vue",
|
|
@@ -55,8 +55,9 @@
|
|
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
|
-
"
|
|
58
|
+
"ci-publish": "gulp ci-publish",
|
|
59
|
+
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
60
|
},
|
|
60
|
-
"version": "21.1.
|
|
61
|
+
"version": "21.1.36",
|
|
61
62
|
"sideEffects": false
|
|
62
63
|
}
|
|
@@ -8,7 +8,7 @@ import { EditDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsPl
|
|
|
8
8
|
import { DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionPlugin, DayWorkingTimePlugin } from './dayworkingtime.directive';
|
|
9
9
|
import { HolidaysDirective, HolidayDirective, HolidaysPlugin, HolidayPlugin } from './holidays.directive';
|
|
10
10
|
import { EventMarkersDirective, EventMarkerDirective, EventMarkersPlugin, EventMarkerPlugin } from './eventmarkers.directive';
|
|
11
|
-
export var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];
|
|
11
|
+
export var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'zoomingLevels', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];
|
|
12
12
|
export var modelProps = ['dataSource'];
|
|
13
13
|
export var testProp = getProps({ props: properties });
|
|
14
14
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -33,7 +33,7 @@ export var GanttComponent = vueDefineComponent({
|
|
|
33
33
|
provide: function () { return { custom: this.custom }; },
|
|
34
34
|
data: function () {
|
|
35
35
|
return {
|
|
36
|
-
|
|
36
|
+
ej2Instance: new Gantt({}),
|
|
37
37
|
propKeys: properties,
|
|
38
38
|
models: modelProps,
|
|
39
39
|
hasChildDirective: true,
|
|
@@ -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
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -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
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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
|
}
|