@syncfusion/ej2-angular-gantt 20.1.60 → 20.2.36-ngcc
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/@syncfusion/ej2-angular-gantt.es5.js +14 -5
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-gantt.js +14 -5
- package/@syncfusion/ej2-angular-gantt.js.map +1 -1
- package/CHANGELOG.md +21 -1
- package/dist/ej2-angular-gantt.umd.js +14 -3
- package/dist/ej2-angular-gantt.umd.js.map +1 -1
- package/dist/ej2-angular-gantt.umd.min.js +2 -2
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -1
- package/ej2-angular-gantt.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/generators/gantt-daymarkers/schema.json +3 -2
- package/schematics/generators/gantt-default/schema.json +3 -2
- package/schematics/generators/gantt-editing/schema.json +3 -2
- package/schematics/generators/gantt-localdata/schema.json +3 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/gantt-all.module.d.ts +1 -0
- package/src/index.d.ts +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 +146 -94
- package/styles/fluent.css +146 -94
- 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 +146 -94
- 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/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/fluent.css
CHANGED
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
.e-gantt .e-add::before {
|
|
182
182
|
content: "\e805";
|
|
183
183
|
}
|
|
184
|
+
.e-gantt .e-critical-path::before {
|
|
185
|
+
content: "\e88c";
|
|
186
|
+
}
|
|
184
187
|
.e-gantt .e-edit::before {
|
|
185
188
|
content: "\e730";
|
|
186
189
|
}
|
|
@@ -275,12 +278,6 @@
|
|
|
275
278
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
276
279
|
height: 32px;
|
|
277
280
|
}
|
|
278
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
279
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
280
|
-
padding-left: 10px;
|
|
281
|
-
padding-right: 10px;
|
|
282
|
-
width: 30px;
|
|
283
|
-
}
|
|
284
281
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
285
282
|
border-radius: 4px !important;
|
|
286
283
|
font-size: 12px !important;
|
|
@@ -317,12 +314,12 @@
|
|
|
317
314
|
}
|
|
318
315
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
319
316
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
320
|
-
background-color: #
|
|
317
|
+
background-color: #005ba1;
|
|
321
318
|
border-color: #fff;
|
|
322
319
|
}
|
|
323
320
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
324
321
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
325
|
-
background-color: #
|
|
322
|
+
background-color: #005ba1;
|
|
326
323
|
border-color: #fff;
|
|
327
324
|
outline: 2px solid #c7e0f4;
|
|
328
325
|
}
|
|
@@ -332,30 +329,34 @@
|
|
|
332
329
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
333
330
|
height: 63px !important;
|
|
334
331
|
}
|
|
335
|
-
.e-bigger .e-
|
|
336
|
-
|
|
337
|
-
border-color: #000000;
|
|
338
|
-
color: #FFFFFF;
|
|
339
|
-
font-size: 12px;
|
|
340
|
-
line-height: 18px;
|
|
341
|
-
padding: 0 8px 0 0;
|
|
332
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
333
|
+
padding: 16px 4px 16px 28px !important;
|
|
342
334
|
}
|
|
343
|
-
.e-bigger .e-
|
|
344
|
-
|
|
345
|
-
border-color: #000000;
|
|
346
|
-
color: #FFFFFF;
|
|
347
|
-
font-size: 12px;
|
|
348
|
-
line-height: 18px;
|
|
349
|
-
padding: 0 0 0 8px;
|
|
335
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
336
|
+
left: 8px !important;
|
|
350
337
|
}
|
|
351
|
-
.e-bigger .e-
|
|
352
|
-
|
|
338
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
339
|
+
font-size: 14px !important;
|
|
340
|
+
}
|
|
341
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
342
|
+
height: 96px !important;
|
|
343
|
+
padding: 28px 28px 28px 28px !important;
|
|
353
344
|
}
|
|
354
|
-
.e-bigger .e-
|
|
345
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
346
|
+
margin-left: 12px;
|
|
347
|
+
}
|
|
348
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
349
|
+
line-height: 28px;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
352
|
+
width: 392px !important;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
355
355
|
padding: 28px 0 0 !important;
|
|
356
356
|
}
|
|
357
|
-
.e-bigger .e-
|
|
358
|
-
|
|
357
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
358
|
+
border-radius: 2px !important;
|
|
359
|
+
padding: 28px 28px 0px 28px !important;
|
|
359
360
|
}
|
|
360
361
|
.e-bigger .e-columnmenu {
|
|
361
362
|
top: 38px;
|
|
@@ -364,6 +365,9 @@
|
|
|
364
365
|
border-radius: 6px;
|
|
365
366
|
width: 580px !important;
|
|
366
367
|
}
|
|
368
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
369
|
+
padding: 0 16px !important;
|
|
370
|
+
}
|
|
367
371
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
368
372
|
padding: 16px 8px 0 28px;
|
|
369
373
|
}
|
|
@@ -392,97 +396,87 @@
|
|
|
392
396
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
393
397
|
border-radius: 50%;
|
|
394
398
|
height: auto !important;
|
|
395
|
-
width: auto
|
|
399
|
+
width: auto;
|
|
396
400
|
}
|
|
397
401
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
398
402
|
margin-left: 16px !important;
|
|
399
403
|
}
|
|
400
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
404
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
401
405
|
font-size: 16px !important;
|
|
402
406
|
}
|
|
403
|
-
.e-bigger .e-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
.e-bigger .e-predecessor-tooltip {
|
|
407
|
-
background-color: #000000;
|
|
408
|
-
}
|
|
409
|
-
.e-bigger .e-predecessor-dialog {
|
|
410
|
-
background-color: #faf9f8;
|
|
411
|
-
}
|
|
412
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
|
-
background-color: #faf9f8;
|
|
414
|
-
padding: 10px 9px 9px 14px !important;
|
|
415
|
-
}
|
|
416
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
417
|
-
padding: 16px 4px 16px 28px !important;
|
|
418
|
-
}
|
|
419
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
420
|
-
left: 8px !important;
|
|
421
|
-
}
|
|
422
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
423
|
-
font-size: 14px !important;
|
|
424
|
-
}
|
|
425
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
426
|
-
height: 96px !important;
|
|
427
|
-
padding: 28px 28px 28px 28px !important;
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
430
|
-
margin-left: 12px;
|
|
407
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
408
|
+
min-height: 35px !important;
|
|
409
|
+
min-width: 35.82px !important;
|
|
431
410
|
}
|
|
432
|
-
.e-bigger .e-dialog .e-
|
|
433
|
-
line-height:
|
|
411
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
412
|
+
line-height: 24px;
|
|
413
|
+
padding: 6px 16px 6px 15px !important;
|
|
434
414
|
}
|
|
435
|
-
.e-bigger .e-
|
|
436
|
-
|
|
415
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
416
|
+
padding: 6px 21px 6px 23px !important;
|
|
437
417
|
}
|
|
438
|
-
.e-bigger .e-
|
|
439
|
-
|
|
440
|
-
padding: 28px 28px 0px 28px !important;
|
|
418
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
419
|
+
font-size: 16px !important;
|
|
441
420
|
}
|
|
442
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
421
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
443
422
|
font-size: 14px;
|
|
444
423
|
line-height: 22px;
|
|
445
424
|
}
|
|
446
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
425
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
447
426
|
font-size: 14px;
|
|
448
427
|
line-height: 22px;
|
|
449
428
|
}
|
|
450
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
429
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
451
430
|
height: 38px !important;
|
|
452
431
|
}
|
|
453
|
-
.e-bigger .e-
|
|
454
|
-
color: #A19F9D !important;
|
|
455
|
-
}
|
|
456
|
-
.e-bigger .e-right-btn:disabled {
|
|
457
|
-
color: #A19F9D !important;
|
|
458
|
-
}
|
|
459
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
460
|
-
min-width: 36px !important;
|
|
461
|
-
}
|
|
462
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
432
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
463
433
|
min-height: 35px !important;
|
|
464
434
|
min-width: 35.82px !important;
|
|
465
435
|
}
|
|
466
|
-
.e-bigger .e-
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
467
437
|
min-height: 35px !important;
|
|
468
438
|
min-width: 35.82px !important;
|
|
469
439
|
}
|
|
470
|
-
.e-bigger .e-
|
|
471
|
-
min-height: 35px !important;
|
|
472
|
-
min-width: 35.82px !important;
|
|
473
|
-
}
|
|
474
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
440
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
475
441
|
height: 40px;
|
|
476
442
|
}
|
|
477
|
-
.e-bigger .e-
|
|
478
|
-
|
|
443
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-width: 36px !important;
|
|
479
445
|
}
|
|
480
|
-
.e-bigger .e-
|
|
481
|
-
|
|
482
|
-
padding: 6px 16px 6px 15px !important;
|
|
446
|
+
.e-bigger .e-predecessor-tooltip {
|
|
447
|
+
background-color: #000;
|
|
483
448
|
}
|
|
484
|
-
.e-bigger .e-
|
|
485
|
-
|
|
449
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
450
|
+
color: #a19f9d !important;
|
|
451
|
+
}
|
|
452
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
453
|
+
color: #a19f9d !important;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
456
|
+
padding: 3px !important;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
459
|
+
background-color: #000;
|
|
460
|
+
border-color: #000;
|
|
461
|
+
color: #fff;
|
|
462
|
+
font-size: 12px;
|
|
463
|
+
line-height: 18px;
|
|
464
|
+
padding: 0 8px 0 0;
|
|
465
|
+
}
|
|
466
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
467
|
+
background-color: #000;
|
|
468
|
+
border-color: #000;
|
|
469
|
+
color: #fff;
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
line-height: 18px;
|
|
472
|
+
padding: 0 0 0 8px;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-predecessor-dialog {
|
|
475
|
+
background-color: #faf9f8;
|
|
476
|
+
}
|
|
477
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
478
|
+
background-color: #faf9f8;
|
|
479
|
+
padding: 10px 9px 9px 14px !important;
|
|
486
480
|
}
|
|
487
481
|
|
|
488
482
|
.e-gantt {
|
|
@@ -1053,6 +1047,9 @@
|
|
|
1053
1047
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1054
1048
|
outline: 1px solid;
|
|
1055
1049
|
}
|
|
1050
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1051
|
+
outline: 1px solid;
|
|
1052
|
+
}
|
|
1056
1053
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1057
1054
|
z-index: 100;
|
|
1058
1055
|
}
|
|
@@ -1444,7 +1441,7 @@
|
|
|
1444
1441
|
outline-color: #605e5c;
|
|
1445
1442
|
}
|
|
1446
1443
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1447
|
-
background-color: #
|
|
1444
|
+
background-color: #6ec0ff;
|
|
1448
1445
|
border: 1px solid #0078d4;
|
|
1449
1446
|
border-radius: 4px;
|
|
1450
1447
|
}
|
|
@@ -1491,6 +1488,10 @@
|
|
|
1491
1488
|
background-color: #0b6a0b;
|
|
1492
1489
|
border: 0px;
|
|
1493
1490
|
}
|
|
1491
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1492
|
+
background-color: #0b6a0b;
|
|
1493
|
+
border: 0px;
|
|
1494
|
+
}
|
|
1494
1495
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1495
1496
|
background: #faf9f8;
|
|
1496
1497
|
}
|
|
@@ -1522,7 +1523,6 @@
|
|
|
1522
1523
|
}
|
|
1523
1524
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1524
1525
|
background: linear-gradient(to right, #c7e0f4, #0078d4 30%, #0078d4 70%, #0078d4 70%, #c7e0f4 100%);
|
|
1525
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1526
1526
|
border: 0px;
|
|
1527
1527
|
border-radius: 4px;
|
|
1528
1528
|
}
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1568
1568
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1569
|
-
background-color: #
|
|
1569
|
+
background-color: #005ba1;
|
|
1570
1570
|
border-color: #fff;
|
|
1571
1571
|
}
|
|
1572
1572
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
color: #605e5c;
|
|
1770
1770
|
}
|
|
1771
1771
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1772
|
-
color:
|
|
1772
|
+
color: #605e5c !important;
|
|
1773
1773
|
}
|
|
1774
1774
|
|
|
1775
1775
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1823,4 +1823,56 @@
|
|
|
1823
1823
|
}
|
|
1824
1824
|
.e-gantt.e-device .e-backarrowspan {
|
|
1825
1825
|
color: #000;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1829
|
+
border-color: #d13438;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1833
|
+
border-left-color: #d13438;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1837
|
+
border-right-color: #d13438;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1841
|
+
border-color: #fed9cc;
|
|
1842
|
+
outline-color: #fed9cc;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1846
|
+
border-left-color: #fed9cc;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1850
|
+
border-right-color: #fed9cc;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1854
|
+
background-color: #fed9cc;
|
|
1855
|
+
border: 1px solid #fed9cc;
|
|
1856
|
+
border-radius: 4px;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1860
|
+
background-color: #d13438;
|
|
1861
|
+
border: 0px;
|
|
1862
|
+
border-radius: 2px;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1866
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1867
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1868
|
+
border: 0px;
|
|
1869
|
+
border-radius: 4px;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1873
|
+
border-bottom-color: #d13438;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1877
|
+
border-top-color: #d13438;
|
|
1826
1878
|
}
|
|
@@ -162,6 +162,9 @@
|
|
|
162
162
|
.e-gantt .e-add::before {
|
|
163
163
|
content: "\e823";
|
|
164
164
|
}
|
|
165
|
+
.e-gantt .e-critical-path::before {
|
|
166
|
+
content: "\e93a";
|
|
167
|
+
}
|
|
165
168
|
.e-gantt .e-edit::before {
|
|
166
169
|
content: "\e944";
|
|
167
170
|
}
|
|
@@ -256,12 +259,6 @@
|
|
|
256
259
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
257
260
|
height: 32px;
|
|
258
261
|
}
|
|
259
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
260
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
261
|
-
padding-left: 10px;
|
|
262
|
-
padding-right: 10px;
|
|
263
|
-
width: 30px;
|
|
264
|
-
}
|
|
265
262
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
266
263
|
border-radius: 4px !important;
|
|
267
264
|
font-size: 12px !important;
|
|
@@ -272,7 +269,7 @@
|
|
|
272
269
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
273
270
|
border-bottom: 6px solid transparent;
|
|
274
271
|
border-right: 6px solid transparent;
|
|
275
|
-
border-right-color: #
|
|
272
|
+
border-right-color: #d9edf7;
|
|
276
273
|
border-top: 6px solid transparent;
|
|
277
274
|
top: 73px !important;
|
|
278
275
|
}
|
|
@@ -313,30 +310,34 @@
|
|
|
313
310
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
314
311
|
height: 63px !important;
|
|
315
312
|
}
|
|
316
|
-
.e-bigger .e-
|
|
317
|
-
|
|
318
|
-
border-color: #000000;
|
|
319
|
-
color: #F9FAFB;
|
|
320
|
-
font-size: 12px;
|
|
321
|
-
line-height: 18px;
|
|
322
|
-
padding: 0 8px 0 0;
|
|
313
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
314
|
+
padding: 16px 4px 16px 16px !important;
|
|
323
315
|
}
|
|
324
|
-
.e-bigger .e-
|
|
325
|
-
|
|
326
|
-
border-color: #000000;
|
|
327
|
-
color: #F9FAFB;
|
|
328
|
-
font-size: 12px;
|
|
329
|
-
line-height: 18px;
|
|
330
|
-
padding: 0 0 0 8px;
|
|
316
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
317
|
+
left: 0 !important;
|
|
331
318
|
}
|
|
332
|
-
.e-bigger .e-
|
|
333
|
-
|
|
319
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
320
|
+
font-size: 12px !important;
|
|
321
|
+
}
|
|
322
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
323
|
+
height: 70px !important;
|
|
324
|
+
padding: 16px !important;
|
|
334
325
|
}
|
|
335
|
-
.e-bigger .e-
|
|
326
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
327
|
+
margin-left: 12px;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
330
|
+
line-height: 28px;
|
|
331
|
+
}
|
|
332
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
333
|
+
width: 350px !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
336
336
|
padding: 16px 0 0 !important;
|
|
337
337
|
}
|
|
338
|
-
.e-bigger .e-
|
|
339
|
-
|
|
338
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
339
|
+
border-radius: 6px !important;
|
|
340
|
+
padding: 32px 16px 16px !important;
|
|
340
341
|
}
|
|
341
342
|
.e-bigger .e-columnmenu {
|
|
342
343
|
top: 40px;
|
|
@@ -345,6 +346,9 @@
|
|
|
345
346
|
border-radius: 6px;
|
|
346
347
|
width: 556px !important;
|
|
347
348
|
}
|
|
349
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
350
|
+
padding: 0 16px !important;
|
|
351
|
+
}
|
|
348
352
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
349
353
|
padding: 16px 12px 0 16px;
|
|
350
354
|
}
|
|
@@ -373,97 +377,87 @@
|
|
|
373
377
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
374
378
|
border-radius: 50%;
|
|
375
379
|
height: auto !important;
|
|
376
|
-
width: auto
|
|
380
|
+
width: auto;
|
|
377
381
|
}
|
|
378
382
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
379
383
|
margin-left: 5px !important;
|
|
380
384
|
}
|
|
381
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
385
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
382
386
|
font-size: 16px !important;
|
|
383
387
|
}
|
|
384
|
-
.e-bigger .e-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
.e-bigger .e-predecessor-tooltip {
|
|
388
|
-
background-color: #000000;
|
|
389
|
-
}
|
|
390
|
-
.e-bigger .e-predecessor-dialog {
|
|
391
|
-
background-color: #f5f5f5;
|
|
392
|
-
}
|
|
393
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
394
|
-
background-color: #f5f5f5;
|
|
395
|
-
padding: 10px 9px 9px 14px !important;
|
|
396
|
-
}
|
|
397
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
398
|
-
padding: 16px 4px 16px 16px !important;
|
|
399
|
-
}
|
|
400
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
401
|
-
left: 0 !important;
|
|
402
|
-
}
|
|
403
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
404
|
-
font-size: 12px !important;
|
|
405
|
-
}
|
|
406
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
407
|
-
height: 70px !important;
|
|
408
|
-
padding: 16px !important;
|
|
409
|
-
}
|
|
410
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
411
|
-
margin-left: 12px;
|
|
388
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
389
|
+
min-height: 35px !important;
|
|
390
|
+
min-width: 35.82px !important;
|
|
412
391
|
}
|
|
413
|
-
.e-bigger .e-dialog .e-
|
|
414
|
-
line-height:
|
|
392
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
393
|
+
line-height: 24px;
|
|
394
|
+
padding: 6px 16px 6px 15px !important;
|
|
415
395
|
}
|
|
416
|
-
.e-bigger .e-
|
|
417
|
-
|
|
396
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
397
|
+
padding: 6px 21px 6px 23px !important;
|
|
418
398
|
}
|
|
419
|
-
.e-bigger .e-
|
|
420
|
-
|
|
421
|
-
padding: 32px 16px 16px !important;
|
|
399
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
400
|
+
font-size: 16px !important;
|
|
422
401
|
}
|
|
423
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
402
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
424
403
|
font-size: 14px;
|
|
425
404
|
line-height: 22px;
|
|
426
405
|
}
|
|
427
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
406
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
428
407
|
font-size: 14px;
|
|
429
408
|
line-height: 22px;
|
|
430
409
|
}
|
|
431
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
410
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
432
411
|
height: 34px !important;
|
|
433
412
|
}
|
|
434
|
-
.e-bigger .e-
|
|
435
|
-
color: #adadad !important;
|
|
436
|
-
}
|
|
437
|
-
.e-bigger .e-right-btn:disabled {
|
|
438
|
-
color: #adadad !important;
|
|
439
|
-
}
|
|
440
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
441
|
-
min-width: 36px !important;
|
|
442
|
-
}
|
|
443
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
444
|
-
min-height: 35px !important;
|
|
445
|
-
min-width: 35.82px !important;
|
|
446
|
-
}
|
|
447
|
-
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
413
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
448
414
|
min-height: 35px !important;
|
|
449
415
|
min-width: 35.82px !important;
|
|
450
416
|
}
|
|
451
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
417
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
452
418
|
min-height: 35px !important;
|
|
453
419
|
min-width: 35.82px !important;
|
|
454
420
|
}
|
|
455
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
421
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
456
422
|
height: 36px;
|
|
457
423
|
}
|
|
458
|
-
.e-bigger .e-
|
|
459
|
-
|
|
424
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
425
|
+
min-width: 36px !important;
|
|
460
426
|
}
|
|
461
|
-
.e-bigger .e-
|
|
462
|
-
|
|
463
|
-
padding: 6px 16px 6px 15px !important;
|
|
427
|
+
.e-bigger .e-predecessor-tooltip {
|
|
428
|
+
background-color: #000;
|
|
464
429
|
}
|
|
465
|
-
.e-bigger .e-
|
|
466
|
-
|
|
430
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
431
|
+
color: #adadad !important;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
434
|
+
color: #adadad !important;
|
|
435
|
+
}
|
|
436
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
437
|
+
padding: 3px !important;
|
|
438
|
+
}
|
|
439
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
440
|
+
background-color: #000;
|
|
441
|
+
border-color: #000;
|
|
442
|
+
color: #fff;
|
|
443
|
+
font-size: 12px;
|
|
444
|
+
line-height: 18px;
|
|
445
|
+
padding: 0 8px 0 0;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
448
|
+
background-color: #000;
|
|
449
|
+
border-color: #000;
|
|
450
|
+
color: #fff;
|
|
451
|
+
font-size: 12px;
|
|
452
|
+
line-height: 18px;
|
|
453
|
+
padding: 0 0 0 8px;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-predecessor-dialog {
|
|
456
|
+
background-color: #fff;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
459
|
+
background-color: #fff;
|
|
460
|
+
padding: 10px 9px 9px 14px !important;
|
|
467
461
|
}
|
|
468
462
|
|
|
469
463
|
.e-gantt {
|
|
@@ -1034,6 +1028,9 @@
|
|
|
1034
1028
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1035
1029
|
outline: 1px solid;
|
|
1036
1030
|
}
|
|
1031
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1032
|
+
outline: 1px solid;
|
|
1033
|
+
}
|
|
1037
1034
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1038
1035
|
z-index: 100;
|
|
1039
1036
|
}
|
|
@@ -1472,6 +1469,10 @@
|
|
|
1472
1469
|
background-color: #67c1b2;
|
|
1473
1470
|
border: #4fb29f;
|
|
1474
1471
|
}
|
|
1472
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1473
|
+
background-color: #67c1b2;
|
|
1474
|
+
border: #4fb29f;
|
|
1475
|
+
}
|
|
1475
1476
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1476
1477
|
background: #393939;
|
|
1477
1478
|
}
|
|
@@ -1503,7 +1504,6 @@
|
|
|
1503
1504
|
}
|
|
1504
1505
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1505
1506
|
background: linear-gradient(to right, rgba(0, 112, 240, 0.2), #0070f0 30%, #0070f0 70%, #0070f0 70%, rgba(0, 112, 240, 0.2) 100%);
|
|
1506
|
-
background-color: rgba(0, 112, 240, 0.2);
|
|
1507
1507
|
border: 0px;
|
|
1508
1508
|
border-radius: 4px;
|
|
1509
1509
|
}
|
|
@@ -1514,10 +1514,10 @@
|
|
|
1514
1514
|
border-top-color: #dadada;
|
|
1515
1515
|
}
|
|
1516
1516
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1517
|
-
background: #
|
|
1517
|
+
background: #2a2a2a;
|
|
1518
1518
|
}
|
|
1519
1519
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1520
|
-
border-bottom-color: #
|
|
1520
|
+
border-bottom-color: #2a2a2a;
|
|
1521
1521
|
}
|
|
1522
1522
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
1523
1523
|
display: block;
|
|
@@ -1804,4 +1804,56 @@
|
|
|
1804
1804
|
}
|
|
1805
1805
|
.e-gantt.e-device .e-backarrowspan {
|
|
1806
1806
|
color: #000;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1810
|
+
border-color: #d13438;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1814
|
+
border-left-color: #d13438;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1818
|
+
border-right-color: #d13438;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1822
|
+
border-color: #f3d8da;
|
|
1823
|
+
outline-color: #f3d8da;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1827
|
+
border-left-color: #f3d8da;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1831
|
+
border-right-color: #f3d8da;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1835
|
+
background-color: #F3D8DA;
|
|
1836
|
+
border: 1px solid #F3D8DA;
|
|
1837
|
+
border-radius: 4px;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1841
|
+
background-color: #D13438;
|
|
1842
|
+
border: 1px solid #0070f0;
|
|
1843
|
+
border-radius: 4px;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1847
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1848
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1849
|
+
border: 0px;
|
|
1850
|
+
border-radius: 4px;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1854
|
+
border-bottom-color: #D13438;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1858
|
+
border-top-color: #D13438;
|
|
1807
1859
|
}
|