@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/tailwind.css
CHANGED
|
@@ -166,6 +166,9 @@
|
|
|
166
166
|
.e-gantt .e-add::before {
|
|
167
167
|
content: "\e805";
|
|
168
168
|
}
|
|
169
|
+
.e-gantt .e-critical-path::before {
|
|
170
|
+
content: "\e88c";
|
|
171
|
+
}
|
|
169
172
|
.e-gantt .e-edit::before {
|
|
170
173
|
content: "\e730";
|
|
171
174
|
}
|
|
@@ -260,12 +263,6 @@
|
|
|
260
263
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
261
264
|
height: 32px;
|
|
262
265
|
}
|
|
263
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
264
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
265
|
-
padding-left: 10px;
|
|
266
|
-
padding-right: 10px;
|
|
267
|
-
width: 30px;
|
|
268
|
-
}
|
|
269
266
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
270
267
|
border-radius: 4px !important;
|
|
271
268
|
font-size: 12px !important;
|
|
@@ -276,7 +273,7 @@
|
|
|
276
273
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
277
274
|
border-bottom: 6px solid transparent;
|
|
278
275
|
border-right: 6px solid transparent;
|
|
279
|
-
border-right-color: #
|
|
276
|
+
border-right-color: #ffedd5;
|
|
280
277
|
border-top: 6px solid transparent;
|
|
281
278
|
top: 43px !important;
|
|
282
279
|
}
|
|
@@ -302,12 +299,12 @@
|
|
|
302
299
|
}
|
|
303
300
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
304
301
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
305
|
-
background-color: #
|
|
302
|
+
background-color: #291fd9;
|
|
306
303
|
border-color: #fff;
|
|
307
304
|
}
|
|
308
305
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
309
306
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
310
|
-
background-color: #
|
|
307
|
+
background-color: #291fd9;
|
|
311
308
|
border-color: #fff;
|
|
312
309
|
outline: 2px solid #818cf8;
|
|
313
310
|
}
|
|
@@ -317,30 +314,37 @@
|
|
|
317
314
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
318
315
|
height: 63px !important;
|
|
319
316
|
}
|
|
320
|
-
.e-bigger .e-
|
|
321
|
-
|
|
322
|
-
border-color: #000000;
|
|
323
|
-
color: #fff;
|
|
324
|
-
font-size: 12px;
|
|
325
|
-
line-height: 18px;
|
|
326
|
-
padding: 0 8px 0 0;
|
|
317
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
318
|
+
padding: 16px 4px 16px 24px !important;
|
|
327
319
|
}
|
|
328
|
-
.e-bigger .e-
|
|
329
|
-
|
|
330
|
-
border-color: #000000;
|
|
331
|
-
color: #fff;
|
|
332
|
-
font-size: 12px;
|
|
333
|
-
line-height: 18px;
|
|
334
|
-
padding: 0 0 0 8px;
|
|
320
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
321
|
+
left: -2px !important;
|
|
335
322
|
}
|
|
336
|
-
.e-bigger .e-
|
|
337
|
-
|
|
323
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
324
|
+
height: 68px !important;
|
|
338
325
|
}
|
|
339
|
-
.e-bigger .e-
|
|
326
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
327
|
+
font-size: 16px !important;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
330
|
+
height: 62px !important;
|
|
331
|
+
padding: 12px 24px 12px 12px !important;
|
|
332
|
+
}
|
|
333
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
334
|
+
margin-left: 12px;
|
|
335
|
+
}
|
|
336
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
337
|
+
line-height: 28px;
|
|
338
|
+
}
|
|
339
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
340
|
+
width: 319px !important;
|
|
341
|
+
}
|
|
342
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
340
343
|
padding: 24px 0 0 !important;
|
|
341
344
|
}
|
|
342
|
-
.e-bigger .e-
|
|
343
|
-
|
|
345
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
346
|
+
border-radius: 6px !important;
|
|
347
|
+
padding: 23px 24px 15px 24px !important;
|
|
344
348
|
}
|
|
345
349
|
.e-bigger .e-columnmenu {
|
|
346
350
|
top: 35px;
|
|
@@ -349,6 +353,9 @@
|
|
|
349
353
|
border-radius: 6px;
|
|
350
354
|
width: 564px !important;
|
|
351
355
|
}
|
|
356
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
357
|
+
padding: 0 16px !important;
|
|
358
|
+
}
|
|
352
359
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
353
360
|
padding: 16px 8px 0 24px;
|
|
354
361
|
}
|
|
@@ -377,103 +384,90 @@
|
|
|
377
384
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
378
385
|
border-radius: 50%;
|
|
379
386
|
height: auto !important;
|
|
380
|
-
width: auto
|
|
387
|
+
width: auto;
|
|
381
388
|
}
|
|
382
389
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
383
390
|
margin-left: 12px !important;
|
|
384
391
|
}
|
|
385
|
-
.e-bigger .e-
|
|
386
|
-
padding: 7px 0 !important;
|
|
387
|
-
}
|
|
388
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
392
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
389
393
|
font-size: 16px !important;
|
|
390
394
|
}
|
|
391
|
-
.e-bigger .e-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
.e-bigger .e-predecessor-tooltip {
|
|
395
|
-
background-color: #000000;
|
|
396
|
-
}
|
|
397
|
-
.e-bigger .e-predecessor-dialog {
|
|
398
|
-
background-color: #f9fafb;
|
|
399
|
-
}
|
|
400
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
401
|
-
background-color: #f9fafb;
|
|
402
|
-
padding: 10px 9px 9px 14px !important;
|
|
403
|
-
}
|
|
404
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
405
|
-
padding: 16px 4px 16px 24px !important;
|
|
395
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
396
|
+
min-height: 18px !important;
|
|
397
|
+
min-width: 35.82px !important;
|
|
406
398
|
}
|
|
407
|
-
.e-bigger .e-dialog .e-
|
|
408
|
-
|
|
399
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
400
|
+
line-height: 24px;
|
|
401
|
+
padding: 6px 16px 6px 15px !important;
|
|
409
402
|
}
|
|
410
|
-
.e-bigger .e-dialog .e-
|
|
411
|
-
|
|
403
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
404
|
+
padding: 6px 21px 6px 23px !important;
|
|
412
405
|
}
|
|
413
|
-
.e-bigger .e-dialog .e-
|
|
406
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
414
407
|
font-size: 16px !important;
|
|
415
408
|
}
|
|
416
|
-
.e-bigger .e-dialog .e-
|
|
417
|
-
height: 62px !important;
|
|
418
|
-
padding: 12px 24px 12px 12px !important;
|
|
419
|
-
}
|
|
420
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
421
|
-
margin-left: 12px;
|
|
422
|
-
}
|
|
423
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
424
|
-
line-height: 28px;
|
|
425
|
-
}
|
|
426
|
-
.e-bigger .e-filter-popup {
|
|
427
|
-
width: 319px !important;
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-dlg-content {
|
|
430
|
-
border-radius: 6px !important;
|
|
431
|
-
padding: 23px 24px 15px 24px !important;
|
|
432
|
-
}
|
|
433
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
409
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
434
410
|
font-size: 14px;
|
|
435
411
|
line-height: 22px;
|
|
436
412
|
}
|
|
437
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
413
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
438
414
|
font-size: 14px;
|
|
439
415
|
line-height: 22px;
|
|
440
416
|
}
|
|
441
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
417
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
442
418
|
height: 36px !important;
|
|
443
419
|
}
|
|
444
|
-
.e-bigger .e-
|
|
445
|
-
color: #9CA3Af !important;
|
|
446
|
-
}
|
|
447
|
-
.e-bigger .e-right-btn:disabled {
|
|
448
|
-
color: #9CA3Af !important;
|
|
449
|
-
}
|
|
450
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
451
|
-
min-width: 36px !important;
|
|
452
|
-
}
|
|
453
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
420
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
454
421
|
min-height: 18px !important;
|
|
455
422
|
min-width: 35.82px !important;
|
|
456
423
|
}
|
|
457
|
-
.e-bigger .e-
|
|
424
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
458
425
|
min-height: 18px !important;
|
|
459
426
|
min-width: 35.82px !important;
|
|
460
427
|
}
|
|
461
|
-
.e-bigger .e-
|
|
462
|
-
min-height: 18px !important;
|
|
463
|
-
min-width: 35.82px !important;
|
|
464
|
-
}
|
|
465
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
428
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
466
429
|
height: 38px;
|
|
467
430
|
}
|
|
468
|
-
.e-bigger .e-
|
|
469
|
-
|
|
431
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
432
|
+
min-width: 36px !important;
|
|
470
433
|
}
|
|
471
|
-
.e-bigger .e-
|
|
472
|
-
|
|
473
|
-
padding: 6px 16px 6px 15px !important;
|
|
434
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
435
|
+
padding: 7px 0 !important;
|
|
474
436
|
}
|
|
475
|
-
.e-bigger .e-
|
|
476
|
-
|
|
437
|
+
.e-bigger .e-predecessor-tooltip {
|
|
438
|
+
background-color: #000;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
441
|
+
color: #9ca3af !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
444
|
+
color: #9ca3af !important;
|
|
445
|
+
}
|
|
446
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
447
|
+
padding: 3px !important;
|
|
448
|
+
}
|
|
449
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
450
|
+
background-color: #000;
|
|
451
|
+
border-color: #000;
|
|
452
|
+
color: #fff;
|
|
453
|
+
font-size: 12px;
|
|
454
|
+
line-height: 18px;
|
|
455
|
+
padding: 0 8px 0 0;
|
|
456
|
+
}
|
|
457
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
458
|
+
background-color: #000;
|
|
459
|
+
border-color: #000;
|
|
460
|
+
color: #fff;
|
|
461
|
+
font-size: 12px;
|
|
462
|
+
line-height: 18px;
|
|
463
|
+
padding: 0 0 0 8px;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-predecessor-dialog {
|
|
466
|
+
background-color: #f9fafb;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
469
|
+
background-color: #f9fafb;
|
|
470
|
+
padding: 10px 9px 9px 14px !important;
|
|
477
471
|
}
|
|
478
472
|
|
|
479
473
|
.e-gantt {
|
|
@@ -1047,6 +1041,9 @@
|
|
|
1047
1041
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1048
1042
|
outline: 1px solid;
|
|
1049
1043
|
}
|
|
1044
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1045
|
+
outline: 1px solid;
|
|
1046
|
+
}
|
|
1050
1047
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1051
1048
|
z-index: 100;
|
|
1052
1049
|
}
|
|
@@ -1486,6 +1483,10 @@
|
|
|
1486
1483
|
background-color: #15803d;
|
|
1487
1484
|
border: 0px;
|
|
1488
1485
|
}
|
|
1486
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1487
|
+
background-color: #15803d;
|
|
1488
|
+
border: 0px;
|
|
1489
|
+
}
|
|
1489
1490
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1490
1491
|
background: #f9fafb;
|
|
1491
1492
|
}
|
|
@@ -1517,7 +1518,6 @@
|
|
|
1517
1518
|
}
|
|
1518
1519
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1519
1520
|
background: linear-gradient(to right, #818cf8, #4f46e5 30%, #4f46e5 70%, #4f46e5 70%, #818cf8 100%);
|
|
1520
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1521
1521
|
border: 0px;
|
|
1522
1522
|
border-radius: 2px;
|
|
1523
1523
|
}
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
}
|
|
1562
1562
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1563
1563
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1564
|
-
background-color: #
|
|
1564
|
+
background-color: #291fd9;
|
|
1565
1565
|
border-color: #fff;
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -1818,4 +1818,56 @@
|
|
|
1818
1818
|
}
|
|
1819
1819
|
.e-gantt.e-device .e-backarrowspan {
|
|
1820
1820
|
color: #000;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1824
|
+
border-color: #dc2626;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1828
|
+
border-left-color: #dc2626;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1832
|
+
border-right-color: #dc2626;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1836
|
+
border-color: #fee2e2;
|
|
1837
|
+
outline-color: #fee2e2;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1841
|
+
border-left-color: #fee2e2;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1845
|
+
border-right-color: #fee2e2;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1849
|
+
background-color: #fee2e2;
|
|
1850
|
+
border: 1px solid #fee2e2;
|
|
1851
|
+
border-radius: 4px;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1855
|
+
background-color: #dc2626;
|
|
1856
|
+
border: 0px;
|
|
1857
|
+
border-radius: 4px;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1861
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #dc2626 30%, #dc2626 70%, #dc2626 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1862
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1863
|
+
border: 0px;
|
|
1864
|
+
border-radius: 2px;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1868
|
+
border-bottom-color: #dc2626;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1872
|
+
border-top-color: #dc2626;
|
|
1821
1873
|
}
|