@syncfusion/ej2-react-gantt 19.3.46 → 19.3.55

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.
@@ -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
  }
@@ -852,7 +835,7 @@
852
835
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
853
836
  -ms-flex-align: center;
854
837
  align-items: center;
855
- cursor: e-resize;
838
+ cursor: ew-resize;
856
839
  display: -ms-inline-flexbox;
857
840
  display: inline-flex;
858
841
  }
@@ -1034,101 +1017,118 @@
1034
1017
  outline-offset: 2px;
1035
1018
  }
1036
1019
 
1037
- .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 {
1038
1034
  border: 0;
1039
1035
  }
1040
1036
 
1041
- .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 {
1042
1042
  border-spacing: 0;
1043
1043
  }
1044
1044
 
1045
- .e-gantt .e-gantt-dialog .e-item {
1045
+ .e-gantt-dialog .e-item {
1046
1046
  height: 241px;
1047
1047
  }
1048
1048
 
1049
- .e-gantt .e-gantt-dialog .e-dependent-div {
1049
+ .e-gantt-dialog .e-dependent-div {
1050
1050
  border-bottom-width: 0px;
1051
1051
  }
1052
1052
 
1053
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1053
+ .e-gantt-dialog .e-icon-dlg-close {
1054
1054
  opacity: initial;
1055
1055
  }
1056
1056
 
1057
- .e-gantt .e-gantt-dialog .e-toolbar {
1057
+ .e-gantt-dialog .e-toolbar {
1058
1058
  border-top-width: 0;
1059
1059
  }
1060
1060
 
1061
- .e-gantt .e-gantt-dialog .e-resource-div {
1061
+ .e-gantt-dialog .e-resource-div {
1062
1062
  border-bottom-width: 0px;
1063
1063
  }
1064
1064
 
1065
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1065
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1066
1066
  border-top-width: 0;
1067
1067
  }
1068
1068
 
1069
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1069
+ .e-gantt-dialog .e-edit-form-row {
1070
1070
  height: 241px;
1071
1071
  overflow-y: auto;
1072
1072
  padding-bottom: 16px;
1073
1073
  }
1074
1074
 
1075
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1075
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1076
1076
  float: left;
1077
1077
  padding: 16px 18px 0 18px;
1078
1078
  width: 50%;
1079
1079
  }
1080
1080
 
1081
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1081
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1082
1082
  float: left;
1083
1083
  padding: 16px 16px 0 0;
1084
1084
  width: 50%;
1085
1085
  }
1086
1086
 
1087
- .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) {
1088
1088
  padding: 16px 16px 0 0;
1089
1089
  }
1090
1090
 
1091
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1091
+ .e-gantt-dialog .e-edit-form-column {
1092
1092
  height: 75px;
1093
1093
  }
1094
1094
 
1095
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1095
+ .e-gantt-dialog .e-dependent-div .e-content {
1096
1096
  height: 161px;
1097
1097
  }
1098
1098
 
1099
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1099
+ .e-gantt-dialog .e-resource-div .e-content {
1100
1100
  height: 202px;
1101
1101
  }
1102
1102
 
1103
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1103
+ .e-gantt-dialog .e-richtexteditor {
1104
1104
  border-bottom-width: 0px;
1105
1105
  height: 241px !important;
1106
1106
  overflow: hidden;
1107
1107
  }
1108
1108
 
1109
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1109
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1110
1110
  border-top: 0;
1111
1111
  }
1112
1112
 
1113
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1113
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1114
1114
  border-bottom-width: 0px;
1115
1115
  height: 200px;
1116
1116
  }
1117
1117
 
1118
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1118
+ .e-gantt-dialog > .e-dlg-content {
1119
1119
  padding: 0 !important;
1120
1120
  }
1121
1121
 
1122
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1122
+ .e-gantt-dialog .e-dlg-header-content {
1123
1123
  border-bottom: 0 !important;
1124
1124
  }
1125
1125
 
1126
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1126
+ .e-gantt-dialog .e-dlg-header-content {
1127
1127
  border-radius: 6px 6px 0px 0px;
1128
1128
  padding-bottom: 20px;
1129
1129
  }
1130
1130
 
1131
- .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 {
1132
1132
  border-radius: 50%;
1133
1133
  }
1134
1134
 
