@syncfusion/ej2-gantt 19.3.44 → 19.3.48

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 (63) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +93 -28
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +146 -71
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +17 -17
  12. package/src/gantt/actions/cell-edit.js +1 -0
  13. package/src/gantt/actions/context-menu.js +5 -0
  14. package/src/gantt/actions/dialog-edit.js +6 -6
  15. package/src/gantt/actions/edit.js +7 -3
  16. package/src/gantt/actions/rowdragdrop.js +74 -41
  17. package/src/gantt/actions/taskbar-edit.js +3 -1
  18. package/src/gantt/base/date-processor.js +4 -1
  19. package/src/gantt/base/gantt.js +20 -0
  20. package/src/gantt/base/task-processor.js +11 -2
  21. package/src/gantt/base/utils.js +3 -3
  22. package/src/gantt/export/export-helper.js +12 -14
  23. package/styles/bootstrap-dark.css +99 -99
  24. package/styles/bootstrap.css +99 -99
  25. package/styles/bootstrap4.css +104 -99
  26. package/styles/bootstrap5-dark.css +104 -99
  27. package/styles/bootstrap5.css +104 -99
  28. package/styles/fabric-dark.css +99 -99
  29. package/styles/fabric.css +99 -99
  30. package/styles/gantt/_bootstrap-dark-definition.scss +0 -1
  31. package/styles/gantt/_bootstrap-definition.scss +0 -1
  32. package/styles/gantt/_bootstrap4-definition.scss +0 -1
  33. package/styles/gantt/_bootstrap5-definition.scss +0 -1
  34. package/styles/gantt/_fabric-dark-definition.scss +0 -1
  35. package/styles/gantt/_fabric-definition.scss +0 -1
  36. package/styles/gantt/_highcontrast-definition.scss +0 -1
  37. package/styles/gantt/_highcontrast-light-definition.scss +0 -1
  38. package/styles/gantt/_layout.scss +100 -95
  39. package/styles/gantt/_material-dark-definition.scss +0 -1
  40. package/styles/gantt/_material-definition.scss +0 -1
  41. package/styles/gantt/_tailwind-definition.scss +0 -1
  42. package/styles/gantt/_theme.scss +76 -81
  43. package/styles/gantt/bootstrap-dark.css +99 -99
  44. package/styles/gantt/bootstrap.css +99 -99
  45. package/styles/gantt/bootstrap4.css +104 -99
  46. package/styles/gantt/bootstrap5-dark.css +104 -99
  47. package/styles/gantt/bootstrap5-dark.scss +1 -0
  48. package/styles/gantt/bootstrap5.css +104 -99
  49. package/styles/gantt/bootstrap5.scss +1 -0
  50. package/styles/gantt/fabric-dark.css +99 -99
  51. package/styles/gantt/fabric.css +99 -99
  52. package/styles/gantt/highcontrast-light.css +99 -99
  53. package/styles/gantt/highcontrast.css +99 -99
  54. package/styles/gantt/material-dark.css +99 -99
  55. package/styles/gantt/material.css +99 -99
  56. package/styles/gantt/tailwind-dark.css +99 -99
  57. package/styles/gantt/tailwind.css +99 -99
  58. package/styles/highcontrast-light.css +99 -99
  59. package/styles/highcontrast.css +99 -99
  60. package/styles/material-dark.css +99 -99
  61. package/styles/material.css +99 -99
  62. package/styles/tailwind-dark.css +99 -99
  63. package/styles/tailwind.css +99 -99
@@ -64,6 +64,11 @@
64
64
  background: transparent;
65
65
  }
66
66
 
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #e9ecef;
70
+ }
71
+
67
72
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
69
74
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -410,23 +415,6 @@
410
415
  border-color: transparent;
411
416
  }
412
417
 
413
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
414
- padding-left: 12px;
415
- }
416
-
417
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
418
- display: block;
419
- }
420
-
421
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
422
- border-style: solid;
423
- border-width: 1px;
424
- }
425
-
426
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
427
- border: 0;
428
- }
429
-
430
418
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
431
419
  border-width: 0;
432
420
  }
@@ -765,6 +753,10 @@
765
753
  user-select: none;
