@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
@@ -383,23 +383,6 @@
383
383
  border-color: transparent;
384
384
  }
385
385
 
386
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
387
- padding-left: 12px;
388
- }
389
-
390
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
391
- display: block;
392
- }
393
-
394
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
395
- border-style: solid;
396
- border-width: 0px;
397
- }
398
-
399
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
400
- border: 0;
401
- }
402
-
403
386
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
404
387
  border-width: 0;
405
388
  }
@@ -738,6 +721,10 @@
738
721
  user-select: none;
739
722
  }
740
723
 
724
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
725
+ line-height: initial;
726
+ }
727
+
741
728
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
742
729
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
743
730
  display: inline-block;
@@ -1030,101 +1017,118 @@
1030
1017
  outline-offset: 2px;
1031
1018
  }
1032
1019
 
1033
- .e-gantt .e-gantt-dialog {
1020
+ .e-gantt-dialog .e-tab .e-tab-header {
1021
+ padding-left: 12px;
1022
+ }
1023
+
1024
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1025
+ display: block;
1026
+ }
1027
+
1028
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1029
+ border-style: solid;
1030
+ border-width: 0px;
1031
+ }
1032
+
1033
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1034
1034
  border: 0;
1035
1035
  }
1036
1036
 
1037
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
1037
+ .e-gantt-dialog {
1038
+ border: 0;
1039
+ }
1040
+
1041
+ .e-gantt-dialog .e-gridform .e-table {
1038
1042
  border-spacing: 0;
1039
1043
  }
1040
1044
 
1041
- .e-gantt .e-gantt-dialog .e-item {
1045
+ .e-gantt-dialog .e-item {
1042
1046
  height: 241px;
1043
1047
  }
1044
1048
 
1045
- .e-gantt .e-gantt-dialog .e-dependent-div {
1049
+ .e-gantt-dialog .e-dependent-div {
1046
1050
  border-bottom-width: 0px;
1047
1051
  }
1048
1052
 
1049
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1053
+ .e-gantt-dialog .e-icon-dlg-close {
1050
1054
  opacity: initial;
1051
1055
  }
1052
1056
 
1053
- .e-gantt .e-gantt-dialog .e-toolbar {
1057
+ .e-gantt-dialog .e-toolbar {
1054
1058
  border-top-width: 0;
1055
1059
  }
1056
1060
 
1057
- .e-gantt .e-gantt-dialog .e-resource-div {
1061
+ .e-gantt-dialog .e-resource-div {
1058
1062
  border-bottom-width: 0px;
1059
1063
  }
1060
1064
 
1061
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1065
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1062
1066
  border-top-width: 0;
1063
1067
  }
1064
1068
 
1065
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1069
+ .e-gantt-dialog .e-edit-form-row {
1066
1070
  height: 241px;
1067
1071
  overflow-y: auto;
1068
1072
  padding-bottom: 16px;
1069
1073
  }
1070
1074
 
1071
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1075
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1072
1076
  float: left;
1073
1077
  padding: 16px 18px 0 18px;
1074
1078
  width: 50%;
1075
1079
  }
1076
1080
 
1077
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1081
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1078
1082
  float: left;
1079
1083
  padding: 16px 16px 0 0;
1080
1084
  width: 50%;
1081
1085
  }
1082
1086
 
1083
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1087
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1084
1088
  padding: 16px 16px 0 0;
1085
1089
  }
1086
1090
 
1087
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1091
+ .e-gantt-dialog .e-edit-form-column {
1088
1092
  height: 75px;
1089
1093
  }
1090
1094
 
1091
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1095
+ .e-gantt-dialog .e-dependent-div .e-content {
1092
1096
  height: 161px;
1093
1097
  }
1094
1098
 
1095
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1099
+ .e-gantt-dialog .e-resource-div .e-content {
1096
1100
  height: 202px;
1097
1101
  }
1098
1102
 
1099
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1103
+ .e-gantt-dialog .e-richtexteditor {
1100
1104
  border-bottom-width: 0px;
1101
1105
  height: 241px !important;
1102
1106
  overflow: hidden;
1103
1107
  }
1104
1108
 
1105
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1109
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1106
1110
  border-top: 0;
1107
1111
  }
1108
1112
 
1109
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1113
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1110
1114
  border-bottom-width: 0px;
