@syncfusion/ej2-react-gantt 20.1.59 → 20.2.38
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 +51 -0
- package/diConfig.json +5 -3
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +147 -95
- package/styles/bootstrap.css +144 -92
- package/styles/bootstrap4.css +145 -93
- package/styles/bootstrap5-dark.css +149 -97
- package/styles/bootstrap5.css +149 -97
- package/styles/fabric-dark.css +146 -94
- package/styles/fabric.css +151 -99
- package/styles/fluent-dark.css +155 -103
- package/styles/fluent.css +149 -97
- package/styles/gantt/bootstrap-dark.css +147 -95
- package/styles/gantt/bootstrap.css +144 -92
- package/styles/gantt/bootstrap4.css +145 -93
- package/styles/gantt/bootstrap5-dark.css +149 -97
- package/styles/gantt/bootstrap5.css +149 -97
- package/styles/gantt/fabric-dark.css +146 -94
- package/styles/gantt/fabric.css +151 -99
- package/styles/gantt/fluent-dark.css +155 -103
- package/styles/gantt/fluent.css +149 -97
- package/styles/gantt/highcontrast-light.css +143 -94
- package/styles/gantt/highcontrast.css +146 -94
- package/styles/gantt/material-dark.css +150 -98
- package/styles/gantt/material.css +152 -100
- package/styles/gantt/tailwind-dark.css +157 -105
- package/styles/gantt/tailwind.css +153 -101
- package/styles/highcontrast-light.css +143 -94
- package/styles/highcontrast.css +146 -94
- package/styles/material-dark.css +150 -98
- package/styles/material.css +152 -100
- package/styles/tailwind-dark.css +157 -105
- package/styles/tailwind.css +153 -101
package/styles/gantt/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,42 +314,49 @@
|
|
|
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
|
}
|
|
326
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
327
|
+
height: 254px !important;
|
|
328
|
+
}
|
|
329
329
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
330
330
|
height: 63px !important;
|
|
331
331
|
}
|
|
332
|
-
.e-bigger .e-
|
|
333
|
-
|
|
334
|
-
border-color: #000000;
|
|
335
|
-
color: #FFFFFF;
|
|
336
|
-
font-size: 12px;
|
|
337
|
-
line-height: 18px;
|
|
338
|
-
padding: 0 8px 0 0;
|
|
332
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
333
|
+
padding: 16px 4px 16px 28px !important;
|
|
339
334
|
}
|
|
340
|
-
.e-bigger .e-
|
|
341
|
-
|
|
342
|
-
border-color: #000000;
|
|
343
|
-
color: #FFFFFF;
|
|
344
|
-
font-size: 12px;
|
|
345
|
-
line-height: 18px;
|
|
346
|
-
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;
|
|
347
337
|
}
|
|
348
|
-
.e-bigger .e-
|
|
349
|
-
|
|
338
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
339
|
+
font-size: 14px !important;
|
|
350
340
|
}
|
|
351
|
-
.e-bigger .e-
|
|
341
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
342
|
+
height: 96px !important;
|
|
343
|
+
padding: 28px 28px 28px 28px !important;
|
|
344
|
+
}
|
|
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 {
|
|
352
355
|
padding: 28px 0 0 !important;
|
|
353
356
|
}
|
|
354
|
-
.e-bigger .e-
|
|
355
|
-
|
|
357
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
358
|
+
border-radius: 2px !important;
|
|
359
|
+
padding: 28px 28px 0px 28px !important;
|
|
356
360
|
}
|
|
357
361
|
.e-bigger .e-columnmenu {
|
|
358
362
|
top: 38px;
|
|
@@ -361,6 +365,9 @@
|
|
|
361
365
|
border-radius: 6px;
|
|
362
366
|
width: 580px !important;
|
|
363
367
|
}
|
|
368
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
369
|
+
padding: 0 16px !important;
|
|
370
|
+
}
|
|
364
371
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
365
372
|
padding: 16px 8px 0 28px;
|
|
366
373
|
}
|
|
@@ -389,100 +396,87 @@
|
|
|
389
396
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
390
397
|
border-radius: 50%;
|
|
391
398
|
height: auto !important;
|
|
392
|
-
width: auto
|
|
399
|
+
width: auto;
|
|
393
400
|
}
|
|
394
401
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
395
402
|
margin-left: 16px !important;
|
|
396
403
|
}
|
|
397
|
-
.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 {
|
|
398
405
|
font-size: 16px !important;
|
|
399
406
|
}
|
|
400
|
-
.e-bigger .e-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
.e-bigger .e-predecessor-tooltip {
|
|
404
|
-
background-color: #000000;
|
|
405
|
-
}
|
|
406
|
-
.e-bigger .e-predecessor-dialog {
|
|
407
|
-
background-color: #faf9f8;
|
|
408
|
-
}
|
|
409
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
410
|
-
background-color: #faf9f8;
|
|
411
|
-
padding: 10px 9px 9px 14px !important;
|
|
412
|
-
}
|
|
413
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
414
|
-
padding: 16px 4px 16px 28px !important;
|
|
415
|
-
}
|
|
416
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
417
|
-
left: 8px !important;
|
|
418
|
-
}
|
|
419
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
420
|
-
font-size: 14px !important;
|
|
421
|
-
}
|
|
422
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
423
|
-
height: 96px !important;
|
|
424
|
-
padding: 28px 28px 28px 28px !important;
|
|
425
|
-
}
|
|
426
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
427
|
-
margin-left: 12px;
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
430
|
-
line-height: 28px;
|
|
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-
|
|
433
|
-
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 {
|
|
463
|
-
min-height: 35px !important;
|
|
464
|
-
min-width: 35.82px !important;
|
|
465
|
-
}
|
|
466
|
-
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
432
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
467
433
|
min-height: 35px !important;
|
|
468
434
|
min-width: 35.82px !important;
|
|
469
435
|
}
|
|
470
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
471
437
|
min-height: 35px !important;
|
|
472
438
|
min-width: 35.82px !important;
|
|
473
439
|
}
|
|
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
|
}
|
|
@@ -194,12 +194,6 @@
|
|
|
194
194
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
195
195
|
height: 32px;
|
|
196
196
|
}
|
|
197
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
198
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
199
|
-
padding-left: 10px;
|
|
200
|
-
padding-right: 10px;
|
|
201
|
-
width: 30px;
|
|
202
|
-
}
|
|
203
197
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
204
198
|
border-radius: 4px !important;
|
|
205
199
|
font-size: 12px !important;
|
|
@@ -210,7 +204,7 @@
|
|
|
210
204
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
211
205
|
border-bottom: 6px solid transparent;
|
|
212
206
|
border-right: 6px solid transparent;
|
|
213
|
-
border-right-color: #
|
|
207
|
+
border-right-color: #fff;
|
|
214
208
|
border-top: 6px solid transparent;
|
|
215
209
|
top: 43px !important;
|
|
216
210
|
}
|
|
@@ -245,33 +239,40 @@
|
|
|
245
239
|
border-color: #000;
|
|
246
240
|
outline: 2px solid #e7f1ff;
|
|
247
241
|
}
|
|
242
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
243
|
+
height: 241px !important;
|
|
244
|
+
}
|
|
248
245
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
249
246
|
height: 63px !important;
|
|
250
247
|
}
|
|
251
|
-
.e-bigger .e-
|
|
252
|
-
|
|
253
|
-
border-color: #000000;
|
|
254
|
-
color: #F9FAFB;
|
|
255
|
-
font-size: 12px;
|
|
256
|
-
line-height: 18px;
|
|
257
|
-
padding: 0 8px 0 0;
|
|
248
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
249
|
+
padding: 16px 4px 12px 18px !important;
|
|
258
250
|
}
|
|
259
|
-
.e-bigger .e-
|
|
260
|
-
|
|
261
|
-
border-color: #000000;
|
|
262
|
-
color: #F9FAFB;
|
|
263
|
-
font-size: 12px;
|
|
264
|
-
line-height: 18px;
|
|
265
|
-
padding: 0 0 0 8px;
|
|
251
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
252
|
+
left: 2px !important;
|
|
266
253
|
}
|
|
267
|
-
.e-bigger .e-
|
|
268
|
-
|
|
254
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
255
|
+
font-size: 12px !important;
|
|
269
256
|
}
|
|
270
|
-
.e-bigger .e-
|
|
257
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
258
|
+
height: 76px !important;
|
|
259
|
+
padding: 19px 18px 19px 16px !important;
|
|
260
|
+
}
|
|
261
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
262
|
+
margin-left: 12px;
|
|
263
|
+
}
|
|
264
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
265
|
+
line-height: 28px;
|
|
266
|
+
}
|
|
267
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
268
|
+
width: 307px !important;
|
|
269
|
+
}
|
|
270
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
271
271
|
padding: 20px 0 0 !important;
|
|
272
272
|
}
|
|
273
|
-
.e-bigger .e-
|
|
274
|
-
|
|
273
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
274
|
+
border-radius: 0px !important;
|
|
275
|
+
padding: 20px 18px 0px 18px !important;
|
|
275
276
|
}
|
|
276
277
|
.e-bigger .e-columnmenu {
|
|
277
278
|
top: 45px;
|
|
@@ -280,6 +281,9 @@
|
|
|
280
281
|
border-radius: 6px;
|
|
281
282
|
width: 554px !important;
|
|
282
283
|
}
|
|
284
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
285
|
+
padding: 0 16px !important;
|
|
286
|
+
}
|
|
283
287
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
284
288
|
padding: 16px 9px 0 18px;
|
|
285
289
|
}
|
|
@@ -308,100 +312,87 @@
|
|
|
308
312
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
309
313
|
border-radius: 50%;
|
|
310
314
|
height: auto !important;
|
|
311
|
-
width: auto
|
|
315
|
+
width: auto;
|
|
312
316
|
}
|
|
313
317
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
314
318
|
margin-left: 6px !important;
|
|
315
319
|
}
|
|
316
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
320
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
317
321
|
font-size: 16px !important;
|
|
318
322
|
}
|
|
319
|
-
.e-bigger .e-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
.e-bigger .e-predecessor-tooltip {
|
|
323
|
-
background-color: #000000;
|
|
324
|
-
}
|
|
325
|
-
.e-bigger .e-predecessor-dialog {
|
|
326
|
-
background-color: #1a1a1a;
|
|
327
|
-
}
|
|
328
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
329
|
-
background-color: #1a1a1a;
|
|
330
|
-
padding: 10px 9px 9px 14px !important;
|
|
331
|
-
}
|
|
332
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
333
|
-
padding: 16px 4px 12px 18px !important;
|
|
334
|
-
}
|
|
335
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
336
|
-
left: 2px !important;
|
|
337
|
-
}
|
|
338
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
339
|
-
font-size: 12px !important;
|
|
340
|
-
}
|
|
341
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
342
|
-
height: 76px !important;
|
|
343
|
-
padding: 19px 18px 19px 16px !important;
|
|
344
|
-
}
|
|
345
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
346
|
-
margin-left: 12px;
|
|
347
|
-
}
|
|
348
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
349
|
-
line-height: 28px;
|
|
323
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
324
|
+
min-height: 38px !important;
|
|
325
|
+
min-width: 35.82px !important;
|
|
350
326
|
}
|
|
351
|
-
.e-bigger .e-
|
|
352
|
-
height:
|
|
327
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
328
|
+
line-height: 24px;
|
|
329
|
+
padding: 6px 16px 6px 15px !important;
|
|
353
330
|
}
|
|
354
|
-
.e-bigger .e-
|
|
355
|
-
|
|
331
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
332
|
+
padding: 6px 21px 6px 23px !important;
|
|
356
333
|
}
|
|
357
|
-
.e-bigger .e-
|
|
358
|
-
|
|
359
|
-
padding: 20px 18px 0px 18px !important;
|
|
334
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
335
|
+
font-size: 16px !important;
|
|
360
336
|
}
|
|
361
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
337
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
362
338
|
font-size: 14px;
|
|
363
339
|
line-height: 22px;
|
|
364
340
|
}
|
|
365
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
341
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
366
342
|
font-size: 14px;
|
|
367
343
|
line-height: 22px;
|
|
368
344
|
}
|
|
369
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
345
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
370
346
|
height: 38px !important;
|
|
371
347
|
}
|
|
372
|
-
.e-bigger .e-
|
|
373
|
-
color: #757575 !important;
|
|
374
|
-
}
|
|
375
|
-
.e-bigger .e-right-btn:disabled {
|
|
376
|
-
color: #757575 !important;
|
|
377
|
-
}
|
|
378
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
379
|
-
min-width: 36px !important;
|
|
380
|
-
}
|
|
381
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
348
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
382
349
|
min-height: 38px !important;
|
|
383
350
|
min-width: 35.82px !important;
|
|
384
351
|
}
|
|
385
|
-
.e-bigger .e-
|
|
352
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
386
353
|
min-height: 38px !important;
|
|
387
354
|
min-width: 35.82px !important;
|
|
388
355
|
}
|
|
389
|
-
.e-bigger .e-
|
|
390
|
-
min-height: 38px !important;
|
|
391
|
-
min-width: 35.82px !important;
|
|
392
|
-
}
|
|
393
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
356
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
394
357
|
height: 40px;
|
|
395
358
|
}
|
|
396
|
-
.e-bigger .e-
|
|
397
|
-
|
|
359
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
360
|
+
min-width: 36px !important;
|
|
398
361
|
}
|
|
399
|
-
.e-bigger .e-
|
|
400
|
-
|
|
401
|
-
padding: 6px 16px 6px 15px !important;
|
|
362
|
+
.e-bigger .e-predecessor-tooltip {
|
|
363
|
+
background-color: #000;
|
|
402
364
|
}
|
|
403
|
-
.e-bigger .e-
|
|
404
|
-
|
|
365
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
366
|
+
color: #757575 !important;
|
|
367
|
+
}
|
|
368
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
369
|
+
color: #757575 !important;
|
|
370
|
+
}
|
|
371
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
372
|
+
padding: 3px !important;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
375
|
+
background-color: #000;
|
|
376
|
+
border-color: #000;
|
|
377
|
+
color: #F9FAFB;
|
|
378
|
+
font-size: 12px;
|
|
379
|
+
line-height: 18px;
|
|
380
|
+
padding: 0 8px 0 0;
|
|
381
|
+
}
|
|
382
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
383
|
+
background-color: #000;
|
|
384
|
+
border-color: #000;
|
|
385
|
+
color: #F9FAFB;
|
|
386
|
+
font-size: 12px;
|
|
387
|
+
line-height: 18px;
|
|
388
|
+
padding: 0 0 0 8px;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-dialog {
|
|
391
|
+
background-color: #1a1a1a;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
394
|
+
background-color: #1a1a1a;
|
|
395
|
+
padding: 10px 9px 9px 14px !important;
|
|
405
396
|
}
|
|
406
397
|
|
|
407
398
|
.e-gantt {
|
|
@@ -972,6 +963,9 @@
|
|
|
972
963
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
973
964
|
outline: 1px solid;
|
|
974
965
|
}
|
|
966
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
967
|
+
outline: 1px solid;
|
|
968
|
+
}
|
|
975
969
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
976
970
|
z-index: 100;
|
|
977
971
|
}
|
|
@@ -1351,7 +1345,7 @@
|
|
|
1351
1345
|
border-top-color: #757575;
|
|
1352
1346
|
}
|
|
1353
1347
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1354
|
-
color:
|
|
1348
|
+
color: #000;
|
|
1355
1349
|
}
|
|
1356
1350
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1357
1351
|
border-bottom-color: #757575;
|
|
@@ -1410,6 +1404,10 @@
|
|
|
1410
1404
|
background-color: #67c1b2;
|
|
1411
1405
|
border: #4fb29f;
|
|
1412
1406
|
}
|
|
1407
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1408
|
+
background-color: #67c1b2;
|
|
1409
|
+
border: #4fb29f;
|
|
1410
|
+
}
|
|
1413
1411
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1414
1412
|
background: #ccc;
|
|
1415
1413
|
}
|
|
@@ -1441,7 +1439,6 @@
|
|
|
1441
1439
|
}
|
|
1442
1440
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1443
1441
|
background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%);
|
|
1444
|
-
background-color: rgba(36, 0, 65, 0.2);
|
|
1445
1442
|
border: 0px;
|
|
1446
1443
|
border-radius: 0px;
|
|
1447
1444
|
}
|
|
@@ -1742,4 +1739,56 @@
|
|
|
1742
1739
|
}
|
|
1743
1740
|
.e-gantt.e-device .e-backarrowspan {
|
|
1744
1741
|
color: #000;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1745
|
+
border-color: #d13438;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1749
|
+
border-left-color: #d13438;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1753
|
+
border-right-color: #d13438;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1757
|
+
border-color: #f3d8da;
|
|
1758
|
+
outline-color: #f3d8da;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1762
|
+
border-left-color: #f3d8da;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1766
|
+
border-right-color: #f3d8da;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1770
|
+
background-color: #F3D8DA;
|
|
1771
|
+
border: 1px solid #F3D8DA;
|
|
1772
|
+
border-radius: 0px;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1776
|
+
background-color: #D13438;
|
|
1777
|
+
border: 0px;
|
|
1778
|
+
border-radius: 4px;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1782
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1783
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1784
|
+
border: 0px;
|
|
1785
|
+
border-radius: 0px;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1789
|
+
border-bottom-color: #D13438;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1793
|
+
border-top-color: #D13438;
|
|
1745
1794
|
}
|