@syncfusion/ej2-react-gantt 22.2.12 → 23.1.38
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 +208 -163
- package/dist/ej2-react-gantt.min.js +2 -2
- package/dist/ej2-react-gantt.umd.min.js +2 -2
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +44 -100
- package/styles/bootstrap.css +44 -100
- package/styles/bootstrap4.css +44 -100
- package/styles/bootstrap5-dark.css +44 -100
- package/styles/bootstrap5.css +44 -100
- package/styles/fabric-dark.css +44 -100
- package/styles/fabric.css +44 -100
- package/styles/fluent-dark.css +44 -100
- package/styles/fluent.css +44 -100
- package/styles/gantt/bootstrap-dark.css +44 -100
- package/styles/gantt/bootstrap.css +44 -100
- package/styles/gantt/bootstrap4.css +44 -100
- package/styles/gantt/bootstrap5-dark.css +44 -100
- package/styles/gantt/bootstrap5.css +44 -100
- package/styles/gantt/fabric-dark.css +44 -100
- package/styles/gantt/fabric.css +44 -100
- package/styles/gantt/fluent-dark.css +44 -100
- package/styles/gantt/fluent.css +44 -100
- package/styles/gantt/highcontrast-light.css +40 -100
- package/styles/gantt/highcontrast.css +44 -100
- package/styles/gantt/material-dark.css +44 -101
- package/styles/gantt/material.css +44 -101
- package/styles/gantt/material3-dark.css +45 -102
- package/styles/gantt/material3-dark.scss +1 -1
- package/styles/gantt/material3.css +45 -102
- package/styles/gantt/material3.scss +1 -1
- package/styles/gantt/tailwind-dark.css +44 -101
- package/styles/gantt/tailwind.css +44 -101
- package/styles/highcontrast-light.css +40 -100
- package/styles/highcontrast.css +44 -100
- package/styles/material-dark.css +44 -101
- package/styles/material.css +44 -101
- package/styles/material3-dark.css +45 -102
- package/styles/material3.css +45 -102
- package/styles/tailwind-dark.css +44 -101
- package/styles/tailwind.css +44 -101
package/styles/bootstrap4.css
CHANGED
|
@@ -572,6 +572,10 @@
|
|
|
572
572
|
content: "\e903";
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
.e-icon-rowselect::before {
|
|
576
|
+
content: "\e7cc";
|
|
577
|
+
}
|
|
578
|
+
|
|
575
579
|
.e-gantt-tooltip-arrow-left::before {
|
|
576
580
|
content: "\e7c1";
|
|
577
581
|
}
|
|
@@ -624,6 +628,7 @@
|
|
|
624
628
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
625
629
|
background-color: #0056b3;
|
|
626
630
|
border-color: #fff;
|
|
631
|
+
position: relative;
|
|
627
632
|
}
|
|
628
633
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
629
634
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -631,6 +636,17 @@
|
|
|
631
636
|
border-color: #fff;
|
|
632
637
|
outline: 2px solid #007bff;
|
|
633
638
|
}
|
|
639
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
640
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
641
|
+
content: "";
|
|
642
|
+
position: absolute;
|
|
643
|
+
width: 30px;
|
|
644
|
+
height: 40px;
|
|
645
|
+
top: -10px;
|
|
646
|
+
}
|
|
647
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
648
|
+
cursor: no-drop;
|
|
649
|
+
}
|
|
634
650
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
635
651
|
height: 250px !important;
|
|
636
652
|
}
|
|
@@ -674,7 +690,6 @@
|
|
|
674
690
|
}
|
|
675
691
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
676
692
|
border-radius: 6px;
|
|
677
|
-
width: 556px !important;
|
|
678
693
|
}
|
|
679
694
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
680
695
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -818,10 +833,6 @@
|
|
|
818
833
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
819
834
|
border-left-color: #0056b3;
|
|
820
835
|
}
|
|
821
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
822
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
823
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
824
|
-
}
|
|
825
836
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
826
837
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
827
838
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1141,6 +1152,12 @@
|
|
|
1141
1152
|
vertical-align: middle;
|
|
1142
1153
|
z-index: 3;
|
|
1143
1154
|
}
|
|
1155
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
1156
|
+
z-index: 4;
|
|
1157
|
+
}
|
|
1158
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
1159
|
+
z-index: 4;
|
|
1160
|
+
}
|
|
1144
1161
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
1145
1162
|
-ms-flex-align: center;
|
|
1146
1163
|
align-items: center;
|
|
@@ -1280,72 +1297,61 @@
|
|
|
1280
1297
|
height: 16px;
|
|
1281
1298
|
width: 16px;
|
|
1282
1299
|
left: 14px;
|
|
1283
|
-
background: #e1dfdd;
|
|
1284
1300
|
}
|
|
1285
1301
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1286
1302
|
height: 16px;
|
|
1287
1303
|
width: 16px;
|
|
1288
1304
|
left: 30px;
|
|
1289
|
-
background: #e1dfdd;
|
|
1290
1305
|
}
|
|
1291
1306
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1292
1307
|
height: 16px;
|
|
1293
1308
|
width: 16px;
|
|
1294
1309
|
left: 60px;
|
|
1295
|
-
background: #e1dfdd;
|
|
1296
1310
|
}
|
|
1297
1311
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1298
1312
|
height: 16px;
|
|
1299
1313
|
width: 82px;
|
|
1300
1314
|
left: 20px;
|
|
1301
|
-
background: #e1dfdd;
|
|
1302
1315
|
}
|
|
1303
1316
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1304
1317
|
height: 12px;
|
|
1305
1318
|
width: 88px;
|
|
1306
1319
|
left: 14px;
|
|
1307
1320
|
border-radius: 0;
|
|
1308
|
-
background: #e1dfdd;
|
|
1309
1321
|
}
|
|
1310
1322
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1311
1323
|
height: 18px;
|
|
1312
1324
|
width: 410px;
|
|
1313
1325
|
border-radius: 0;
|
|
1314
|
-
background: #e1dfdd;
|
|
1315
1326
|
}
|
|
1316
1327
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1317
1328
|
height: 12px;
|
|
1318
1329
|
width: 88px;
|
|
1319
1330
|
left: 14px;
|
|
1320
1331
|
border-radius: 0;
|
|
1321
|
-
background: #e1dfdd;
|
|
1322
1332
|
}
|
|
1323
1333
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1324
1334
|
height: 18px;
|
|
1325
1335
|
width: 208px;
|
|
1326
1336
|
border-radius: 0;
|
|
1327
|
-
background: #e1dfdd;
|
|
1328
1337
|
}
|
|
1329
1338
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1330
1339
|
height: 12px;
|
|
1331
1340
|
width: 108px;
|
|
1332
1341
|
left: 64px;
|
|
1333
1342
|
border-radius: 0;
|
|
1334
|
-
background: #e1dfdd;
|
|
1335
1343
|
}
|
|
1336
1344
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1337
1345
|
height: 18px;
|
|
1338
1346
|
width: 195px;
|
|
1339
1347
|
left: 192px;
|
|
1340
1348
|
border-radius: 0;
|
|
1341
|
-
background: #e1dfdd;
|
|
1342
1349
|
}
|
|
1343
1350
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1344
1351
|
height: 18px;
|
|
1345
1352
|
width: 156px;
|
|
1346
1353
|
left: 388px;
|
|
1347
1354
|
border-radius: 0;
|
|
1348
|
-
background: #e1dfdd;
|
|
1349
1355
|
}
|
|
1350
1356
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1351
1357
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1480,7 +1486,7 @@
|
|
|
1480
1486
|
border-left: 1px dashed;
|
|
1481
1487
|
position: absolute;
|
|
1482
1488
|
width: 1px;
|
|
1483
|
-
z-index:
|
|
1489
|
+
z-index: 4;
|
|
1484
1490
|
}
|
|
1485
1491
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1486
1492
|
border-radius: 3px;
|
|
@@ -1697,10 +1703,6 @@
|
|
|
1697
1703
|
width: auto;
|
|
1698
1704
|
}
|
|
1699
1705
|
|
|
1700
|
-
.e-icon-rowselect::before {
|
|
1701
|
-
content: "\e930";
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
1706
|
.e-ganttpopup {
|
|
1705
1707
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1706
1708
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1759,6 +1761,15 @@
|
|
|
1759
1761
|
font-size: 16px;
|
|
1760
1762
|
}
|
|
1761
1763
|
|
|
1764
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1765
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1769
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1770
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1762
1773
|
.e-gantt-tooltip-label {
|
|
1763
1774
|
padding-bottom: 2px;
|
|
1764
1775
|
padding-right: 2px;
|
|
@@ -1803,16 +1814,6 @@
|
|
|
1803
1814
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1804
1815
|
font-size: 12px;
|
|
1805
1816
|
}
|
|
1806
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1807
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1808
|
-
border: 7px solid;
|
|
1809
|
-
z-index: -1;
|
|
1810
|
-
}
|
|
1811
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1812
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1813
|
-
font-size: 14px;
|
|
1814
|
-
margin-left: -7px;
|
|
1815
|
-
}
|
|
1816
1817
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1817
1818
|
height: 100%;
|
|
1818
1819
|
}
|
|
@@ -1875,6 +1876,12 @@
|
|
|
1875
1876
|
color: #000;
|
|
1876
1877
|
}
|
|
1877
1878
|
|
|
1879
|
+
.e-gantt-chart-resize-indicator {
|
|
1880
|
+
height: 100%;
|
|
1881
|
+
position: absolute;
|
|
1882
|
+
z-index: 1;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1878
1885
|
/*! Gantt theme */
|
|
1879
1886
|
.e-gantt .e-gantt-splitter {
|
|
1880
1887
|
border-color: #dee2e6;
|
|
@@ -2231,75 +2238,6 @@
|
|
|
2231
2238
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
2232
2239
|
border-color: #000;
|
|
2233
2240
|
}
|
|
2234
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
2235
|
-
border-radius: 4px;
|
|
2236
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
2237
|
-
}
|
|
2238
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
2239
|
-
background: #1a1a1a;
|
|
2240
|
-
border: #1a1a1a;
|
|
2241
|
-
}
|
|
2242
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
2243
|
-
background-color: transparent;
|
|
2244
|
-
border: transparent;
|
|
2245
|
-
}
|
|
2246
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
2247
|
-
color: transparent;
|
|
2248
|
-
}
|
|
2249
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2250
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2251
|
-
}
|
|
2252
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2253
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2254
|
-
}
|
|
2255
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2256
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2257
|
-
}
|
|
2258
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2259
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2260
|
-
}
|
|
2261
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2262
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2263
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2264
|
-
}
|
|
2265
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2266
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2267
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2268
|
-
}
|
|
2269
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2270
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2271
|
-
}
|
|
2272
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2273
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2274
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
2275
|
-
}
|
|
2276
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2277
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2278
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2279
|
-
}
|
|
2280
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2281
|
-
background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2282
|
-
border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2283
|
-
}
|
|
2284
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2285
|
-
background-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2286
|
-
}
|
|
2287
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2288
|
-
background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2289
|
-
border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2290
|
-
}
|
|
2291
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2292
|
-
background-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2293
|
-
}
|
|
2294
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2295
|
-
border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2296
|
-
}
|
|
2297
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2298
|
-
border-left-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2299
|
-
}
|
|
2300
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2301
|
-
border-right-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2302
|
-
}
|
|
2303
2241
|
.e-gantt .e-icons {
|
|
2304
2242
|
color: rgba(0, 0, 0, 0.87);
|
|
2305
2243
|
}
|
|
@@ -2409,4 +2347,10 @@
|
|
|
2409
2347
|
|
|
2410
2348
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2411
2349
|
background-color: #D13438;
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.e-gantt-chart-resize-indicator {
|
|
2353
|
+
border: 1px dashed #007bff;
|
|
2354
|
+
border-bottom: none;
|
|
2355
|
+
border-top: none;
|
|
2412
2356
|
}
|
|
@@ -291,6 +291,10 @@
|
|
|
291
291
|
content: "\e770";
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
.e-icon-rowselect::before {
|
|
295
|
+
content: "\e7d4";
|
|
296
|
+
}
|
|
297
|
+
|
|
294
298
|
.e-gantt-tooltip-arrow-left::before {
|
|
295
299
|
content: "\e773";
|
|
296
300
|
}
|
|
@@ -343,6 +347,7 @@
|
|
|
343
347
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
344
348
|
background-color: #0257d5;
|
|
345
349
|
border-color: #212529;
|
|
350
|
+
position: relative;
|
|
346
351
|
}
|
|
347
352
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
348
353
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -350,6 +355,17 @@
|
|
|
350
355
|
border-color: #212529;
|
|
351
356
|
outline: 2px solid #0d6efd;
|
|
352
357
|
}
|
|
358
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
359
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
360
|
+
content: "";
|
|
361
|
+
position: absolute;
|
|
362
|
+
width: 30px;
|
|
363
|
+
height: 40px;
|
|
364
|
+
top: -10px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
367
|
+
cursor: no-drop;
|
|
368
|
+
}
|
|
353
369
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
354
370
|
height: 250px !important;
|
|
355
371
|
}
|
|
@@ -393,7 +409,6 @@
|
|
|
393
409
|
}
|
|
394
410
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
395
411
|
border-radius: 6px;
|
|
396
|
-
width: 556px !important;
|
|
397
412
|
}
|
|
398
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
399
414
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -534,10 +549,6 @@
|
|
|
534
549
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
535
550
|
border-left-color: #0d6efd;
|
|
536
551
|
}
|
|
537
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
538
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
539
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
-
}
|
|
541
552
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
542
553
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
543
554
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -857,6 +868,12 @@
|
|
|
857
868
|
vertical-align: middle;
|
|
858
869
|
z-index: 3;
|
|
859
870
|
}
|
|
871
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
872
|
+
z-index: 4;
|
|
873
|
+
}
|
|
874
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
875
|
+
z-index: 4;
|
|
876
|
+
}
|
|
860
877
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
861
878
|
-ms-flex-align: center;
|
|
862
879
|
align-items: center;
|
|
@@ -996,72 +1013,61 @@
|
|
|
996
1013
|
height: 16px;
|
|
997
1014
|
width: 16px;
|
|
998
1015
|
left: 14px;
|
|
999
|
-
background: rgb(225, 223, 221);
|
|
1000
1016
|
}
|
|
1001
1017
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1002
1018
|
height: 16px;
|
|
1003
1019
|
width: 16px;
|
|
1004
1020
|
left: 30px;
|
|
1005
|
-
background: rgb(225, 223, 221);
|
|
1006
1021
|
}
|
|
1007
1022
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1008
1023
|
height: 16px;
|
|
1009
1024
|
width: 16px;
|
|
1010
1025
|
left: 60px;
|
|
1011
|
-
background: rgb(225, 223, 221);
|
|
1012
1026
|
}
|
|
1013
1027
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1014
1028
|
height: 16px;
|
|
1015
1029
|
width: 82px;
|
|
1016
1030
|
left: 20px;
|
|
1017
|
-
background: rgb(225, 223, 221);
|
|
1018
1031
|
}
|
|
1019
1032
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1020
1033
|
height: 12px;
|
|
1021
1034
|
width: 88px;
|
|
1022
1035
|
left: 14px;
|
|
1023
1036
|
border-radius: 0;
|
|
1024
|
-
background: rgb(225, 223, 221);
|
|
1025
1037
|
}
|
|
1026
1038
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1027
1039
|
height: 18px;
|
|
1028
1040
|
width: 410px;
|
|
1029
1041
|
border-radius: 0;
|
|
1030
|
-
background: rgb(225, 223, 221);
|
|
1031
1042
|
}
|
|
1032
1043
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1033
1044
|
height: 12px;
|
|
1034
1045
|
width: 88px;
|
|
1035
1046
|
left: 14px;
|
|
1036
1047
|
border-radius: 0;
|
|
1037
|
-
background: rgb(225, 223, 221);
|
|
1038
1048
|
}
|
|
1039
1049
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1040
1050
|
height: 18px;
|
|
1041
1051
|
width: 208px;
|
|
1042
1052
|
border-radius: 0;
|
|
1043
|
-
background: rgb(225, 223, 221);
|
|
1044
1053
|
}
|
|
1045
1054
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1046
1055
|
height: 12px;
|
|
1047
1056
|
width: 108px;
|
|
1048
1057
|
left: 64px;
|
|
1049
1058
|
border-radius: 0;
|
|
1050
|
-
background: rgb(225, 223, 221);
|
|
1051
1059
|
}
|
|
1052
1060
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1053
1061
|
height: 18px;
|
|
1054
1062
|
width: 195px;
|
|
1055
1063
|
left: 192px;
|
|
1056
1064
|
border-radius: 0;
|
|
1057
|
-
background: rgb(225, 223, 221);
|
|
1058
1065
|
}
|
|
1059
1066
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1060
1067
|
height: 18px;
|
|
1061
1068
|
width: 156px;
|
|
1062
1069
|
left: 388px;
|
|
1063
1070
|
border-radius: 0;
|
|
1064
|
-
background: rgb(225, 223, 221);
|
|
1065
1071
|
}
|
|
1066
1072
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1067
1073
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1196,7 +1202,7 @@
|
|
|
1196
1202
|
border-left: 1px dashed;
|
|
1197
1203
|
position: absolute;
|
|
1198
1204
|
width: 1px;
|
|
1199
|
-
z-index:
|
|
1205
|
+
z-index: 4;
|
|
1200
1206
|
}
|
|
1201
1207
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1202
1208
|
border-radius: 3px;
|
|
@@ -1413,10 +1419,6 @@
|
|
|
1413
1419
|
width: auto;
|
|
1414
1420
|
}
|
|
1415
1421
|
|
|
1416
|
-
.e-icon-rowselect::before {
|
|
1417
|
-
content: "\e930";
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
1422
|
.e-ganttpopup {
|
|
1421
1423
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1422
1424
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1475,6 +1477,15 @@
|
|
|
1475
1477
|
font-size: 16px;
|
|
1476
1478
|
}
|
|
1477
1479
|
|
|
1480
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1481
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1485
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1486
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1478
1489
|
.e-gantt-tooltip-label {
|
|
1479
1490
|
padding-bottom: 2px;
|
|
1480
1491
|
padding-right: 2px;
|
|
@@ -1519,16 +1530,6 @@
|
|
|
1519
1530
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1520
1531
|
font-size: 12px;
|
|
1521
1532
|
}
|
|
1522
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1523
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1524
|
-
border: 7px solid;
|
|
1525
|
-
z-index: -1;
|
|
1526
|
-
}
|
|
1527
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1528
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1529
|
-
font-size: 14px;
|
|
1530
|
-
margin-left: -7px;
|
|
1531
|
-
}
|
|
1532
1533
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1533
1534
|
height: 100%;
|
|
1534
1535
|
}
|
|
@@ -1591,6 +1592,12 @@
|
|
|
1591
1592
|
color: #fff;
|
|
1592
1593
|
}
|
|
1593
1594
|
|
|
1595
|
+
.e-gantt-chart-resize-indicator {
|
|
1596
|
+
height: 100%;
|
|
1597
|
+
position: absolute;
|
|
1598
|
+
z-index: 1;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1594
1601
|
/*! Gantt theme */
|
|
1595
1602
|
.e-gantt .e-gantt-splitter {
|
|
1596
1603
|
border-color: #444c54;
|
|
@@ -1947,75 +1954,6 @@
|
|
|
1947
1954
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1948
1955
|
border-color: #000;
|
|
1949
1956
|
}
|
|
1950
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1951
|
-
border-radius: 4px;
|
|
1952
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1953
|
-
}
|
|
1954
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1955
|
-
background: #1a1a1a;
|
|
1956
|
-
border: #1a1a1a;
|
|
1957
|
-
}
|
|
1958
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1959
|
-
background-color: transparent;
|
|
1960
|
-
border: transparent;
|
|
1961
|
-
}
|
|
1962
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1963
|
-
color: transparent;
|
|
1964
|
-
}
|
|
1965
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1966
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
|
-
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1969
|
-
border-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1972
|
-
border-left-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
-
}
|
|
1974
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1975
|
-
border-right-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
|
-
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1978
|
-
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1980
|
-
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1982
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
|
-
}
|
|
1985
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1986
|
-
background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
-
}
|
|
1988
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1989
|
-
background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1990
|
-
border: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1991
|
-
}
|
|
1992
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1993
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
-
}
|
|
1996
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1997
|
-
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
-
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2001
|
-
background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
|
-
}
|
|
2003
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2004
|
-
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
-
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2008
|
-
background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2009
|
-
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2011
|
-
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
-
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2014
|
-
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2015
|
-
}
|
|
2016
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2017
|
-
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
1957
|
.e-gantt .e-icons {
|
|
2020
1958
|
color: #adb5bd;
|
|
2021
1959
|
}
|
|
@@ -2125,4 +2063,10 @@
|
|
|
2125
2063
|
|
|
2126
2064
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2127
2065
|
background-color: #e4606d;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.e-gantt-chart-resize-indicator {
|
|
2069
|
+
border: 1px dashed #86b7fe;
|
|
2070
|
+
border-bottom: none;
|
|
2071
|
+
border-top: none;
|
|
2128
2072
|
}
|