@syncfusion/ej2-react-gantt 22.2.12 → 23.1.36

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 (40) hide show
  1. package/CHANGELOG.md +184 -163
  2. package/dist/ej2-react-gantt.min.js +1 -1
  3. package/dist/ej2-react-gantt.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +44 -100
  6. package/styles/bootstrap.css +44 -100
  7. package/styles/bootstrap4.css +44 -100
  8. package/styles/bootstrap5-dark.css +44 -100
  9. package/styles/bootstrap5.css +44 -100
  10. package/styles/fabric-dark.css +44 -100
  11. package/styles/fabric.css +44 -100
  12. package/styles/fluent-dark.css +44 -100
  13. package/styles/fluent.css +44 -100
  14. package/styles/gantt/bootstrap-dark.css +44 -100
  15. package/styles/gantt/bootstrap.css +44 -100
  16. package/styles/gantt/bootstrap4.css +44 -100
  17. package/styles/gantt/bootstrap5-dark.css +44 -100
  18. package/styles/gantt/bootstrap5.css +44 -100
  19. package/styles/gantt/fabric-dark.css +44 -100
  20. package/styles/gantt/fabric.css +44 -100
  21. package/styles/gantt/fluent-dark.css +44 -100
  22. package/styles/gantt/fluent.css +44 -100
  23. package/styles/gantt/highcontrast-light.css +40 -100
  24. package/styles/gantt/highcontrast.css +44 -100
  25. package/styles/gantt/material-dark.css +44 -101
  26. package/styles/gantt/material.css +44 -101
  27. package/styles/gantt/material3-dark.css +45 -102
  28. package/styles/gantt/material3-dark.scss +1 -1
  29. package/styles/gantt/material3.css +45 -102
  30. package/styles/gantt/material3.scss +1 -1
  31. package/styles/gantt/tailwind-dark.css +44 -101
  32. package/styles/gantt/tailwind.css +44 -101
  33. package/styles/highcontrast-light.css +40 -100
  34. package/styles/highcontrast.css +44 -100
  35. package/styles/material-dark.css +44 -101
  36. package/styles/material.css +44 -101
  37. package/styles/material3-dark.css +45 -102
  38. package/styles/material3.css +45 -102
  39. package/styles/tailwind-dark.css +44 -101
  40. package/styles/tailwind.css +44 -101
@@ -391,6 +391,10 @@
391
391
  content: "\e903";
392
392
  }
393
393
 
394
+ .e-icon-rowselect::before {
395
+ content: "\e930";
396
+ }
397
+
394
398
  .e-gantt-tooltip-arrow-left::before {
395
399
  content: "\e85b";
396
400
  }
@@ -443,6 +447,7 @@
443
447
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
444
448
  background-color: #21527d;
445
449
  border-color: #fff;
450
+ position: relative;
446
451
  }
447
452
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
448
453
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -450,6 +455,17 @@
450
455
  border-color: #fff;
451
456
  outline: 2px solid #75acdb;
452
457
  }
458
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
459
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
460
+ content: "";
461
+ position: absolute;
462
+ width: 30px;
463
+ height: 40px;
464
+ top: -10px;
465
+ }
466
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
467
+ cursor: no-drop;
468
+ }
453
469
  .e-bigger .e-gantt .e-tab .e-content {
454
470
  height: 242px !important;
455
471
  }
@@ -493,7 +509,6 @@
493
509
  }
494
510
  .e-bigger .e-gantt-dialog .e-dialog {
495
511
  border-radius: 6px;
496
- width: 556px !important;
497
512
  }
498
513
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
499
514
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -634,10 +649,6 @@
634
649
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
635
650
  border-left-color: #21527d;
636
651
  }
637
- .e-gantt.e-gantt-rtl .e-toolbar-right {
638
- left: auto !important; /* stylelint-disable-line declaration-no-important */
639
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
640
- }
641
652
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
642
653
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
643
654
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -957,6 +968,12 @@
957
968
  vertical-align: middle;
958
969
  z-index: 3;
959
970
  }
