@syncfusion/ej2-vue-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.
- package/CHANGELOG.md +41 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +96 -100
- package/styles/bootstrap.css +96 -100
- package/styles/bootstrap4.css +96 -100
- package/styles/bootstrap5-dark.css +97 -100
- package/styles/bootstrap5.css +97 -100
- package/styles/fabric-dark.css +96 -100
- package/styles/fabric.css +96 -100
- package/styles/gantt/bootstrap-dark.css +96 -100
- package/styles/gantt/bootstrap.css +96 -100
- package/styles/gantt/bootstrap4.css +96 -100
- package/styles/gantt/bootstrap5-dark.css +97 -100
- package/styles/gantt/bootstrap5.css +97 -100
- package/styles/gantt/fabric-dark.css +96 -100
- package/styles/gantt/fabric.css +96 -100
- package/styles/gantt/highcontrast-light.css +96 -100
- package/styles/gantt/highcontrast.css +96 -100
- package/styles/gantt/material-dark.css +96 -100
- package/styles/gantt/material.css +96 -100
- package/styles/gantt/tailwind-dark.css +96 -100
- package/styles/gantt/tailwind.css +96 -100
- package/styles/highcontrast-light.css +96 -100
- package/styles/highcontrast.css +96 -100
- package/styles/material-dark.css +96 -100
- package/styles/material.css +96 -100
- package/styles/tailwind-dark.css +96 -100
- package/styles/tailwind.css +96 -100
package/styles/tailwind-dark.css
CHANGED
|
@@ -437,23 +437,6 @@
|
|
|
437
437
|
border-color: transparent;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
441
|
-
padding-left: 19px;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
445
|
-
display: block;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
449
|
-
border-style: solid;
|
|
450
|
-
border-width: 0px;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
454
|
-
border: 0;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
440
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
458
441
|
border-width: 0;
|
|
459
442
|
}
|
|
@@ -910,7 +893,7 @@
|
|
|
910
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
911
894
|
-ms-flex-align: center;
|
|
912
895
|
align-items: center;
|
|
913
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
914
897
|
display: -ms-inline-flexbox;
|
|
915
898
|
display: inline-flex;
|
|
916
899
|
}
|
|
@@ -1092,102 +1075,119 @@
|
|
|
1092
1075
|
outline-offset: 2px;
|
|
1093
1076
|
}
|
|
1094
1077
|
|
|
1095
|
-
.e-gantt .e-
|
|
1078
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1079
|
+
padding-left: 19px;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1083
|
+
display: block;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1087
|
+
border-style: solid;
|
|
1088
|
+
border-width: 0px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1096
1092
|
border: 0;
|
|
1097
1093
|
}
|
|
1098
1094
|
|
|
1099
|
-
.e-gantt
|
|
1095
|
+
.e-gantt-dialog {
|
|
1096
|
+
border: 0;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1100
1100
|
border-spacing: 0;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
|
-
.e-gantt
|
|
1103
|
+
.e-gantt-dialog .e-item {
|
|
1104
1104
|
height: 240px;
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
.e-gantt
|
|
1107
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1108
1108
|
border-bottom-width: 1px;
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
|
-
.e-gantt
|
|
1111
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1112
1112
|
opacity: initial;
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
|
-
.e-gantt
|
|
1115
|
+
.e-gantt-dialog .e-toolbar {
|
|
1116
1116
|
border-top-width: 0;
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
.e-gantt
|
|
1119
|
+
.e-gantt-dialog .e-resource-div {
|
|
1120
1120
|
border-bottom-width: 1px;
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
|
-
.e-gantt
|
|
1123
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1124
1124
|
border-top-width: 0;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
.e-gantt
|
|
1127
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1128
|
height: 240px;
|
|
1129
1129
|
overflow-y: auto;
|
|
1130
1130
|
padding-bottom: 12px;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
.e-gantt
|
|
1133
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1134
1134
|
float: left;
|
|
1135
1135
|
padding: 12px 12px 0 19px;
|
|
1136
1136
|
width: 50%;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
.e-gantt
|
|
1139
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1140
1140
|
float: left;
|
|
1141
1141
|
padding: 12px 19px 0 0;
|
|
1142
1142
|
width: 50%;
|
|
1143
1143
|
}
|
|
1144
1144
|
|
|
1145
|
-
.e-gantt
|
|
1145
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1146
1146
|
padding: 12px 15px 0 0;
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
|
-
.e-gantt
|
|
1149
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1150
1150
|
height: 75px;
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
|
-
.e-gantt
|
|
1153
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1154
1154
|
height: 157px;
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
|
-
.e-gantt
|
|
1157
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1158
1158
|
height: 200px;
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
|
-
.e-gantt
|
|
1161
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1162
1162
|
border-bottom-width: 1px;
|
|
1163
1163
|
height: 259px !important;
|
|
1164
1164
|
overflow: hidden;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
.e-gantt
|
|
1167
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1168
1168
|
border-top: 0;
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
.e-gantt
|
|
1171
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1172
1172
|
border-bottom-width: 0px;
|
|
1173
1173
|
height: 210px;
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
|
-
.e-gantt
|
|
1176
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1177
1177
|
padding: 0 !important;
|
|
1178
1178
|
height: 291px;
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
.e-gantt
|
|
1181
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1182
1182
|
border-bottom: 0 !important;
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
|
-
.e-gantt
|
|
1185
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1186
1186
|
border-radius: 6px;
|
|
1187
1187
|
padding-bottom: 12px;
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
-
.e-gantt
|
|
1190
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1191
1191
|
border-radius: 50%;
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
@@ -1343,10 +1343,6 @@
|
|
|
1343
1343
|
border-radius: 0px;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1347
|
-
height: calc(100% - 38px) !important;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
1346
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1351
1347
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1352
1348
|
opacity: .95;
|
|
@@ -1378,62 +1374,6 @@
|
|
|
1378
1374
|
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1379
1375
|
}
|
|
1380
1376
|
|
|
1381
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1382
|
-
color: #fff;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1386
|
-
background: #232e3e;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1390
|
-
color: #d1d5db;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1394
|
-
background-color: #232e3e;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1398
|
-
color: #d1d5db;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1402
|
-
background: #232e3e;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1406
|
-
background: #22d3ee;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1410
|
-
background-color: transparent;
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1414
|
-
color: #22d3ee;
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1418
|
-
border-color: transparent;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1422
|
-
color: #9ca3af;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1426
|
-
background: transparent;
|
|
1427
|
-
border-bottom: 0px;
|
|
1428
|
-
border-bottom-left-radius: 0px;
|
|
1429
|
-
border-bottom-right-radius: 0px;
|
|
1430
|
-
border-color: transparent;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1434
|
-
color: #9ca3af;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
1377
|
.e-gantt .e-temp-content {
|
|
1438
1378
|
border-color: #4b5563;
|
|
1439
1379
|
}
|
|
@@ -1938,6 +1878,62 @@
|
|
|
1938
1878
|
color: #9ca3af !important;
|
|
1939
1879
|
}
|
|
1940
1880
|
|
|
1881
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1882
|
+
color: #fff;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1886
|
+
background: #232e3e;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1890
|
+
color: #d1d5db;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1894
|
+
background-color: #232e3e;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1898
|
+
color: #d1d5db;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1902
|
+
background: #232e3e;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1906
|
+
background: #22d3ee;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1910
|
+
background-color: transparent;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1914
|
+
color: #22d3ee;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1918
|
+
border-color: transparent;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1922
|
+
color: #9ca3af;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1926
|
+
background: transparent;
|
|
1927
|
+
border-bottom: 0px;
|
|
1928
|
+
border-bottom-left-radius: 0px;
|
|
1929
|
+
border-bottom-right-radius: 0px;
|
|
1930
|
+
border-color: transparent;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1934
|
+
color: #9ca3af;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1941
1937
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1942
1938
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1943
1939
|
border-color: #6b7280;
|
package/styles/tailwind.css
CHANGED
|
@@ -437,23 +437,6 @@
|
|
|
437
437
|
border-color: transparent;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
441
|
-
padding-left: 19px;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
445
|
-
display: block;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
449
|
-
border-style: solid;
|
|
450
|
-
border-width: 0px;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
454
|
-
border: 0;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
440
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
458
441
|
border-width: 0;
|
|
459
442
|
}
|
|
@@ -910,7 +893,7 @@
|
|
|
910
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
911
894
|
-ms-flex-align: center;
|
|
912
895
|
align-items: center;
|
|
913
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
914
897
|
display: -ms-inline-flexbox;
|
|
915
898
|
display: inline-flex;
|
|
916
899
|
}
|
|
@@ -1092,102 +1075,119 @@
|
|
|
1092
1075
|
outline-offset: 2px;
|
|
1093
1076
|
}
|
|
1094
1077
|
|
|
1095
|
-
.e-gantt .e-
|
|
1078
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1079
|
+
padding-left: 19px;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1083
|
+
display: block;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1087
|
+
border-style: solid;
|
|
1088
|
+
border-width: 0px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1096
1092
|
border: 0;
|
|
1097
1093
|
}
|
|
1098
1094
|
|
|
1099
|
-
.e-gantt
|
|
1095
|
+
.e-gantt-dialog {
|
|
1096
|
+
border: 0;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1100
1100
|
border-spacing: 0;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
|
-
.e-gantt
|
|
1103
|
+
.e-gantt-dialog .e-item {
|
|
1104
1104
|
height: 240px;
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
.e-gantt
|
|
1107
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1108
1108
|
border-bottom-width: 1px;
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
|
-
.e-gantt
|
|
1111
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1112
1112
|
opacity: initial;
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
|
-
.e-gantt
|
|
1115
|
+
.e-gantt-dialog .e-toolbar {
|
|
1116
1116
|
border-top-width: 0;
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
.e-gantt
|
|
1119
|
+
.e-gantt-dialog .e-resource-div {
|
|
1120
1120
|
border-bottom-width: 1px;
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
|
-
.e-gantt
|
|
1123
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1124
1124
|
border-top-width: 0;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
.e-gantt
|
|
1127
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1128
|
height: 240px;
|
|
1129
1129
|
overflow-y: auto;
|
|
1130
1130
|
padding-bottom: 12px;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
.e-gantt
|
|
1133
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1134
1134
|
float: left;
|
|
1135
1135
|
padding: 12px 12px 0 19px;
|
|
1136
1136
|
width: 50%;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
.e-gantt
|
|
1139
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1140
1140
|
float: left;
|
|
1141
1141
|
padding: 12px 19px 0 0;
|
|
1142
1142
|
width: 50%;
|
|
1143
1143
|
}
|
|
1144
1144
|
|
|
1145
|
-
.e-gantt
|
|
1145
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1146
1146
|
padding: 12px 15px 0 0;
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
|
-
.e-gantt
|
|
1149
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1150
1150
|
height: 75px;
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
|
-
.e-gantt
|
|
1153
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1154
1154
|
height: 157px;
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
|
-
.e-gantt
|
|
1157
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1158
1158
|
height: 200px;
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
|
-
.e-gantt
|
|
1161
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1162
1162
|
border-bottom-width: 1px;
|
|
1163
1163
|
height: 259px !important;
|
|
1164
1164
|
overflow: hidden;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
.e-gantt
|
|
1167
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1168
1168
|
border-top: 0;
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
.e-gantt
|
|
1171
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1172
1172
|
border-bottom-width: 0px;
|
|
1173
1173
|
height: 210px;
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
|
-
.e-gantt
|
|
1176
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1177
1177
|
padding: 0 !important;
|
|
1178
1178
|
height: 291px;
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
.e-gantt
|
|
1181
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1182
1182
|
border-bottom: 0 !important;
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
|
-
.e-gantt
|
|
1185
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1186
1186
|
border-radius: 6px;
|
|
1187
1187
|
padding-bottom: 12px;
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
-
.e-gantt
|
|
1190
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1191
1191
|
border-radius: 50%;
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
@@ -1343,10 +1343,6 @@
|
|
|
1343
1343
|
border-radius: 0px;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1347
|
-
height: calc(100% - 38px) !important;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
1346
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1351
1347
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1352
1348
|
opacity: .95;
|
|
@@ -1378,62 +1374,6 @@
|
|
|
1378
1374
|
box-shadow: 0 0 0 1px #d1d5db inset !important;
|
|
1379
1375
|
}
|
|
1380
1376
|
|
|
1381
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1382
|
-
color: #111827;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1386
|
-
background: #f9fafb;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1390
|
-
color: #6b7280;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1394
|
-
background-color: #f9fafb;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1398
|
-
color: #6b7280;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1402
|
-
background: #f9fafb;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1406
|
-
background: #4f46e5;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1410
|
-
background-color: transparent;
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1414
|
-
color: #4f46e5;
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1418
|
-
border-color: transparent;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1422
|
-
color: #6b7280;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1426
|
-
background: transparent;
|
|
1427
|
-
border-bottom: 0px;
|
|
1428
|
-
border-bottom-left-radius: 0px;
|
|
1429
|
-
border-bottom-right-radius: 0px;
|
|
1430
|
-
border-color: transparent;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1434
|
-
color: #6b7280;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
1377
|
.e-gantt .e-temp-content {
|
|
1438
1378
|
border-color: #e5e7eb;
|
|
1439
1379
|
}
|
|
@@ -1938,6 +1878,62 @@
|
|
|
1938
1878
|
color: #6b7280 !important;
|
|
1939
1879
|
}
|
|
1940
1880
|
|
|
1881
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1882
|
+
color: #111827;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1886
|
+
background: #f9fafb;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1890
|
+
color: #6b7280;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1894
|
+
background-color: #f9fafb;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1898
|
+
color: #6b7280;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1902
|
+
background: #f9fafb;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1906
|
+
background: #4f46e5;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1910
|
+
background-color: transparent;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1914
|
+
color: #4f46e5;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1918
|
+
border-color: transparent;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1922
|
+
color: #6b7280;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1926
|
+
background: transparent;
|
|
1927
|
+
border-bottom: 0px;
|
|
1928
|
+
border-bottom-left-radius: 0px;
|
|
1929
|
+
border-bottom-right-radius: 0px;
|
|
1930
|
+
border-color: transparent;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1934
|
+
color: #6b7280;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1941
1937
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1942
1938
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1943
1939
|
border-color: #d1d5db;
|