@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.
@@ -335,23 +335,6 @@
335
335
  border-color: transparent;
336
336
  }
337
337
 
338
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
339
- padding-left: 13px;
340
- }
341
-
342
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
343
- display: block;
344
- }
345
-
346
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
347
- border-style: solid;
348
- border-width: 0px;
349
- }
350
-
351
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
352
- border: 0;
353
- }
354
-
355
338
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
356
339
  border-width: 0;
357
340
  }
@@ -804,7 +787,7 @@
804
787
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
805
788
  -ms-flex-align: center;
806
789
  align-items: center;
807
- cursor: e-resize;
790
+ cursor: ew-resize;
808
791
  display: -ms-inline-flexbox;
809
792
  display: inline-flex;
810
793
  }
@@ -986,101 +969,118 @@
986
969
  outline-offset: 2px;
987
970
  }
988
971
 
989
- .e-gantt .e-gantt-dialog {
972
+ .e-gantt-dialog .e-tab .e-tab-header {
973
+ padding-left: 13px;
974
+ }
975
+
976
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
977
+ display: block;
978
+ }
979
+
980
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
981
+ border-style: solid;
982
+ border-width: 0px;
983
+ }
984
+
985
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
990
986
  border: 0;
991
987
  }
992
988
 
993
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
989
+ .e-gantt-dialog {
990
+ border: 0;
991
+ }
992
+
993
+ .e-gantt-dialog .e-gridform .e-table {
994
994
  border-spacing: 0;
995
995
  }
996
996
 
997
- .e-gantt .e-gantt-dialog .e-item {
997
+ .e-gantt-dialog .e-item {
998
998
  height: 241px;
999
999
  }
1000
1000
 
1001
- .e-gantt .e-gantt-dialog .e-dependent-div {
1001
+ .e-gantt-dialog .e-dependent-div {
1002
1002
  border-bottom-width: 1px;
1003
1003
  }
1004
1004
 
1005
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1005
+ .e-gantt-dialog .e-icon-dlg-close {
1006
1006
  opacity: initial;
1007
1007
  }
1008
1008
 
1009
- .e-gantt .e-gantt-dialog .e-toolbar {
1009
+ .e-gantt-dialog .e-toolbar {
1010
1010
  border-top-width: 0;
1011
1011
  }
1012
1012
 
1013
- .e-gantt .e-gantt-dialog .e-resource-div {
1013
+ .e-gantt-dialog .e-resource-div {
1014
1014
  border-bottom-width: 1px;
1015
1015
  }
1016
1016
 
1017
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1017
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1018
1018
  border-top-width: 0;
1019
1019
  }
1020
1020
 
1021
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1021
+ .e-gantt-dialog .e-edit-form-row {
1022
1022
  height: 241px;
1023
1023
  overflow-y: auto;
1024
1024
  padding-bottom: 16px;
1025
1025
  }
1026
1026
 
1027
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1027
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1028
1028
  float: left;
1029
1029
  padding: 15px 20px 0 18px;
1030
1030
  width: 50%;
1031
1031
  }
1032
1032
 
1033
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1033
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1034
1034
  float: left;
1035
1035
  padding: 16px 16px 0 0;
1036
1036
  width: 50%;
1037
1037
  }
1038
1038
 
1039
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1039
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1040
1040
  padding: 16px 16px 0 0;
1041
1041
  }
1042
1042
 
1043
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1043
+ .e-gantt-dialog .e-edit-form-column {
1044
1044
  height: 75px;
1045
1045
  }
1046
1046
 
1047
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1047
+ .e-gantt-dialog .e-dependent-div .e-content {
1048
1048
  height: 161px;
1049
1049
  }
1050
1050
 
1051
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1051
+ .e-gantt-dialog .e-resource-div .e-content {
1052
1052
  height: 202px;
1053
1053
  }
1054
1054
 
1055
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1055
+ .e-gantt-dialog .e-richtexteditor {
1056
1056
  border-bottom-width: 1px;
1057
1057
  height: 241px !important;
1058
1058
  overflow: hidden;
1059
1059
  }
1060
1060
 
1061
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1061
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1062
1062
  border-top: 0;
1063
1063
  }
1064
1064
 
1065
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1065
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1066
1066
  border-bottom-width: 0px;
1067
1067
  height: 200px;