971
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
972
+ z-index: 4;
973
+ }
974
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
975
+ z-index: 4;
976
+ }
960
977
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
961
978
  -ms-flex-align: center;
962
979
  align-items: center;
@@ -1096,72 +1113,61 @@
1096
1113
  height: 16px;
1097
1114
  width: 16px;
1098
1115
  left: 14px;
1099
- background: #e1dfdd;
1100
1116
  }
1101
1117
  .e-gantt .e-gantt-chart .e-innerHTML1 {
1102
1118
  height: 16px;
1103
1119
  width: 16px;
1104
1120
  left: 30px;
1105
- background: #e1dfdd;
1106
1121
  }
1107
1122
  .e-gantt .e-gantt-chart .e-innerHTML2 {
1108
1123
  height: 16px;
1109
1124
  width: 16px;
1110
1125
  left: 60px;
1111
- background: #e1dfdd;
1112
1126
  }
1113
1127
  .e-gantt .e-gantt-chart .e-timelineHeader {
1114
1128
  height: 16px;
1115
1129
  width: 82px;
1116
1130
  left: 20px;
1117
- background: #e1dfdd;
1118
1131
  }
1119
1132
  .e-gantt .e-gantt-chart .e-maskcell01 {
1120
1133
  height: 12px;
1121
1134
  width: 88px;
1122
1135
  left: 14px;
1123
1136
  border-radius: 0;
1124
- background: #e1dfdd;
1125
1137
  }
1126
1138
  .e-gantt .e-gantt-chart .e-maskcell02 {
1127
1139
  height: 18px;
1128
1140
  width: 410px;
1129
1141
  border-radius: 0;
1130
- background: #e1dfdd;
1131
1142
  }
1132
1143
  .e-gantt .e-gantt-chart .e-maskcell03 {
1133
1144
  height: 12px;
1134
1145
  width: 88px;
1135
1146
  left: 14px;
1136
1147
  border-radius: 0;
1137
- background: #e1dfdd;
1138
1148
  }
1139
1149
  .e-gantt .e-gantt-chart .e-maskcell04 {
1140
1150
  height: 18px;
1141
1151
  width: 208px;
1142
1152
  border-radius: 0;
1143
- background: #e1dfdd;
1144
1153
  }
1145
1154
  .e-gantt .e-gantt-chart .e-maskcell05 {
1146
1155
  height: 12px;
1147
1156
  width: 108px;
1148
1157
  left: 64px;
1149
1158
  border-radius: 0;
1150
- background: #e1dfdd;
1151
1159
  }
1152
1160
  .e-gantt .e-gantt-chart .e-maskcell06 {
1153
1161
  height: 18px;
1154
1162
  width: 195px;
1155
1163
  left: 192px;
1156
1164
  border-radius: 0;
1157
- background: #e1dfdd;
1158
1165
  }
1159
1166
  .e-gantt .e-gantt-chart .e-maskcell07 {
1160
1167
  height: 18px;
1161
1168
  width: 156px;
1162
1169
  left: 388px;
1163
1170
  border-radius: 0;
1164
- background: #e1dfdd;
1165
1171
  }
1166
1172
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1167
1173
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1296,7 +1302,7 @@
1296
1302
  border-left: 1px dashed;
1297
1303
  position: absolute;
1298
1304
  width: 1px;
1299
- z-index: 2;
1305
+ z-index: 4;
1300
1306
  }
1301
1307
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1302
1308
  border-radius: 3px;
@@ -1513,10 +1519,6 @@
1513
1519
  width: auto;
1514
1520
  }
1515
1521
 
1516
- .e-icon-rowselect::before {
1517
- content: "\e930";
1518
- }
1519
-
1520
1522
  .e-ganttpopup {
1521
1523
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1522
1524
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1575,6 +1577,15 @@
1575
1577
  font-size: 14px;
1576
1578
  }
1577
1579
 