766
754
  }
767
755
 
756
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
757
+ line-height: initial;
758
+ }
759
+
768
760
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
769
761
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
770
762
  display: inline-block;
@@ -1057,101 +1049,118 @@
1057
1049
  outline-offset: 2px;
1058
1050
  }
1059
1051
 
1060
- .e-gantt .e-gantt-dialog {
1052
+ .e-gantt-dialog .e-tab .e-tab-header {
1053
+ padding-left: 12px;
1054
+ }
1055
+
1056
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1057
+ display: block;
1058
+ }
1059
+
1060
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1061
+ border-style: solid;
1062
+ border-width: 1px;
1063
+ }
1064
+
1065
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1066
+ border: 0;
1067
+ }
1068
+
1069
+ .e-gantt-dialog {
1061
1070
  border: 0;
1062
1071
  }
1063
1072
 
1064
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
1073
+ .e-gantt-dialog .e-gridform .e-table {
1065
1074
  border-spacing: 0;
1066
1075
  }
1067
1076
 
1068
- .e-gantt .e-gantt-dialog .e-item {
1077
+ .e-gantt-dialog .e-item {
1069
1078
  height: 241px;
1070
1079
  }
1071
1080
 
1072
- .e-gantt .e-gantt-dialog .e-dependent-div {
1081
+ .e-gantt-dialog .e-dependent-div {
1073
1082
  border-bottom-width: 0px;
1074
1083
  }
1075
1084
 
1076
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1085
+ .e-gantt-dialog .e-icon-dlg-close {
1077
1086
  opacity: initial;
1078
1087
  }
1079
1088
 
1080
- .e-gantt .e-gantt-dialog .e-toolbar {
1089
+ .e-gantt-dialog .e-toolbar {
1081
1090
  border-top-width: 0;
1082
1091
  }
1083
1092
 
1084
- .e-gantt .e-gantt-dialog .e-resource-div {
1093
+ .e-gantt-dialog .e-resource-div {
1085
1094
  border-bottom-width: 0px;
1086
1095
  }
1087
1096
 
1088
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1097
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1089
1098
  border-top-width: 0;
1090
1099
  }
1091
1100
 
1092
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1101
+ .e-gantt-dialog .e-edit-form-row {
1093
1102
  height: 241px;
1094
1103
  overflow-y: auto;
1095
1104
  padding-bottom: 12px;
1096
1105
  }
1097
1106
 
1098
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1107
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1099
1108
  float: left;
1100
1109
  padding: 16px 18px 0 18px;
1101
1110
  width: 50%;
1102
1111
  }
1103
1112
 
1104
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1113
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1105
1114
  float: left;
1106
1115
  padding: 16px 16px 0 0;
1107
1116
  width: 50%;
1108
1117
  }
1109
1118
 
1110
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1119
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1111
1120
  padding: 16px 16px 0 0;
1112
1121
  }
1113
1122
 
1114
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1123
+ .e-gantt-dialog .e-edit-form-column {
1115
1124
  height: 75px;
1116
1125
  }
1117
1126
 
1118
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1127
+ .e-gantt-dialog .e-dependent-div .e-content {
1119
1128
  height: 161px;
1120
1129
  }
1121
1130
 
1122
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1131
+ .e-gantt-dialog .e-resource-div .e-content {
1123
1132
  height: 202px;
1124
1133
  }
1125
1134
 
1126
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1135
+ .e-gantt-dialog .e-richtexteditor {
1127
1136
  border-bottom-width: 0px;
1128
1137
  height: 241px !important;
1129
1138
  overflow: hidden;
1130
1139
  }
1131
1140
 
1132
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1141
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1133
1142
  border-top: 0;
1134
1143
  }
1135
1144
 
1136
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1145
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1137
1146
  border-bottom-width: 0px;
1138
1147
  height: 200px;
1139
1148
  }
1140
1149
 
1141
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1150
+ .e-gantt-dialog > .e-dlg-content {
1142
1151
  padding: 0 !important;
1143
1152
  }
1144
1153
 
1145
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1154
+ .e-gantt-dialog .e-dlg-header-content {
1146
1155
  border-bottom: 0 !important;
1147
1156
  }
