@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
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -243,6 +242,10 @@
243
242
  content: "\e903";
244
243
  }
245
244
 
245
+ .e-icon-rowselect::before {
246
+ content: "\e930";
247
+ }
248
+
246
249
  .e-gantt-tooltip-arrow-left::before {
247
250
  content: "\e977";
248
251
  }
@@ -298,6 +301,7 @@
298
301
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
299
302
  background-color: #005a9e;
300
303
  border-color: #303030;
304
+ position: relative;
301
305
  }
302
306
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
303
307
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -305,6 +309,17 @@
305
309
  border-color: #303030;
306
310
  outline: 2px solid #9fa8da;
307
311
  }
312
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
313
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
314
+ content: "";
315
+ position: absolute;
316
+ width: 30px;
317
+ height: 40px;
318
+ top: -10px;
319
+ }
320
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
321
+ cursor: no-drop;
322
+ }
308
323
  .e-bigger .e-gantt .e-tab .e-content {
309
324
  height: 241px !important;
310
325
  }
@@ -348,7 +363,6 @@
348
363
  }
349
364
  .e-bigger .e-gantt-dialog .e-dialog {
350
365
  border-radius: 6px;
351
- width: 550px !important;
352
366
  }
353
367
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
354
368
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -489,10 +503,6 @@
489
503
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
490
504
  border-left-color: #7280ce;
491
505
  }
492
- .e-gantt.e-gantt-rtl .e-toolbar-right {
493
- left: auto !important; /* stylelint-disable-line declaration-no-important */
494
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
495
- }
496
506
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
497
507
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
498
508
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -812,6 +822,12 @@
812
822
  vertical-align: middle;
813
823
  z-index: 3;
814
824
  }
825
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
826
+ z-index: 4;
827
+ }
828
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
829
+ z-index: 4;
830
+ }
815
831
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
816
832
  -ms-flex-align: center;
817
833
  align-items: center;
@@ -951,72 +967,61 @@
951
967
  height: 16px;
952
968
  width: 16px;
953
969
  left: 14px;
954
- background: #e1dfdd;
955
970
  }
956
971
  .e-gantt .e-gantt-chart .e-innerHTML1 {
957
972
  height: 16px;
958
973
  width: 16px;
959
974
  left: 30px;
960
- background: #e1dfdd;
961
975
  }
962
976
  .e-gantt .e-gantt-chart .e-innerHTML2 {
963
977
  height: 16px;
964
978
  width: 16px;
965
979
  left: 60px;
966
- background: #e1dfdd;
967
980
  }
968
981
  .e-gantt .e-gantt-chart .e-timelineHeader {
969
982
  height: 16px;
970
983
  width: 82px;
971
984
  left: 20px;
972
- background: #e1dfdd;
973
985
  }
974
986
  .e-gantt .e-gantt-chart .e-maskcell01 {
975
987
  height: 12px;
976
988
  width: 88px;
977
989
  left: 14px;
978
990
  border-radius: 0;
979
- background: #e1dfdd;
980
991
  }
981
992
  .e-gantt .e-gantt-chart .e-maskcell02 {
982
993
  height: 18px;
983
994
  width: 410px;
984
995
  border-radius: 0;
985
- background: #e1dfdd;
986
996
  }
987
997
  .e-gantt .e-gantt-chart .e-maskcell03 {
988
998
  height: 12px;
989
999
  width: 88px;
990
1000
  left: 14px;
991
1001
  border-radius: 0;
992
- background: #e1dfdd;
993
1002
  }
994
1003
  .e-gantt .e-gantt-chart .e-maskcell04 {
995
1004
  height: 18px;
996
1005
  width: 208px;
997
1006
  border-radius: 0;
998
- background: #e1dfdd;
999
1007
  }
1000
1008
  .e-gantt .e-gantt-chart .e-maskcell05 {
1001
1009
  height: 12px;
1002
1010
  width: 108px;
1003
1011
  left: 64px;
1004
1012
  border-radius: 0;
1005
- background: #e1dfdd;
1006
1013
  }
1007
1014
  .e-gantt .e-gantt-chart .e-maskcell06 {
1008
1015
  height: 18px;
1009
1016
  width: 195px;
1010
1017
  left: 192px;
1011
1018
  border-radius: 0;
1012
- background: #e1dfdd;
1013
1019
  }