1580
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1581
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1582
+ }
1583
+
1584
+ .e-bigger .e-timeline-single-header-cell {
1585
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1586
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1587
+ }
1588
+
1578
1589
  .e-gantt-tooltip-label {
1579
1590
  padding-bottom: 2px;
1580
1591
  padding-right: 2px;
@@ -1619,16 +1630,6 @@
1619
1630
  .e-gantt.e-device .e-gridheader .e-icons {
1620
1631
  font-size: 12px;
1621
1632
  }
1622
- .e-gantt.e-device .e-right-resize-gripper,
1623
- .e-gantt.e-device .e-left-resize-gripper {
1624
- border: 7px solid;
1625
- z-index: -1;
1626
- }
1627
- .e-gantt.e-device .e-right-resize-gripper::before,
1628
- .e-gantt.e-device .e-left-resize-gripper::before {
1629
- font-size: 14px;
1630
- margin-left: -7px;
1631
- }
1632
1633
  .e-gantt.e-device .e-dependent-div .e-content {
1633
1634
  height: 100%;
1634
1635
  }
@@ -1691,6 +1692,12 @@
1691
1692
  color: #000;
1692
1693
  }
1693
1694
 
1695
+ .e-gantt-chart-resize-indicator {
1696
+ height: 100%;
1697
+ position: absolute;
1698
+ z-index: 1;
1699
+ }
1700
+
1694
1701
  /*! Gantt theme */
1695
1702
  .e-gantt .e-gantt-splitter {
1696
1703
  border-color: #ddd;
@@ -2047,75 +2054,6 @@
2047
2054
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
2048
2055
  border-color: #000;
2049
2056
  }
2050
- .e-gantt .e-gantt-chart .e-active-parent-task {
2051
- border-radius: 4px;
2052
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
2053
- }
2054
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
2055
- background: #1a1a1a;
2056
- border: #1a1a1a;
2057
- }
2058
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
2059
- background-color: transparent;
2060
- border: transparent;
2061
- }
2062
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
2063
- color: transparent;
2064
- }
2065
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
2066
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2067
- }
2068
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
2069
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2070
- }
2071
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
2072
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2073
- }
2074
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
2075
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2076
- }
2077
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
2078
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2079
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2080
- }
2081
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
2082
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2083
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2084
- }
2085
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
2086
- background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2087
- }
2088
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
2089
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2090
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2091
- }
2092
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
2093
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2094
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2095
- }
2096
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
2097
- background: #21527d !important; /* stylelint-disable-line declaration-no-important */
2098
- border: #21527d !important; /* stylelint-disable-line declaration-no-important */
2099
- }
2100
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2101
- background-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
2102
- }
2103
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2104
- background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
2105
- border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
2106
- }
2107
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2108
- background-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
2109
- }
2110
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2111
- border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
2112
- }
2113
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2114
- border-left-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
2115
- }
2116
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2117
- border-right-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
2118
- }
2119
2057
  .e-gantt .e-icons {
2120
2058
  color: rgba(0, 0, 0, 0.87);
2121
2059
  }
@@ -2225,4 +2163,10 @@
2225
2163
 
2226
2164
  .e-gantt .e-gantt-chart .e-critical-milestone {
2227
2165
  background-color: #D13438;
2166
+ }
2167
+
2168
+ .e-gantt-chart-resize-indicator {
2169
+ border: 1px dashed #317ab9;
2170
+ border-bottom: none;
2171
+ border-top: none;
2228
2172
  }
@@ -572,6 +572,10 @@
572
572
  content: "\e903";
573
573
  }
574
574
 
575
+ .e-icon-rowselect::before {
576
+ content: "\e7cc";
577
+ }
578
+
575
579
  .e-gantt-tooltip-arrow-left::before {
576
580
  content: "\e7c1";
577
581
  }
@@ -624,6 +628,7 @@
624
628
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
625
629
  background-color: #0056b3;
626
630
  border-color: #fff;
631
+ position: relative;
627
632
  }
628
633
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
629
634
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -631,6 +636,17 @@
631
636
  border-color: #fff;
632
637
  outline: 2px solid #007bff;
633
638
  }
