@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.
@@ -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: #FFF;
309
+ border-right-color: #fff;
313
310
  border-top: 6px solid transparent;
314
311
  top: 43px !important;
315
312
  }
@@ -344,33 +341,40 @@
344
341
  border-color: #000;
345
342
  outline: 2px solid #685708;
346
343
  }
344
+ .e-bigger .e-gantt .e-tab .e-content {
345
+ height: 241px !important;
346
+ }
347
347
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
348
348
  height: 63px !important;
349
349
  }
350
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
351
- background-color: #000000;
352
- border-color: #000000;
353
- color: #F9FAFB;
354
- font-size: 12px;
355
- line-height: 18px;
356
- padding: 0 8px 0 0;
350
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
351
+ padding: 16px 4px 12px 18px !important;
357
352
  }
358
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
359
- background-color: #000000;
360
- border-color: #000000;
361
- color: #F9FAFB;
362
- font-size: 12px;
363
- line-height: 18px;
364
- 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;
365
355
  }
366
- .e-bigger .e-tooltip-wrap .e-tip-content {
367
- padding: 3px !important;
356
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
357
+ font-size: 12px !important;
358
+ }
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;
368
371
  }
369
- .e-bigger .e-grid .e-flmenu-valuediv {
372
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
370
373
  padding: 20px 0 0 !important;
371
374
  }
372
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
373
- padding: 0 16px !important;
375
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
376
+ border-radius: 0px !important;
377
+ padding: 20px 18px 0px 18px !important;
374
378
  }
375
379
  .e-bigger .e-columnmenu {
376
380
  top: 45px;
@@ -379,6 +383,9 @@
379
383
  border-radius: 6px;
380
384
  width: 554px !important;
381
385
  }
386
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
387
+ padding: 0 16px !important;
388
+ }
382
389
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
383
390
  padding: 16px 9px 0 18px;
384
391
  }
@@ -407,100 +414,87 @@
407
414
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
408
415
  border-radius: 50%;
409
416
  height: auto !important;
410
- width: auto !important;
417
+ width: auto;
411
418
  }
412
419
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
413
420
  margin-left: 6px !important;
414
421
  }
415
- .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 {
416
423
  font-size: 16px !important;
417
424
  }
418
- .e-bigger .e-float-input.e-control-wrapper {
419
- width: 250px !important;
420
- }
421
- .e-bigger .e-predecessor-tooltip {
422
- background-color: #000000;
423
- }
424
- .e-bigger .e-predecessor-dialog {
425
- background-color: #1a1a1a;
426
- }
427
- .e-bigger .e-predecessor-dialog .e-dlg-content {
428
- background-color: #1a1a1a;
429
- padding: 10px 9px 9px 14px !important;
430
- }
431
- .e-bigger .e-dialog .e-dlg-header-content {
432
- padding: 16px 4px 12px 18px !important;
433
- }
434
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
435
- left: 2px !important;
436
- }
437
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
438
- font-size: 12px !important;
439
- }
440
- .e-bigger .e-dialog .e-footer-content {
441
- height: 76px !important;
442
- padding: 19px 18px 19px 16px !important;
443
- }
444
- .e-bigger .e-dialog .e-footer-content .e-btn {
445
- margin-left: 12px;
446
- }
447
- .e-bigger .e-dialog .e-dlg-header {
448
- line-height: 28px;
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-tab .e-content {
451
- height: 241px !important;
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-filter-popup {
454
- width: 307px !important;
433
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
434
+ padding: 6px 21px 6px 23px !important;
455
435
  }
456
- .e-bigger .e-dlg-content {
457
- border-radius: 0px !important;
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-left-btn:disabled {
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 {
481
- min-height: 38px !important;
482
- min-width: 35.82px !important;
483
- }
484
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
450
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
485
451
  min-height: 38px !important;
486
452
  min-width: 35.82px !important;
487
453
  }
488
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
454
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
489
455
  min-height: 38px !important;
490
456
  min-width: 35.82px !important;
491
457
  }
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-datetime-wrapper .e-time-icon.e-icons::before {
496
- font-size: 16px !important;
461
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
462
+ min-width: 36px !important;
497
463
  }
498
- .e-bigger .e-btn.e-flat {
499
- line-height: 24px;
500
- padding: 6px 16px 6px 15px !important;
464
+ .e-bigger .e-predecessor-tooltip {
465
+ background-color: #000;
501
466
  }
502
- .e-bigger .e-btn.e-primary {
503
- padding: 6px 21px 6px 23px !important;
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: rgb(0, 0, 0);
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;
@@ -303,33 +300,40 @@
303
300
  border-color: #303030;
304
301
  outline: 2px solid #9fa8da;
305
302
  }
303
+ .e-bigger .e-gantt .e-tab .e-content {
304
+ height: 241px !important;
305
+ }
306
306
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
307
307
  height: 63px !important;
308
308
  }
309
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
310
- background-color: #000000;
311
- border-color: #000000;
312
- color: #FFFFFF;
313
- font-size: 12px;
314
- line-height: 18px;
315
- padding: 0 8px 0 0;
309
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
310
+ padding: 16px 4px 17px 16px !important;
316
311
  }
317
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
318
- background-color: #000000;
319
- border-color: #000000;
320
- color: #FFFFFF;
321
- font-size: 12px;
322
- line-height: 18px;
323
- 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;
324
314
  }