1148
1157
 
1149
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1158
+ .e-gantt-dialog .e-dlg-header-content {
1150
1159
  border-radius: 3px 3px 0px 0px;
1151
1160
  padding-bottom: 20px;
1152
1161
  }
1153
1162
 
1154
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1163
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1155
1164
  border-radius: 50%;
1156
1165
  }
1157
1166
 
@@ -1307,10 +1316,6 @@
1307
1316
  border-radius: 0px;
1308
1317
  }
1309
1318
 
1310
- .e-gantt .e-gantt-splitter-height {
1311
- height: calc(100% - 37px) !important;
1312
- }
1313
-
1314
1319
  .e-gantt .e-cloneproperties.e-draganddrop {
1315
1320
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1316
1321
  opacity: .95;
@@ -1342,62 +1347,6 @@
1342
1347
  box-shadow: 0 0 0 1px #ced4da inset !important;
1343
1348
  }
1344
1349
 
1345
- .e-gantt .e-gantt-dialog .e-dlg-header {
1346
- color: #212529;
1347
- }
1348
-
1349
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1350
- background: #f8f9fa;
1351
- }
1352
-
1353
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1354
- color: #6c757d;
1355
- }
1356
-
1357
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1358
- background-color: #f8f9fa;
1359
- }
1360
-
1361
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1362
- color: #6c757d;
1363
- }
1364
-
1365
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1366
- background: #f8f9fa;
1367
- }
1368
-
1369
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1370
- background: #0d6efd;
1371
- }
1372
-
1373
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1374
- background-color: transparent;
1375
- }
1376
-
1377
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1378
- color: #0d6efd;
1379
- }
1380
-
1381
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1382
- border-color: transparent;
1383
- }
1384
-
1385
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1386
- color: #495057;
1387
- }
1388
-
1389
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1390
- background: transparent;
1391
- border-bottom: 0px;
1392
- border-bottom-left-radius: 0px;
1393
- border-bottom-right-radius: 0px;
1394
- border-color: transparent;
1395
- }
1396
-
1397
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1398
- color: #495057;
1399
- }
1400
-
1401
1350
  .e-gantt .e-temp-content {
1402
1351
  border-color: #dee2e6;
1403
1352
  }
@@ -1902,6 +1851,62 @@
1902
1851
  color: #6c757d !important;
1903
1852
  }
1904
1853
 
1854
+ .e-gantt-dialog .e-dlg-header {
1855
+ color: #212529;
1856
+ }
1857
+
1858
+ .e-gantt-dialog .e-dlg-header-content {
1859
+ background: #f8f9fa;
1860
+ }
1861
+
1862
+ .e-gantt-dialog .e-icon-dlg-close {
1863
+ color: #6c757d;
1864
+ }
1865
+
1866
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1867
+ background-color: #f8f9fa;
1868
+ }
1869
+
1870
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1871
+ color: #6c757d;
1872
+ }
1873
+
1874
+ .e-gantt-dialog .e-tab .e-tab-header {
1875
+ background: #f8f9fa;
1876
+ }
1877
+
1878
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1879
+ background: #0d6efd;
1880
+ }
1881
+
1882
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1883
+ background-color: transparent;
1884
+ }
1885
+
1886
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1887
+ color: #0d6efd;
1888
+ }
1889
+
1890
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1891
+ border-color: transparent;
1892
+ }
1893
+
1894
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1895
+ color: #495057;
1896
+ }
1897
+
1898
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1899
+ background: transparent;
1900
+ border-bottom: 0px;
1901
+ border-bottom-left-radius: 0px;
1902
+ border-bottom-right-radius: 0px;
1903
+ border-color: transparent;
1904
+ }
1905
+
1906
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1907
+ color: #495057;
1908
+ }
1909
+
1905
1910
  .e-gantt.e-device .e-left-resize-gripper,
1906
1911
  .e-gantt.e-device .e-right-resize-gripper {
1907
1912
  border-color: #ced4da;
@@ -337,23 +337,6 @@
337
337
  border-color: transparent;
338
338
  }
339
339
 