1111
1115
  height: 200px;
1112
1116
  }
1113
1117
 
1114
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1118
+ .e-gantt-dialog > .e-dlg-content {
1115
1119
  padding: 0 !important;
1116
1120
  }
1117
1121
 
1118
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1122
+ .e-gantt-dialog .e-dlg-header-content {
1119
1123
  border-bottom: 0 !important;
1120
1124
  }
1121
1125
 
1122
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1126
+ .e-gantt-dialog .e-dlg-header-content {
1123
1127
  border-radius: 6px 6px 0px 0px;
1124
1128
  padding-bottom: 20px;
1125
1129
  }
1126
1130
 
1127
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1131
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1128
1132
  border-radius: 50%;
1129
1133
  }
1130
1134
 
@@ -1280,10 +1284,6 @@
1280
1284
  border-radius: 4px;
1281
1285
  }
1282
1286
 
1283
- .e-gantt .e-gantt-splitter-height {
1284
- height: calc(100% - 41px) !important;
1285
- }
1286
-
1287
1287
  .e-gantt .e-cloneproperties.e-draganddrop {
1288
1288
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1289
1289
  opacity: .95;
@@ -1315,62 +1315,6 @@
1315
1315
  box-shadow: 0 0 0 1px #248aff inset !important;
1316
1316
  }
1317
1317
 
1318
- .e-gantt .e-gantt-dialog .e-dlg-header {
1319
- color: #fff;
1320
- }
1321
-
1322
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1323
- background: #0070f0;
1324
- }
1325
-
1326
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1327
- color: #fff;
1328
- }
1329
-
1330
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1331
- background-color: transparent;
1332
- }
1333
-
1334
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1335
- color: #f0f0f0;
1336
- }
1337
-
1338
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1339
- background: #0070f0;
1340
- }
1341
-
1342
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1343
- background: transparent;
1344
- }
1345
-
1346
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1347
- background-color: #1a1a1a;
1348
- }
1349
-
1350
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1351
- color: #fff;
1352
- }
1353
-
1354
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1355
- border-color: transparent;
1356
- }
1357
-
1358
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1359
- color: #fff;
1360
- }
1361
-
1362
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1363
- background: #2a2a2a;
1364
- border-bottom: 0px;
1365
- border-bottom-left-radius: 0px;
1366
- border-bottom-right-radius: 0px;
1367
- border-color: transparent;
1368
- }
1369
-
1370
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1371
- color: #f0f0f0;
1372
- }
1373
-
1374
1318
  .e-gantt .e-temp-content {
1375
1319
  border-color: #484848;
1376
1320
  }
@@ -1875,6 +1819,62 @@
1875
1819
  color: #f0f0f0 !important;
1876
1820
  }
1877
1821
 
1822
+ .e-gantt-dialog .e-dlg-header {
1823
+ color: #fff;
1824
+ }
1825
+
1826
+ .e-gantt-dialog .e-dlg-header-content {
1827
+ background: #0070f0;
1828
+ }
1829
+
1830
+ .e-gantt-dialog .e-icon-dlg-close {
1831
+ color: #fff;
1832
+ }
1833
+
1834
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1835
+ background-color: transparent;
1836
+ }
1837
+
1838
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1839
+ color: #f0f0f0;
1840
+ }
1841
+
1842
+ .e-gantt-dialog .e-tab .e-tab-header {
1843
+ background: #0070f0;
1844
+ }
1845
+
1846
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1847
+ background: transparent;
1848
+ }
1849
+
1850
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1851
+ background-color: #1a1a1a;
1852
+ }
1853
+
1854
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1855
+ color: #fff;
1856
+ }
1857
+
1858
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1859
+ border-color: transparent;
1860
+ }
1861
+
1862
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1863
+ color: #fff;
1864
+ }
1865
+
1866
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1867
+ background: #2a2a2a;
1868
+ border-bottom: 0px;
1869
+ border-bottom-left-radius: 0px;
1870
+ border-bottom-right-radius: 0px;
1871
+ border-color: transparent;
1872
+ }
1873
+
1874
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1875
+ color: #f0f0f0;
1876
+ }
1877
+
1878
1878
  .e-gantt.e-device .e-left-resize-gripper,
1879
1879
  .e-gantt.e-device .e-right-resize-gripper {
1880
1880
  border-color: #9e9e9e;
@@ -533,23 +533,6 @@
533
533
  border-color: transparent;
534
534
  }
