@syncfusion/ej2-vue-gantt 20.3.61 → 20.4.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +7 -1
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/gantt/gantt.component.d.ts +2 -0
  11. package/src/gantt/gantt.component.js +7 -1
  12. package/styles/bootstrap-dark.css +179 -12
  13. package/styles/bootstrap.css +179 -12
  14. package/styles/bootstrap4.css +178 -10
  15. package/styles/bootstrap5-dark.css +178 -10
  16. package/styles/bootstrap5.css +178 -10
  17. package/styles/fabric-dark.css +179 -12
  18. package/styles/fabric.css +179 -12
  19. package/styles/fluent-dark.css +180 -10
  20. package/styles/fluent.css +180 -10
  21. package/styles/gantt/bootstrap-dark.css +179 -12
  22. package/styles/gantt/bootstrap.css +179 -12
  23. package/styles/gantt/bootstrap4.css +178 -10
  24. package/styles/gantt/bootstrap5-dark.css +178 -10
  25. package/styles/gantt/bootstrap5.css +178 -10
  26. package/styles/gantt/fabric-dark.css +179 -12
  27. package/styles/gantt/fabric.css +179 -12
  28. package/styles/gantt/fluent-dark.css +180 -10
  29. package/styles/gantt/fluent.css +180 -10
  30. package/styles/gantt/highcontrast-light.css +178 -10
  31. package/styles/gantt/highcontrast.css +179 -12
  32. package/styles/gantt/material-dark.css +177 -12
  33. package/styles/gantt/material.css +179 -12
  34. package/styles/gantt/tailwind-dark.css +178 -10
  35. package/styles/gantt/tailwind.css +178 -10
  36. package/styles/highcontrast-light.css +178 -10
  37. package/styles/highcontrast.css +179 -12
  38. package/styles/material-dark.css +177 -12
  39. package/styles/material.css +179 -12
  40. package/styles/tailwind-dark.css +178 -10
  41. package/styles/tailwind.css +178 -10
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-rte-toolbar .e-toolbar-popup .e-rte-backgroundcolor-dropdown.e-active,
3
2
  .e-rte-toolbar .e-toolbar-popup .e-rte-fontcolor-dropdown.e-active,
4
3
  .e-rte-toolbar .e-toolbar-popup .e-rte-numberformatlist-dropdown.e-active,
@@ -190,7 +189,7 @@
190
189
  content: "\e842";
191
190
  }
192
191
  .e-gantt .e-notes-info::before {
193
- content: "🛈";
192
+ content: "\e607";
194
193
  }
195
194
  .e-gantt .e-left-resize-gripper::before,
196
195
  .e-gantt .e-right-resize-gripper::before {
@@ -342,7 +341,7 @@
342
341
  border-radius: 6px !important;
343
342
  padding: 32px 16px 16px !important;
344
343
  }
345
- .e-bigger .e-columnmenu {
344
+ .e-bigger .e-grid .e-columnmenu {
346
345
  top: 40px;
347
346
  }
348
347
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -467,6 +466,75 @@
467
466
  font-size: 12px;
468
467
  font-weight: 400;
469
468
  line-height: 1.8;
469
+ color: #000;
470
+ }
471
+
472
+ .e-blazor-gantt-tooltip .e-tip-content {
473
+ overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
474
+ white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
475
+ word-break: unset !important; /* stylelint-disable-line declaration-no-important */
476
+ }
477
+
478
+ .e-gantt-tooltip .e-tip-content {
479
+ text-align: left !important; /* stylelint-disable-line declaration-no-important */
480
+ }
481
+
482
+ .e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
483
+ border-left: none !important; /* stylelint-disable-line declaration-no-important */
484
+ border-right-color: #0070f0;
485
+ }
486
+ .e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
487
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
488
+ border-left-color: #0070f0;
489
+ }
490
+ .e-gantt.e-gantt-rtl .e-toolbar-right {
491
+ left: auto !important; /* stylelint-disable-line declaration-no-important */
492
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
493
+ }
494
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
495
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
496
+ border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
497
+ border-left-color: #484848 !important; /* stylelint-disable-line declaration-no-important */
498
+ }
499
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
500
+ padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
501
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
502
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
503
+ }
504
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
505
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
506
+ }
507
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
508
+ right: 1px !important; /* stylelint-disable-line declaration-no-important */
509
+ }
510
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
511
+ margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
512
+ }
513
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
514
+ border-left: 5px solid;
515
+ border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
516
+ }
517
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
518
+ transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
519
+ }
520
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
521
+ padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
522
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
525
+ margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
526
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
529
+ .e-gantt-rtl .e-gantt-tooltip-label {
530
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
531
+ }
532
+ .e-gantt-rtl .e-tip-content {
533
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
534
+ }
535
+
536
+ .e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
537
+ padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
470
538
  }