@@ -1284,10 +1284,6 @@
1284
1284
  border-radius: 4px;
1285
1285
  }
1286
1286
 
1287
- .e-gantt .e-gantt-splitter-height {
1288
- height: calc(100% - 41px) !important;
1289
- }
1290
-
1291
1287
  .e-gantt .e-cloneproperties.e-draganddrop {
1292
1288
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1293
1289
  opacity: .95;
@@ -1319,62 +1315,6 @@
1319
1315
  box-shadow: 0 0 0 1px #248aff inset !important;
1320
1316
  }
1321
1317
 
1322
- .e-gantt .e-gantt-dialog .e-dlg-header {
1323
- color: #fff;
1324
- }
1325
-
1326
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1327
- background: #0070f0;
1328
- }
1329
-
1330
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1331
- color: #fff;
1332
- }
1333
-
1334
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1335
- background-color: transparent;
1336
- }
1337
-
1338
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1339
- color: #f0f0f0;
1340
- }
1341
-
1342
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1343
- background: #0070f0;
1344
- }
1345
-
1346
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1347
- background: transparent;
1348
- }
1349
-
1350
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1351
- background-color: #1a1a1a;
1352
- }
1353
-
1354
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1355
- color: #fff;
1356
- }
1357
-
1358
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1359
- border-color: transparent;
1360
- }
1361
-
1362
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1363
- color: #fff;
1364
- }
1365
-
1366
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1367
- background: #2a2a2a;
1368
- border-bottom: 0px;
1369
- border-bottom-left-radius: 0px;
1370
- border-bottom-right-radius: 0px;
1371
- border-color: transparent;
1372
- }
1373
-
1374
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1375
- color: #f0f0f0;
1376
- }
1377
-
1378
1318
  .e-gantt .e-temp-content {
1379
1319
  border-color: #484848;
1380
1320
  }
@@ -1879,6 +1819,62 @@
1879
1819
  color: #f0f0f0 !important;
1880
1820
  }
1881
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
+
1882
1878
  .e-gantt.e-device .e-left-resize-gripper,
1883
1879
  .e-gantt.e-device .e-right-resize-gripper {
1884
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
  }
@@ -1002,7 +985,7 @@
1002
985
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
1003
986
  -ms-flex-align: center;
1004
987
  align-items: center;
1005
- cursor: e-resize;
988
+ cursor: ew-resize;
1006
989
  display: -ms-inline-flexbox;
1007
990
  display: inline-flex;
1008
991
  }
@@ -1184,101 +1167,118 @@
1184
1167
  outline-offset: 2px;
1185
1168
  }
1186
1169
 
1187
- .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 {
1188
1184
  border: 0;
1189
1185
  }
1190
1186
 
1191
- .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 {
1192
1192
  border-spacing: 0;
1193
1193
  }
1194
1194
 
1195
- .e-gantt .e-gantt-dialog .e-item {
1195
+ .e-gantt-dialog .e-item {
1196
1196
  height: 241px;
1197
1197
  }
1198
1198
 
1199
- .e-gantt .e-gantt-dialog .e-dependent-div {
1199
+ .e-gantt-dialog .e-dependent-div {
1200
1200
  border-bottom-width: 0px;
1201
1201
  }
1202
1202
 
1203
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1203
+ .e-gantt-dialog .e-icon-dlg-close {
1204
1204
  opacity: initial;
1205
1205
  }
1206
1206
 
1207
- .e-gantt .e-gantt-dialog .e-toolbar {
1207
+ .e-gantt-dialog .e-toolbar {
1208
1208
  border-top-width: 0;
1209
1209
  }
1210
1210
 
1211
- .e-gantt .e-gantt-dialog .e-resource-div {
1211
+ .e-gantt-dialog .e-resource-div {
1212
1212
  border-bottom-width: 0px;
1213
1213
  }
1214
1214
 
1215
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1215
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1216
1216
  border-top-width: 0;
1217
1217
  }
1218
1218
 
1219
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1219
+ .e-gantt-dialog .e-edit-form-row {
1220
1220
  height: 241px;
1221
1221
  overflow-y: auto;
1222
1222
  padding-bottom: 16px;
1223
1223
  }
1224
1224
 
1225
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1225
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1226
1226
  float: left;
1227
1227
  padding: 16px 18px 0 18px;
1228
1228
  width: 50%;
1229
1229
  }
1230
1230
 
1231
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1231
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1232
1232
  float: left;
1233
1233
  padding: 16px 16px 0 0;
1234
1234
  width: 50%;
1235
1235
  }
1236
1236
 
1237
- .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) {
1238
1238
  padding: 16px 16px 0 0;
1239
1239
  }