535
535
 
536
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
537
- padding-left: 12px;
538
- }
539
-
540
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
541
- display: block;
542
- }
543
-
544
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
545
- border-style: solid;
546
- border-width: 0px;
547
- }
548
-
549
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
550
- border: 0;
551
- }
552
-
553
536
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
554
537
  border-width: 0;
555
538
  }
@@ -888,6 +871,10 @@
888
871
  user-select: none;
889
872
  }
890
873
 
874
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
875
+ line-height: initial;
876
+ }
877
+
891
878
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
892
879
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
893
880
  display: inline-block;
@@ -1180,101 +1167,118 @@
1180
1167
  outline-offset: 2px;
1181
1168
  }
1182
1169
 
1183
- .e-gantt .e-gantt-dialog {
1170
+ .e-gantt-dialog .e-tab .e-tab-header {
1171
+ padding-left: 12px;
1172
+ }
1173
+
1174
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1175
+ display: block;
1176
+ }
1177
+
1178
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1179
+ border-style: solid;
1180
+ border-width: 0px;
1181
+ }
1182
+
1183
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1184
1184
  border: 0;
1185
1185
  }
1186
1186
 
1187
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
1187
+ .e-gantt-dialog {
1188
+ border: 0;
1189
+ }
1190
+
1191
+ .e-gantt-dialog .e-gridform .e-table {
1188
1192
  border-spacing: 0;
1189
1193
  }
1190
1194
 
1191
- .e-gantt .e-gantt-dialog .e-item {
1195
+ .e-gantt-dialog .e-item {
1192
1196
  height: 241px;
1193
1197
  }
1194
1198
 
1195
- .e-gantt .e-gantt-dialog .e-dependent-div {
1199
+ .e-gantt-dialog .e-dependent-div {
1196
1200
  border-bottom-width: 0px;
1197
1201
  }
1198
1202
 
1199
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1203
+ .e-gantt-dialog .e-icon-dlg-close {
1200
1204
  opacity: initial;
1201
1205
  }
1202
1206
 
1203
- .e-gantt .e-gantt-dialog .e-toolbar {
1207
+ .e-gantt-dialog .e-toolbar {
1204
1208
  border-top-width: 0;
1205
1209
  }
1206
1210
 
1207
- .e-gantt .e-gantt-dialog .e-resource-div {
1211
+ .e-gantt-dialog .e-resource-div {
1208
1212
  border-bottom-width: 0px;
1209
1213
  }
1210
1214
 
1211
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1215
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1212
1216
  border-top-width: 0;
1213
1217
  }
1214
1218
 
1215
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1219
+ .e-gantt-dialog .e-edit-form-row {
1216
1220
  height: 241px;
1217
1221
  overflow-y: auto;
1218
1222
  padding-bottom: 16px;
1219
1223
  }
1220
1224
 
1221
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1225
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1222
1226
  float: left;
1223
1227
  padding: 16px 18px 0 18px;
1224
1228
  width: 50%;
1225
1229
  }
1226
1230
 
1227
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1231
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1228
1232
  float: left;
1229
1233
  padding: 16px 16px 0 0;
1230
1234
  width: 50%;
1231
1235
  }
1232
1236
 
1233
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1237
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1234
1238
  padding: 16px 16px 0 0;
1235
1239
  }
1236
1240
 
1237
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1241
+ .e-gantt-dialog .e-edit-form-column {
1238
1242
  height: 75px;
1239
1243
  }
1240
1244
 
1241
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1245
+ .e-gantt-dialog .e-dependent-div .e-content {
1242
1246
  height: 161px;
1243
1247
  }
1244
1248
 
1245
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1249
+ .e-gantt-dialog .e-resource-div .e-content {
1246
1250
  height: 202px;
1247
1251
  }
1248
1252
 
1249
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1253
+ .e-gantt-dialog .e-richtexteditor {
1250
1254
  border-bottom-width: 0px;
1251
1255
  height: 241px !important;
1252
1256
  overflow: hidden;
1253
1257
  }
1254
1258
 
1255
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1259
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1256
1260
  border-top: 0;
1257
1261
  }
1258
1262
 
1259
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1263
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1260
1264
  border-bottom-width: 0px;
1261
1265
  height: 200px;