471
539
 
472
540
  .e-gantt {
@@ -578,6 +646,7 @@
578
646
  border-top-style: none;
579
647
  border-top-width: 0;
580
648
  padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
649
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
581
650
  }
582
651
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
583
652
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
@@ -586,6 +655,9 @@
586
655
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
587
656
  overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
588
657
  }
658
+ .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
659
+ overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
660
+ }
589
661
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
590
662
  width: calc(100% + 17px);
591
663
  }
@@ -605,6 +677,12 @@
605
677
  position: relative;
606
678
  width: 100%;
607
679
  }
680
+ .e-gantt .e-gantt-chart .e-chart-empty-row {
681
+ border: 0.5px solid;
682
+ position: absolute;
683
+ background-color: rgba(0, 112, 240, 0.15);
684
+ border-color: rgba(0, 112, 240, 0.65) !important;
685
+ }
608
686
  .e-gantt .e-gantt-chart .e-chart-root-container {
609
687
  border-right: 0 solid;
610
688
  }
@@ -853,6 +931,88 @@
853
931
  .e-gantt .e-gantt-chart .e-chart-rows-container {
854
932
  line-height: initial;
855
933
  }
934
+ .e-gantt .e-gantt-chart .e-masked-tbody {
935
+ table-layout: fixed;
936
+ width: 100%;
937
+ }
938
+ .e-gantt .e-gantt-chart .e-div-background {
939
+ border-color: #e1dfdd;
940
+ border-right-style: solid;
941
+ border-right-width: 1px;
942
+ height: 100%;
943
+ position: absolute;
944
+ }
945
+ .e-gantt .e-gantt-chart .e-innerHTML {
946
+ height: 16px;
947
+ width: 16px;
948
+ left: 14px;
949
+ background: #e1dfdd;
950
+ }
951
+ .e-gantt .e-gantt-chart .e-innerHTML1 {
952
+ height: 16px;
953
+ width: 16px;
954
+ left: 30px;
955
+ background: #e1dfdd;
956
+ }
957
+ .e-gantt .e-gantt-chart .e-innerHTML2 {
958
+ height: 16px;
959
+ width: 16px;
960
+ left: 60px;
961
+ background: #e1dfdd;
962
+ }
963
+ .e-gantt .e-gantt-chart .e-timelineHeader {
964
+ height: 16px;
965
+ width: 82px;
966
+ left: 20px;
967
+ background: #e1dfdd;
968
+ }
969
+ .e-gantt .e-gantt-chart .e-maskcell01 {
970
+ height: 12px;
971
+ width: 88px;
972
+ left: 14px;
973
+ border-radius: 0;
974
+ background: #e1dfdd;
975
+ }
976
+ .e-gantt .e-gantt-chart .e-maskcell02 {
977
+ height: 18px;
978
+ width: 410px;
979
+ border-radius: 0;
980
+ background: #e1dfdd;
981
+ }
982
+ .e-gantt .e-gantt-chart .e-maskcell03 {
983
+ height: 12px;
984
+ width: 88px;
985
+ left: 14px;
986
+ border-radius: 0;
987
+ background: #e1dfdd;
988
+ }
989
+ .e-gantt .e-gantt-chart .e-maskcell04 {
990
+ height: 18px;
991
+ width: 208px;
992
+ border-radius: 0;
993
+ background: #e1dfdd;
994
+ }
995
+ .e-gantt .e-gantt-chart .e-maskcell05 {
996
+ height: 12px;
997
+ width: 108px;
998
+ left: 64px;
999
+ border-radius: 0;
1000
+ background: #e1dfdd;
1001
+ }
1002
+ .e-gantt .e-gantt-chart .e-maskcell06 {
1003
+ height: 18px;
1004
+ width: 195px;
1005
+ left: 192px;
1006
+ border-radius: 0;
1007
+ background: #e1dfdd;
1008
+ }
1009
+ .e-gantt .e-gantt-chart .e-maskcell07 {
1010
+ height: 18px;
1011
+ width: 156px;
1012
+ left: 388px;
1013
+ border-radius: 0;
1014
+ background: #e1dfdd;
1015
+ }
856
1016
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
857
1017
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
858
1018
  display: inline-block;
