@syncfusion/ej2-gantt 20.1.60 → 20.2.39
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 +35 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +1129 -82
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +1128 -79
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/actions.d.ts +1 -0
- package/src/gantt/actions/actions.js +1 -0
- package/src/gantt/actions/cell-edit.js +5 -3
- package/src/gantt/actions/connector-line-edit.js +20 -6
- package/src/gantt/actions/context-menu.js +3 -4
- package/src/gantt/actions/critical-path.d.ts +26 -0
- package/src/gantt/actions/critical-path.js +735 -0
- package/src/gantt/actions/dependency.js +3 -0
- package/src/gantt/actions/edit.js +29 -3
- package/src/gantt/actions/filter.js +1 -1
- package/src/gantt/actions/keyboard.js +2 -2
- package/src/gantt/actions/rowdragdrop.js +7 -1
- package/src/gantt/actions/selection.js +3 -0
- package/src/gantt/actions/taskbar-edit.js +5 -1
- package/src/gantt/actions/toolbar.js +20 -4
- package/src/gantt/base/css-constants.d.ts +12 -0
- package/src/gantt/base/css-constants.js +12 -0
- package/src/gantt/base/date-processor.d.ts +1 -1
- package/src/gantt/base/date-processor.js +9 -3
- package/src/gantt/base/enum.d.ts +3 -1
- package/src/gantt/base/gantt-chart.js +9 -2
- package/src/gantt/base/gantt-model.d.ts +8 -1
- package/src/gantt/base/gantt.d.ts +32 -1
- package/src/gantt/base/gantt.js +133 -5
- package/src/gantt/base/interface.d.ts +16 -0
- package/src/gantt/base/splitter.js +4 -0
- package/src/gantt/base/task-processor.js +16 -7
- package/src/gantt/base/tree-grid.js +1 -1
- package/src/gantt/export/export-helper.js +16 -3
- package/src/gantt/export/pdf-base/pdf-style/gantt-theme.js +16 -0
- package/src/gantt/renderer/chart-rows.js +16 -5
- package/src/gantt/renderer/nonworking-day.js +5 -2
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +63 -26
- package/src/global.js +1 -1
- package/styles/bootstrap-dark.css +144 -92
- package/styles/bootstrap.css +141 -89
- package/styles/bootstrap4.css +142 -90
- package/styles/bootstrap5-dark.css +146 -94
- package/styles/bootstrap5.css +146 -94
- package/styles/fabric-dark.css +143 -91
- package/styles/fabric.css +148 -96
- package/styles/fluent-dark.css +152 -100
- package/styles/fluent.css +146 -94
- package/styles/gantt/_bootstrap-dark-definition.scss +22 -16
- package/styles/gantt/_bootstrap-definition.scss +21 -15
- package/styles/gantt/_bootstrap4-definition.scss +30 -24
- package/styles/gantt/_bootstrap5-definition.scss +20 -14
- package/styles/gantt/_fabric-dark-definition.scss +22 -16
- package/styles/gantt/_fabric-definition.scss +22 -16
- package/styles/gantt/_fluent-definition.scss +19 -13
- package/styles/gantt/_fusionnew-definition.scss +212 -0
- package/styles/gantt/_highcontrast-definition.scss +22 -16
- package/styles/gantt/_highcontrast-light-definition.scss +17 -11
- package/styles/gantt/_layout.scss +131 -136
- package/styles/gantt/_material-dark-definition.scss +22 -16
- package/styles/gantt/_material-definition.scss +27 -21
- package/styles/gantt/_material3-definition.scss +213 -0
- package/styles/gantt/_tailwind-definition.scss +16 -10
- package/styles/gantt/_theme.scss +56 -1
- package/styles/gantt/bootstrap-dark.css +144 -92
- package/styles/gantt/bootstrap.css +141 -89
- package/styles/gantt/bootstrap4.css +142 -90
- package/styles/gantt/bootstrap5-dark.css +146 -94
- package/styles/gantt/bootstrap5.css +146 -94
- package/styles/gantt/fabric-dark.css +143 -91
- package/styles/gantt/fabric.css +148 -96
- package/styles/gantt/fluent-dark.css +152 -100
- package/styles/gantt/fluent.css +146 -94
- package/styles/gantt/highcontrast-light.css +140 -91
- package/styles/gantt/highcontrast.css +143 -91
- package/styles/gantt/icons/_bootstrap-dark.scss +4 -1
- package/styles/gantt/icons/_bootstrap.scss +4 -1
- package/styles/gantt/icons/_bootstrap4.scss +4 -1
- package/styles/gantt/icons/_bootstrap5.scss +4 -0
- package/styles/gantt/icons/_fabric-dark.scss +4 -0
- package/styles/gantt/icons/_fabric.scss +4 -0
- package/styles/gantt/icons/_fluent.scss +4 -0
- package/styles/gantt/icons/_fusionnew.scss +120 -0
- package/styles/gantt/icons/_highcontrast.scss +4 -0
- package/styles/gantt/icons/_material-dark.scss +4 -0
- package/styles/gantt/icons/_material.scss +4 -0
- package/styles/gantt/icons/_material3.scss +124 -0
- package/styles/gantt/icons/_tailwind-dark.scss +4 -0
- package/styles/gantt/icons/_tailwind.scss +4 -0
- package/styles/gantt/material-dark.css +147 -95
- package/styles/gantt/material.css +149 -97
- package/styles/gantt/tailwind-dark.css +154 -102
- package/styles/gantt/tailwind.css +150 -98
- package/styles/highcontrast-light.css +140 -91
- package/styles/highcontrast.css +143 -91
- package/styles/material-dark.css +147 -95
- package/styles/material.css +149 -97
- package/styles/tailwind-dark.css +154 -102
- package/styles/tailwind.css +150 -98
package/styles/gantt/fabric.css
CHANGED
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
.e-gantt .e-add::before {
|
|
117
117
|
content: "\e7d5";
|
|
118
118
|
}
|
|
119
|
+
.e-gantt .e-critical-path::before {
|
|
120
|
+
content: "\e931";
|
|
121
|
+
}
|
|
119
122
|
.e-gantt .e-edit::before {
|
|
120
123
|
content: "\e97c";
|
|
121
124
|
}
|
|
@@ -210,12 +213,6 @@
|
|
|
210
213
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
211
214
|
height: 32px;
|
|
212
215
|
}
|
|
213
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
214
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
215
|
-
padding-left: 10px;
|
|
216
|
-
padding-right: 10px;
|
|
217
|
-
width: 30px;
|
|
218
|
-
}
|
|
219
216
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
220
217
|
border-radius: 4px !important;
|
|
221
218
|
font-size: 12px !important;
|
|
@@ -226,7 +223,7 @@
|
|
|
226
223
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
227
224
|
border-bottom: 6px solid transparent;
|
|
228
225
|
border-right: 6px solid transparent;
|
|
229
|
-
border-right-color: #
|
|
226
|
+
border-right-color: #deecf9;
|
|
230
227
|
border-top: 6px solid transparent;
|
|
231
228
|
top: 73px !important;
|
|
232
229
|
}
|
|
@@ -267,30 +264,34 @@
|
|
|
267
264
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
268
265
|
height: 63px !important;
|
|
269
266
|
}
|
|
270
|
-
.e-bigger .e-
|
|
271
|
-
|
|
272
|
-
border-color: #000000;
|
|
273
|
-
color: #F9FAFB;
|
|
274
|
-
font-size: 12px;
|
|
275
|
-
line-height: 18px;
|
|
276
|
-
padding: 0 8px 0 0;
|
|
267
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
268
|
+
padding: 16px 4px 16px 16px !important;
|
|
277
269
|
}
|
|
278
|
-
.e-bigger .e-
|
|
279
|
-
|
|
280
|
-
border-color: #000000;
|
|
281
|
-
color: #F9FAFB;
|
|
282
|
-
font-size: 12px;
|
|
283
|
-
line-height: 18px;
|
|
284
|
-
padding: 0 0 0 8px;
|
|
270
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
271
|
+
left: 0 !important;
|
|
285
272
|
}
|
|
286
|
-
.e-bigger .e-
|
|
287
|
-
|
|
273
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
274
|
+
font-size: 12px !important;
|
|
288
275
|
}
|
|
289
|
-
.e-bigger .e-
|
|
276
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
277
|
+
height: 70px !important;
|
|
278
|
+
padding: 16px !important;
|
|
279
|
+
}
|
|
280
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
281
|
+
margin-left: 12px;
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
284
|
+
line-height: 28px;
|
|
285
|
+
}
|
|
286
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
287
|
+
width: 350px !important;
|
|
288
|
+
}
|
|
289
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
290
290
|
padding: 16px 0 0 !important;
|
|
291
291
|
}
|
|
292
|
-
.e-bigger .e-
|
|
293
|
-
|
|
292
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
293
|
+
border-radius: 6px !important;
|
|
294
|
+
padding: 32px 16px 16px !important;
|
|
294
295
|
}
|
|
295
296
|
.e-bigger .e-columnmenu {
|
|
296
297
|
top: 45px;
|
|
@@ -299,6 +300,9 @@
|
|
|
299
300
|
border-radius: 6px;
|
|
300
301
|
width: 556px !important;
|
|
301
302
|
}
|
|
303
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
304
|
+
padding: 0 16px !important;
|
|
305
|
+
}
|
|
302
306
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
303
307
|
padding: 16px 12px 0 16px;
|
|
304
308
|
}
|
|
@@ -327,97 +331,87 @@
|
|
|
327
331
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
328
332
|
border-radius: 50%;
|
|
329
333
|
height: auto !important;
|
|
330
|
-
width: auto
|
|
334
|
+
width: auto;
|
|
331
335
|
}
|
|
332
336
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
333
337
|
margin-left: 5px !important;
|
|
334
338
|
}
|
|
335
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
339
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
336
340
|
font-size: 16px !important;
|
|
337
341
|
}
|
|
338
|
-
.e-bigger .e-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
.e-bigger .e-predecessor-tooltip {
|
|
342
|
-
background-color: #000000;
|
|
343
|
-
}
|
|
344
|
-
.e-bigger .e-predecessor-dialog {
|
|
345
|
-
background-color: #f8f8f8;
|
|
346
|
-
}
|
|
347
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
348
|
-
background-color: #f8f8f8;
|
|
349
|
-
padding: 10px 9px 9px 14px !important;
|
|
350
|
-
}
|
|
351
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
352
|
-
padding: 16px 4px 16px 16px !important;
|
|
353
|
-
}
|
|
354
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
355
|
-
left: 0 !important;
|
|
356
|
-
}
|
|
357
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
358
|
-
font-size: 12px !important;
|
|
359
|
-
}
|
|
360
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
361
|
-
height: 70px !important;
|
|
362
|
-
padding: 16px !important;
|
|
363
|
-
}
|
|
364
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
365
|
-
margin-left: 12px;
|
|
342
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
343
|
+
min-height: 35px !important;
|
|
344
|
+
min-width: 35.82px !important;
|
|
366
345
|
}
|
|
367
|
-
.e-bigger .e-dialog .e-
|
|
368
|
-
line-height:
|
|
346
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
347
|
+
line-height: 24px;
|
|
348
|
+
padding: 6px 16px 6px 15px !important;
|
|
369
349
|
}
|
|
370
|
-
.e-bigger .e-
|
|
371
|
-
|
|
350
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
351
|
+
padding: 6px 21px 6px 23px !important;
|
|
372
352
|
}
|
|
373
|
-
.e-bigger .e-
|
|
374
|
-
|
|
375
|
-
padding: 32px 16px 16px !important;
|
|
353
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
354
|
+
font-size: 16px !important;
|
|
376
355
|
}
|
|
377
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
356
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
378
357
|
font-size: 14px;
|
|
379
358
|
line-height: 22px;
|
|
380
359
|
}
|
|
381
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
360
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
382
361
|
font-size: 14px;
|
|
383
362
|
line-height: 22px;
|
|
384
363
|
}
|
|
385
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
386
365
|
height: 34px !important;
|
|
387
366
|
}
|
|
388
|
-
.e-bigger .e-
|
|
389
|
-
color: #A6A6A6 !important;
|
|
390
|
-
}
|
|
391
|
-
.e-bigger .e-right-btn:disabled {
|
|
392
|
-
color: #A6A6A6 !important;
|
|
393
|
-
}
|
|
394
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
395
|
-
min-width: 36px !important;
|
|
396
|
-
}
|
|
397
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
398
|
-
min-height: 35px !important;
|
|
399
|
-
min-width: 35.82px !important;
|
|
400
|
-
}
|
|
401
|
-
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
367
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
402
368
|
min-height: 35px !important;
|
|
403
369
|
min-width: 35.82px !important;
|
|
404
370
|
}
|
|
405
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
371
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
406
372
|
min-height: 35px !important;
|
|
407
373
|
min-width: 35.82px !important;
|
|
408
374
|
}
|
|
409
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
375
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
410
376
|
height: 36px;
|
|
411
377
|
}
|
|
412
|
-
.e-bigger .e-
|
|
413
|
-
|
|
378
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
379
|
+
min-width: 36px !important;
|
|
414
380
|
}
|
|
415
|
-
.e-bigger .e-
|
|
416
|
-
|
|
417
|
-
padding: 6px 16px 6px 15px !important;
|
|
381
|
+
.e-bigger .e-predecessor-tooltip {
|
|
382
|
+
background-color: #000;
|
|
418
383
|
}
|
|
419
|
-
.e-bigger .e-
|
|
420
|
-
|
|
384
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
385
|
+
color: #a6a6a6 !important;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
388
|
+
color: #a6a6a6 !important;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
391
|
+
padding: 3px !important;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
394
|
+
background-color: #000;
|
|
395
|
+
border-color: #000;
|
|
396
|
+
color: #fff;
|
|
397
|
+
font-size: 12px;
|
|
398
|
+
line-height: 18px;
|
|
399
|
+
padding: 0 8px 0 0;
|
|
400
|
+
}
|
|
401
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
402
|
+
background-color: #000;
|
|
403
|
+
border-color: #000;
|
|
404
|
+
color: #fff;
|
|
405
|
+
font-size: 12px;
|
|
406
|
+
line-height: 18px;
|
|
407
|
+
padding: 0 0 0 8px;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-predecessor-dialog {
|
|
410
|
+
background-color: #f8f8f8;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
|
+
background-color: #f8f8f8;
|
|
414
|
+
padding: 10px 9px 9px 14px !important;
|
|
421
415
|
}
|
|
422
416
|
|
|
423
417
|
.e-gantt {
|
|
@@ -988,6 +982,9 @@
|
|
|
988
982
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
989
983
|
outline: 1px solid;
|
|
990
984
|
}
|
|
985
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
986
|
+
outline: 1px solid;
|
|
987
|
+
}
|
|
991
988
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
992
989
|
z-index: 100;
|
|
993
990
|
}
|
|
@@ -1364,13 +1361,13 @@
|
|
|
1364
1361
|
border-spacing: 0;
|
|
1365
1362
|
}
|
|
1366
1363
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1367
|
-
border-top-color: #
|
|
1364
|
+
border-top-color: #eaeaea;
|
|
1368
1365
|
}
|
|
1369
1366
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1370
|
-
color:
|
|
1367
|
+
color: #000;
|
|
1371
1368
|
}
|
|
1372
1369
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1373
|
-
border-bottom-color: #
|
|
1370
|
+
border-bottom-color: #eaeaea;
|
|
1374
1371
|
}
|
|
1375
1372
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1376
1373
|
border-color: #e0e0e0;
|
|
@@ -1426,6 +1423,10 @@
|
|
|
1426
1423
|
background-color: #6D1888;
|
|
1427
1424
|
border: 0px;
|
|
1428
1425
|
}
|
|
1426
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1427
|
+
background-color: #6D1888;
|
|
1428
|
+
border: 0px;
|
|
1429
|
+
}
|
|
1429
1430
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1430
1431
|
background: #f4f4f4;
|
|
1431
1432
|
}
|
|
@@ -1457,7 +1458,6 @@
|
|
|
1457
1458
|
}
|
|
1458
1459
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1459
1460
|
background: linear-gradient(to right, rgba(0, 91, 163, 0.2), #005ba3 30%, #005ba3 70%, #005ba3 70%, rgba(0, 91, 163, 0.2) 100%);
|
|
1460
|
-
background-color: rgba(0, 91, 163, 0.2);
|
|
1461
1461
|
border: 0px;
|
|
1462
1462
|
border-radius: 0px;
|
|
1463
1463
|
}
|
|
@@ -1597,13 +1597,13 @@
|
|
|
1597
1597
|
color: #333;
|
|
1598
1598
|
}
|
|
1599
1599
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1600
|
-
background-color: #
|
|
1600
|
+
background-color: #d83b01;
|
|
1601
1601
|
}
|
|
1602
1602
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1603
|
-
border-bottom-color: #
|
|
1603
|
+
border-bottom-color: #d83b01;
|
|
1604
1604
|
}
|
|
1605
1605
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1606
|
-
border-top-color: #
|
|
1606
|
+
border-top-color: #d83b01;
|
|
1607
1607
|
}
|
|
1608
1608
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1609
1609
|
border-bottom-color: #e0e0e0;
|
|
@@ -1758,4 +1758,56 @@
|
|
|
1758
1758
|
}
|
|
1759
1759
|
.e-gantt.e-device .e-backarrowspan {
|
|
1760
1760
|
color: #000;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1764
|
+
border-color: #d13438;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1768
|
+
border-left-color: #d13438;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1772
|
+
border-right-color: #d13438;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1776
|
+
border-color: #f3d8da;
|
|
1777
|
+
outline-color: #f3d8da;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1781
|
+
border-left-color: #f3d8da;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1785
|
+
border-right-color: #f3d8da;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1789
|
+
background-color: #f3d8da;
|
|
1790
|
+
border: 1px solid #f3d8da;
|
|
1791
|
+
border-radius: 0px;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1795
|
+
background-color: #d13438;
|
|
1796
|
+
border: 0px;
|
|
1797
|
+
border-radius: 4px;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1801
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1802
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1803
|
+
border: 0px;
|
|
1804
|
+
border-radius: 0px;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1808
|
+
border-bottom-color: #D13438;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1812
|
+
border-top-color: #D13438;
|
|
1761
1813
|
}
|