1262
1266
  }
1263
1267
 
1264
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1268
+ .e-gantt-dialog > .e-dlg-content {
1265
1269
  padding: 0 !important;
1266
1270
  }
1267
1271
 
1268
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1272
+ .e-gantt-dialog .e-dlg-header-content {
1269
1273
  border-bottom: 0 !important;
1270
1274
  }
1271
1275
 
1272
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1276
+ .e-gantt-dialog .e-dlg-header-content {
1273
1277
  border-radius: 6px 6px 0px 0px;
1274
1278
  padding-bottom: 20px;
1275
1279
  }
1276
1280
 
1277
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1281
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1278
1282
  border-radius: 50%;
1279
1283
  }
1280
1284
 
@@ -1430,10 +1434,6 @@
1430
1434
  border-radius: 4px;
1431
1435
  }
1432
1436
 
1433
- .e-gantt .e-gantt-splitter-height {
1434
- height: calc(100% - 41px) !important;
1435
- }
1436
-
1437
1437
  .e-gantt .e-cloneproperties.e-draganddrop {
1438
1438
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1439
1439
  opacity: .95;
@@ -1465,62 +1465,6 @@
1465
1465
  box-shadow: 0 0 0 1px #66afe9 inset !important;
1466
1466
  }
1467
1467
 
1468
- .e-gantt .e-gantt-dialog .e-dlg-header {
1469
- color: #fff;
1470
- }
1471
-
1472
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1473
- background: #317ab9;
1474
- }
1475
-
1476
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1477
- color: #fff;
1478
- }
1479
-
1480
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1481
- background-color: transparent;
1482
- }
1483
-
1484
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1485
- color: rgba(0, 0, 0, 0.8);
1486
- }
1487
-
1488
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1489
- background: #317ab9;
1490
- }
1491
-
1492
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1493
- background: transparent;
1494
- }
1495
-
1496
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1497
- background-color: #fff;
1498
- }
1499
-
1500
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1501
- color: #333;
1502
- }
1503
-
1504
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1505
- border-color: transparent;
1506
- }
1507
-
1508
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1509
- color: #fff;
1510
- }
1511
-
1512
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1513
- background: #8ab8e0;
1514
- border-bottom: 0px;
1515
- border-bottom-left-radius: 0px;
1516
- border-bottom-right-radius: 0px;
1517
- border-color: transparent;
1518
- }
1519
-
1520
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1521
- color: #fff;
1522
- }
1523
-
1524
1468
  .e-gantt .e-temp-content {
1525
1469
  border-color: #ddd;
1526
1470
  }
@@ -2025,6 +1969,62 @@
2025
1969
  color: #333 !important;
2026
1970
  }
2027
1971
 
1972
+ .e-gantt-dialog .e-dlg-header {
1973
+ color: #fff;
1974
+ }
1975
+
1976
+ .e-gantt-dialog .e-dlg-header-content {
1977
+ background: #317ab9;
1978
+ }
1979
+
1980
+ .e-gantt-dialog .e-icon-dlg-close {
1981
+ color: #fff;
1982
+ }
1983
+
1984
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1985
+ background-color: transparent;
1986
+ }
1987
+
1988
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1989
+ color: rgba(0, 0, 0, 0.8);
1990
+ }
1991
+
1992
+ .e-gantt-dialog .e-tab .e-tab-header {
1993
+ background: #317ab9;
1994
+ }
1995
+
1996
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1997
+ background: transparent;
1998
+ }
1999
+
2000
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
2001
+ background-color: #fff;
2002
+ }
2003
+
2004
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
2005
+ color: #333;
2006
+ }
2007
+
2008
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
2009
+ border-color: transparent;
2010
+ }
2011
+
2012
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
2013
+ color: #fff;
2014
+ }
2015
+
2016
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
2017
+ background: #8ab8e0;
2018
+ border-bottom: 0px;
2019
+ border-bottom-left-radius: 0px;
2020
+ border-bottom-right-radius: 0px;
2021
+ border-color: transparent;
2022
+ }
2023
+
2024
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
2025
+ color: #fff;
2026
+ }
2027
+
2028
2028
  .e-gantt.e-device .e-left-resize-gripper,
2029
2029
  .e-gantt.e-device .e-right-resize-gripper {
2030
2030
  border-color: #9e9e9e;