639
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
640
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
641
+ content: "";
642
+ position: absolute;
643
+ width: 30px;
644
+ height: 40px;
645
+ top: -10px;
646
+ }
647
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
648
+ cursor: no-drop;
649
+ }
634
650
  .e-bigger .e-gantt .e-tab .e-content {
635
651
  height: 250px !important;
636
652
  }
@@ -674,7 +690,6 @@
674
690
  }
675
691
  .e-bigger .e-gantt-dialog .e-dialog {
676
692
  border-radius: 6px;
677
- width: 556px !important;
678
693
  }
679
694
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
680
695
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -818,10 +833,6 @@
818
833
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
819
834
  border-left-color: #0056b3;
820
835
  }
821
- .e-gantt.e-gantt-rtl .e-toolbar-right {
822
- left: auto !important; /* stylelint-disable-line declaration-no-important */
823
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
824
- }
825
836
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
826
837
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
827
838
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -1141,6 +1152,12 @@
1141
1152
  vertical-align: middle;
1142
1153
  z-index: 3;
1143
1154
  }
1155
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
1156
+ z-index: 4;
1157
+ }
1158
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
1159
+ z-index: 4;
1160
+ }
1144
1161
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
1145
1162
  -ms-flex-align: center;
1146
1163
  align-items: center;
@@ -1280,72 +1297,61 @@
1280
1297
  height: 16px;
1281
1298
  width: 16px;
1282
1299
  left: 14px;
1283
- background: #e1dfdd;
1284
1300
  }
1285
1301
  .e-gantt .e-gantt-chart .e-innerHTML1 {
1286
1302
  height: 16px;
1287
1303
  width: 16px;
1288
1304
  left: 30px;
1289
- background: #e1dfdd;
1290
1305
  }
1291
1306
  .e-gantt .e-gantt-chart .e-innerHTML2 {
1292
1307
  height: 16px;
1293
1308
  width: 16px;
1294
1309
  left: 60px;
1295
- background: #e1dfdd;
1296
1310
  }
1297
1311
  .e-gantt .e-gantt-chart .e-timelineHeader {
1298
1312
  height: 16px;
1299
1313
  width: 82px;
1300
1314
  left: 20px;
1301
- background: #e1dfdd;
1302
1315
  }
1303
1316
  .e-gantt .e-gantt-chart .e-maskcell01 {
1304
1317
  height: 12px;
1305
1318
  width: 88px;
1306
1319
  left: 14px;
1307
1320
  border-radius: 0;
1308
- background: #e1dfdd;
1309
1321
  }
1310
1322
  .e-gantt .e-gantt-chart .e-maskcell02 {
1311
1323
  height: 18px;
1312
1324
  width: 410px;
1313
1325
  border-radius: 0;
1314
- background: #e1dfdd;
1315
1326
  }
1316
1327
  .e-gantt .e-gantt-chart .e-maskcell03 {
1317
1328
  height: 12px;
1318
1329
  width: 88px;
1319
1330
  left: 14px;
1320
1331
  border-radius: 0;
1321
- background: #e1dfdd;
1322
1332
  }
1323
1333
  .e-gantt .e-gantt-chart .e-maskcell04 {
1324
1334
  height: 18px;
1325
1335
  width: 208px;
1326
1336
  border-radius: 0;
1327
- background: #e1dfdd;
1328
1337
  }
1329
1338
  .e-gantt .e-gantt-chart .e-maskcell05 {
1330
1339
  height: 12px;
1331
1340
  width: 108px;
1332
1341
  left: 64px;
1333
1342
  border-radius: 0;
1334
- background: #e1dfdd;
1335
1343
  }
1336
1344
  .e-gantt .e-gantt-chart .e-maskcell06 {
1337
1345
  height: 18px;
1338
1346
  width: 195px;
1339
1347
  left: 192px;
1340
1348
  border-radius: 0;
1341
- background: #e1dfdd;
1342
1349
  }
1343
1350
  .e-gantt .e-gantt-chart .e-maskcell07 {
1344
1351
  height: 18px;
1345
1352
  width: 156px;
1346
1353
  left: 388px;
1347
1354
  border-radius: 0;
1348
- background: #e1dfdd;
1349
1355
  }