1014
1020
  .e-gantt .e-gantt-chart .e-maskcell07 {
1015
1021
  height: 18px;
1016
1022
  width: 156px;
1017
1023
  left: 388px;
1018
1024
  border-radius: 0;
1019
- background: #e1dfdd;
1020
1025
  }
1021
1026
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1022
1027
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1151,7 +1156,7 @@
1151
1156
  border-left: 1px dashed;
1152
1157
  position: absolute;
1153
1158
  width: 1px;
1154
- z-index: 2;
1159
+ z-index: 4;
1155
1160
  }
1156
1161
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1157
1162
  border-radius: 3px;
@@ -1368,10 +1373,6 @@
1368
1373
  width: auto;
1369
1374
  }
1370
1375
 
1371
- .e-icon-rowselect::before {
1372
- content: "\e930";
1373
- }
1374
-
1375
1376
  .e-ganttpopup {
1376
1377
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1377
1378
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1430,6 +1431,15 @@
1430
1431
  font-size: 14px;
1431
1432
  }
1432
1433
 
1434
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1435
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1436
+ }
1437
+
1438
+ .e-bigger .e-timeline-single-header-cell {
1439
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1440
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1441
+ }
1442
+
1433
1443
  .e-gantt-tooltip-label {
1434
1444
  padding-bottom: 2px;
1435
1445
  padding-right: 2px;
@@ -1474,16 +1484,6 @@
1474
1484
  .e-gantt.e-device .e-gridheader .e-icons {
1475
1485
  font-size: 12px;
1476
1486
  }
1477
- .e-gantt.e-device .e-right-resize-gripper,
1478
- .e-gantt.e-device .e-left-resize-gripper {
1479
- border: 7px solid;
1480
- z-index: -1;
1481
- }
1482
- .e-gantt.e-device .e-right-resize-gripper::before,
1483
- .e-gantt.e-device .e-left-resize-gripper::before {
1484
- font-size: 14px;
1485
- margin-left: -7px;
1486
- }
1487
1487
  .e-gantt.e-device .e-dependent-div .e-content {
1488
1488
  height: 100%;
1489
1489
  }
@@ -1546,6 +1546,12 @@
1546
1546
  color: #000;
1547
1547
  }
1548
1548
 
1549
+ .e-gantt-chart-resize-indicator {
1550
+ height: 100%;
1551
+ position: absolute;
1552
+ z-index: 1;
1553
+ }
1554
+
1549
1555
  /*! Gantt theme */
1550
1556
  .e-gantt .e-gantt-splitter {
1551
1557
  border-color: #616161;
@@ -1902,75 +1908,6 @@
1902
1908
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1903
1909
  border-color: #000;
1904
1910
  }
1905
- .e-gantt .e-gantt-chart .e-active-parent-task {
1906
- border-radius: 4px;
1907
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1908
- }
1909
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1910
- background: #1a1a1a;
1911
- border: #1a1a1a;
1912
- }
1913
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1914
- background-color: transparent;
1915
- border: transparent;
1916
- }
1917
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1918
- color: transparent;
1919
- }
1920
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1921
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1922
- }
1923
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1924
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1925
- }
1926
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1927
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1928
- }
1929
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1930
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1931
- }
1932
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1933
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1934
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1935
- }
1936
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1937
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1938
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1939
- }
1940
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1941
- background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1942
- }
1943
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1944
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1945
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1946
- }
1947
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1948
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1949
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1950
- }
1951
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1952
- background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1953
- border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1954
- }
1955
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1956
- background-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1957
- }
1958
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1959
- background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1960
- border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1961
- }
1962
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1963
- background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1964
- }
1965
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1966
- border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1967
- }
1968
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1969
- border-left-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1970
- }
1971
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1972
- border-right-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1973
- }
1974
1911
  .e-gantt .e-icons {
1975
1912
  color: #fff;
1976
1913
  }
@@ -2080,4 +2017,10 @@
2080
2017
 
2081
2018
  .e-gantt .e-gantt-chart .e-critical-milestone {
2082
2019
  background-color: #d13438;
2020
+ }
2021
+
2022
+ .e-gantt-chart-resize-indicator {
2023
+ border: 1px dashed #3f51b5;
2024
+ border-bottom: none;
2025
+ border-top: none;
2083
2026
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -283,6 +282,10 @@
283
282
  content: "\e903";
284
283
  }
285
284
 
