@syncfusion/ej2-react-gantt 19.2.62 → 19.3.46
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 +38 -4
- package/diConfig.json +4 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +22 -0
- package/styles/bootstrap5-dark.css +1922 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1922 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/gantt/bootstrap-dark.css +17 -0
- package/styles/gantt/bootstrap.css +17 -0
- package/styles/gantt/bootstrap4.css +22 -0
- package/styles/gantt/bootstrap5-dark.css +1922 -0
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.css +1922 -0
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +17 -0
- package/styles/gantt/fabric.css +17 -0
- package/styles/gantt/highcontrast-light.css +17 -0
- package/styles/gantt/highcontrast.css +17 -0
- package/styles/gantt/material-dark.css +19 -2
- package/styles/gantt/material.css +17 -0
- package/styles/gantt/tailwind-dark.css +41 -25
- package/styles/gantt/tailwind.css +39 -23
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +19 -2
- package/styles/material.css +17 -0
- package/styles/tailwind-dark.css +41 -25
- package/styles/tailwind.css +39 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap5.scss';
|
|
@@ -692,6 +692,10 @@
|
|
|
692
692
|
user-select: none;
|
|
693
693
|
}
|
|
694
694
|
|
|
695
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
696
|
+
line-height: initial;
|
|
697
|
+
}
|
|
698
|
+
|
|
695
699
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
696
700
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
697
701
|
display: inline-block;
|
|
@@ -1137,6 +1141,14 @@
|
|
|
1137
1141
|
opacity: 1;
|
|
1138
1142
|
}
|
|
1139
1143
|
|
|
1144
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
|
+
content: '';
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1140
1152
|
.e-gantt-tooltip-label {
|
|
1141
1153
|
padding-bottom: 2px;
|
|
1142
1154
|
padding-right: 2px;
|
|
@@ -1226,6 +1238,10 @@
|
|
|
1226
1238
|
border-radius: 0px;
|
|
1227
1239
|
}
|
|
1228
1240
|
|
|
1241
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1242
|
+
height: calc(100% - 40px) !important;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1229
1245
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1230
1246
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1231
1247
|
opacity: .95;
|
|
@@ -1335,6 +1351,7 @@
|
|
|
1335
1351
|
|
|
1336
1352
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1337
1353
|
background: #514f4f;
|
|
1354
|
+
opacity: 1;
|
|
1338
1355
|
}
|
|
1339
1356
|
|
|
1340
1357
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -690,6 +690,10 @@
|
|
|
690
690
|
user-select: none;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
694
|
+
line-height: initial;
|
|
695
|
+
}
|
|
696
|
+
|
|
693
697
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
694
698
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
695
699
|
display: inline-block;
|
|
@@ -1135,6 +1139,14 @@
|
|
|
1135
1139
|
opacity: 1;
|
|
1136
1140
|
}
|
|
1137
1141
|
|
|
1142
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
|
+
content: '';
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1147
|
+
font-size: 14px;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1138
1150
|
.e-gantt-tooltip-label {
|
|
1139
1151
|
padding-bottom: 2px;
|
|
1140
1152
|
padding-right: 2px;
|
|
@@ -1224,6 +1236,10 @@
|
|
|
1224
1236
|
border-radius: 0px;
|
|
1225
1237
|
}
|
|
1226
1238
|
|
|
1239
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1240
|
+
height: calc(100% - 40px) !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1227
1243
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1228
1244
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1229
1245
|
opacity: .95;
|
|
@@ -1333,6 +1349,7 @@
|
|
|
1333
1349
|
|
|
1334
1350
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1335
1351
|
background: #d1ebff;
|
|
1352
|
+
opacity: 1;
|
|
1336
1353
|
}
|
|
1337
1354
|
|
|
1338
1355
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -693,6 +693,10 @@
|
|
|
693
693
|
user-select: none;
|
|
694
694
|
}
|
|
695
695
|
|
|
696
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
697
|
+
line-height: initial;
|
|
698
|
+
}
|
|
699
|
+
|
|
696
700
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
697
701
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
698
702
|
display: inline-block;
|
|
@@ -1138,6 +1142,14 @@
|
|
|
1138
1142
|
opacity: 1;
|
|
1139
1143
|
}
|
|
1140
1144
|
|
|
1145
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
|
+
content: '';
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1150
|
+
font-size: 13px;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1141
1153
|
.e-gantt-tooltip-label {
|
|
1142
1154
|
padding-bottom: 2px;
|
|
1143
1155
|
padding-right: 2px;
|
|
@@ -1227,6 +1239,10 @@
|
|
|
1227
1239
|
border-radius: 0px;
|
|
1228
1240
|
}
|
|
1229
1241
|
|
|
1242
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1243
|
+
height: calc(100% - 42px) !important;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1230
1246
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1231
1247
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1232
1248
|
opacity: .95;
|
|
@@ -1336,6 +1352,7 @@
|
|
|
1336
1352
|
|
|
1337
1353
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1338
1354
|
background: #400074;
|
|
1355
|
+
opacity: 1;
|
|
1339
1356
|
}
|
|
1340
1357
|
|
|
1341
1358
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -807,6 +807,10 @@
|
|
|
807
807
|
user-select: none;
|
|
808
808
|
}
|
|
809
809
|
|
|
810
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
811
|
+
line-height: initial;
|
|
812
|
+
}
|
|
813
|
+
|
|
810
814
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
811
815
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
812
816
|
display: inline-block;
|
|
@@ -1252,6 +1256,14 @@
|
|
|
1252
1256
|
opacity: 1;
|
|
1253
1257
|
}
|
|
1254
1258
|
|
|
1259
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
|
+
content: '';
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1264
|
+
font-size: 13px;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1255
1267
|
.e-gantt-tooltip-label {
|
|
1256
1268
|
padding-bottom: 2px;
|
|
1257
1269
|
padding-right: 2px;
|
|
@@ -1341,6 +1353,10 @@
|
|
|
1341
1353
|
border-radius: 0px;
|
|
1342
1354
|
}
|
|
1343
1355
|
|
|
1356
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1357
|
+
height: calc(100% - 40px) !important;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1344
1360
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1345
1361
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1346
1362
|
opacity: .95;
|
|
@@ -1450,6 +1466,7 @@
|
|
|
1450
1466
|
|
|
1451
1467
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1452
1468
|
background: rgba(255, 217, 57, 0.7);
|
|
1469
|
+
opacity: 1;
|
|
1453
1470
|
}
|
|
1454
1471
|
|
|
1455
1472
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
17
|
-
color: #
|
|
17
|
+
color: #00b0ff;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
@@ -729,6 +729,10 @@
|
|
|
729
729
|
user-select: none;
|
|
730
730
|
}
|
|
731
731
|
|
|
732
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
733
|
+
line-height: initial;
|
|
734
|
+
}
|
|
735
|
+
|
|
732
736
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
733
737
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
734
738
|
display: inline-block;
|
|
@@ -1174,6 +1178,14 @@
|
|
|
1174
1178
|
opacity: 1;
|
|
1175
1179
|
}
|
|
1176
1180
|
|
|
1181
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
|
+
content: '';
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1186
|
+
font-size: 14px;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1177
1189
|
.e-gantt-tooltip-label {
|
|
1178
1190
|
padding-bottom: 2px;
|
|
1179
1191
|
padding-right: 2px;
|
|
@@ -1263,6 +1275,10 @@
|
|
|
1263
1275
|
border-radius: 0px;
|
|
1264
1276
|
}
|
|
1265
1277
|
|
|
1278
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1279
|
+
height: calc(100% - 42px) !important;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1266
1282
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1267
1283
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1268
1284
|
opacity: .95;
|
|
@@ -1372,6 +1388,7 @@
|
|
|
1372
1388
|
|
|
1373
1389
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1374
1390
|
background: rgba(255, 255, 255, 0.28);
|
|
1391
|
+
opacity: 0.87;
|
|
1375
1392
|
}
|
|
1376
1393
|
|
|
1377
1394
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1513,7 +1530,7 @@
|
|
|
1513
1530
|
}
|
|
1514
1531
|
|
|
1515
1532
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1516
|
-
border-left-color: #
|
|
1533
|
+
border-left-color: #00b0ff;
|
|
1517
1534
|
}
|
|
1518
1535
|
|
|
1519
1536
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
@@ -770,6 +770,10 @@
|
|
|
770
770
|
user-select: none;
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
774
|
+
line-height: initial;
|
|
775
|
+
}
|
|
776
|
+
|
|
773
777
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
774
778
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
775
779
|
display: inline-block;
|
|
@@ -1215,6 +1219,14 @@
|
|
|
1215
1219
|
opacity: 1;
|
|
1216
1220
|
}
|
|
1217
1221
|
|
|
1222
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
|
+
content: '';
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1227
|
+
font-size: 14px;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1218
1230
|
.e-gantt-tooltip-label {
|
|
1219
1231
|
padding-bottom: 2px;
|
|
1220
1232
|
padding-right: 2px;
|
|
@@ -1304,6 +1316,10 @@
|
|
|
1304
1316
|
border-radius: 0px;
|
|
1305
1317
|
}
|
|
1306
1318
|
|
|
1319
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1320
|
+
height: calc(100% - 42px) !important;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1307
1323
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1308
1324
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1309
1325
|
opacity: .95;
|
|
@@ -1413,6 +1429,7 @@
|
|
|
1413
1429
|
|
|
1414
1430
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1415
1431
|
background: rgba(63, 81, 181, 0.15);
|
|
1432
|
+
opacity: 1;
|
|
1416
1433
|
}
|
|
1417
1434
|
|
|
1418
1435
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
height: 100%;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
/*! Tailwind
|
|
183
|
+
/*! Tailwind theme definition's */
|
|
184
184
|
/*! component's theme wise override definitions and variables */
|
|
185
185
|
/*! Horizontal Tab */
|
|
186
186
|
@keyframes tbar-alt-popup-shadow {
|
|
@@ -223,7 +223,6 @@
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
/*! component's default definitions and variables */
|
|
227
226
|
.e-gantt .e-add::before {
|
|
228
227
|
content: '\e78a';
|
|
229
228
|
}
|
|
@@ -797,6 +796,10 @@
|
|
|
797
796
|
user-select: none;
|
|
798
797
|
}
|
|
799
798
|
|
|
799
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
800
|
+
line-height: initial;
|
|
801
|
+
}
|
|
802
|
+
|
|
800
803
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
801
804
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
802
805
|
display: inline-block;
|
|
@@ -1243,6 +1246,14 @@
|
|
|
1243
1246
|
opacity: 1;
|
|
1244
1247
|
}
|
|
1245
1248
|
|
|
1249
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
|
+
content: '';
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1254
|
+
font-size: 16px;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1246
1257
|
.e-gantt-tooltip-label {
|
|
1247
1258
|
padding-bottom: 2px;
|
|
1248
1259
|
padding-right: 2px;
|
|
@@ -1332,6 +1343,10 @@
|
|
|
1332
1343
|
border-radius: 0px;
|
|
1333
1344
|
}
|
|
1334
1345
|
|
|
1346
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1347
|
+
height: calc(100% - 38px) !important;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1335
1350
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1336
1351
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1337
1352
|
opacity: .95;
|
|
@@ -1441,6 +1456,7 @@
|
|
|
1441
1456
|
|
|
1442
1457
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1443
1458
|
background: #6b7280;
|
|
1459
|
+
opacity: 0.9;
|
|
1444
1460
|
}
|
|
1445
1461
|
|
|
1446
1462
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1545,16 +1561,16 @@
|
|
|
1545
1561
|
}
|
|
1546
1562
|
|
|
1547
1563
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1548
|
-
background-color: #
|
|
1549
|
-
border: 1px solid #
|
|
1564
|
+
background-color: #dcfce7;
|
|
1565
|
+
border: 1px solid #22c55e;
|
|
1550
1566
|
}
|
|
1551
1567
|
|
|
1552
1568
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1553
|
-
background: linear-gradient(to right, #
|
|
1569
|
+
background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
|
|
1554
1570
|
}
|
|
1555
1571
|
|
|
1556
1572
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1557
|
-
background-color: #
|
|
1573
|
+
background-color: #22c55e;
|
|
1558
1574
|
border: 0px;
|
|
1559
1575
|
}
|
|
1560
1576
|
|
|
@@ -1576,7 +1592,7 @@
|
|
|
1576
1592
|
}
|
|
1577
1593
|
|
|
1578
1594
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1579
|
-
border: 2px solid #
|
|
1595
|
+
border: 2px solid #f97316;
|
|
1580
1596
|
width: 5px;
|
|
1581
1597
|
z-index: 6;
|
|
1582
1598
|
}
|
|
@@ -1596,7 +1612,7 @@
|
|
|
1596
1612
|
}
|
|
1597
1613
|
|
|
1598
1614
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1599
|
-
background: linear-gradient(to right, #
|
|
1615
|
+
background: linear-gradient(to right, #0891b2, #22d3ee 30%, #22d3ee 70%, #22d3ee 70%, #0891b2 100%);
|
|
1600
1616
|
background-color: rgba(63, 81, 181, 0.2);
|
|
1601
1617
|
border: 0px;
|
|
1602
1618
|
border-radius: 2px;
|
|
@@ -1611,7 +1627,7 @@
|
|
|
1611
1627
|
}
|
|
1612
1628
|
|
|
1613
1629
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1614
|
-
background: #
|
|
1630
|
+
background: #fff;
|
|
1615
1631
|
border-color: #fff;
|
|
1616
1632
|
}
|
|
1617
1633
|
|
|
@@ -1620,7 +1636,7 @@
|
|
|
1620
1636
|
}
|
|
1621
1637
|
|
|
1622
1638
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1623
|
-
border-bottom-color: #
|
|
1639
|
+
border-bottom-color: #fff;
|
|
1624
1640
|
}
|
|
1625
1641
|
|
|
1626
1642
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
@@ -1772,7 +1788,7 @@
|
|
|
1772
1788
|
.e-gantt .e-gantt-chart .e-active {
|
|
1773
1789
|
background: #6b7280;
|
|
1774
1790
|
color: #fff;
|
|
1775
|
-
opacity:
|
|
1791
|
+
opacity: 0.9;
|
|
1776
1792
|
}
|
|
1777
1793
|
|
|
1778
1794
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
@@ -1792,7 +1808,7 @@
|
|
|
1792
1808
|
}
|
|
1793
1809
|
|
|
1794
1810
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1795
|
-
border-bottom-color: #
|
|
1811
|
+
border-bottom-color: #4b5563;
|
|
1796
1812
|
}
|
|
1797
1813
|
|
|
1798
1814
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
@@ -1800,12 +1816,12 @@
|
|
|
1800
1816
|
}
|
|
1801
1817
|
|
|
1802
1818
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1803
|
-
border-top-color: #
|
|
1819
|
+
border-top-color: #4b5563;
|
|
1804
1820
|
}
|
|
1805
1821
|
|
|
1806
1822
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1807
1823
|
background-color: #fff;
|
|
1808
|
-
border-color: #
|
|
1824
|
+
border-color: #4b5563;
|
|
1809
1825
|
}
|
|
1810
1826
|
|
|
1811
1827
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
@@ -1837,20 +1853,20 @@
|
|
|
1837
1853
|
}
|
|
1838
1854
|
|
|
1839
1855
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1840
|
-
border-color: #
|
|
1856
|
+
border-color: #6b7280 !important;
|
|
1841
1857
|
}
|
|
1842
1858
|
|
|
1843
1859
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1844
|
-
border-left-color: #
|
|
1860
|
+
border-left-color: #6b7280 !important;
|
|
1845
1861
|
}
|
|
1846
1862
|
|
|
1847
1863
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1848
|
-
border-right-color: #
|
|
1864
|
+
border-right-color: #6b7280 !important;
|
|
1849
1865
|
}
|
|
1850
1866
|
|
|
1851
1867
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1852
|
-
background: #
|
|
1853
|
-
border: #
|
|
1868
|
+
background: #0891b2 !important;
|
|
1869
|
+
border: #0891b2 !important;
|
|
1854
1870
|
}
|
|
1855
1871
|
|
|
1856
1872
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
@@ -1859,16 +1875,16 @@
|
|
|
1859
1875
|
}
|
|
1860
1876
|
|
|
1861
1877
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1862
|
-
border-bottom-color: #
|
|
1878
|
+
border-bottom-color: #0891b2 !important;
|
|
1863
1879
|
}
|
|
1864
1880
|
|
|
1865
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1866
|
-
border-top-color: #
|
|
1882
|
+
border-top-color: #0891b2 !important;
|
|
1867
1883
|
}
|
|
1868
1884
|
|
|
1869
1885
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1870
|
-
background-color: #
|
|
1871
|
-
border: #
|
|
1886
|
+
background-color: #6b7280 !important;
|
|
1887
|
+
border: #6b7280 !important;
|
|
1872
1888
|
}
|
|
1873
1889
|
|
|
1874
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1924,8 +1940,8 @@
|
|
|
1924
1940
|
|
|
1925
1941
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1926
1942
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1927
|
-
border-color: #
|
|
1928
|
-
color: #
|
|
1943
|
+
border-color: #6b7280;
|
|
1944
|
+
color: #000;
|
|
1929
1945
|
}
|
|
1930
1946
|
|
|
1931
1947
|
.e-gantt.e-device .e-backarrowspan {
|
|
@@ -223,7 +223,6 @@
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
/*! component's default definitions and variables */
|
|
227
226
|
.e-gantt .e-add::before {
|
|
228
227
|
content: '\e78a';
|
|
229
228
|
}
|
|
@@ -797,6 +796,10 @@
|
|
|
797
796
|
user-select: none;
|
|
798
797
|
}
|
|
799
798
|
|
|
799
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
800
|
+
line-height: initial;
|
|
801
|
+
}
|
|
802
|
+
|
|
800
803
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
801
804
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
802
805
|
display: inline-block;
|
|
@@ -1243,6 +1246,14 @@
|
|
|
1243
1246
|
opacity: 1;
|
|
1244
1247
|
}
|
|
1245
1248
|
|
|
1249
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
|
+
content: '';
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1254
|
+
font-size: 16px;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1246
1257
|
.e-gantt-tooltip-label {
|
|
1247
1258
|
padding-bottom: 2px;
|
|
1248
1259
|
padding-right: 2px;
|
|
@@ -1332,6 +1343,10 @@
|
|
|
1332
1343
|
border-radius: 0px;
|
|
1333
1344
|
}
|
|
1334
1345
|
|
|
1346
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1347
|
+
height: calc(100% - 38px) !important;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1335
1350
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1336
1351
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1337
1352
|
opacity: .95;
|
|
@@ -1441,6 +1456,7 @@
|
|
|
1441
1456
|
|
|
1442
1457
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1443
1458
|
background: #e5e7eb;
|
|
1459
|
+
opacity: 0.9;
|
|
1444
1460
|
}
|
|
1445
1461
|
|
|
1446
1462
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1545,16 +1561,16 @@
|
|
|
1545
1561
|
}
|
|
1546
1562
|
|
|
1547
1563
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1548
|
-
background-color: #
|
|
1549
|
-
border: 1px solid #
|
|
1564
|
+
background-color: #dcfce7;
|
|
1565
|
+
border: 1px solid #15803d;
|
|
1550
1566
|
}
|
|
1551
1567
|
|
|
1552
1568
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1553
|
-
background: linear-gradient(to right, #
|
|
1569
|
+
background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);
|
|
1554
1570
|
}
|
|
1555
1571
|
|
|
1556
1572
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1557
|
-
background-color: #
|
|
1573
|
+
background-color: #15803d;
|
|
1558
1574
|
border: 0px;
|
|
1559
1575
|
}
|
|
1560
1576
|
|
|
@@ -1576,7 +1592,7 @@
|
|
|
1576
1592
|
}
|
|
1577
1593
|
|
|
1578
1594
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1579
|
-
border: 2px solid #
|
|
1595
|
+
border: 2px solid #c2410c;
|
|
1580
1596
|
width: 5px;
|
|
1581
1597
|
z-index: 6;
|
|
1582
1598
|
}
|
|
@@ -1611,7 +1627,7 @@
|
|
|
1611
1627
|
}
|
|
1612
1628
|
|
|
1613
1629
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1614
|
-
background: #
|
|
1630
|
+
background: #111827;
|
|
1615
1631
|
border-color: #fff;
|
|
1616
1632
|
}
|
|
1617
1633
|
|
|
@@ -1620,7 +1636,7 @@
|
|
|
1620
1636
|
}
|
|
1621
1637
|
|
|
1622
1638
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1623
|
-
border-bottom-color: #
|
|
1639
|
+
border-bottom-color: #111827;
|
|
1624
1640
|
}
|
|
1625
1641
|
|
|
1626
1642
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
@@ -1772,7 +1788,7 @@
|
|
|
1772
1788
|
.e-gantt .e-gantt-chart .e-active {
|
|
1773
1789
|
background: #e5e7eb;
|
|
1774
1790
|
color: #111827;
|
|
1775
|
-
opacity:
|
|
1791
|
+
opacity: 0.9;
|
|
1776
1792
|
}
|
|
1777
1793
|
|
|
1778
1794
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
@@ -1792,7 +1808,7 @@
|
|
|
1792
1808
|
}
|
|
1793
1809
|
|
|
1794
1810
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1795
|
-
border-bottom-color: #
|
|
1811
|
+
border-bottom-color: #e5e7eb;
|
|
1796
1812
|
}
|
|
1797
1813
|
|
|
1798
1814
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
@@ -1800,12 +1816,12 @@
|
|
|
1800
1816
|
}
|
|
1801
1817
|
|
|
1802
1818
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1803
|
-
border-top-color: #
|
|
1819
|
+
border-top-color: #e5e7eb;
|
|
1804
1820
|
}
|
|
1805
1821
|
|
|
1806
1822
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1807
1823
|
background-color: #fff;
|
|
1808
|
-
border-color: #
|
|
1824
|
+
border-color: #e5e7eb;
|
|
1809
1825
|
}
|
|
1810
1826
|
|
|
1811
1827
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
@@ -1837,20 +1853,20 @@
|
|
|
1837
1853
|
}
|
|
1838
1854
|
|
|
1839
1855
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1840
|
-
border-color: #
|
|
1856
|
+
border-color: #d1d5db !important;
|
|
1841
1857
|
}
|
|
1842
1858
|
|
|
1843
1859
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1844
|
-
border-left-color: #
|
|
1860
|
+
border-left-color: #d1d5db !important;
|
|
1845
1861
|
}
|
|
1846
1862
|
|
|
1847
1863
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1848
|
-
border-right-color: #
|
|
1864
|
+
border-right-color: #d1d5db !important;
|
|
1849
1865
|
}
|
|
1850
1866
|
|
|
1851
1867
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1852
|
-
background: #
|
|
1853
|
-
border: #
|
|
1868
|
+
background: #818cf8 !important;
|
|
1869
|
+
border: #818cf8 !important;
|
|
1854
1870
|
}
|
|
1855
1871
|
|
|
1856
1872
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
@@ -1859,16 +1875,16 @@
|
|
|
1859
1875
|
}
|
|
1860
1876
|
|
|
1861
1877
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1862
|
-
border-bottom-color: #
|
|
1878
|
+
border-bottom-color: #818cf8 !important;
|
|
1863
1879
|
}
|
|
1864
1880
|
|
|
1865
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1866
|
-
border-top-color: #
|
|
1882
|
+
border-top-color: #818cf8 !important;
|
|
1867
1883
|
}
|
|
1868
1884
|
|
|
1869
1885
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1870
|
-
background-color: #
|
|
1871
|
-
border: #
|
|
1886
|
+
background-color: #d1d5db !important;
|
|
1887
|
+
border: #d1d5db !important;
|
|
1872
1888
|
}
|
|
1873
1889
|
|
|
1874
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1924,8 +1940,8 @@
|
|
|
1924
1940
|
|
|
1925
1941
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1926
1942
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1927
|
-
border-color: #
|
|
1928
|
-
color: #
|
|
1943
|
+
border-color: #d1d5db;
|
|
1944
|
+
color: #fff;
|
|
1929
1945
|
}
|
|
1930
1946
|
|
|
1931
1947
|
.e-gantt.e-device .e-backarrowspan {
|