1068
1068
  }
1069
1069
 
1070
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1070
+ .e-gantt-dialog > .e-dlg-content {
1071
1071
  padding: 0 !important;
1072
1072
  }
1073
1073
 
1074
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1074
+ .e-gantt-dialog .e-dlg-header-content {
1075
1075
  border-bottom: 0 !important;
1076
1076
  }
1077
1077
 
1078
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1078
+ .e-gantt-dialog .e-dlg-header-content {
1079
1079
  border-radius: 0px;
1080
1080
  padding-bottom: 4px;
1081
1081
  }
1082
1082
 
1083
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1083
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1084
1084
  border-radius: 50%;
1085
1085
  }
1086
1086
 
@@ -1236,10 +1236,6 @@
1236
1236
  border-radius: 0px;
1237
1237
  }
1238
1238
 
1239
- .e-gantt .e-gantt-splitter-height {
1240
- height: calc(100% - 40px) !important;
1241
- }
1242
-
1243
1239
  .e-gantt .e-cloneproperties.e-draganddrop {
1244
1240
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1245
1241
  opacity: .95;
@@ -1271,62 +1267,6 @@
1271
1267
  box-shadow: 0 0 0 1px #666 inset !important;
1272
1268
  }
1273
1269
 
1274
- .e-gantt .e-gantt-dialog .e-dlg-header {
1275
- color: #fff;
1276
- }
1277
-
1278
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1279
- background: #0078d6;
1280
- }
1281
-
1282
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1283
- color: #fff;
1284
- }
1285
-
1286
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1287
- background-color: #eaeaea;
1288
- }
1289
-
1290
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1291
- color: #0078d6;
1292
- }
1293
-
1294
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1295
- background: #0078d6;
1296
- }
1297
-
1298
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1299
- background: #fff;
1300
- }
1301
-
1302
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1303
- background-color: transparent;
1304
- }
1305
-
1306
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1307
- color: #fff;
1308
- }
1309
-
1310
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1311
- border-color: transparent;
1312
- }
1313
-
1314
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1315
- color: rgba(255, 255, 255, 0.8);
1316
- }
1317
-
1318
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1319
- background: transparent;
1320
- border-bottom: 0px;
1321
- border-bottom-left-radius: 0px;
1322
- border-bottom-right-radius: 0px;
1323
- border-color: transparent;
1324
- }
1325
-
1326
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1327
- color: white;
1328
- }
1329
-
1330
1270
  .e-gantt .e-temp-content {
1331
1271
  border-color: #eaeaea;
1332
1272
  }
@@ -1831,6 +1771,62 @@
1831
1771
  color: #666 !important;
1832
1772
  }
1833
1773
 
1774
+ .e-gantt-dialog .e-dlg-header {
1775
+ color: #fff;
1776
+ }
1777
+
1778
+ .e-gantt-dialog .e-dlg-header-content {
1779
+ background: #0078d6;
1780
+ }
1781
+
1782
+ .e-gantt-dialog .e-icon-dlg-close {
1783
+ color: #fff;
1784
+ }
1785
+
1786
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1787
+ background-color: #eaeaea;
1788
+ }
1789
+
1790
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1791
+ color: #0078d6;
1792
+ }
1793
+
1794
+ .e-gantt-dialog .e-tab .e-tab-header {
1795
+ background: #0078d6;
1796
+ }
1797
+
1798
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1799
+ background: #fff;
1800
+ }
1801
+
1802
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1803
+ background-color: transparent;
1804
+ }
1805
+
1806
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1807
+ color: #fff;
1808
+ }
1809
+
1810
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1811
+ border-color: transparent;
1812
+ }
1813
+
1814
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1815
+ color: rgba(255, 255, 255, 0.8);
1816
+ }
1817
+
1818
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1819
+ background: transparent;
1820
+ border-bottom: 0px;
1821
+ border-bottom-left-radius: 0px;
1822
+ border-bottom-right-radius: 0px;
1823
+ border-color: transparent;
1824
+ }
1825
+
1826
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1827
+ color: white;
1828
+ }
1829
+
1834
1830
  .e-gantt.e-device .e-left-resize-gripper,
1835
1831
  .e-gantt.e-device .e-right-resize-gripper {
1836
1832
  border-color: #9e9e9e;
@@ -338,23 +338,6 @@
338
338
  border-color: transparent;
339
339
  }
