@syncfusion/ej2-react-gantt 19.2.62 → 19.3.43
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 +18 -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 +13 -0
- package/styles/bootstrap.css +13 -0
- package/styles/bootstrap4.css +13 -0
- package/styles/bootstrap5-dark.css +1913 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1913 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +13 -0
- package/styles/fabric.css +13 -0
- package/styles/gantt/bootstrap-dark.css +13 -0
- package/styles/gantt/bootstrap.css +13 -0
- package/styles/gantt/bootstrap4.css +13 -0
- package/styles/gantt/bootstrap5-dark.css +1913 -0
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.css +1913 -0
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +13 -0
- package/styles/gantt/fabric.css +13 -0
- package/styles/gantt/highcontrast-light.css +13 -0
- package/styles/gantt/highcontrast.css +13 -0
- package/styles/gantt/material-dark.css +15 -2
- package/styles/gantt/material.css +13 -0
- package/styles/gantt/tailwind-dark.css +37 -25
- package/styles/gantt/tailwind.css +35 -23
- package/styles/highcontrast-light.css +13 -0
- package/styles/highcontrast.css +13 -0
- package/styles/material-dark.css +15 -2
- package/styles/material.css +13 -0
- package/styles/tailwind-dark.css +37 -25
- package/styles/tailwind.css +35 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap5.scss';
|
|
@@ -1137,6 +1137,14 @@
|
|
|
1137
1137
|
opacity: 1;
|
|
1138
1138
|
}
|
|
1139
1139
|
|
|
1140
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1141
|
+
content: '';
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1145
|
+
font-size: 14px;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1140
1148
|
.e-gantt-tooltip-label {
|
|
1141
1149
|
padding-bottom: 2px;
|
|
1142
1150
|
padding-right: 2px;
|
|
@@ -1226,6 +1234,10 @@
|
|
|
1226
1234
|
border-radius: 0px;
|
|
1227
1235
|
}
|
|
1228
1236
|
|
|
1237
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1238
|
+
height: calc(100% - 40px) !important;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1229
1241
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1230
1242
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1231
1243
|
opacity: .95;
|
|
@@ -1335,6 +1347,7 @@
|
|
|
1335
1347
|
|
|
1336
1348
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1337
1349
|
background: #514f4f;
|
|
1350
|
+
opacity: 1;
|
|
1338
1351
|
}
|
|
1339
1352
|
|
|
1340
1353
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -1135,6 +1135,14 @@
|
|
|
1135
1135
|
opacity: 1;
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1139
|
+
content: '';
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1143
|
+
font-size: 14px;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1138
1146
|
.e-gantt-tooltip-label {
|
|
1139
1147
|
padding-bottom: 2px;
|
|
1140
1148
|
padding-right: 2px;
|
|
@@ -1224,6 +1232,10 @@
|
|
|
1224
1232
|
border-radius: 0px;
|
|
1225
1233
|
}
|
|
1226
1234
|
|
|
1235
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1236
|
+
height: calc(100% - 40px) !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1227
1239
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1228
1240
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1229
1241
|
opacity: .95;
|
|
@@ -1333,6 +1345,7 @@
|
|
|
1333
1345
|
|
|
1334
1346
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1335
1347
|
background: #d1ebff;
|
|
1348
|
+
opacity: 1;
|
|
1336
1349
|
}
|
|
1337
1350
|
|
|
1338
1351
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1138,6 +1138,14 @@
|
|
|
1138
1138
|
opacity: 1;
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1142
|
+
content: '';
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1146
|
+
font-size: 13px;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1141
1149
|
.e-gantt-tooltip-label {
|
|
1142
1150
|
padding-bottom: 2px;
|
|
1143
1151
|
padding-right: 2px;
|
|
@@ -1227,6 +1235,10 @@
|
|
|
1227
1235
|
border-radius: 0px;
|
|
1228
1236
|
}
|
|
1229
1237
|
|
|
1238
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1239
|
+
height: calc(100% - 42px) !important;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1230
1242
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1231
1243
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1232
1244
|
opacity: .95;
|
|
@@ -1336,6 +1348,7 @@
|
|
|
1336
1348
|
|
|
1337
1349
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1338
1350
|
background: #400074;
|
|
1351
|
+
opacity: 1;
|
|
1339
1352
|
}
|
|
1340
1353
|
|
|
1341
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1252,6 +1252,14 @@
|
|
|
1252
1252
|
opacity: 1;
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1256
|
+
content: '';
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1260
|
+
font-size: 13px;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1255
1263
|
.e-gantt-tooltip-label {
|
|
1256
1264
|
padding-bottom: 2px;
|
|
1257
1265
|
padding-right: 2px;
|
|
@@ -1341,6 +1349,10 @@
|
|
|
1341
1349
|
border-radius: 0px;
|
|
1342
1350
|
}
|
|
1343
1351
|
|
|
1352
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1353
|
+
height: calc(100% - 40px) !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1344
1356
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1345
1357
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1346
1358
|
opacity: .95;
|
|
@@ -1450,6 +1462,7 @@
|
|
|
1450
1462
|
|
|
1451
1463
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1452
1464
|
background: rgba(255, 217, 57, 0.7);
|
|
1465
|
+
opacity: 1;
|
|
1453
1466
|
}
|
|
1454
1467
|
|
|
1455
1468
|
.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,
|
|
@@ -1174,6 +1174,14 @@
|
|
|
1174
1174
|
opacity: 1;
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
1177
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1178
|
+
content: '';
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1182
|
+
font-size: 14px;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1177
1185
|
.e-gantt-tooltip-label {
|
|
1178
1186
|
padding-bottom: 2px;
|
|
1179
1187
|
padding-right: 2px;
|
|
@@ -1263,6 +1271,10 @@
|
|
|
1263
1271
|
border-radius: 0px;
|
|
1264
1272
|
}
|
|
1265
1273
|
|
|
1274
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1275
|
+
height: calc(100% - 42px) !important;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1266
1278
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1267
1279
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1268
1280
|
opacity: .95;
|
|
@@ -1372,6 +1384,7 @@
|
|
|
1372
1384
|
|
|
1373
1385
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1374
1386
|
background: rgba(255, 255, 255, 0.28);
|
|
1387
|
+
opacity: 0.87;
|
|
1375
1388
|
}
|
|
1376
1389
|
|
|
1377
1390
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1513,7 +1526,7 @@
|
|
|
1513
1526
|
}
|
|
1514
1527
|
|
|
1515
1528
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1516
|
-
border-left-color: #
|
|
1529
|
+
border-left-color: #00b0ff;
|
|
1517
1530
|
}
|
|
1518
1531
|
|
|
1519
1532
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
@@ -1215,6 +1215,14 @@
|
|
|
1215
1215
|
opacity: 1;
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1219
|
+
content: '';
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1223
|
+
font-size: 14px;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1218
1226
|
.e-gantt-tooltip-label {
|
|
1219
1227
|
padding-bottom: 2px;
|
|
1220
1228
|
padding-right: 2px;
|
|
@@ -1304,6 +1312,10 @@
|
|
|
1304
1312
|
border-radius: 0px;
|
|
1305
1313
|
}
|
|
1306
1314
|
|
|
1315
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1316
|
+
height: calc(100% - 42px) !important;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1307
1319
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1308
1320
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1309
1321
|
opacity: .95;
|
|
@@ -1413,6 +1425,7 @@
|
|
|
1413
1425
|
|
|
1414
1426
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1415
1427
|
background: rgba(63, 81, 181, 0.15);
|
|
1428
|
+
opacity: 1;
|
|
1416
1429
|
}
|
|
1417
1430
|
|
|
1418
1431
|
.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
|
}
|
|
@@ -1243,6 +1242,14 @@
|
|
|
1243
1242
|
opacity: 1;
|
|
1244
1243
|
}
|
|
1245
1244
|
|
|
1245
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1246
|
+
content: '';
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1250
|
+
font-size: 16px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1246
1253
|
.e-gantt-tooltip-label {
|
|
1247
1254
|
padding-bottom: 2px;
|
|
1248
1255
|
padding-right: 2px;
|
|
@@ -1332,6 +1339,10 @@
|
|
|
1332
1339
|
border-radius: 0px;
|
|
1333
1340
|
}
|
|
1334
1341
|
|
|
1342
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1343
|
+
height: calc(100% - 38px) !important;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1335
1346
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1336
1347
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1337
1348
|
opacity: .95;
|
|
@@ -1441,6 +1452,7 @@
|
|
|
1441
1452
|
|
|
1442
1453
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1443
1454
|
background: #6b7280;
|
|
1455
|
+
opacity: 0.9;
|
|
1444
1456
|
}
|
|
1445
1457
|
|
|
1446
1458
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1545,16 +1557,16 @@
|
|
|
1545
1557
|
}
|
|
1546
1558
|
|
|
1547
1559
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1548
|
-
background-color: #
|
|
1549
|
-
border: 1px solid #
|
|
1560
|
+
background-color: #dcfce7;
|
|
1561
|
+
border: 1px solid #22c55e;
|
|
1550
1562
|
}
|
|
1551
1563
|
|
|
1552
1564
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1553
|
-
background: linear-gradient(to right, #
|
|
1565
|
+
background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
|
|
1554
1566
|
}
|
|
1555
1567
|
|
|
1556
1568
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1557
|
-
background-color: #
|
|
1569
|
+
background-color: #22c55e;
|
|
1558
1570
|
border: 0px;
|
|
1559
1571
|
}
|
|
1560
1572
|
|
|
@@ -1576,7 +1588,7 @@
|
|
|
1576
1588
|
}
|
|
1577
1589
|
|
|
1578
1590
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1579
|
-
border: 2px solid #
|
|
1591
|
+
border: 2px solid #f97316;
|
|
1580
1592
|
width: 5px;
|
|
1581
1593
|
z-index: 6;
|
|
1582
1594
|
}
|
|
@@ -1596,7 +1608,7 @@
|
|
|
1596
1608
|
}
|
|
1597
1609
|
|
|
1598
1610
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1599
|
-
background: linear-gradient(to right, #
|
|
1611
|
+
background: linear-gradient(to right, #0891b2, #22d3ee 30%, #22d3ee 70%, #22d3ee 70%, #0891b2 100%);
|
|
1600
1612
|
background-color: rgba(63, 81, 181, 0.2);
|
|
1601
1613
|
border: 0px;
|
|
1602
1614
|
border-radius: 2px;
|
|
@@ -1611,7 +1623,7 @@
|
|
|
1611
1623
|
}
|
|
1612
1624
|
|
|
1613
1625
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1614
|
-
background: #
|
|
1626
|
+
background: #fff;
|
|
1615
1627
|
border-color: #fff;
|
|
1616
1628
|
}
|
|
1617
1629
|
|
|
@@ -1620,7 +1632,7 @@
|
|
|
1620
1632
|
}
|
|
1621
1633
|
|
|
1622
1634
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1623
|
-
border-bottom-color: #
|
|
1635
|
+
border-bottom-color: #fff;
|
|
1624
1636
|
}
|
|
1625
1637
|
|
|
1626
1638
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
@@ -1772,7 +1784,7 @@
|
|
|
1772
1784
|
.e-gantt .e-gantt-chart .e-active {
|
|
1773
1785
|
background: #6b7280;
|
|
1774
1786
|
color: #fff;
|
|
1775
|
-
opacity:
|
|
1787
|
+
opacity: 0.9;
|
|
1776
1788
|
}
|
|
1777
1789
|
|
|
1778
1790
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
@@ -1792,7 +1804,7 @@
|
|
|
1792
1804
|
}
|
|
1793
1805
|
|
|
1794
1806
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1795
|
-
border-bottom-color: #
|
|
1807
|
+
border-bottom-color: #4b5563;
|
|
1796
1808
|
}
|
|
1797
1809
|
|
|
1798
1810
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
@@ -1800,12 +1812,12 @@
|
|
|
1800
1812
|
}
|
|
1801
1813
|
|
|
1802
1814
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1803
|
-
border-top-color: #
|
|
1815
|
+
border-top-color: #4b5563;
|
|
1804
1816
|
}
|
|
1805
1817
|
|
|
1806
1818
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1807
1819
|
background-color: #fff;
|
|
1808
|
-
border-color: #
|
|
1820
|
+
border-color: #4b5563;
|
|
1809
1821
|
}
|
|
1810
1822
|
|
|
1811
1823
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
@@ -1837,20 +1849,20 @@
|
|
|
1837
1849
|
}
|
|
1838
1850
|
|
|
1839
1851
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1840
|
-
border-color: #
|
|
1852
|
+
border-color: #6b7280 !important;
|
|
1841
1853
|
}
|
|
1842
1854
|
|
|
1843
1855
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1844
|
-
border-left-color: #
|
|
1856
|
+
border-left-color: #6b7280 !important;
|
|
1845
1857
|
}
|
|
1846
1858
|
|
|
1847
1859
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1848
|
-
border-right-color: #
|
|
1860
|
+
border-right-color: #6b7280 !important;
|
|
1849
1861
|
}
|
|
1850
1862
|
|
|
1851
1863
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1852
|
-
background: #
|
|
1853
|
-
border: #
|
|
1864
|
+
background: #0891b2 !important;
|
|
1865
|
+
border: #0891b2 !important;
|
|
1854
1866
|
}
|
|
1855
1867
|
|
|
1856
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
@@ -1859,16 +1871,16 @@
|
|
|
1859
1871
|
}
|
|
1860
1872
|
|
|
1861
1873
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1862
|
-
border-bottom-color: #
|
|
1874
|
+
border-bottom-color: #0891b2 !important;
|
|
1863
1875
|
}
|
|
1864
1876
|
|
|
1865
1877
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1866
|
-
border-top-color: #
|
|
1878
|
+
border-top-color: #0891b2 !important;
|
|
1867
1879
|
}
|
|
1868
1880
|
|
|
1869
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1870
|
-
background-color: #
|
|
1871
|
-
border: #
|
|
1882
|
+
background-color: #6b7280 !important;
|
|
1883
|
+
border: #6b7280 !important;
|
|
1872
1884
|
}
|
|
1873
1885
|
|
|
1874
1886
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1924,8 +1936,8 @@
|
|
|
1924
1936
|
|
|
1925
1937
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1926
1938
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1927
|
-
border-color: #
|
|
1928
|
-
color: #
|
|
1939
|
+
border-color: #6b7280;
|
|
1940
|
+
color: #000;
|
|
1929
1941
|
}
|
|
1930
1942
|
|
|
1931
1943
|
.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
|
}
|
|
@@ -1243,6 +1242,14 @@
|
|
|
1243
1242
|
opacity: 1;
|
|
1244
1243
|
}
|
|
1245
1244
|
|
|
1245
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1246
|
+
content: '';
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1250
|
+
font-size: 16px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1246
1253
|
.e-gantt-tooltip-label {
|
|
1247
1254
|
padding-bottom: 2px;
|
|
1248
1255
|
padding-right: 2px;
|
|
@@ -1332,6 +1339,10 @@
|
|
|
1332
1339
|
border-radius: 0px;
|
|
1333
1340
|
}
|
|
1334
1341
|
|
|
1342
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1343
|
+
height: calc(100% - 38px) !important;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1335
1346
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1336
1347
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1337
1348
|
opacity: .95;
|
|
@@ -1441,6 +1452,7 @@
|
|
|
1441
1452
|
|
|
1442
1453
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1443
1454
|
background: #e5e7eb;
|
|
1455
|
+
opacity: 0.9;
|
|
1444
1456
|
}
|
|
1445
1457
|
|
|
1446
1458
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -1545,16 +1557,16 @@
|
|
|
1545
1557
|
}
|
|
1546
1558
|
|
|
1547
1559
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1548
|
-
background-color: #
|
|
1549
|
-
border: 1px solid #
|
|
1560
|
+
background-color: #dcfce7;
|
|
1561
|
+
border: 1px solid #15803d;
|
|
1550
1562
|
}
|
|
1551
1563
|
|
|
1552
1564
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1553
|
-
background: linear-gradient(to right, #
|
|
1565
|
+
background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);
|
|
1554
1566
|
}
|
|
1555
1567
|
|
|
1556
1568
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1557
|
-
background-color: #
|
|
1569
|
+
background-color: #15803d;
|
|
1558
1570
|
border: 0px;
|
|
1559
1571
|
}
|
|
1560
1572
|
|
|
@@ -1576,7 +1588,7 @@
|
|
|
1576
1588
|
}
|
|
1577
1589
|
|
|
1578
1590
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1579
|
-
border: 2px solid #
|
|
1591
|
+
border: 2px solid #c2410c;
|
|
1580
1592
|
width: 5px;
|
|
1581
1593
|
z-index: 6;
|
|
1582
1594
|
}
|
|
@@ -1611,7 +1623,7 @@
|
|
|
1611
1623
|
}
|
|
1612
1624
|
|
|
1613
1625
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1614
|
-
background: #
|
|
1626
|
+
background: #111827;
|
|
1615
1627
|
border-color: #fff;
|
|
1616
1628
|
}
|
|
1617
1629
|
|
|
@@ -1620,7 +1632,7 @@
|
|
|
1620
1632
|
}
|
|
1621
1633
|
|
|
1622
1634
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1623
|
-
border-bottom-color: #
|
|
1635
|
+
border-bottom-color: #111827;
|
|
1624
1636
|
}
|
|
1625
1637
|
|
|
1626
1638
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
@@ -1772,7 +1784,7 @@
|
|
|
1772
1784
|
.e-gantt .e-gantt-chart .e-active {
|
|
1773
1785
|
background: #e5e7eb;
|
|
1774
1786
|
color: #111827;
|
|
1775
|
-
opacity:
|
|
1787
|
+
opacity: 0.9;
|
|
1776
1788
|
}
|
|
1777
1789
|
|
|
1778
1790
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
@@ -1792,7 +1804,7 @@
|
|
|
1792
1804
|
}
|
|
1793
1805
|
|
|
1794
1806
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1795
|
-
border-bottom-color: #
|
|
1807
|
+
border-bottom-color: #e5e7eb;
|
|
1796
1808
|
}
|
|
1797
1809
|
|
|
1798
1810
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
@@ -1800,12 +1812,12 @@
|
|
|
1800
1812
|
}
|
|
1801
1813
|
|
|
1802
1814
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1803
|
-
border-top-color: #
|
|
1815
|
+
border-top-color: #e5e7eb;
|
|
1804
1816
|
}
|
|
1805
1817
|
|
|
1806
1818
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1807
1819
|
background-color: #fff;
|
|
1808
|
-
border-color: #
|
|
1820
|
+
border-color: #e5e7eb;
|
|
1809
1821
|
}
|
|
1810
1822
|
|
|
1811
1823
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
@@ -1837,20 +1849,20 @@
|
|
|
1837
1849
|
}
|
|
1838
1850
|
|
|
1839
1851
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1840
|
-
border-color: #
|
|
1852
|
+
border-color: #d1d5db !important;
|
|
1841
1853
|
}
|
|
1842
1854
|
|
|
1843
1855
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1844
|
-
border-left-color: #
|
|
1856
|
+
border-left-color: #d1d5db !important;
|
|
1845
1857
|
}
|
|
1846
1858
|
|
|
1847
1859
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1848
|
-
border-right-color: #
|
|
1860
|
+
border-right-color: #d1d5db !important;
|
|
1849
1861
|
}
|
|
1850
1862
|
|
|
1851
1863
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1852
|
-
background: #
|
|
1853
|
-
border: #
|
|
1864
|
+
background: #818cf8 !important;
|
|
1865
|
+
border: #818cf8 !important;
|
|
1854
1866
|
}
|
|
1855
1867
|
|
|
1856
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
@@ -1859,16 +1871,16 @@
|
|
|
1859
1871
|
}
|
|
1860
1872
|
|
|
1861
1873
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1862
|
-
border-bottom-color: #
|
|
1874
|
+
border-bottom-color: #818cf8 !important;
|
|
1863
1875
|
}
|
|
1864
1876
|
|
|
1865
1877
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1866
|
-
border-top-color: #
|
|
1878
|
+
border-top-color: #818cf8 !important;
|
|
1867
1879
|
}
|
|
1868
1880
|
|
|
1869
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1870
|
-
background-color: #
|
|
1871
|
-
border: #
|
|
1882
|
+
background-color: #d1d5db !important;
|
|
1883
|
+
border: #d1d5db !important;
|
|
1872
1884
|
}
|
|
1873
1885
|
|
|
1874
1886
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1924,8 +1936,8 @@
|
|
|
1924
1936
|
|
|
1925
1937
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1926
1938
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1927
|
-
border-color: #
|
|
1928
|
-
color: #
|
|
1939
|
+
border-color: #d1d5db;
|
|
1940
|
+
color: #fff;
|
|
1929
1941
|
}
|
|
1930
1942
|
|
|
1931
1943
|
.e-gantt.e-device .e-backarrowspan {
|
|
@@ -1138,6 +1138,14 @@
|
|
|
1138
1138
|
opacity: 1;
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1142
|
+
content: '';
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1146
|
+
font-size: 13px;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1141
1149
|
.e-gantt-tooltip-label {
|
|
1142
1150
|
padding-bottom: 2px;
|
|
1143
1151
|
padding-right: 2px;
|
|
@@ -1227,6 +1235,10 @@
|
|
|
1227
1235
|
border-radius: 0px;
|
|
1228
1236
|
}
|
|
1229
1237
|
|
|
1238
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1239
|
+
height: calc(100% - 42px) !important;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1230
1242
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1231
1243
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1232
1244
|
opacity: .95;
|
|
@@ -1336,6 +1348,7 @@
|
|
|
1336
1348
|
|
|
1337
1349
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1338
1350
|
background: #400074;
|
|
1351
|
+
opacity: 1;
|
|
1339
1352
|
}
|
|
1340
1353
|
|
|
1341
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1252,6 +1252,14 @@
|
|
|
1252
1252
|
opacity: 1;
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1256
|
+
content: '';
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1260
|
+
font-size: 13px;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1255
1263
|
.e-gantt-tooltip-label {
|
|
1256
1264
|
padding-bottom: 2px;
|
|
1257
1265
|
padding-right: 2px;
|
|
@@ -1341,6 +1349,10 @@
|
|
|
1341
1349
|
border-radius: 0px;
|
|
1342
1350
|
}
|
|
1343
1351
|
|
|
1352
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1353
|
+
height: calc(100% - 40px) !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1344
1356
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1345
1357
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1346
1358
|
opacity: .95;
|
|
@@ -1450,6 +1462,7 @@
|
|
|
1450
1462
|
|
|
1451
1463
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1452
1464
|
background: rgba(255, 217, 57, 0.7);
|
|
1465
|
+
opacity: 1;
|
|
1453
1466
|
}
|
|
1454
1467
|
|
|
1455
1468
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|