340
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
341
- padding-left: 13px;
342
- }
343
-
344
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
345
- display: block;
346
- }
347
-
348
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
349
- border-style: solid;
350
- border-width: 0px;
351
- }
352
-
353
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
354
- border: 0;
355
- }
356
-
357
340
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
358
341
  border-width: 0;
359
342
  }
@@ -692,6 +675,10 @@
692
675
  user-select: none;
693
676
  }
694
677
 
678
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
679
+ line-height: initial;
680
+ }
681
+
695
682
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
696
683
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
697
684
  display: inline-block;
@@ -984,101 +971,118 @@
984
971
  outline-offset: 2px;
985
972
  }
986
973
 
987
- .e-gantt .e-gantt-dialog {
974
+ .e-gantt-dialog .e-tab .e-tab-header {
975
+ padding-left: 13px;
976
+ }
977
+
978
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
979
+ display: block;
980
+ }
981
+
982
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
983
+ border-style: solid;
984
+ border-width: 0px;
985
+ }
986
+
987
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
988
988
  border: 0;
989
989
  }
990
990
 
991
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
991
+ .e-gantt-dialog {
992
+ border: 0;
993
+ }
994
+
995
+ .e-gantt-dialog .e-gridform .e-table {
992
996
  border-spacing: 0;
993
997
  }
994
998
 
995
- .e-gantt .e-gantt-dialog .e-item {
999
+ .e-gantt-dialog .e-item {
996
1000
  height: 241px;
997
1001
  }
998
1002
 
999
- .e-gantt .e-gantt-dialog .e-dependent-div {
1003
+ .e-gantt-dialog .e-dependent-div {
1000
1004
  border-bottom-width: 1px;
1001
1005
  }
1002
1006
 
1003
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1007
+ .e-gantt-dialog .e-icon-dlg-close {
1004
1008
  opacity: initial;
1005
1009
  }
1006
1010
 
1007
- .e-gantt .e-gantt-dialog .e-toolbar {
1011
+ .e-gantt-dialog .e-toolbar {
1008
1012
  border-top-width: 0;
1009
1013
  }
1010
1014
 
1011
- .e-gantt .e-gantt-dialog .e-resource-div {
1015
+ .e-gantt-dialog .e-resource-div {
1012
1016
  border-bottom-width: 1px;
1013
1017
  }
1014
1018
 
1015
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1019
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1016
1020
  border-top-width: 0;
1017
1021
  }
1018
1022
 
1019
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1023
+ .e-gantt-dialog .e-edit-form-row {
1020
1024
  height: 241px;
1021
1025
  overflow-y: auto;
1022
1026
  padding-bottom: 16px;
1023
1027
  }
1024
1028
 
1025
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1029
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1026
1030
  float: left;
1027
1031
  padding: 15px 20px 0 18px;
1028
1032
  width: 50%;
1029
1033
  }
1030
1034
 
1031
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1035
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1032
1036
  float: left;
1033
1037
  padding: 16px 16px 0 0;
1034
1038
  width: 50%;
1035
1039
  }
1036
1040
 
1037
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1041
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1038
1042
  padding: 16px 16px 0 0;
1039
1043
  }
1040
1044
 
1041
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1045
+ .e-gantt-dialog .e-edit-form-column {
1042
1046
  height: 75px;
1043
1047
  }
1044
1048
 
1045
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1049
+ .e-gantt-dialog .e-dependent-div .e-content {
1046
1050
  height: 161px;
1047
1051
  }
1048
1052
 
1049
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1053
+ .e-gantt-dialog .e-resource-div .e-content {
1050
1054
  height: 202px;
1051
1055
  }
1052
1056
 
1053
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1057
+ .e-gantt-dialog .e-richtexteditor {
1054
1058
  border-bottom-width: 1px;
1055
1059
  height: 241px !important;
1056
1060
  overflow: hidden;
1057
1061
  }
1058
1062
 
1059
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1063
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1060
1064
  border-top: 0;
1061
1065
  }
1062
1066
 
1063
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1067
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1064
1068
  border-bottom-width: 0px;
1065
1069
  height: 200px;
1066
1070
  }
1067
1071
 