@@ -887,7 +1047,7 @@
887
1047
  border-right: 7px solid transparent;
888
1048
  cursor: col-resize;
889
1049
  height: 0;
890
- left: 0;
1050
+ left: 1px;
891
1051
  position: absolute;
892
1052
  top: -7px;
893
1053
  width: 0;
@@ -899,7 +1059,7 @@
899
1059
  border-right: 6px solid transparent;
900
1060
  cursor: col-resize;
901
1061
  height: 0;
902
- left: 1px;
1062
+ left: 2px;
903
1063
  position: absolute;
904
1064
  top: -7px;
905
1065
  width: 0;
@@ -992,7 +1152,6 @@
992
1152
  border-radius: 3px;
993
1153
  font-weight: 500;
994
1154
  height: 30px;
995
- left: 5px;
996
1155
  line-height: 1.5;
997
1156
  padding: 7px 12px;
998
1157
  position: absolute;
@@ -1201,7 +1360,7 @@
1201
1360
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1202
1361
  border-radius: 50%;
1203
1362
  height: auto !important; /* stylelint-disable-line declaration-no-important */
1204
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1363
+ width: auto;
1205
1364
  }
1206
1365
 
1207
1366
  .e-icon-rowselect::before {
@@ -1379,6 +1538,7 @@
1379
1538
  font-size: 12px;
1380
1539
  font-weight: 400;
1381
1540
  line-height: 1.8;
1541
+ color: #000;
1382
1542
  }
1383
1543
 
1384
1544
  /*! Gantt theme */
@@ -1435,6 +1595,7 @@
1435
1595
  border-bottom-color: #484848;
1436
1596
  border-bottom-width: 0px;
1437
1597
  border-right-color: #484848;
1598
+ border-left-color: #484848;
1438
1599
  color: #f0f0f0;
1439
1600
  height: 64px;
1440
1601
  }
@@ -1477,7 +1638,7 @@
1477
1638
  }
1478
1639
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1479
1640
  background-color: #248aff;
1480
- border: 1px solid #0070f0;
1641
+ outline: 1px solid #0070f0;
1481
1642
  border-radius: 4px;
1482
1643
  }
1483
1644
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
@@ -1499,7 +1660,7 @@
1499
1660
  }
1500
1661
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1501
1662
  background-color: #029f90;
1502
- border: 1px solid #4cc7ba;
1663
+ outline: 1px solid #4cc7ba;
1503
1664
  border-radius: 4px;
1504
1665
  }
1505
1666
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
@@ -1555,6 +1716,7 @@
1555
1716
  }
1556
1717
  .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1557
1718
  border-right-color: #cae8ff;
1719
+ border-left-color: #cae8ff !important; /* stylelint-disable-line declaration-no-important */
1558
1720
  }
1559
1721
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1560
1722
  background: linear-gradient(to right, rgba(0, 112, 240, 0.2), #0070f0 30%, #0070f0 70%, #0070f0 70%, rgba(0, 112, 240, 0.2) 100%);
@@ -1647,14 +1809,16 @@
1647
1809
  border-width: 3px;
1648
1810
  }