340
340
 
341
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
342
- padding-left: 0px;
343
- }
344
-
345
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
346
- display: block;
347
- }
348
-
349
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
350
- border-style: solid;
351
- border-width: 0px;
352
- }
353
-
354
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
355
- border: 0;
356
- }
357
-
358
341
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
359
342
  border-width: 0;
360
343
  }
@@ -807,7 +790,7 @@
807
790
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
808
791
  -ms-flex-align: center;
809
792
  align-items: center;
810
- cursor: e-resize;
793
+ cursor: ew-resize;
811
794
  display: -ms-inline-flexbox;
812
795
  display: inline-flex;
813
796
  }
@@ -989,101 +972,118 @@
989
972
  outline-offset: 2px;
990
973
  }
991
974
 
992
- .e-gantt .e-gantt-dialog {
975
+ .e-gantt-dialog .e-tab .e-tab-header {
976
+ padding-left: 0px;
977
+ }
978
+
979
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
980
+ display: block;
981
+ }
982
+
983
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
984
+ border-style: solid;
985
+ border-width: 0px;
986
+ }
987
+
988
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
993
989
  border: 0;
994
990
  }
995
991
 
996
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
992
+ .e-gantt-dialog {
993
+ border: 0;
994
+ }
995
+
996
+ .e-gantt-dialog .e-gridform .e-table {
997
997
  border-spacing: 0;
998
998
  }
999
999
 
1000
- .e-gantt .e-gantt-dialog .e-item {
1000
+ .e-gantt-dialog .e-item {
1001
1001
  height: 241px;
1002
1002
  }
1003
1003
 
1004
- .e-gantt .e-gantt-dialog .e-dependent-div {
1004
+ .e-gantt-dialog .e-dependent-div {
1005
1005
  border-bottom-width: 1px;
1006
1006
  }
1007
1007
 
1008
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1008
+ .e-gantt-dialog .e-icon-dlg-close {
1009
1009
  opacity: initial;
1010
1010
  }
1011
1011
 
1012
- .e-gantt .e-gantt-dialog .e-toolbar {
1012
+ .e-gantt-dialog .e-toolbar {
1013
1013
  border-top-width: 0;
1014
1014
  }
1015
1015
 
1016
- .e-gantt .e-gantt-dialog .e-resource-div {
1016
+ .e-gantt-dialog .e-resource-div {
1017
1017
  border-bottom-width: 1px;
1018
1018
  }
1019
1019
 
1020
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1020
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1021
1021
  border-top-width: 0;
1022
1022
  }
1023
1023
 
1024
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1024
+ .e-gantt-dialog .e-edit-form-row {
1025
1025
  height: 241px;
1026
1026
  overflow-y: auto;
1027
1027
  padding-bottom: 16px;
1028
1028
  }
1029
1029
 
1030
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1030
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1031
1031
  float: left;
1032
1032
  padding: 16px 18px 0 18px;
1033
1033
  width: 50%;
1034
1034
  }
1035
1035
 
1036
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1036
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1037
1037
  float: left;
1038
1038
  padding: 16px 16px 0 0;
1039
1039
  width: 50%;
1040
1040
  }
1041
1041
 
1042
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1042
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1043
1043
  padding: 16px 16px 0 0;
1044
1044
  }
1045
1045
 
1046
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1046
+ .e-gantt-dialog .e-edit-form-column {
1047
1047
  height: 75px;
1048
1048
  }
1049
1049
 
1050
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1050
+ .e-gantt-dialog .e-dependent-div .e-content {
1051
1051
  height: 161px;
1052
1052
  }
1053
1053
 
1054
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1054
+ .e-gantt-dialog .e-resource-div .e-content {
1055
1055
  height: 202px;
1056
1056
  }
1057
1057
 
1058
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1058
+ .e-gantt-dialog .e-richtexteditor {
1059
1059
  border-bottom-width: 1px;
1060
1060
  height: 241px !important;
1061
1061
  overflow: hidden;
1062
1062
  }
1063
1063
 
1064
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1064
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1065
1065
  border-top: 0;
1066
1066
  }
1067
1067
 
1068
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1068
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1069
1069
  border-bottom-width: 0px;
1070
1070
  height: 200px;