285
+ .e-icon-rowselect::before {
286
+ content: "\e930";
287
+ }
288
+
286
289
  .e-gantt-tooltip-arrow-left::before {
287
290
  content: "\e977";
288
291
  }
@@ -335,6 +338,7 @@
335
338
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
336
339
  background-color: #005a9e;
337
340
  border-color: #fff;
341
+ position: relative;
338
342
  }
339
343
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
340
344
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -342,6 +346,17 @@
342
346
  border-color: #fff;
343
347
  outline: 2px solid #9fa8da;
344
348
  }
349
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
350
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
351
+ content: "";
352
+ position: absolute;
353
+ width: 30px;
354
+ height: 40px;
355
+ top: -10px;
356
+ }
357
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
358
+ cursor: no-drop;
359
+ }
345
360
  .e-bigger .e-gantt .e-tab .e-content {
346
361
  height: 241px !important;
347
362
  }
@@ -385,7 +400,6 @@
385
400
  }
386
401
  .e-bigger .e-gantt-dialog .e-dialog {
387
402
  border-radius: 6px;
388
- width: 550px !important;
389
403
  }
390
404
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
391
405
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -533,10 +547,6 @@
533
547
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
534
548
  border-left-color: #3f51b5;
535
549
  }
536
- .e-gantt.e-gantt-rtl .e-toolbar-right {
537
- left: auto !important; /* stylelint-disable-line declaration-no-important */
538
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
539
- }
540
550
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
541
551
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
542
552
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -856,6 +866,12 @@
856
866
  vertical-align: middle;
857
867
  z-index: 3;
858
868
  }
869
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
870
+ z-index: 4;
871
+ }
872
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
873
+ z-index: 4;
874
+ }
859
875
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
860
876
  -ms-flex-align: center;
861
877
  align-items: center;
@@ -995,72 +1011,61 @@
995
1011
  height: 16px;
996
1012
  width: 16px;
997
1013
  left: 14px;
998
- background: #e1dfdd;
999
1014
  }
1000
1015
  .e-gantt .e-gantt-chart .e-innerHTML1 {
1001
1016
  height: 16px;
1002
1017
  width: 16px;
1003
1018
  left: 30px;
1004
- background: #e1dfdd;
1005
1019
  }
1006
1020
  .e-gantt .e-gantt-chart .e-innerHTML2 {
1007
1021
  height: 16px;
1008
1022
  width: 16px;
1009
1023
  left: 60px;
1010
- background: #e1dfdd;
1011
1024
  }
1012
1025
  .e-gantt .e-gantt-chart .e-timelineHeader {
1013
1026
  height: 16px;
1014
1027
  width: 82px;
1015
1028
  left: 20px;
1016
- background: #e1dfdd;
1017
1029
  }
1018
1030
  .e-gantt .e-gantt-chart .e-maskcell01 {
1019
1031
  height: 12px;
1020
1032
  width: 88px;
1021
1033
  left: 14px;
1022
1034
  border-radius: 0;
1023
- background: #e1dfdd;
1024
1035
  }
1025
1036
  .e-gantt .e-gantt-chart .e-maskcell02 {
1026
1037
  height: 18px;
1027
1038
  width: 410px;
1028
1039
  border-radius: 0;
1029
- background: #e1dfdd;
1030
1040
  }
1031
1041
  .e-gantt .e-gantt-chart .e-maskcell03 {
1032
1042
  height: 12px;
1033
1043
  width: 88px;
1034
1044
  left: 14px;
1035
1045
  border-radius: 0;
1036
- background: #e1dfdd;
1037
1046
  }
1038
1047
  .e-gantt .e-gantt-chart .e-maskcell04 {
1039
1048
  height: 18px;
1040
1049
  width: 208px;
1041
1050
  border-radius: 0;
1042
- background: #e1dfdd;
1043
1051
  }
1044
1052
  .e-gantt .e-gantt-chart .e-maskcell05 {
1045
1053
  height: 12px;
1046
1054
  width: 108px;
1047
1055
  left: 64px;
1048
1056
  border-radius: 0;
1049
- background: #e1dfdd;
1050
1057
  }
1051
1058
  .e-gantt .e-gantt-chart .e-maskcell06 {
1052
1059
  height: 18px;
1053
1060
  width: 195px;
1054
1061
  left: 192px;
1055
1062
  border-radius: 0;
1056
- background: #e1dfdd;
1057
1063
  }