1068
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1072
+ .e-gantt-dialog > .e-dlg-content {
1069
1073
  padding: 0 !important;
1070
1074
  }
1071
1075
 
1072
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1076
+ .e-gantt-dialog .e-dlg-header-content {
1073
1077
  border-bottom: 0 !important;
1074
1078
  }
1075
1079
 
1076
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1080
+ .e-gantt-dialog .e-dlg-header-content {
1077
1081
  border-radius: 0px;
1078
1082
  padding-bottom: 4px;
1079
1083
  }
1080
1084
 
1081
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1085
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1082
1086
  border-radius: 50%;
1083
1087
  }
1084
1088
 
@@ -1234,10 +1238,6 @@
1234
1238
  border-radius: 0px;
1235
1239
  }
1236
1240
 
1237
- .e-gantt .e-gantt-splitter-height {
1238
- height: calc(100% - 40px) !important;
1239
- }
1240
-
1241
1241
  .e-gantt .e-cloneproperties.e-draganddrop {
1242
1242
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
1243
1243
  opacity: .95;
@@ -1269,62 +1269,6 @@
1269
1269
  box-shadow: 0 0 0 1px #dadada inset !important;
1270
1270
  }
1271
1271
 
1272
- .e-gantt .e-gantt-dialog .e-dlg-header {
1273
- color: #fff;
1274
- }
1275
-
1276
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1277
- background: #0074cc;
1278
- }
1279
-
1280
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1281
- color: #fff;
1282
- }
1283
-
1284
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1285
- background-color: #eaeaea;
1286
- }
1287
-
1288
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1289
- color: #0074cc;
1290
- }
1291
-
1292
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1293
- background: #0074cc;
1294
- }
1295
-
1296
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1297
- background: #fff;
1298
- }
1299
-
1300
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1301
- background-color: transparent;
1302
- }
1303
-
1304
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1305
- color: #fff;
1306
- }
1307
-
1308
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1309
- border-color: transparent;
1310
- }
1311
-
1312
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1313
- color: #fff;
1314
- }
1315
-
1316
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1317
- background: transparent;
1318
- border-bottom: 0px;
1319
- border-bottom-left-radius: 0px;
1320
- border-bottom-right-radius: 0px;
1321
- border-color: transparent;
1322
- }
1323
-
1324
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1325
- color: #f0f0f0;
1326
- }
1327
-
1328
1272
  .e-gantt .e-temp-content {
1329
1273
  border-color: #414040;
1330
1274
  }
@@ -1829,6 +1773,62 @@
1829
1773
  color: #dadada !important;
1830
1774
  }
1831
1775
 
1776
+ .e-gantt-dialog .e-dlg-header {
1777
+ color: #fff;
1778
+ }
1779
+
1780
+ .e-gantt-dialog .e-dlg-header-content {
1781
+ background: #0074cc;
1782
+ }
1783
+
1784
+ .e-gantt-dialog .e-icon-dlg-close {
1785
+ color: #fff;
1786
+ }
1787
+
1788
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1789
+ background-color: #eaeaea;
1790
+ }
1791
+
1792
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1793
+ color: #0074cc;
1794
+ }
1795
+
1796
+ .e-gantt-dialog .e-tab .e-tab-header {
1797
+ background: #0074cc;
1798
+ }
1799
+
1800
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1801
+ background: #fff;
1802
+ }
1803
+
1804
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1805
+ background-color: transparent;
1806
+ }
1807
+
1808
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1809
+ color: #fff;
1810
+ }
1811
+
1812
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1813
+ border-color: transparent;
1814
+ }
1815
+
1816
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1817
+ color: #fff;
1818
+ }
1819
+
1820
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1821
+ background: transparent;
1822
+ border-bottom: 0px;
1823
+ border-bottom-left-radius: 0px;
1824
+ border-bottom-right-radius: 0px;
1825
+ border-color: transparent;
1826
+ }
1827
+
1828
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1829
+ color: #f0f0f0;
1830
+ }
1831
+
1832
1832
  .e-gantt.e-device .e-left-resize-gripper,
1833
1833
  .e-gantt.e-device .e-right-resize-gripper {
1834
1834
  border-color: #9e9e9e;