@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
|
@@ -202,6 +202,9 @@
|
|
|
202
202
|
.e-gantt .e-add::before {
|
|
203
203
|
content: "\e805";
|
|
204
204
|
}
|
|
205
|
+
.e-gantt .e-critical-path::before {
|
|
206
|
+
content: "\e88c";
|
|
207
|
+
}
|
|
205
208
|
.e-gantt .e-edit::before {
|
|
206
209
|
content: "\e730";
|
|
207
210
|
}
|
|
@@ -296,12 +299,6 @@
|
|
|
296
299
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
297
300
|
height: 32px;
|
|
298
301
|
}
|
|
299
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
300
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
301
|
-
padding-left: 10px;
|
|
302
|
-
padding-right: 10px;
|
|
303
|
-
width: 30px;
|
|
304
|
-
}
|
|
305
302
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
306
303
|
border-radius: 4px !important;
|
|
307
304
|
font-size: 12px !important;
|
|
@@ -338,42 +335,49 @@
|
|
|
338
335
|
}
|
|
339
336
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
340
337
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
341
|
-
background-color: #
|
|
338
|
+
background-color: #0257d5;
|
|
342
339
|
border-color: #fff;
|
|
343
340
|
}
|
|
344
341
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
345
342
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
346
|
-
background-color: #
|
|
343
|
+
background-color: #0257d5;
|
|
347
344
|
border-color: #fff;
|
|
348
|
-
outline: 2px solid #
|
|
345
|
+
outline: 2px solid #0d6efd;
|
|
346
|
+
}
|
|
347
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
348
|
+
height: 250px !important;
|
|
349
349
|
}
|
|
350
350
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
351
|
height: 63px !important;
|
|
352
352
|
}
|
|
353
|
-
.e-bigger .e-
|
|
354
|
-
|
|
355
|
-
border-color: #000000;
|
|
356
|
-
color: #F9FAFB;
|
|
357
|
-
font-size: 12px;
|
|
358
|
-
line-height: 18px;
|
|
359
|
-
padding: 0 8px 0 0;
|
|
353
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
354
|
+
padding: 16px 4px 16px 16px !important;
|
|
360
355
|
}
|
|
361
|
-
.e-bigger .e-
|
|
362
|
-
|
|
363
|
-
border-color: #000000;
|
|
364
|
-
color: #F9FAFB;
|
|
365
|
-
font-size: 12px;
|
|
366
|
-
line-height: 18px;
|
|
367
|
-
padding: 0 0 0 8px;
|
|
356
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
357
|
+
left: 2px !important;
|
|
368
358
|
}
|
|
369
|
-
.e-bigger .e-
|
|
370
|
-
|
|
359
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
360
|
+
font-size: 14px !important;
|
|
371
361
|
}
|
|
372
|
-
.e-bigger .e-
|
|
362
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
363
|
+
height: 70px !important;
|
|
364
|
+
padding: 16px !important;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
367
|
+
margin-left: 12px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
370
|
+
line-height: 28px;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
373
|
+
width: 350px !important;
|
|
374
|
+
}
|
|
375
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
373
376
|
padding: 16px 0 0 !important;
|
|
374
377
|
}
|
|
375
|
-
.e-bigger .e-
|
|
376
|
-
|
|
378
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
379
|
+
border-radius: 6px !important;
|
|
380
|
+
padding: 32px 16px 16px !important;
|
|
377
381
|
}
|
|
378
382
|
.e-bigger .e-columnmenu {
|
|
379
383
|
top: 35px;
|
|
@@ -382,6 +386,9 @@
|
|
|
382
386
|
border-radius: 6px;
|
|
383
387
|
width: 556px !important;
|
|
384
388
|
}
|
|
389
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
390
|
+
padding: 0 16px !important;
|
|
391
|
+
}
|
|
385
392
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
386
393
|
padding: 16px 12px 0 16px;
|
|
387
394
|
}
|
|
@@ -410,100 +417,87 @@
|
|
|
410
417
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
411
418
|
border-radius: 50%;
|
|
412
419
|
height: auto !important;
|
|
413
|
-
width: auto
|
|
420
|
+
width: auto;
|
|
414
421
|
}
|
|
415
422
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
416
423
|
margin-left: 5px !important;
|
|
417
424
|
}
|
|
418
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
425
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
419
426
|
font-size: 16px !important;
|
|
420
427
|
}
|
|
421
|
-
.e-bigger .e-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
.e-bigger .e-predecessor-tooltip {
|
|
425
|
-
background-color: #000000;
|
|
426
|
-
}
|
|
427
|
-
.e-bigger .e-predecessor-dialog {
|
|
428
|
-
background-color: #f8f8fa;
|
|
429
|
-
}
|
|
430
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
431
|
-
background-color: #f8f8fa;
|
|
432
|
-
padding: 10px 9px 9px 14px !important;
|
|
433
|
-
}
|
|
434
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
435
|
-
padding: 16px 4px 16px 16px !important;
|
|
436
|
-
}
|
|
437
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
438
|
-
left: 2px !important;
|
|
439
|
-
}
|
|
440
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
441
|
-
font-size: 14px !important;
|
|
442
|
-
}
|
|
443
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
444
|
-
height: 70px !important;
|
|
445
|
-
padding: 16px !important;
|
|
446
|
-
}
|
|
447
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
448
|
-
margin-left: 12px;
|
|
449
|
-
}
|
|
450
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
451
|
-
line-height: 28px;
|
|
428
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
429
|
+
min-height: 36px !important;
|
|
430
|
+
min-width: 35.82px !important;
|
|
452
431
|
}
|
|
453
|
-
.e-bigger .e-
|
|
454
|
-
height:
|
|
432
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
433
|
+
line-height: 24px;
|
|
434
|
+
padding: 6px 16px 6px 15px !important;
|
|
455
435
|
}
|
|
456
|
-
.e-bigger .e-
|
|
457
|
-
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
437
|
+
padding: 6px 21px 6px 23px !important;
|
|
458
438
|
}
|
|
459
|
-
.e-bigger .e-
|
|
460
|
-
|
|
461
|
-
padding: 32px 16px 16px !important;
|
|
439
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
440
|
+
font-size: 16px !important;
|
|
462
441
|
}
|
|
463
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
442
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
464
443
|
font-size: 14px;
|
|
465
444
|
line-height: 22px;
|
|
466
445
|
}
|
|
467
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
446
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
468
447
|
font-size: 14px;
|
|
469
448
|
line-height: 22px;
|
|
470
449
|
}
|
|
471
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
450
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
472
451
|
height: 36px !important;
|
|
473
452
|
}
|
|
474
|
-
.e-bigger .e-
|
|
475
|
-
color: #ADB5BD !important;
|
|
476
|
-
}
|
|
477
|
-
.e-bigger .e-right-btn:disabled {
|
|
478
|
-
color: #ADB5BD !important;
|
|
479
|
-
}
|
|
480
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
481
|
-
min-width: 36px !important;
|
|
482
|
-
}
|
|
483
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
453
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
484
454
|
min-height: 36px !important;
|
|
485
455
|
min-width: 35.82px !important;
|
|
486
456
|
}
|
|
487
|
-
.e-bigger .e-
|
|
457
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
488
458
|
min-height: 36px !important;
|
|
489
459
|
min-width: 35.82px !important;
|
|
490
460
|
}
|
|
491
|
-
.e-bigger .e-
|
|
492
|
-
min-height: 36px !important;
|
|
493
|
-
min-width: 35.82px !important;
|
|
494
|
-
}
|
|
495
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
461
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
496
462
|
height: 38px;
|
|
497
463
|
}
|
|
498
|
-
.e-bigger .e-
|
|
499
|
-
|
|
464
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
465
|
+
min-width: 36px !important;
|
|
500
466
|
}
|
|
501
|
-
.e-bigger .e-
|
|
502
|
-
|
|
503
|
-
padding: 6px 16px 6px 15px !important;
|
|
467
|
+
.e-bigger .e-predecessor-tooltip {
|
|
468
|
+
background-color: #000;
|
|
504
469
|
}
|
|
505
|
-
.e-bigger .e-
|
|
506
|
-
|
|
470
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
471
|
+
color: #adb5bd !important;
|
|
472
|
+
}
|
|
473
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
474
|
+
color: #adb5bd !important;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
477
|
+
padding: 3px !important;
|
|
478
|
+
}
|
|
479
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
480
|
+
background-color: #000;
|
|
481
|
+
border-color: #000;
|
|
482
|
+
color: #fff;
|
|
483
|
+
font-size: 12px;
|
|
484
|
+
line-height: 18px;
|
|
485
|
+
padding: 0 8px 0 0;
|
|
486
|
+
}
|
|
487
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
488
|
+
background-color: #000;
|
|
489
|
+
border-color: #000;
|
|
490
|
+
color: #fff;
|
|
491
|
+
font-size: 12px;
|
|
492
|
+
line-height: 18px;
|
|
493
|
+
padding: 0 0 0 8px;
|
|
494
|
+
}
|
|
495
|
+
.e-bigger .e-predecessor-dialog {
|
|
496
|
+
background-color: #fff;
|
|
497
|
+
}
|
|
498
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
499
|
+
background-color: #fff;
|
|
500
|
+
padding: 10px 9px 9px 14px !important;
|
|
507
501
|
}
|
|
508
502
|
|
|
509
503
|
.e-gantt {
|
|
@@ -1074,6 +1068,9 @@
|
|
|
1074
1068
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1075
1069
|
outline: 1px solid;
|
|
1076
1070
|
}
|
|
1071
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1072
|
+
outline: 1px solid;
|
|
1073
|
+
}
|
|
1077
1074
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1078
1075
|
z-index: 100;
|
|
1079
1076
|
}
|
|
@@ -1512,6 +1509,10 @@
|
|
|
1512
1509
|
background-color: #198754;
|
|
1513
1510
|
border: 0px;
|
|
1514
1511
|
}
|
|
1512
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1513
|
+
background-color: #198754;
|
|
1514
|
+
border: 0px;
|
|
1515
|
+
}
|
|
1515
1516
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1516
1517
|
background: #f8f9fa;
|
|
1517
1518
|
}
|
|
@@ -1543,7 +1544,6 @@
|
|
|
1543
1544
|
}
|
|
1544
1545
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1545
1546
|
background: linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);
|
|
1546
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1547
1547
|
border: 0px;
|
|
1548
1548
|
border-radius: 4px;
|
|
1549
1549
|
}
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
}
|
|
1588
1588
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1589
1589
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1590
|
-
background-color: #
|
|
1590
|
+
background-color: #0257d5;
|
|
1591
1591
|
border-color: #fff;
|
|
1592
1592
|
}
|
|
1593
1593
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
color: #6c757d;
|
|
1791
1791
|
}
|
|
1792
1792
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1793
|
-
color:
|
|
1793
|
+
color: #6c757d !important;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1844,4 +1844,56 @@
|
|
|
1844
1844
|
}
|
|
1845
1845
|
.e-gantt.e-device .e-backarrowspan {
|
|
1846
1846
|
color: #000;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1850
|
+
border-color: #dc3545;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1854
|
+
border-left-color: #dc3545;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1858
|
+
border-right-color: #dc3545;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1862
|
+
border-color: #f8d7da;
|
|
1863
|
+
outline-color: #f8d7da;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1867
|
+
border-left-color: #f8d7da;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1871
|
+
border-right-color: #f8d7da;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1875
|
+
background-color: #f8d7da;
|
|
1876
|
+
border: 1px solid #f8d7da;
|
|
1877
|
+
border-radius: 4px;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1881
|
+
background-color: #dc3545;
|
|
1882
|
+
border: 0px;
|
|
1883
|
+
border-radius: 4px;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1887
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #dc3545 30%, #dc3545 70%, #dc3545 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1888
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1889
|
+
border: 0px;
|
|
1890
|
+
border-radius: 4px;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1894
|
+
border-bottom-color: #dc3545;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1898
|
+
border-top-color: #dc3545;
|
|
1847
1899
|
}
|
|
@@ -118,6 +118,9 @@
|
|
|
118
118
|
.e-gantt .e-add::before {
|
|
119
119
|
content: "\e823";
|
|
120
120
|
}
|
|
121
|
+
.e-gantt .e-critical-path::before {
|
|
122
|
+
content: "\e931";
|
|
123
|
+
}
|
|
121
124
|
.e-gantt .e-edit::before {
|
|
122
125
|
content: "\e944";
|
|
123
126
|
}
|
|
@@ -212,12 +215,6 @@
|
|
|
212
215
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
213
216
|
height: 32px;
|
|
214
217
|
}
|
|
215
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
216
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
217
|
-
padding-left: 10px;
|
|
218
|
-
padding-right: 10px;
|
|
219
|
-
width: 30px;
|
|
220
|
-
}
|
|
221
218
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
222
219
|
border-radius: 4px !important;
|
|
223
220
|
font-size: 12px !important;
|
|
@@ -228,7 +225,7 @@
|
|
|
228
225
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
229
226
|
border-bottom: 6px solid transparent;
|
|
230
227
|
border-right: 6px solid transparent;
|
|
231
|
-
border-right-color: #
|
|
228
|
+
border-right-color: #62cfff;
|
|
232
229
|
border-top: 6px solid transparent;
|
|
233
230
|
top: 73px !important;
|
|
234
231
|
}
|
|
@@ -263,33 +260,40 @@
|
|
|
263
260
|
border-color: #201f1f;
|
|
264
261
|
outline: 2px solid #b7e0ff;
|
|
265
262
|
}
|
|
263
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
264
|
+
height: 242px !important;
|
|
265
|
+
}
|
|
266
266
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
267
267
|
height: 63px !important;
|
|
268
268
|
}
|
|
269
|
-
.e-bigger .e-
|
|
270
|
-
|
|
271
|
-
border-color: #000000;
|
|
272
|
-
color: #F9FAFB;
|
|
273
|
-
font-size: 12px;
|
|
274
|
-
line-height: 18px;
|
|
275
|
-
padding: 0 8px 0 0;
|
|
269
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
270
|
+
padding: 16px 4px 16px 16px !important;
|
|
276
271
|
}
|
|
277
|
-
.e-bigger .e-
|
|
278
|
-
|
|
279
|
-
border-color: #000000;
|
|
280
|
-
color: #F9FAFB;
|
|
281
|
-
font-size: 12px;
|
|
282
|
-
line-height: 18px;
|
|
283
|
-
padding: 0 0 0 8px;
|
|
272
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
273
|
+
left: 0 !important;
|
|
284
274
|
}
|
|
285
|
-
.e-bigger .e-
|
|
286
|
-
|
|
275
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
276
|
+
font-size: 12px !important;
|
|
287
277
|
}
|
|
288
|
-
.e-bigger .e-
|
|
278
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
279
|
+
height: 70px !important;
|
|
280
|
+
padding: 16px !important;
|
|
281
|
+
}
|
|
282
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
283
|
+
margin-left: 12px;
|
|
284
|
+
}
|
|
285
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
286
|
+
line-height: 28px;
|
|
287
|
+
}
|
|
288
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
289
|
+
width: 350px !important;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
289
292
|
padding: 16px 0 0 !important;
|
|
290
293
|
}
|
|
291
|
-
.e-bigger .e-
|
|
292
|
-
|
|
294
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
295
|
+
border-radius: 6px !important;
|
|
296
|
+
padding: 32px 16px 16px !important;
|
|
293
297
|
}
|
|
294
298
|
.e-bigger .e-columnmenu {
|
|
295
299
|
top: 45px;
|
|
@@ -298,6 +302,9 @@
|
|
|
298
302
|
border-radius: 6px;
|
|
299
303
|
width: 556px !important;
|
|
300
304
|
}
|
|
305
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
306
|
+
padding: 0 16px !important;
|
|
307
|
+
}
|
|
301
308
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
302
309
|
padding: 16px 12px 0 16px;
|
|
303
310
|
}
|
|
@@ -326,100 +333,87 @@
|
|
|
326
333
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
327
334
|
border-radius: 50%;
|
|
328
335
|
height: auto !important;
|
|
329
|
-
width: auto
|
|
336
|
+
width: auto;
|
|
330
337
|
}
|
|
331
338
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
332
339
|
margin-left: 5px !important;
|
|
333
340
|
}
|
|
334
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
341
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
335
342
|
font-size: 16px !important;
|
|
336
343
|
}
|
|
337
|
-
.e-bigger .e-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
.e-bigger .e-predecessor-tooltip {
|
|
341
|
-
background-color: #000000;
|
|
342
|
-
}
|
|
343
|
-
.e-bigger .e-predecessor-dialog {
|
|
344
|
-
background-color: #f8f8f8;
|
|
345
|
-
}
|
|
346
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
347
|
-
background-color: #f8f8f8;
|
|
348
|
-
padding: 10px 9px 9px 14px !important;
|
|
349
|
-
}
|
|
350
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
351
|
-
padding: 16px 4px 16px 16px !important;
|
|
352
|
-
}
|
|
353
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
354
|
-
left: 0 !important;
|
|
355
|
-
}
|
|
356
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
357
|
-
font-size: 12px !important;
|
|
358
|
-
}
|
|
359
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
360
|
-
height: 70px !important;
|
|
361
|
-
padding: 16px !important;
|
|
362
|
-
}
|
|
363
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
364
|
-
margin-left: 12px;
|
|
365
|
-
}
|
|
366
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
367
|
-
line-height: 28px;
|
|
344
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
345
|
+
min-height: 35px !important;
|
|
346
|
+
min-width: 35.82px !important;
|
|
368
347
|
}
|
|
369
|
-
.e-bigger .e-
|
|
370
|
-
height:
|
|
348
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
349
|
+
line-height: 24px;
|
|
350
|
+
padding: 6px 16px 6px 15px !important;
|
|
371
351
|
}
|
|
372
|
-
.e-bigger .e-
|
|
373
|
-
|
|
352
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
353
|
+
padding: 6px 21px 6px 23px !important;
|
|
374
354
|
}
|
|
375
|
-
.e-bigger .e-
|
|
376
|
-
|
|
377
|
-
padding: 32px 16px 16px !important;
|
|
355
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
356
|
+
font-size: 16px !important;
|
|
378
357
|
}
|
|
379
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
358
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
380
359
|
font-size: 14px;
|
|
381
360
|
line-height: 22px;
|
|
382
361
|
}
|
|
383
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
362
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
384
363
|
font-size: 14px;
|
|
385
364
|
line-height: 22px;
|
|
386
365
|
}
|
|
387
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
366
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
388
367
|
height: 34px !important;
|
|
389
368
|
}
|
|
390
|
-
.e-bigger .e-
|
|
391
|
-
color: #A6A6A6 !important;
|
|
392
|
-
}
|
|
393
|
-
.e-bigger .e-right-btn:disabled {
|
|
394
|
-
color: #A6A6A6 !important;
|
|
395
|
-
}
|
|
396
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
397
|
-
min-width: 36px !important;
|
|
398
|
-
}
|
|
399
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
400
|
-
min-height: 35px !important;
|
|
401
|
-
min-width: 35.82px !important;
|
|
402
|
-
}
|
|
403
|
-
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
369
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
404
370
|
min-height: 35px !important;
|
|
405
371
|
min-width: 35.82px !important;
|
|
406
372
|
}
|
|
407
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
373
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
408
374
|
min-height: 35px !important;
|
|
409
375
|
min-width: 35.82px !important;
|
|
410
376
|
}
|
|
411
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
377
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
412
378
|
height: 36px;
|
|
413
379
|
}
|
|
414
|
-
.e-bigger .e-
|
|
415
|
-
|
|
380
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
381
|
+
min-width: 36px !important;
|
|
416
382
|
}
|
|
417
|
-
.e-bigger .e-
|
|
418
|
-
|
|
419
|
-
padding: 6px 16px 6px 15px !important;
|
|
383
|
+
.e-bigger .e-predecessor-tooltip {
|
|
384
|
+
background-color: #000;
|
|
420
385
|
}
|
|
421
|
-
.e-bigger .e-
|
|
422
|
-
|
|
386
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
387
|
+
color: #A6A6A6 !important;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
390
|
+
color: #A6A6A6 !important;
|
|
391
|
+
}
|
|
392
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
393
|
+
padding: 3px !important;
|
|
394
|
+
}
|
|
395
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
396
|
+
background-color: #000;
|
|
397
|
+
border-color: #000;
|
|
398
|
+
color: #fff;
|
|
399
|
+
font-size: 12px;
|
|
400
|
+
line-height: 18px;
|
|
401
|
+
padding: 0 8px 0 0;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
404
|
+
background-color: #000;
|
|
405
|
+
border-color: #000;
|
|
406
|
+
color: #fff;
|
|
407
|
+
font-size: 12px;
|
|
408
|
+
line-height: 18px;
|
|
409
|
+
padding: 0 0 0 8px;
|
|
410
|
+
}
|
|
411
|
+
.e-bigger .e-predecessor-dialog {
|
|
412
|
+
background-color: #f8f8f8;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
415
|
+
background-color: #f8f8f8;
|
|
416
|
+
padding: 10px 9px 9px 14px !important;
|
|
423
417
|
}
|
|
424
418
|
|
|
425
419
|
.e-gantt {
|
|
@@ -990,6 +984,9 @@
|
|
|
990
984
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
991
985
|
outline: 1px solid;
|
|
992
986
|
}
|
|
987
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
988
|
+
outline: 1px solid;
|
|
989
|
+
}
|
|
993
990
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
994
991
|
z-index: 100;
|
|
995
992
|
}
|
|
@@ -1369,7 +1366,7 @@
|
|
|
1369
1366
|
border-top-color: #414040;
|
|
1370
1367
|
}
|
|
1371
1368
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1372
|
-
color:
|
|
1369
|
+
color: #000;
|
|
1373
1370
|
}
|
|
1374
1371
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1375
1372
|
border-bottom-color: #414040;
|
|
@@ -1428,6 +1425,10 @@
|
|
|
1428
1425
|
background-color: #67c1b2;
|
|
1429
1426
|
border: #4fb29f;
|
|
1430
1427
|
}
|
|
1428
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1429
|
+
background-color: #67c1b2;
|
|
1430
|
+
border: #4fb29f;
|
|
1431
|
+
}
|
|
1431
1432
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1432
1433
|
background: #333232;
|
|
1433
1434
|
}
|
|
@@ -1459,7 +1460,6 @@
|
|
|
1459
1460
|
}
|
|
1460
1461
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1461
1462
|
background: linear-gradient(to right, rgba(0, 87, 153, 0.2), #005799 30%, #005799 70%, #005799 70%, rgba(0, 87, 153, 0.2) 100%);
|
|
1462
|
-
background-color: rgba(0, 87, 153, 0.2);
|
|
1463
1463
|
border: 0px;
|
|
1464
1464
|
border-radius: 0px;
|
|
1465
1465
|
}
|
|
@@ -1760,4 +1760,56 @@
|
|
|
1760
1760
|
}
|
|
1761
1761
|
.e-gantt.e-device .e-backarrowspan {
|
|
1762
1762
|
color: #000;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1766
|
+
border-color: #d13438;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1770
|
+
border-left-color: #d13438;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1774
|
+
border-right-color: #d13438;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1778
|
+
border-color: #f3d8da;
|
|
1779
|
+
outline-color: #f3d8da;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1783
|
+
border-left-color: #f3d8da;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1787
|
+
border-right-color: #f3d8da;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1791
|
+
background-color: #f3d8da;
|
|
1792
|
+
border: 1px solid #f3d8da;
|
|
1793
|
+
border-radius: 0px;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1797
|
+
background-color: #d13438;
|
|
1798
|
+
border: 0px;
|
|
1799
|
+
border-radius: 4px;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1803
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1804
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1805
|
+
border: 0px;
|
|
1806
|
+
border-radius: 0px;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1810
|
+
border-bottom-color: #d13438;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1814
|
+
border-top-color: #d13438;
|
|
1763
1815
|
}
|