325
- .e-bigger .e-tooltip-wrap .e-tip-content {
326
- padding: 3px !important;
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;
327
321
  }
328
- .e-bigger .e-grid .e-flmenu-valuediv {
322
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
323
+ margin-left: 12px;
324
+ }
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 {
329
332
  padding: 14px 0 0 !important;
330
333
  }
331
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
332
- padding: 0 16px !important;
334
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
335
+ border-radius: 6px !important;
336
+ padding: 20px 16px 6px 16px !important;
333
337
  }
334
338
  .e-bigger .e-columnmenu {
335
339
  top: 38px;
@@ -338,6 +342,9 @@
338
342
  border-radius: 6px;
339
343
  width: 550px !important;
340
344
  }
345
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
346
+ padding: 0 16px !important;
347
+ }
341
348
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
342
349
  padding: 16px 9px 0 16px;
343
350
  }
@@ -366,107 +373,94 @@
366
373
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
367
374
  border-radius: 50%;
368
375
  height: auto !important;
369
- width: auto !important;
376
+ width: auto;
370
377
  }
371
378
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
372
379
  margin-left: 4px !important;
373
380
  }
374
- .e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
375
- margin: 5px 0 6px !important;
376
- }
377
- .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
378
- margin-right: 0 !important;
379
- }
380
- .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 {
381
382
  font-size: 16px !important;
382
383
  }
383
- .e-bigger .e-float-input.e-control-wrapper {
384
- width: 250px !important;
385
- }
386
- .e-bigger .e-predecessor-tooltip {
387
- background-color: #000000;
388
- }
389
- .e-bigger .e-predecessor-dialog {
390
- background-color: #f3f3f3;
391
- }
392
- .e-bigger .e-predecessor-dialog .e-dlg-content {
393
- background-color: #f3f3f3;
394
- padding: 10px 9px 9px 14px !important;
395
- }
396
- .e-bigger .e-dialog .e-dlg-header-content {
397
- padding: 16px 4px 17px 16px !important;
398
- }
399
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
400
- left: 1px !important;
401
- }
402
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
403
- font-size: 12px !important;
404
- }
405
- .e-bigger .e-dialog .e-footer-content {
406
- height: 70px !important;
407
- padding: 16px !important;
408
- }
409
- .e-bigger .e-dialog .e-footer-content .e-btn {
410
- margin-left: 12px;
411
- }
412
- .e-bigger .e-dialog .e-dlg-header {
413
- line-height: 28px;
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-tab .e-content {
416
- height: 241px !important;
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-filter-popup {
419
- width: 350px !important;
392
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
393
+ padding: 6px 21px 6px 23px !important;
420
394
  }
421
- .e-bigger .e-dlg-content {
422
- border-radius: 6px !important;
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-left-btn:disabled {
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 {
447
- min-height: 26px !important;
448
- min-width: 35.82px !important;
449
- }
450
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
410
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
451
411
  min-height: 26px !important;
452
412
  min-width: 35.82px !important;
453
413
  }
454
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
414
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
455
415
  min-height: 26px !important;
456
416
  min-width: 35.82px !important;
457
417
  }
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-datetime-wrapper .e-time-icon.e-icons::before {
462
- font-size: 16px !important;
421
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
422
+ min-width: 36px !important;
463
423
  }
464
- .e-bigger .e-btn.e-flat {
465
- line-height: 24px;
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-btn.e-primary {
469
- padding: 6px 21px 6px 23px !important;
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
  }