1649
1811
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1650
- border-bottom-left-radius: 0px;
1651
- border-bottom-right-radius: 2px;
1652
- border-top-left-radius: 0px;
1812
+ border-top-left-radius: 0;
1813
+ border-bottom-left-radius: 0;
1653
1814
  border-top-right-radius: 2px;
1815
+ border-bottom-right-radius: 2px;
1654
1816
  }
1655
1817
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
1656
1818
  border-bottom-left-radius: 2px;
1657
1819
  border-top-left-radius: 2px;
1820
+ border-bottom-right-radius: 0;
1821
+ border-top-right-radius: 0;
1658
1822
  }
1659
1823
  .e-gantt .e-gantt-chart .e-task-label {
1660
1824
  color: #fff;
@@ -1807,6 +1971,9 @@
1807
1971
  color: #f0f0f0 !important; /* stylelint-disable-line declaration-no-important */
1808
1972
  }
1809
1973
 
1974
+ .e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
1975
+ border: none !important; /* stylelint-disable-line declaration-no-important */
1976
+ }
1810
1977
  .e-gantt-dialog .e-dlg-header {
1811
1978
  color: #fff;
1812
1979
  }
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
3
2
  background: #e6e6e6;
4
3
  border: 1px solid #8c8c8c;
@@ -334,7 +333,7 @@
334
333
  content: "\e842";
335
334
  }
336
335
  .e-gantt .e-notes-info::before {
337
- content: "🛈";
336
+ content: "\e607";
338
337
  }
339
338
  .e-gantt .e-left-resize-gripper::before,
340
339
  .e-gantt .e-right-resize-gripper::before {
@@ -486,7 +485,7 @@
486
485
  border-radius: 6px !important;
487
486
  padding: 32px 16px 16px !important;
488
487
  }
489
- .e-bigger .e-columnmenu {
488
+ .e-bigger .e-grid .e-columnmenu {
490
489
  top: 40px;
491
490
  }
492
491
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -611,6 +610,75 @@
611
610
  font-size: 12px;
612
611
  font-weight: 400;
613
612
  line-height: 1.8;
613
+ color: #000;
614
+ }
615
+
616
+ .e-blazor-gantt-tooltip .e-tip-content {
617
+ overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
618
+ white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
619
+ word-break: unset !important; /* stylelint-disable-line declaration-no-important */
620
+ }
621
+
622
+ .e-gantt-tooltip .e-tip-content {
623
+ text-align: left !important; /* stylelint-disable-line declaration-no-important */
624
+ }
625
+
626
+ .e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
627
+ border-left: none !important; /* stylelint-disable-line declaration-no-important */
628
+ border-right-color: #21527d;
629
+ }
630
+ .e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
631
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
632
+ border-left-color: #21527d;
633
+ }
634
+ .e-gantt.e-gantt-rtl .e-toolbar-right {
635
+ left: auto !important; /* stylelint-disable-line declaration-no-important */
636
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
637
+ }
638
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
639
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
640
+ border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
641
+ border-left-color: #ddd !important; /* stylelint-disable-line declaration-no-important */
642
+ }
643
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
644
+ padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
645
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
646
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
647
+ }
648
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
649
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
652
+ right: 1px !important; /* stylelint-disable-line declaration-no-important */
653
+ }
654
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
655
+ margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
656
+ }
657
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
658
+ border-left: 5px solid;
659
+ border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
660
+ }
661
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
662
+ transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
663
+ }
664
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
665
+ padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
666
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
667
+ }
668
+ .e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
669
+ margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
670
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
671
+ }
672
+
673
+ .e-gantt-rtl .e-gantt-tooltip-label {
674
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
675
+ }
676
+ .e-gantt-rtl .e-tip-content {
677
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+
680
+ .e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
681
+ padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
614
682
  }
615
683
 
616
684
  .e-gantt {
@@ -722,6 +790,7 @@
722
790
  border-top-style: none;
723
791
  border-top-width: 0;
724
792
  padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
793
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
725
794
  }
726
795
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
727
796
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
@@ -730,6 +799,9 @@
730
799
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
731
800
  overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
732
801
  }