1071
1071
  }
1072
1072
 
1073
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1073
+ .e-gantt-dialog > .e-dlg-content {
1074
1074
  padding: 0 !important;
1075
1075
  }
1076
1076
 
1077
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1077
+ .e-gantt-dialog .e-dlg-header-content {
1078
1078
  border-bottom: 0 !important;
1079
1079
  }
1080
1080
 
1081
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1081
+ .e-gantt-dialog .e-dlg-header-content {
1082
1082
  border-radius: 3px 3px 0px 0px;
1083
1083
  padding-bottom: 4px;
1084
1084
  }
1085
1085
 
1086
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1086
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1087
1087
  border-radius: 50%;
1088
1088
  }
1089
1089
 
@@ -1239,10 +1239,6 @@
1239
1239
  border-radius: 0px;
1240
1240
  }
1241
1241
 
1242
- .e-gantt .e-gantt-splitter-height {
1243
- height: calc(100% - 42px) !important;
1244
- }
1245
-
1246
1242
  .e-gantt .e-cloneproperties.e-draganddrop {
1247
1243
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
1248
1244
  opacity: .95;
@@ -1274,62 +1270,6 @@
1274
1270
  box-shadow: 0 0 0 1px #ffff inset !important;
1275
1271
  }
1276
1272
 
1277
- .e-gantt .e-gantt-dialog .e-dlg-header {
1278
- color: #000;
1279
- }
1280
-
1281
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1282
- background: #6e06f1;
1283
- }
1284
-
1285
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1286
- color: #000;
1287
- }
1288
-
1289
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1290
- background-color: rgba(255, 255, 255, 0.15);
1291
- }
1292
-
1293
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1294
- color: black;
1295
- }
1296
-
1297
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1298
- background: #6e06f1;
1299
- }
1300
-
1301
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1302
- background: #000;
1303
- }
1304
-
1305
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1306
- background-color: transparent;
1307
- }
1308
-
1309
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1310
- color: #000;
1311
- }
1312
-
1313
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1314
- border-color: transparent;
1315
- }
1316
-
1317
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1318
- color: #000;
1319
- }
1320
-
1321
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1322
- background: transparent;
1323
- border-bottom: 0px;
1324
- border-bottom-left-radius: 0px;
1325
- border-bottom-right-radius: 0px;
1326
- border-color: transparent;
1327
- }
1328
-
1329
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1330
- color: #f0f0f0;
1331
- }
1332
-
1333
1273
  .e-gantt .e-temp-content {
1334
1274
  border-color: #757575;
1335
1275
  }
@@ -1834,6 +1774,62 @@
1834
1774
  color: #000 !important;
1835
1775
  }
1836
1776
 
1777
+ .e-gantt-dialog .e-dlg-header {
1778
+ color: #000;
1779
+ }
1780
+
1781
+ .e-gantt-dialog .e-dlg-header-content {
1782
+ background: #6e06f1;
1783
+ }
1784
+
1785
+ .e-gantt-dialog .e-icon-dlg-close {
1786
+ color: #000;
1787
+ }
1788
+
1789
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1790
+ background-color: rgba(255, 255, 255, 0.15);
1791
+ }
1792
+
1793
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1794
+ color: black;
1795
+ }
1796
+
1797
+ .e-gantt-dialog .e-tab .e-tab-header {
1798
+ background: #6e06f1;
1799
+ }
1800
+
1801
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1802
+ background: #000;
1803
+ }
1804
+
1805
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1806
+ background-color: transparent;
1807
+ }
1808
+
1809
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1810
+ color: #000;
1811
+ }
1812
+
1813
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1814
+ border-color: transparent;
1815
+ }
1816
+
1817
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1818
+ color: #000;
1819
+ }
1820
+
1821
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1822
+ background: transparent;
1823
+ border-bottom: 0px;
1824
+ border-bottom-left-radius: 0px;
1825
+ border-bottom-right-radius: 0px;
1826
+ border-color: transparent;
1827
+ }
1828
+
1829
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1830
+ color: #f0f0f0;
1831
+ }
1832
+
1837
1833
  .e-gantt.e-device .e-left-resize-gripper,
1838
1834
  .e-gantt.e-device .e-right-resize-gripper {
1839
1835
  border-color: #9e9e9e;