@syncfusion/ej2-vue-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 +38 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -11
- package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +7 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/gantt.component.d.ts +2 -0
- package/src/gantt/gantt.component.js +7 -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.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/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
|
@@ -199,6 +199,9 @@
|
|
|
199
199
|
.e-gantt .e-add::before {
|
|
200
200
|
content: "\e7d5";
|
|
201
201
|
}
|
|
202
|
+
.e-gantt .e-critical-path::before {
|
|
203
|
+
content: "\e931";
|
|
204
|
+
}
|
|
202
205
|
.e-gantt .e-edit::before {
|
|
203
206
|
content: "\e97c";
|
|
204
207
|
}
|
|
@@ -293,12 +296,6 @@
|
|
|
293
296
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
294
297
|
height: 32px;
|
|
295
298
|
}
|
|
296
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
297
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
298
|
-
padding-left: 10px;
|
|
299
|
-
padding-right: 10px;
|
|
300
|
-
width: 30px;
|
|
301
|
-
}
|
|
302
299
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
303
300
|
border-radius: 4px !important;
|
|
304
301
|
font-size: 12px !important;
|
|
@@ -309,7 +306,7 @@
|
|
|
309
306
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
310
307
|
border-bottom: 6px solid transparent;
|
|
311
308
|
border-right: 6px solid transparent;
|
|
312
|
-
border-right-color: #
|
|
309
|
+
border-right-color: #fff;
|
|
313
310
|
border-top: 6px solid transparent;
|
|
314
311
|
top: 43px !important;
|
|
315
312
|
}
|
|
@@ -350,30 +347,34 @@
|
|
|
350
347
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
348
|
height: 63px !important;
|
|
352
349
|
}
|
|
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;
|
|
350
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
351
|
+
padding: 16px 4px 12px 18px !important;
|
|
360
352
|
}
|
|
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;
|
|
353
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
354
|
+
left: 2px !important;
|
|
368
355
|
}
|
|
369
|
-
.e-bigger .e-
|
|
370
|
-
|
|
356
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
357
|
+
font-size: 12px !important;
|
|
371
358
|
}
|
|
372
|
-
.e-bigger .e-
|
|
359
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
360
|
+
height: 76px !important;
|
|
361
|
+
padding: 19px 18px 19px 16px !important;
|
|
362
|
+
}
|
|
363
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
364
|
+
margin-left: 12px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
367
|
+
line-height: 28px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
370
|
+
width: 307px !important;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
373
373
|
padding: 20px 0 0 !important;
|
|
374
374
|
}
|
|
375
|
-
.e-bigger .e-
|
|
376
|
-
|
|
375
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
376
|
+
border-radius: 0px !important;
|
|
377
|
+
padding: 20px 18px 0px 18px !important;
|
|
377
378
|
}
|
|
378
379
|
.e-bigger .e-columnmenu {
|
|
379
380
|
top: 45px;
|
|
@@ -382,6 +383,9 @@
|
|
|
382
383
|
border-radius: 6px;
|
|
383
384
|
width: 554px !important;
|
|
384
385
|
}
|
|
386
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
387
|
+
padding: 0 16px !important;
|
|
388
|
+
}
|
|
385
389
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
386
390
|
padding: 16px 9px 0 18px;
|
|
387
391
|
}
|
|
@@ -410,97 +414,87 @@
|
|
|
410
414
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
411
415
|
border-radius: 50%;
|
|
412
416
|
height: auto !important;
|
|
413
|
-
width: auto
|
|
417
|
+
width: auto;
|
|
414
418
|
}
|
|
415
419
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
416
420
|
margin-left: 6px !important;
|
|
417
421
|
}
|
|
418
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
422
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
419
423
|
font-size: 16px !important;
|
|
420
424
|
}
|
|
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: #1a1a1a;
|
|
429
|
-
}
|
|
430
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
431
|
-
background-color: #1a1a1a;
|
|
432
|
-
padding: 10px 9px 9px 14px !important;
|
|
433
|
-
}
|
|
434
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
435
|
-
padding: 16px 4px 12px 18px !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: 12px !important;
|
|
442
|
-
}
|
|
443
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
444
|
-
height: 76px !important;
|
|
445
|
-
padding: 19px 18px 19px 16px !important;
|
|
446
|
-
}
|
|
447
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
448
|
-
margin-left: 12px;
|
|
425
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
426
|
+
min-height: 38px !important;
|
|
427
|
+
min-width: 35.82px !important;
|
|
449
428
|
}
|
|
450
|
-
.e-bigger .e-dialog .e-
|
|
451
|
-
line-height:
|
|
429
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
430
|
+
line-height: 24px;
|
|
431
|
+
padding: 6px 16px 6px 15px !important;
|
|
452
432
|
}
|
|
453
|
-
.e-bigger .e-
|
|
454
|
-
|
|
433
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
434
|
+
padding: 6px 21px 6px 23px !important;
|
|
455
435
|
}
|
|
456
|
-
.e-bigger .e-
|
|
457
|
-
|
|
458
|
-
padding: 20px 18px 0px 18px !important;
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
437
|
+
font-size: 16px !important;
|
|
459
438
|
}
|
|
460
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
439
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
461
440
|
font-size: 14px;
|
|
462
441
|
line-height: 22px;
|
|
463
442
|
}
|
|
464
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
443
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
465
444
|
font-size: 14px;
|
|
466
445
|
line-height: 22px;
|
|
467
446
|
}
|
|
468
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
447
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
469
448
|
height: 38px !important;
|
|
470
449
|
}
|
|
471
|
-
.e-bigger .e-
|
|
472
|
-
color: #757575 !important;
|
|
473
|
-
}
|
|
474
|
-
.e-bigger .e-right-btn:disabled {
|
|
475
|
-
color: #757575 !important;
|
|
476
|
-
}
|
|
477
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
478
|
-
min-width: 36px !important;
|
|
479
|
-
}
|
|
480
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
450
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
481
451
|
min-height: 38px !important;
|
|
482
452
|
min-width: 35.82px !important;
|
|
483
453
|
}
|
|
484
|
-
.e-bigger .e-
|
|
454
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
485
455
|
min-height: 38px !important;
|
|
486
456
|
min-width: 35.82px !important;
|
|
487
457
|
}
|
|
488
|
-
.e-bigger .e-
|
|
489
|
-
min-height: 38px !important;
|
|
490
|
-
min-width: 35.82px !important;
|
|
491
|
-
}
|
|
492
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
458
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
493
459
|
height: 40px;
|
|
494
460
|
}
|
|
495
|
-
.e-bigger .e-
|
|
496
|
-
|
|
461
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
462
|
+
min-width: 36px !important;
|
|
497
463
|
}
|
|
498
|
-
.e-bigger .e-
|
|
499
|
-
|
|
500
|
-
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
.e-bigger .e-predecessor-tooltip {
|
|
465
|
+
background-color: #000;
|
|
501
466
|
}
|
|
502
|
-
.e-bigger .e-
|
|
503
|
-
|
|
467
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
468
|
+
color: #757575 !important;
|
|
469
|
+
}
|
|
470
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
471
|
+
color: #757575 !important;
|
|
472
|
+
}
|
|
473
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
474
|
+
padding: 3px !important;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
477
|
+
background-color: #000;
|
|
478
|
+
border-color: #000;
|
|
479
|
+
color: #F9FAFB;
|
|
480
|
+
font-size: 12px;
|
|
481
|
+
line-height: 18px;
|
|
482
|
+
padding: 0 8px 0 0;
|
|
483
|
+
}
|
|
484
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
485
|
+
background-color: #000;
|
|
486
|
+
border-color: #000;
|
|
487
|
+
color: #F9FAFB;
|
|
488
|
+
font-size: 12px;
|
|
489
|
+
line-height: 18px;
|
|
490
|
+
padding: 0 0 0 8px;
|
|
491
|
+
}
|
|
492
|
+
.e-bigger .e-predecessor-dialog {
|
|
493
|
+
background-color: #1a1a1a;
|
|
494
|
+
}
|
|
495
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
496
|
+
background-color: #1a1a1a;
|
|
497
|
+
padding: 10px 9px 9px 14px !important;
|
|
504
498
|
}
|
|
505
499
|
|
|
506
500
|
.e-gantt {
|
|
@@ -1071,6 +1065,9 @@
|
|
|
1071
1065
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1072
1066
|
outline: 1px solid;
|
|
1073
1067
|
}
|
|
1068
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1069
|
+
outline: 1px solid;
|
|
1070
|
+
}
|
|
1074
1071
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1075
1072
|
z-index: 100;
|
|
1076
1073
|
}
|
|
@@ -1450,7 +1447,7 @@
|
|
|
1450
1447
|
border-top-color: #969696;
|
|
1451
1448
|
}
|
|
1452
1449
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1453
|
-
color:
|
|
1450
|
+
color: #fff;
|
|
1454
1451
|
}
|
|
1455
1452
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1456
1453
|
border-bottom-color: #969696;
|
|
@@ -1509,6 +1506,10 @@
|
|
|
1509
1506
|
background-color: #1B00F7;
|
|
1510
1507
|
border: 0px;
|
|
1511
1508
|
}
|
|
1509
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1510
|
+
background-color: #1B00F7;
|
|
1511
|
+
border: 0px;
|
|
1512
|
+
}
|
|
1512
1513
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1513
1514
|
background: #333;
|
|
1514
1515
|
}
|
|
@@ -1540,7 +1541,6 @@
|
|
|
1540
1541
|
}
|
|
1541
1542
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1542
1543
|
background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%);
|
|
1543
|
-
background-color: rgba(255, 207, 6, 0.2);
|
|
1544
1544
|
border: 0px;
|
|
1545
1545
|
border-radius: 0px;
|
|
1546
1546
|
}
|
|
@@ -1841,4 +1841,56 @@
|
|
|
1841
1841
|
}
|
|
1842
1842
|
.e-gantt.e-device .e-backarrowspan {
|
|
1843
1843
|
color: #000;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1847
|
+
border-color: #d13438;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1851
|
+
border-left-color: #d13438;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1855
|
+
border-right-color: #d13438;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1859
|
+
border-color: #f3d8da;
|
|
1860
|
+
outline-color: #f3d8da;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1864
|
+
border-left-color: #f3d8da;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1868
|
+
border-right-color: #f3d8da;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1872
|
+
background-color: #F3D8DA;
|
|
1873
|
+
border: 1px solid #F3D8DA;
|
|
1874
|
+
border-radius: 0px;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1878
|
+
background-color: #D13438;
|
|
1879
|
+
border: 0px;
|
|
1880
|
+
border-radius: 4px;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1884
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1885
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1886
|
+
border: 0px;
|
|
1887
|
+
border-radius: 0px;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1891
|
+
border-bottom-color: #D13438;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1895
|
+
border-top-color: #D13438;
|
|
1844
1896
|
}
|
|
@@ -158,6 +158,9 @@
|
|
|
158
158
|
.e-gantt .e-add::before {
|
|
159
159
|
content: "\e7f9";
|
|
160
160
|
}
|
|
161
|
+
.e-gantt .e-critical-path::before {
|
|
162
|
+
content: "\e93a";
|
|
163
|
+
}
|
|
161
164
|
.e-gantt .e-edit::before {
|
|
162
165
|
content: "\e81e";
|
|
163
166
|
}
|
|
@@ -252,12 +255,6 @@
|
|
|
252
255
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
253
256
|
height: 32px;
|
|
254
257
|
}
|
|
255
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
256
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
257
|
-
padding-left: 10px;
|
|
258
|
-
padding-right: 10px;
|
|
259
|
-
width: 30px;
|
|
260
|
-
}
|
|
261
258
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
262
259
|
border-radius: 4px !important;
|
|
263
260
|
font-size: 12px !important;
|
|
@@ -309,30 +306,34 @@
|
|
|
309
306
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
310
307
|
height: 63px !important;
|
|
311
308
|
}
|
|
312
|
-
.e-bigger .e-
|
|
313
|
-
|
|
314
|
-
border-color: #000000;
|
|
315
|
-
color: #FFFFFF;
|
|
316
|
-
font-size: 12px;
|
|
317
|
-
line-height: 18px;
|
|
318
|
-
padding: 0 8px 0 0;
|
|
309
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
310
|
+
padding: 16px 4px 17px 16px !important;
|
|
319
311
|
}
|
|
320
|
-
.e-bigger .e-
|
|
321
|
-
|
|
322
|
-
border-color: #000000;
|
|
323
|
-
color: #FFFFFF;
|
|
324
|
-
font-size: 12px;
|
|
325
|
-
line-height: 18px;
|
|
326
|
-
padding: 0 0 0 8px;
|
|
312
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
313
|
+
left: 1px !important;
|
|
327
314
|
}
|
|
328
|
-
.e-bigger .e-
|
|
329
|
-
|
|
315
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
316
|
+
font-size: 12px !important;
|
|
317
|
+
}
|
|
318
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
319
|
+
height: 70px !important;
|
|
320
|
+
padding: 16px !important;
|
|
321
|
+
}
|
|
322
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
323
|
+
margin-left: 12px;
|
|
330
324
|
}
|
|
331
|
-
.e-bigger .e-
|
|
325
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
326
|
+
line-height: 28px;
|
|
327
|
+
}
|
|
328
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
329
|
+
width: 350px !important;
|
|
330
|
+
}
|
|
331
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
332
332
|
padding: 14px 0 0 !important;
|
|
333
333
|
}
|
|
334
|
-
.e-bigger .e-
|
|
335
|
-
|
|
334
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
335
|
+
border-radius: 6px !important;
|
|
336
|
+
padding: 20px 16px 6px 16px !important;
|
|
336
337
|
}
|
|
337
338
|
.e-bigger .e-columnmenu {
|
|
338
339
|
top: 38px;
|
|
@@ -341,6 +342,9 @@
|
|
|
341
342
|
border-radius: 6px;
|
|
342
343
|
width: 550px !important;
|
|
343
344
|
}
|
|
345
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
346
|
+
padding: 0 16px !important;
|
|
347
|
+
}
|
|
344
348
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
345
349
|
padding: 16px 9px 0 16px;
|
|
346
350
|
}
|
|
@@ -369,104 +373,94 @@
|
|
|
369
373
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
370
374
|
border-radius: 50%;
|
|
371
375
|
height: auto !important;
|
|
372
|
-
width: auto
|
|
376
|
+
width: auto;
|
|
373
377
|
}
|
|
374
378
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
375
379
|
margin-left: 4px !important;
|
|
376
380
|
}
|
|
377
|
-
.e-bigger .e-
|
|
378
|
-
margin: 5px 0 6px !important;
|
|
379
|
-
}
|
|
380
|
-
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
381
|
-
margin-right: 0 !important;
|
|
382
|
-
}
|
|
383
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
381
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
384
382
|
font-size: 16px !important;
|
|
385
383
|
}
|
|
386
|
-
.e-bigger .e-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
.e-bigger .e-predecessor-tooltip {
|
|
390
|
-
background-color: #000000;
|
|
391
|
-
}
|
|
392
|
-
.e-bigger .e-predecessor-dialog {
|
|
393
|
-
background-color: #f3f3f3;
|
|
394
|
-
}
|
|
395
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
396
|
-
background-color: #f3f3f3;
|
|
397
|
-
padding: 10px 9px 9px 14px !important;
|
|
398
|
-
}
|
|
399
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
400
|
-
padding: 16px 4px 17px 16px !important;
|
|
401
|
-
}
|
|
402
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
403
|
-
left: 1px !important;
|
|
404
|
-
}
|
|
405
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
406
|
-
font-size: 12px !important;
|
|
407
|
-
}
|
|
408
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
409
|
-
height: 70px !important;
|
|
410
|
-
padding: 16px !important;
|
|
411
|
-
}
|
|
412
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
413
|
-
margin-left: 12px;
|
|
384
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
385
|
+
min-height: 26px !important;
|
|
386
|
+
min-width: 35.82px !important;
|
|
414
387
|
}
|
|
415
|
-
.e-bigger .e-dialog .e-
|
|
416
|
-
line-height:
|
|
388
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
389
|
+
line-height: 24px;
|
|
390
|
+
padding: 6px 16px 6px 15px !important;
|
|
417
391
|
}
|
|
418
|
-
.e-bigger .e-
|
|
419
|
-
|
|
392
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
393
|
+
padding: 6px 21px 6px 23px !important;
|
|
420
394
|
}
|
|
421
|
-
.e-bigger .e-
|
|
422
|
-
|
|
423
|
-
padding: 20px 16px 6px 16px !important;
|
|
395
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
396
|
+
font-size: 16px !important;
|
|
424
397
|
}
|
|
425
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
398
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
426
399
|
font-size: 14px;
|
|
427
400
|
line-height: 22px;
|
|
428
401
|
}
|
|
429
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
402
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
430
403
|
font-size: 14px;
|
|
431
404
|
line-height: 22px;
|
|
432
405
|
}
|
|
433
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
406
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
434
407
|
height: 27px !important;
|
|
435
408
|
padding: 5px 0 11px !important;
|
|
436
409
|
}
|
|
437
|
-
.e-bigger .e-
|
|
438
|
-
color: #757575 !important;
|
|
439
|
-
}
|
|
440
|
-
.e-bigger .e-right-btn:disabled {
|
|
441
|
-
color: #757575 !important;
|
|
442
|
-
}
|
|
443
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
444
|
-
min-width: 36px !important;
|
|
445
|
-
}
|
|
446
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
410
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
447
411
|
min-height: 26px !important;
|
|
448
412
|
min-width: 35.82px !important;
|
|
449
413
|
}
|
|
450
|
-
.e-bigger .e-
|
|
414
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
451
415
|
min-height: 26px !important;
|
|
452
416
|
min-width: 35.82px !important;
|
|
453
417
|
}
|
|
454
|
-
.e-bigger .e-
|
|
455
|
-
min-height: 26px !important;
|
|
456
|
-
min-width: 35.82px !important;
|
|
457
|
-
}
|
|
458
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
418
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
459
419
|
height: 44px;
|
|
460
420
|
}
|
|
461
|
-
.e-bigger .e-
|
|
462
|
-
|
|
421
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
422
|
+
min-width: 36px !important;
|
|
463
423
|
}
|
|
464
|
-
.e-bigger .e-
|
|
465
|
-
|
|
466
|
-
padding: 6px 16px 6px 15px !important;
|
|
424
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
425
|
+
margin: 5px 0 6px !important;
|
|
467
426
|
}
|
|
468
|
-
.e-bigger .e-
|
|
469
|
-
|
|
427
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
428
|
+
margin-right: 0 !important;
|
|
429
|
+
}
|
|
430
|
+
.e-bigger .e-predecessor-tooltip {
|
|
431
|
+
background-color: #000;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
434
|
+
color: #757575 !important;
|
|
435
|
+
}
|
|
436
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
437
|
+
color: #757575 !important;
|
|
438
|
+
}
|
|
439
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
440
|
+
padding: 3px !important;
|
|
441
|
+
}
|
|
442
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
443
|
+
background-color: #000;
|
|
444
|
+
border-color: #000;
|
|
445
|
+
color: #fff;
|
|
446
|
+
font-size: 12px;
|
|
447
|
+
line-height: 18px;
|
|
448
|
+
padding: 0 8px 0 0;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
451
|
+
background-color: #000;
|
|
452
|
+
border-color: #000;
|
|
453
|
+
color: #fff;
|
|
454
|
+
font-size: 12px;
|
|
455
|
+
line-height: 18px;
|
|
456
|
+
padding: 0 0 0 8px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-predecessor-dialog {
|
|
459
|
+
background-color: #f3f3f3;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
462
|
+
background-color: #f3f3f3;
|
|
463
|
+
padding: 10px 9px 9px 14px !important;
|
|
470
464
|
}
|
|
471
465
|
|
|
472
466
|
.e-gantt {
|
|
@@ -1037,6 +1031,9 @@
|
|
|
1037
1031
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1038
1032
|
outline: 1px solid;
|
|
1039
1033
|
}
|
|
1034
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1035
|
+
outline: 1px solid;
|
|
1036
|
+
}
|
|
1040
1037
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1041
1038
|
z-index: 100;
|
|
1042
1039
|
}
|
|
@@ -1475,6 +1472,10 @@
|
|
|
1475
1472
|
background-color: #67c1b2;
|
|
1476
1473
|
border: #4fb29f;
|
|
1477
1474
|
}
|
|
1475
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1476
|
+
background-color: #67c1b2;
|
|
1477
|
+
border: #4fb29f;
|
|
1478
|
+
}
|
|
1478
1479
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1479
1480
|
background: #616161;
|
|
1480
1481
|
}
|
|
@@ -1506,7 +1507,6 @@
|
|
|
1506
1507
|
}
|
|
1507
1508
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1508
1509
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1509
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1510
1510
|
border: 0px;
|
|
1511
1511
|
border-radius: 0px;
|
|
1512
1512
|
}
|
|
@@ -1807,4 +1807,56 @@
|
|
|
1807
1807
|
}
|
|
1808
1808
|
.e-gantt.e-device .e-backarrowspan {
|
|
1809
1809
|
color: #000;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1813
|
+
border-color: #d13438;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1817
|
+
border-left-color: #d13438;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1821
|
+
border-right-color: #d13438;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1825
|
+
border-color: #f3d8da;
|
|
1826
|
+
outline-color: #f3d8da;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1830
|
+
border-left-color: #f3d8da;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1834
|
+
border-right-color: #f3d8da;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1838
|
+
background-color: #F3D8DA;
|
|
1839
|
+
border: 1px solid #F3D8DA;
|
|
1840
|
+
border-radius: 4px;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1844
|
+
background-color: #D13438;
|
|
1845
|
+
border: 0px;
|
|
1846
|
+
border-radius: 4px;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1850
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1851
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1852
|
+
border: 0px;
|
|
1853
|
+
border-radius: 0px;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1857
|
+
border-bottom-color: #d13438;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1861
|
+
border-top-color: #d13438;
|
|
1810
1862
|
}
|