802
+ .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
803
+ overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
804
+ }
733
805
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
734
806
  width: calc(100% + 17px);
735
807
  }
@@ -749,6 +821,12 @@
749
821
  position: relative;
750
822
  width: 100%;
751
823
  }
824
+ .e-gantt .e-gantt-chart .e-chart-empty-row {
825
+ border: 0.5px solid;
826
+ position: absolute;
827
+ background-color: rgba(33, 82, 125, 0.15);
828
+ border-color: rgba(33, 82, 125, 0.65) !important;
829
+ }
752
830
  .e-gantt .e-gantt-chart .e-chart-root-container {
753
831
  border-right: 0 solid;
754
832
  }
@@ -997,6 +1075,88 @@
997
1075
  .e-gantt .e-gantt-chart .e-chart-rows-container {
998
1076
  line-height: initial;
999
1077
  }
1078
+ .e-gantt .e-gantt-chart .e-masked-tbody {
1079
+ table-layout: fixed;
1080
+ width: 100%;
1081
+ }
1082
+ .e-gantt .e-gantt-chart .e-div-background {
1083
+ border-color: #e1dfdd;
1084
+ border-right-style: solid;
1085
+ border-right-width: 1px;
1086
+ height: 100%;
1087
+ position: absolute;
1088
+ }
1089
+ .e-gantt .e-gantt-chart .e-innerHTML {
1090
+ height: 16px;
1091
+ width: 16px;
1092
+ left: 14px;
1093
+ background: #e1dfdd;
1094
+ }
1095
+ .e-gantt .e-gantt-chart .e-innerHTML1 {
1096
+ height: 16px;
1097
+ width: 16px;
1098
+ left: 30px;
1099
+ background: #e1dfdd;
1100
+ }
1101
+ .e-gantt .e-gantt-chart .e-innerHTML2 {
1102
+ height: 16px;
1103
+ width: 16px;
1104
+ left: 60px;
1105
+ background: #e1dfdd;
1106
+ }
1107
+ .e-gantt .e-gantt-chart .e-timelineHeader {
1108
+ height: 16px;
1109
+ width: 82px;
1110
+ left: 20px;
1111
+ background: #e1dfdd;
1112
+ }
1113
+ .e-gantt .e-gantt-chart .e-maskcell01 {
1114
+ height: 12px;
1115
+ width: 88px;
1116
+ left: 14px;
1117
+ border-radius: 0;
1118
+ background: #e1dfdd;
1119
+ }
1120
+ .e-gantt .e-gantt-chart .e-maskcell02 {
1121
+ height: 18px;
1122
+ width: 410px;
1123
+ border-radius: 0;
1124
+ background: #e1dfdd;
1125
+ }
1126
+ .e-gantt .e-gantt-chart .e-maskcell03 {
1127
+ height: 12px;
1128
+ width: 88px;
1129
+ left: 14px;
1130
+ border-radius: 0;
1131
+ background: #e1dfdd;
1132
+ }
1133
+ .e-gantt .e-gantt-chart .e-maskcell04 {
1134
+ height: 18px;
1135
+ width: 208px;
1136
+ border-radius: 0;
1137
+ background: #e1dfdd;
1138
+ }
1139
+ .e-gantt .e-gantt-chart .e-maskcell05 {
1140
+ height: 12px;
1141
+ width: 108px;
1142
+ left: 64px;
1143
+ border-radius: 0;
1144
+ background: #e1dfdd;
1145
+ }
1146
+ .e-gantt .e-gantt-chart .e-maskcell06 {
1147
+ height: 18px;
1148
+ width: 195px;
1149
+ left: 192px;
1150
+ border-radius: 0;
1151
+ background: #e1dfdd;
1152
+ }
1153
+ .e-gantt .e-gantt-chart .e-maskcell07 {
1154
+ height: 18px;
1155
+ width: 156px;
1156
+ left: 388px;
1157
+ border-radius: 0;
1158
+ background: #e1dfdd;
1159
+ }
1000
1160
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1001
1161
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
1002
1162
  display: inline-block;