1350
1356
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1351
1357
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1480,7 +1486,7 @@
1480
1486
  border-left: 1px dashed;
1481
1487
  position: absolute;
1482
1488
  width: 1px;
1483
- z-index: 2;
1489
+ z-index: 4;
1484
1490
  }
1485
1491
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1486
1492
  border-radius: 3px;
@@ -1697,10 +1703,6 @@
1697
1703
  width: auto;
1698
1704
  }
1699
1705
 
1700
- .e-icon-rowselect::before {
1701
- content: "\e930";
1702
- }
1703
-
1704
1706
  .e-ganttpopup {
1705
1707
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1706
1708
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1759,6 +1761,15 @@
1759
1761
  font-size: 16px;
1760
1762
  }
1761
1763
 
1764
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1765
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1766
+ }
1767
+
1768
+ .e-bigger .e-timeline-single-header-cell {
1769
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1770
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1771
+ }
1772
+
1762
1773
  .e-gantt-tooltip-label {
1763
1774
  padding-bottom: 2px;
1764
1775
  padding-right: 2px;
@@ -1803,16 +1814,6 @@
1803
1814
  .e-gantt.e-device .e-gridheader .e-icons {
1804
1815
  font-size: 12px;
1805
1816
  }
1806
- .e-gantt.e-device .e-right-resize-gripper,
1807
- .e-gantt.e-device .e-left-resize-gripper {
1808
- border: 7px solid;
1809
- z-index: -1;
1810
- }
1811
- .e-gantt.e-device .e-right-resize-gripper::before,
1812
- .e-gantt.e-device .e-left-resize-gripper::before {
1813
- font-size: 14px;
1814
- margin-left: -7px;
1815
- }
1816
1817
  .e-gantt.e-device .e-dependent-div .e-content {
1817
1818
  height: 100%;
1818
1819
  }
@@ -1875,6 +1876,12 @@
1875
1876
  color: #000;
1876
1877
  }
1877
1878
 
1879
+ .e-gantt-chart-resize-indicator {
1880
+ height: 100%;
1881
+ position: absolute;
1882
+ z-index: 1;
1883
+ }
1884
+
1878
1885
  /*! Gantt theme */
1879
1886
  .e-gantt .e-gantt-splitter {
1880
1887
  border-color: #dee2e6;
@@ -2231,75 +2238,6 @@
2231
2238
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
2232
2239
  border-color: #000;
2233
2240
  }
2234
- .e-gantt .e-gantt-chart .e-active-parent-task {
2235
- border-radius: 4px;
2236
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
2237
- }
2238
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
2239
- background: #1a1a1a;
2240
- border: #1a1a1a;
2241
- }
2242
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
2243
- background-color: transparent;
2244
- border: transparent;
2245
- }
2246
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
2247
- color: transparent;
2248
- }
2249
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
2250
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2251
- }
2252
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
2253
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2254
- }
2255
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
2256
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2257
- }
2258
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
2259
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2260
- }
2261
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
2262
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2263
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2264
- }
2265
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
2266
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2267
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2268
- }
2269
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
2270
- background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2271
- }
2272
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
2273
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2274
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2275
- }
2276
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
2277
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2278
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2279
- }
2280
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
2281
- background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2282
- border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2283
- }
2284
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2285
- background-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2286
- }
2287
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2288
- background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2289
- border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2290
- }
2291
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2292
- background-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2293
- }
2294
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2295
- border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2296
- }
2297
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2298
- border-left-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2299
- }
2300
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2301
- border-right-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2302
- }
2303
2241
  .e-gantt .e-icons {
2304
2242
  color: rgba(0, 0, 0, 0.87);
2305
2243
  }
@@ -2409,4 +2347,10 @@
2409
2347
 
2410
2348
  .e-gantt .e-gantt-chart .e-critical-milestone {
2411
2349
  background-color: #D13438;
2350
+ }
2351
+
2352
+ .e-gantt-chart-resize-indicator {
2353
+ border: 1px dashed #007bff;
2354
+ border-bottom: none;
2355
+ border-top: none;
2412
2356
  }