1240
1240
 
1241
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1241
+ .e-gantt-dialog .e-edit-form-column {
1242
1242
  height: 75px;
1243
1243
  }
1244
1244
 
1245
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1245
+ .e-gantt-dialog .e-dependent-div .e-content {
1246
1246
  height: 161px;
1247
1247
  }
1248
1248
 
1249
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1249
+ .e-gantt-dialog .e-resource-div .e-content {
1250
1250
  height: 202px;
1251
1251
  }
1252
1252
 
1253
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1253
+ .e-gantt-dialog .e-richtexteditor {
1254
1254
  border-bottom-width: 0px;
1255
1255
  height: 241px !important;
1256
1256
  overflow: hidden;
1257
1257
  }
1258
1258
 
1259
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1259
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1260
1260
  border-top: 0;
1261
1261
  }
1262
1262
 
1263
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1263
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1264
1264
  border-bottom-width: 0px;
1265
1265
  height: 200px;
1266
1266
  }
1267
1267
 
1268
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1268
+ .e-gantt-dialog > .e-dlg-content {
1269
1269
  padding: 0 !important;
1270
1270
  }
1271
1271
 
1272
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1272
+ .e-gantt-dialog .e-dlg-header-content {
1273
1273
  border-bottom: 0 !important;
1274
1274
  }
1275
1275
 
1276
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1276
+ .e-gantt-dialog .e-dlg-header-content {
1277
1277
  border-radius: 6px 6px 0px 0px;
1278
1278
  padding-bottom: 20px;
1279
1279
  }
1280
1280
 
1281
- .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 {
1282
1282
  border-radius: 50%;
1283
1283
  }
1284
1284
 
@@ -1434,10 +1434,6 @@
1434
1434
  border-radius: 4px;
1435
1435
  }
1436
1436
 
1437
- .e-gantt .e-gantt-splitter-height {
1438
- height: calc(100% - 41px) !important;
1439
- }
1440
-
1441
1437
  .e-gantt .e-cloneproperties.e-draganddrop {
1442
1438
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1443
1439
  opacity: .95;
@@ -1469,62 +1465,6 @@
1469
1465
  box-shadow: 0 0 0 1px #66afe9 inset !important;
1470
1466
  }
1471
1467
 
1472
- .e-gantt .e-gantt-dialog .e-dlg-header {
1473
- color: #fff;
1474
- }
1475
-
1476
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1477
- background: #317ab9;
1478
- }
1479
-
1480
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1481
- color: #fff;
1482
- }
1483
-
1484
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1485
- background-color: transparent;
1486
- }
1487
-
1488
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1489
- color: rgba(0, 0, 0, 0.8);
1490
- }
1491
-
1492
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1493
- background: #317ab9;
1494
- }
1495
-
1496
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1497
- background: transparent;
1498
- }
1499
-
1500
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1501
- background-color: #fff;
1502
- }
1503
-
1504
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1505
- color: #333;
1506
- }
1507
-
1508
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1509
- border-color: transparent;
1510
- }
1511
-
1512
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1513
- color: #fff;
1514
- }
1515
-
1516
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1517
- background: #8ab8e0;
1518
- border-bottom: 0px;
1519
- border-bottom-left-radius: 0px;
1520
- border-bottom-right-radius: 0px;
1521
- border-color: transparent;
1522
- }
1523
-
1524
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1525
- color: #fff;
1526
- }
1527
-
1528
1468
  .e-gantt .e-temp-content {
1529
1469
  border-color: #ddd;
1530
1470
  }
@@ -2029,6 +1969,62 @@
2029
1969
  color: #333 !important;
2030
1970
  }
2031
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
+
2032
2028
  .e-gantt.e-device .e-left-resize-gripper,
2033
2029
  .e-gantt.e-device .e-right-resize-gripper {
2034
2030
  border-color: #9e9e9e;