@syncfusion/ej2-vue-gantt 20.3.56 → 20.3.57
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 +28 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +122 -61
- package/styles/bootstrap.css +124 -62
- package/styles/bootstrap4.css +122 -61
- package/styles/bootstrap5-dark.css +122 -61
- package/styles/bootstrap5.css +122 -61
- package/styles/fabric-dark.css +122 -61
- package/styles/fabric.css +122 -61
- package/styles/fluent-dark.css +122 -61
- package/styles/fluent.css +122 -61
- package/styles/gantt/bootstrap-dark.css +122 -61
- package/styles/gantt/bootstrap.css +124 -62
- package/styles/gantt/bootstrap4.css +122 -61
- package/styles/gantt/bootstrap5-dark.css +122 -61
- package/styles/gantt/bootstrap5.css +122 -61
- package/styles/gantt/fabric-dark.css +122 -61
- package/styles/gantt/fabric.css +122 -61
- package/styles/gantt/fluent-dark.css +122 -61
- package/styles/gantt/fluent.css +122 -61
- package/styles/gantt/highcontrast-light.css +122 -61
- package/styles/gantt/highcontrast.css +122 -61
- package/styles/gantt/material-dark.css +128 -64
- package/styles/gantt/material.css +128 -64
- package/styles/gantt/tailwind-dark.css +126 -63
- package/styles/gantt/tailwind.css +126 -63
- package/styles/highcontrast-light.css +122 -61
- package/styles/highcontrast.css +122 -61
- package/styles/material-dark.css +128 -64
- package/styles/material.css +128 -64
- package/styles/tailwind-dark.css +126 -63
- package/styles/tailwind.css +126 -63
|
@@ -315,16 +315,19 @@
|
|
|
315
315
|
height: 242px !important;
|
|
316
316
|
}
|
|
317
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
318
|
-
height: 63px !important;
|
|
318
|
+
height: 63px !important;
|
|
319
|
+
/* stylelint-disable-line declaration-no-important */
|
|
319
320
|
}
|
|
320
321
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
321
|
-
padding: 16px 4px 16px 24px !important;
|
|
322
|
+
padding: 16px 4px 16px 24px !important;
|
|
323
|
+
/* stylelint-disable-line declaration-no-important */
|
|
322
324
|
}
|
|
323
325
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
324
326
|
left: -2px !important;
|
|
325
327
|
}
|
|
326
328
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
327
|
-
height: 68px !important;
|
|
329
|
+
height: 68px !important;
|
|
330
|
+
/* stylelint-disable-line declaration-no-important */
|
|
328
331
|
}
|
|
329
332
|
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
330
333
|
font-size: 16px !important;
|
|
@@ -357,7 +360,8 @@
|
|
|
357
360
|
width: 564px !important;
|
|
358
361
|
}
|
|
359
362
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
360
|
-
padding: 0 16px !important;
|
|
363
|
+
padding: 0 16px !important;
|
|
364
|
+
/* stylelint-disable-line declaration-no-important */
|
|
361
365
|
}
|
|
362
366
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
363
367
|
padding: 16px 8px 0 24px;
|
|
@@ -375,10 +379,12 @@
|
|
|
375
379
|
height: 75px !important;
|
|
376
380
|
}
|
|
377
381
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
378
|
-
border-bottom: 0 !important;
|
|
382
|
+
border-bottom: 0 !important;
|
|
383
|
+
/* stylelint-disable-line declaration-no-important */
|
|
379
384
|
}
|
|
380
385
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
381
|
-
border-radius: 0 !important;
|
|
386
|
+
border-radius: 0 !important;
|
|
387
|
+
/* stylelint-disable-line declaration-no-important */
|
|
382
388
|
}
|
|
383
389
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
384
390
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -386,28 +392,34 @@
|
|
|
386
392
|
}
|
|
387
393
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
388
394
|
border-radius: 50%;
|
|
389
|
-
height: auto !important;
|
|
395
|
+
height: auto !important;
|
|
396
|
+
/* stylelint-disable-line declaration-no-important */
|
|
390
397
|
width: auto;
|
|
391
398
|
}
|
|
392
399
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
393
400
|
margin-left: 12px !important;
|
|
394
401
|
}
|
|
395
402
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
396
|
-
font-size: 16px !important;
|
|
403
|
+
font-size: 16px !important;
|
|
404
|
+
/* stylelint-disable-line declaration-no-important */
|
|
397
405
|
}
|
|
398
406
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
399
407
|
min-height: 18px !important;
|
|
400
|
-
min-width: 35.82px !important;
|
|
408
|
+
min-width: 35.82px !important;
|
|
409
|
+
/* stylelint-disable-line declaration-no-important */
|
|
401
410
|
}
|
|
402
411
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
403
412
|
line-height: 24px;
|
|
404
|
-
padding: 6px 16px 6px 15px !important;
|
|
413
|
+
padding: 6px 16px 6px 15px !important;
|
|
414
|
+
/* stylelint-disable-line declaration-no-important */
|
|
405
415
|
}
|
|
406
416
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
407
|
-
padding: 6px 21px 6px 23px !important;
|
|
417
|
+
padding: 6px 21px 6px 23px !important;
|
|
418
|
+
/* stylelint-disable-line declaration-no-important */
|
|
408
419
|
}
|
|
409
420
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
410
|
-
font-size: 16px !important;
|
|
421
|
+
font-size: 16px !important;
|
|
422
|
+
/* stylelint-disable-line declaration-no-important */
|
|
411
423
|
}
|
|
412
424
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
413
425
|
font-size: 14px;
|
|
@@ -422,20 +434,24 @@
|
|
|
422
434
|
}
|
|
423
435
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
424
436
|
min-height: 18px !important;
|
|
425
|
-
min-width: 35.82px !important;
|
|
437
|
+
min-width: 35.82px !important;
|
|
438
|
+
/* stylelint-disable-line declaration-no-important */
|
|
426
439
|
}
|
|
427
440
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
428
441
|
min-height: 18px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
442
|
+
min-width: 35.82px !important;
|
|
443
|
+
/* stylelint-disable-line declaration-no-important */
|
|
430
444
|
}
|
|
431
445
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
432
446
|
height: 38px;
|
|
433
447
|
}
|
|
434
448
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
435
|
-
min-width: 36px !important;
|
|
449
|
+
min-width: 36px !important;
|
|
450
|
+
/* stylelint-disable-line declaration-no-important */
|
|
436
451
|
}
|
|
437
452
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
438
|
-
padding: 7px 0 !important;
|
|
453
|
+
padding: 7px 0 !important;
|
|
454
|
+
/* stylelint-disable-line declaration-no-important */
|
|
439
455
|
}
|
|
440
456
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
441
457
|
border-top: 8px solid #000;
|
|
@@ -450,7 +466,8 @@
|
|
|
450
466
|
color: #9ca3af !important;
|
|
451
467
|
}
|
|
452
468
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
453
|
-
padding: 3px !important;
|
|
469
|
+
padding: 3px !important;
|
|
470
|
+
/* stylelint-disable-line declaration-no-important */
|
|
454
471
|
}
|
|
455
472
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
456
473
|
background-color: #000;
|
|
@@ -555,7 +572,8 @@
|
|
|
555
572
|
margin: 0;
|
|
556
573
|
}
|
|
557
574
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
558
|
-
overflow: hidden !important;
|
|
575
|
+
overflow: hidden !important;
|
|
576
|
+
/* stylelint-disable-line declaration-no-important */
|
|
559
577
|
}
|
|
560
578
|
.e-gantt .e-temp-content {
|
|
561
579
|
border-left: 1px solid;
|
|
@@ -582,19 +600,23 @@
|
|
|
582
600
|
height: 45px;
|
|
583
601
|
}
|
|
584
602
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
585
|
-
border-right-width: 0 !important;
|
|
603
|
+
border-right-width: 0 !important;
|
|
604
|
+
/* stylelint-disable-line declaration-no-important */
|
|
586
605
|
}
|
|
587
606
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
588
607
|
border-top-style: none;
|
|
589
608
|
border-top-width: 0;
|
|
590
|
-
padding-right: 0 !important;
|
|
609
|
+
padding-right: 0 !important;
|
|
610
|
+
/* stylelint-disable-line declaration-no-important */
|
|
591
611
|
}
|
|
592
612
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
593
613
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
594
|
-
height: 48px !important;
|
|
614
|
+
height: 48px !important;
|
|
615
|
+
/* stylelint-disable-line declaration-no-important */
|
|
595
616
|
}
|
|
596
617
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
597
|
-
overflow-x: scroll !important;
|
|
618
|
+
overflow-x: scroll !important;
|
|
619
|
+
/* stylelint-disable-line declaration-no-important */
|
|
598
620
|
}
|
|
599
621
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
600
622
|
width: calc(100% + 17px);
|
|
@@ -619,7 +641,8 @@
|
|
|
619
641
|
border-right: 0 solid;
|
|
620
642
|
}
|
|
621
643
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
622
|
-
-webkit-overflow-scrolling: touch;
|
|
644
|
+
-webkit-overflow-scrolling: touch;
|
|
645
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
623
646
|
overflow-x: scroll;
|
|
624
647
|
overflow-y: auto;
|
|
625
648
|
position: relative;
|
|
@@ -1189,7 +1212,8 @@
|
|
|
1189
1212
|
}
|
|
1190
1213
|
.e-gantt-dialog .e-richtexteditor {
|
|
1191
1214
|
border-bottom-width: 1px;
|
|
1192
|
-
height: 259px !important;
|
|
1215
|
+
height: 259px !important;
|
|
1216
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1193
1217
|
overflow: hidden;
|
|
1194
1218
|
}
|
|
1195
1219
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1201,11 +1225,13 @@
|
|
|
1201
1225
|
overflow: hidden;
|
|
1202
1226
|
}
|
|
1203
1227
|
.e-gantt-dialog > .e-dlg-content {
|
|
1204
|
-
padding: 0 !important;
|
|
1228
|
+
padding: 0 !important;
|
|
1229
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1205
1230
|
height: 291px;
|
|
1206
1231
|
}
|
|
1207
1232
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1208
|
-
border-bottom: 0 !important;
|
|
1233
|
+
border-bottom: 0 !important;
|
|
1234
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1209
1235
|
}
|
|
1210
1236
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1211
1237
|
border-radius: 6px;
|
|
@@ -1213,8 +1239,10 @@
|
|
|
1213
1239
|
}
|
|
1214
1240
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1215
1241
|
border-radius: 50%;
|
|
1216
|
-
height: auto !important;
|
|
1217
|
-
|
|
1242
|
+
height: auto !important;
|
|
1243
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1244
|
+
width: auto !important;
|
|
1245
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1218
1246
|
}
|
|
1219
1247
|
|
|
1220
1248
|
.e-icon-rowselect::before {
|
|
@@ -1222,9 +1250,12 @@
|
|
|
1222
1250
|
}
|
|
1223
1251
|
|
|
1224
1252
|
.e-ganttpopup {
|
|
1225
|
-
-moz-user-select: none;
|
|
1226
|
-
|
|
1227
|
-
-
|
|
1253
|
+
-moz-user-select: none;
|
|
1254
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1255
|
+
-ms-user-select: none;
|
|
1256
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1257
|
+
-webkit-user-select: none;
|
|
1258
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1228
1259
|
font-weight: normal;
|
|
1229
1260
|
position: absolute;
|
|
1230
1261
|
user-select: none;
|
|
@@ -1347,8 +1378,10 @@
|
|
|
1347
1378
|
}
|
|
1348
1379
|
|
|
1349
1380
|
.e-predecessor-tooltip {
|
|
1350
|
-
background-color: #000 !important;
|
|
1351
|
-
|
|
1381
|
+
background-color: #000 !important;
|
|
1382
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1383
|
+
border-color: #000 !important;
|
|
1384
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1352
1385
|
visibility: hidden;
|
|
1353
1386
|
}
|
|
1354
1387
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1364,7 +1397,8 @@
|
|
|
1364
1397
|
color: #9ca3af !important;
|
|
1365
1398
|
}
|
|
1366
1399
|
.e-predecessor-tooltip .e-tip-content {
|
|
1367
|
-
padding: 3px !important;
|
|
1400
|
+
padding: 3px !important;
|
|
1401
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1368
1402
|
}
|
|
1369
1403
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1370
1404
|
background-color: #000;
|
|
@@ -1422,7 +1456,8 @@
|
|
|
1422
1456
|
border-top-right-radius: 0px;
|
|
1423
1457
|
}
|
|
1424
1458
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1425
|
-
box-shadow: 0 0 0 1px #d1d5db inset !important;
|
|
1459
|
+
box-shadow: 0 0 0 1px #d1d5db inset !important;
|
|
1460
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1426
1461
|
}
|
|
1427
1462
|
.e-gantt .e-temp-content {
|
|
1428
1463
|
border-color: #e5e7eb;
|
|
@@ -1437,7 +1472,8 @@
|
|
|
1437
1472
|
border-color: #e5e7eb;
|
|
1438
1473
|
}
|
|
1439
1474
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1440
|
-
height: 45px !important;
|
|
1475
|
+
height: 45px !important;
|
|
1476
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1441
1477
|
}
|
|
1442
1478
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1443
1479
|
background: #e5e7eb;
|
|
@@ -1461,7 +1497,8 @@
|
|
|
1461
1497
|
line-height: 46px;
|
|
1462
1498
|
}
|
|
1463
1499
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1464
|
-
height: 46px !important;
|
|
1500
|
+
height: 46px !important;
|
|
1501
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1465
1502
|
}
|
|
1466
1503
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1467
1504
|
height: 24px;
|
|
@@ -1751,73 +1788,99 @@
|
|
|
1751
1788
|
color: transparent;
|
|
1752
1789
|
}
|
|
1753
1790
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1754
|
-
color: transparent !important;
|
|
1791
|
+
color: transparent !important;
|
|
1792
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1755
1793
|
}
|
|
1756
1794
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1757
|
-
border-color: #d1d5db !important;
|
|
1795
|
+
border-color: #d1d5db !important;
|
|
1796
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1758
1797
|
}
|
|
1759
1798
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1760
|
-
border-left-color: #d1d5db !important;
|
|
1799
|
+
border-left-color: #d1d5db !important;
|
|
1800
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1761
1801
|
}
|
|
1762
1802
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1763
|
-
border-right-color: #d1d5db !important;
|
|
1803
|
+
border-right-color: #d1d5db !important;
|
|
1804
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1764
1805
|
}
|
|
1765
1806
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1766
|
-
background: #818cf8 !important;
|
|
1767
|
-
|
|
1807
|
+
background: #818cf8 !important;
|
|
1808
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1809
|
+
border: #818cf8 !important;
|
|
1810
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1768
1811
|
}
|
|
1769
1812
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1770
|
-
background-color: transparent !important;
|
|
1771
|
-
|
|
1813
|
+
background-color: transparent !important;
|
|
1814
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1815
|
+
border: transparent !important;
|
|
1816
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1772
1817
|
}
|
|
1773
1818
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1774
|
-
border-bottom-color: #818cf8 !important;
|
|
1819
|
+
border-bottom-color: #818cf8 !important;
|
|
1820
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1775
1821
|
}
|
|
1776
1822
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1777
|
-
border-top-color: #818cf8 !important;
|
|
1823
|
+
border-top-color: #818cf8 !important;
|
|
1824
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1778
1825
|
}
|
|
1779
1826
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1780
|
-
background-color: #d1d5db !important;
|
|
1781
|
-
|
|
1827
|
+
background-color: #d1d5db !important;
|
|
1828
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1829
|
+
border: #d1d5db !important;
|
|
1830
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1782
1831
|
}
|
|
1783
1832
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1784
|
-
background-color: transparent !important;
|
|
1785
|
-
|
|
1833
|
+
background-color: transparent !important;
|
|
1834
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1835
|
+
border: transparent !important;
|
|
1836
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1786
1837
|
}
|
|
1787
1838
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1788
|
-
background: #4f46e5 !important;
|
|
1789
|
-
|
|
1839
|
+
background: #4f46e5 !important;
|
|
1840
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1841
|
+
border: #4f46e5 !important;
|
|
1842
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1790
1843
|
}
|
|
1791
1844
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1792
|
-
border-bottom-color: #4f46e5 !important;
|
|
1845
|
+
border-bottom-color: #4f46e5 !important;
|
|
1846
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1793
1847
|
}
|
|
1794
1848
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1795
|
-
border-top-color: #4f46e5 !important;
|
|
1849
|
+
border-top-color: #4f46e5 !important;
|
|
1850
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1796
1851
|
}
|
|
1797
1852
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1798
|
-
background: #a49ff2 !important;
|
|
1799
|
-
|
|
1853
|
+
background: #a49ff2 !important;
|
|
1854
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1855
|
+
border: #a49ff2 !important;
|
|
1856
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1800
1857
|
}
|
|
1801
1858
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1802
|
-
border-bottom-color: #a49ff2 !important;
|
|
1859
|
+
border-bottom-color: #a49ff2 !important;
|
|
1860
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1803
1861
|
}
|
|
1804
1862
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1805
|
-
border-top-color: #a49ff2 !important;
|
|
1863
|
+
border-top-color: #a49ff2 !important;
|
|
1864
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1806
1865
|
}
|
|
1807
1866
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1808
|
-
border-color: #4f46e5 !important;
|
|
1867
|
+
border-color: #4f46e5 !important;
|
|
1868
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1809
1869
|
}
|
|
1810
1870
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1811
|
-
border-left-color: #4f46e5 !important;
|
|
1871
|
+
border-left-color: #4f46e5 !important;
|
|
1872
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1812
1873
|
}
|
|
1813
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1814
|
-
border-right-color: #4f46e5 !important;
|
|
1875
|
+
border-right-color: #4f46e5 !important;
|
|
1876
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1815
1877
|
}
|
|
1816
1878
|
.e-gantt .e-icons {
|
|
1817
1879
|
color: #6b7280;
|
|
1818
1880
|
}
|
|
1819
1881
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1820
|
-
color: #6b7280 !important;
|
|
1882
|
+
color: #6b7280 !important;
|
|
1883
|
+
/* stylelint-disable-line declaration-no-important */
|
|
1821
1884
|
}
|
|
1822
1885
|
|
|
1823
1886
|
.e-gantt-dialog .e-dlg-header {
|