1058
1064
  .e-gantt .e-gantt-chart .e-maskcell07 {
1059
1065
  height: 18px;
1060
1066
  width: 156px;
1061
1067
  left: 388px;
1062
1068
  border-radius: 0;
1063
- background: #e1dfdd;
1064
1069
  }
1065
1070
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1066
1071
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1195,7 +1200,7 @@
1195
1200
  border-left: 1px dashed;
1196
1201
  position: absolute;
1197
1202
  width: 1px;
1198
- z-index: 2;
1203
+ z-index: 4;
1199
1204
  }
1200
1205
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1201
1206
  border-radius: 3px;
@@ -1412,10 +1417,6 @@
1412
1417
  width: auto;
1413
1418
  }
1414
1419
 
1415
- .e-icon-rowselect::before {
1416
- content: "\e930";
1417
- }
1418
-
1419
1420
  .e-ganttpopup {
1420
1421
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1421
1422
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1474,6 +1475,15 @@
1474
1475
  font-size: 14px;
1475
1476
  }
1476
1477
 
1478
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1479
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1480
+ }
1481
+
1482
+ .e-bigger .e-timeline-single-header-cell {
1483
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1484
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1485
+ }
1486
+
1477
1487
  .e-gantt-tooltip-label {
1478
1488
  padding-bottom: 2px;
1479
1489
  padding-right: 2px;
@@ -1518,16 +1528,6 @@
1518
1528
  .e-gantt.e-device .e-gridheader .e-icons {
1519
1529
  font-size: 12px;
1520
1530
  }
1521
- .e-gantt.e-device .e-right-resize-gripper,
1522
- .e-gantt.e-device .e-left-resize-gripper {
1523
- border: 7px solid;
1524
- z-index: -1;
1525
- }
1526
- .e-gantt.e-device .e-right-resize-gripper::before,
1527
- .e-gantt.e-device .e-left-resize-gripper::before {
1528
- font-size: 14px;
1529
- margin-left: -7px;
1530
- }
1531
1531
  .e-gantt.e-device .e-dependent-div .e-content {
1532
1532
  height: 100%;
1533
1533
  }
@@ -1590,6 +1590,12 @@
1590
1590
  color: #000;
1591
1591
  }
1592
1592
 
1593
+ .e-gantt-chart-resize-indicator {
1594
+ height: 100%;
1595
+ position: absolute;
1596
+ z-index: 1;
1597
+ }
1598
+
1593
1599
  /*! Gantt theme */
1594
1600
  .e-gantt .e-gantt-splitter {
1595
1601
  border-color: #e0e0e0;
@@ -1946,75 +1952,6 @@
1946
1952
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1947
1953
  border-color: #000;
1948
1954
  }
1949
- .e-gantt .e-gantt-chart .e-active-parent-task {
1950
- border-radius: 4px;
1951
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1952
- }
1953
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1954
- background: #1a1a1a;
1955
- border: #1a1a1a;
1956
- }
1957
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1958
- background-color: transparent;
1959
- border: transparent;
1960
- }
1961
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1962
- color: transparent;
1963
- }
1964
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1965
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1966
- }
1967
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1968
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1969
- }
1970
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1971
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1972
- }
1973
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1974
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1975
- }
1976
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1977
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1978
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1979
- }
1980
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1981
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1982
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1983
- }
1984
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1985
- background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1986
- }
1987
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1988
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1989
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1990
- }
1991
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1992
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1993
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1994
- }
1995
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1996
- background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1997
- border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1998
- }
1999
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2000
- background-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2001
- }
2002
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2003
- background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2004
- border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2005
- }
2006
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2007
- background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2008
- }
2009
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2010
- border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2011
- }
2012
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2013
- border-left-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2014
- }
2015
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2016
- border-right-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2017
- }
2018
1955
  .e-gantt .e-icons {
2019
1956
  color: rgba(0, 0, 0, 0.87);
2020
1957
  }
@@ -2124,4 +2061,10 @@
2124
2061
 
2125
2062
  .e-gantt .e-gantt-chart .e-critical-milestone {
2126
2063
  background-color: #D13438;
2064
+ }
2065
+
2066
+ .e-gantt-chart-resize-indicator {
2067
+ border: 1px dashed #5869c5;
2068
+ border-bottom: none;
2069
+ border-top: none;
2127
2070
  }