@@ -1031,7 +1191,7 @@
1031
1191
  border-right: 7px solid transparent;
1032
1192
  cursor: col-resize;
1033
1193
  height: 0;
1034
- left: 0;
1194
+ left: 1px;
1035
1195
  position: absolute;
1036
1196
  top: -7px;
1037
1197
  width: 0;
@@ -1043,7 +1203,7 @@
1043
1203
  border-right: 6px solid transparent;
1044
1204
  cursor: col-resize;
1045
1205
  height: 0;
1046
- left: 1px;
1206
+ left: 2px;
1047
1207
  position: absolute;
1048
1208
  top: -7px;
1049
1209
  width: 0;
@@ -1136,7 +1296,6 @@
1136
1296
  border-radius: 3px;
1137
1297
  font-weight: 500;
1138
1298
  height: 30px;
1139
- left: 5px;
1140
1299
  line-height: 1.5;
1141
1300
  padding: 7px 12px;
1142
1301
  position: absolute;
@@ -1345,7 +1504,7 @@
1345
1504
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1346
1505
  border-radius: 50%;
1347
1506
  height: auto !important; /* stylelint-disable-line declaration-no-important */
1348
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1507
+ width: auto;
1349
1508
  }
1350
1509
 
1351
1510
  .e-icon-rowselect::before {
@@ -1523,6 +1682,7 @@
1523
1682
  font-size: 12px;
1524
1683
  font-weight: 400;
1525
1684
  line-height: 1.8;
1685
+ color: #000;
1526
1686
  }
1527
1687
 
1528
1688
  /*! Gantt theme */
@@ -1579,6 +1739,7 @@
1579
1739
  border-bottom-color: #ddd;
1580
1740
  border-bottom-width: 0px;
1581
1741
  border-right-color: #ddd;
1742
+ border-left-color: #ddd;
1582
1743
  color: #333;
1583
1744
  height: 64px;
1584
1745
  }
@@ -1621,7 +1782,7 @@
1621
1782
  }
1622
1783
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1623
1784
  background-color: #317ab9;
1624
- border: 1px solid #21527d;
1785
+ outline: 1px solid #21527d;
1625
1786
  border-radius: 4px;
1626
1787
  }
1627
1788
  .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
@@ -1643,7 +1804,7 @@
1643
1804
  }
1644
1805
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1645
1806
  background-color: #777;
1646
- border: 1px solid #555;
1807
+ outline: 1px solid #555;
1647
1808
  border-radius: 4px;
1648
1809
  }
1649
1810
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
@@ -1699,6 +1860,7 @@
1699
1860
  }
1700
1861
  .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1701
1862
  border-right-color: #8a6d3b;
1863
+ border-left-color: #8a6d3b !important; /* stylelint-disable-line declaration-no-important */
1702
1864
  }
1703
1865
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1704
1866
  background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%);
@@ -1791,14 +1953,16 @@
1791
1953
  border-width: 3px;
1792
1954
  }
1793
1955
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1794
- border-bottom-left-radius: 0px;
1795
- border-bottom-right-radius: 2px;
1796
- border-top-left-radius: 0px;
1956
+ border-top-left-radius: 0;
1957
+ border-bottom-left-radius: 0;
1797
1958
  border-top-right-radius: 2px;
1959
+ border-bottom-right-radius: 2px;
1798
1960
  }
1799
1961
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
1800
1962
  border-bottom-left-radius: 2px;
1801
1963
  border-top-left-radius: 2px;
1964
+ border-bottom-right-radius: 0;
1965
+ border-top-right-radius: 0;
1802
1966
  }
1803
1967
  .e-gantt .e-gantt-chart .e-task-label {
1804
1968
  color: #fff;
@@ -1951,6 +2115,9 @@
1951
2115
  color: #333 !important; /* stylelint-disable-line declaration-no-important */
1952
2116
  }
1953
2117
 
2118
+ .e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
2119
+ border: none !important; /* stylelint-disable-line declaration-no-important */
2120
+ }
1954
2121
  .e-gantt-dialog .e-dlg-header {
1955
2122
  color: #fff;
1956
2123
  }