@syncfusion/ej2-vue-gantt 20.3.57 → 20.3.58
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 +11 -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 +61 -122
- package/styles/bootstrap.css +62 -124
- package/styles/bootstrap4.css +61 -122
- package/styles/bootstrap5-dark.css +61 -122
- package/styles/bootstrap5.css +61 -122
- package/styles/fabric-dark.css +61 -122
- package/styles/fabric.css +61 -122
- package/styles/fluent-dark.css +61 -122
- package/styles/fluent.css +61 -122
- package/styles/gantt/bootstrap-dark.css +61 -122
- package/styles/gantt/bootstrap.css +62 -124
- package/styles/gantt/bootstrap4.css +61 -122
- package/styles/gantt/bootstrap5-dark.css +61 -122
- package/styles/gantt/bootstrap5.css +61 -122
- package/styles/gantt/fabric-dark.css +61 -122
- package/styles/gantt/fabric.css +61 -122
- package/styles/gantt/fluent-dark.css +61 -122
- package/styles/gantt/fluent.css +61 -122
- package/styles/gantt/highcontrast-light.css +61 -122
- package/styles/gantt/highcontrast.css +61 -122
- package/styles/gantt/material-dark.css +64 -128
- package/styles/gantt/material.css +64 -128
- package/styles/gantt/tailwind-dark.css +63 -126
- package/styles/gantt/tailwind.css +63 -126
- package/styles/highcontrast-light.css +61 -122
- package/styles/highcontrast.css +61 -122
- package/styles/material-dark.css +64 -128
- package/styles/material.css +64 -128
- package/styles/tailwind-dark.css +63 -126
- package/styles/tailwind.css +63 -126
|
@@ -351,12 +351,10 @@
|
|
|
351
351
|
height: 241px !important;
|
|
352
352
|
}
|
|
353
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
354
|
-
height: 63px !important;
|
|
355
|
-
/* stylelint-disable-line declaration-no-important */
|
|
354
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
356
355
|
}
|
|
357
356
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
358
|
-
padding: 16px 4px 12px 18px !important;
|
|
359
|
-
/* stylelint-disable-line declaration-no-important */
|
|
357
|
+
padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
360
358
|
}
|
|
361
359
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
362
360
|
left: 2px !important;
|
|
@@ -392,8 +390,7 @@
|
|
|
392
390
|
width: 554px !important;
|
|
393
391
|
}
|
|
394
392
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
395
|
-
padding: 0 16px !important;
|
|
396
|
-
/* stylelint-disable-line declaration-no-important */
|
|
393
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
397
394
|
}
|
|
398
395
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
399
396
|
padding: 16px 9px 0 18px;
|
|
@@ -411,12 +408,10 @@
|
|
|
411
408
|
height: 78px !important;
|
|
412
409
|
}
|
|
413
410
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
414
|
-
border-bottom: 0 !important;
|
|
415
|
-
/* stylelint-disable-line declaration-no-important */
|
|
411
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
416
412
|
}
|
|
417
413
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
418
|
-
border-radius: 0 !important;
|
|
419
|
-
/* stylelint-disable-line declaration-no-important */
|
|
414
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
420
415
|
}
|
|
421
416
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
422
417
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -424,34 +419,28 @@
|
|
|
424
419
|
}
|
|
425
420
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
426
421
|
border-radius: 50%;
|
|
427
|
-
height: auto !important;
|
|
428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
422
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
429
423
|
width: auto;
|
|
430
424
|
}
|
|
431
425
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
432
426
|
margin-left: 6px !important;
|
|
433
427
|
}
|
|
434
428
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
435
|
-
font-size: 16px !important;
|
|
436
|
-
/* stylelint-disable-line declaration-no-important */
|
|
429
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
437
430
|
}
|
|
438
431
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
439
432
|
min-height: 38px !important;
|
|
440
|
-
min-width: 35.82px !important;
|
|
441
|
-
/* stylelint-disable-line declaration-no-important */
|
|
433
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
442
434
|
}
|
|
443
435
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
444
436
|
line-height: 24px;
|
|
445
|
-
padding: 6px 16px 6px 15px !important;
|
|
446
|
-
/* stylelint-disable-line declaration-no-important */
|
|
437
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
447
438
|
}
|
|
448
439
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
449
|
-
padding: 6px 21px 6px 23px !important;
|
|
450
|
-
/* stylelint-disable-line declaration-no-important */
|
|
440
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
451
441
|
}
|
|
452
442
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
453
|
-
font-size: 16px !important;
|
|
454
|
-
/* stylelint-disable-line declaration-no-important */
|
|
443
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
455
444
|
}
|
|
456
445
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
457
446
|
font-size: 14px;
|
|
@@ -466,20 +455,17 @@
|
|
|
466
455
|
}
|
|
467
456
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
468
457
|
min-height: 38px !important;
|
|
469
|
-
min-width: 35.82px !important;
|
|
470
|
-
/* stylelint-disable-line declaration-no-important */
|
|
458
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
471
459
|
}
|
|
472
460
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
473
461
|
min-height: 38px !important;
|
|
474
|
-
min-width: 35.82px !important;
|
|
475
|
-
/* stylelint-disable-line declaration-no-important */
|
|
462
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
476
463
|
}
|
|
477
464
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
478
465
|
height: 40px;
|
|
479
466
|
}
|
|
480
467
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
481
|
-
min-width: 36px !important;
|
|
482
|
-
/* stylelint-disable-line declaration-no-important */
|
|
468
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
483
469
|
}
|
|
484
470
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
485
471
|
border-top: 8px solid #000;
|
|
@@ -495,8 +481,7 @@
|
|
|
495
481
|
color: #757575 !important;
|
|
496
482
|
}
|
|
497
483
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
498
|
-
padding: 3px !important;
|
|
499
|
-
/* stylelint-disable-line declaration-no-important */
|
|
484
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
500
485
|
}
|
|
501
486
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
502
487
|
background-color: #000;
|
|
@@ -601,8 +586,7 @@
|
|
|
601
586
|
margin: 0;
|
|
602
587
|
}
|
|
603
588
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
604
|
-
overflow: hidden !important;
|
|
605
|
-
/* stylelint-disable-line declaration-no-important */
|
|
589
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
606
590
|
}
|
|
607
591
|
.e-gantt .e-temp-content {
|
|
608
592
|
border-left: 1px solid;
|
|
@@ -629,23 +613,19 @@
|
|
|
629
613
|
height: 45px;
|
|
630
614
|
}
|
|
631
615
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
632
|
-
border-right-width: 0 !important;
|
|
633
|
-
/* stylelint-disable-line declaration-no-important */
|
|
616
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
634
617
|
}
|
|
635
618
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
636
619
|
border-top-style: none;
|
|
637
620
|
border-top-width: 0;
|
|
638
|
-
padding-right: 0 !important;
|
|
639
|
-
/* stylelint-disable-line declaration-no-important */
|
|
621
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
640
622
|
}
|
|
641
623
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
642
624
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
643
|
-
height: 63px !important;
|
|
644
|
-
/* stylelint-disable-line declaration-no-important */
|
|
625
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
645
626
|
}
|
|
646
627
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
647
|
-
overflow-x: scroll !important;
|
|
648
|
-
/* stylelint-disable-line declaration-no-important */
|
|
628
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
649
629
|
}
|
|
650
630
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
651
631
|
width: calc(100% + 17px);
|
|
@@ -670,8 +650,7 @@
|
|
|
670
650
|
border-right: 0 solid;
|
|
671
651
|
}
|
|
672
652
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
673
|
-
-webkit-overflow-scrolling: touch;
|
|
674
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
653
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
675
654
|
overflow-x: scroll;
|
|
676
655
|
overflow-y: auto;
|
|
677
656
|
position: relative;
|
|
@@ -1238,8 +1217,7 @@
|
|
|
1238
1217
|
}
|
|
1239
1218
|
.e-gantt-dialog .e-richtexteditor {
|
|
1240
1219
|
border-bottom-width: 1px;
|
|
1241
|
-
height: 241px !important;
|
|
1242
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1220
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1243
1221
|
overflow: hidden;
|
|
1244
1222
|
}
|
|
1245
1223
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1251,12 +1229,10 @@
|
|
|
1251
1229
|
overflow: hidden;
|
|
1252
1230
|
}
|
|
1253
1231
|
.e-gantt-dialog > .e-dlg-content {
|
|
1254
|
-
padding: 0 !important;
|
|
1255
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1232
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1256
1233
|
}
|
|
1257
1234
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1258
|
-
border-bottom: 0 !important;
|
|
1259
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1235
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1260
1236
|
}
|
|
1261
1237
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1262
1238
|
border-radius: 0px;
|
|
@@ -1264,10 +1240,8 @@
|
|
|
1264
1240
|
}
|
|
1265
1241
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1266
1242
|
border-radius: 50%;
|
|
1267
|
-
height: auto !important;
|
|
1268
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1269
|
-
width: auto !important;
|
|
1270
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1243
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1244
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1271
1245
|
}
|
|
1272
1246
|
|
|
1273
1247
|
.e-icon-rowselect::before {
|
|
@@ -1275,12 +1249,9 @@
|
|
|
1275
1249
|
}
|
|
1276
1250
|
|
|
1277
1251
|
.e-ganttpopup {
|
|
1278
|
-
-moz-user-select: none;
|
|
1279
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1280
|
-
-
|
|
1281
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1282
|
-
-webkit-user-select: none;
|
|
1283
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1252
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1253
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1254
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1284
1255
|
font-weight: normal;
|
|
1285
1256
|
position: absolute;
|
|
1286
1257
|
user-select: none;
|
|
@@ -1403,10 +1374,8 @@
|
|
|
1403
1374
|
}
|
|
1404
1375
|
|
|
1405
1376
|
.e-predecessor-tooltip {
|
|
1406
|
-
background-color: #000 !important;
|
|
1407
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1408
|
-
border-color: #000 !important;
|
|
1409
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1377
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1378
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1410
1379
|
visibility: hidden;
|
|
1411
1380
|
}
|
|
1412
1381
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1423,8 +1392,7 @@
|
|
|
1423
1392
|
color: #757575 !important;
|
|
1424
1393
|
}
|
|
1425
1394
|
.e-predecessor-tooltip .e-tip-content {
|
|
1426
|
-
padding: 3px !important;
|
|
1427
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1395
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1428
1396
|
}
|
|
1429
1397
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1430
1398
|
background-color: #000;
|
|
@@ -1482,8 +1450,7 @@
|
|
|
1482
1450
|
border-top-right-radius: 0px;
|
|
1483
1451
|
}
|
|
1484
1452
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1485
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1486
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1453
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
1454
|
}
|
|
1488
1455
|
.e-gantt .e-temp-content {
|
|
1489
1456
|
border-color: #969696;
|
|
@@ -1498,8 +1465,7 @@
|
|
|
1498
1465
|
border-color: #969696;
|
|
1499
1466
|
}
|
|
1500
1467
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1501
|
-
height: 45px !important;
|
|
1502
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1468
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1503
1469
|
}
|
|
1504
1470
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1505
1471
|
background: rgba(255, 217, 57, 0.7);
|
|
@@ -1523,8 +1489,7 @@
|
|
|
1523
1489
|
line-height: 46px;
|
|
1524
1490
|
}
|
|
1525
1491
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1526
|
-
height: 46px !important;
|
|
1527
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1492
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1528
1493
|
}
|
|
1529
1494
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1530
1495
|
height: 32px;
|
|
@@ -1814,99 +1779,73 @@
|
|
|
1814
1779
|
color: transparent;
|
|
1815
1780
|
}
|
|
1816
1781
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1817
|
-
color: transparent !important;
|
|
1818
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1782
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1819
1783
|
}
|
|
1820
1784
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1821
|
-
border-color: #8A8A8A !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1785
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1786
|
}
|
|
1824
1787
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1825
|
-
border-left-color: #8A8A8A !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1788
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1789
|
}
|
|
1828
1790
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1829
|
-
border-right-color: #8A8A8A !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1791
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1792
|
}
|
|
1832
1793
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1833
|
-
background: #D5D5D5 !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1835
|
-
border: #D5D5D5 !important;
|
|
1836
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1794
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1837
1796
|
}
|
|
1838
1797
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1839
|
-
background-color: transparent !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1841
|
-
border: transparent !important;
|
|
1842
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1798
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1799
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1800
|
}
|
|
1844
1801
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1845
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1846
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1802
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1803
|
}
|
|
1848
1804
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1849
|
-
border-top-color: #D5D5D5 !important;
|
|
1850
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1805
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1806
|
}
|
|
1852
1807
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1853
|
-
background-color: #8A8A8A !important;
|
|
1854
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1855
|
-
border: #8A8A8A !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1808
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1810
|
}
|
|
1858
1811
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1859
|
-
background-color: transparent !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1861
|
-
border: transparent !important;
|
|
1862
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1812
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1863
1814
|
}
|
|
1864
1815
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1865
|
-
background: #3e047d !important;
|
|
1866
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1867
|
-
border: #3e047d !important;
|
|
1868
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1816
|
+
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
|
+
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1818
|
}
|
|
1870
1819
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1871
|
-
border-bottom-color: #3e047d !important;
|
|
1872
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1820
|
+
border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1821
|
}
|
|
1874
1822
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1875
|
-
border-top-color: #3e047d !important;
|
|
1876
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1823
|
+
border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1824
|
}
|
|
1878
1825
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1879
|
-
background: #a662fb !important;
|
|
1880
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1881
|
-
border: #a662fb !important;
|
|
1882
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1826
|
+
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
|
+
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
1828
|
}
|
|
1884
1829
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1885
|
-
border-bottom-color: #a662fb !important;
|
|
1886
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1830
|
+
border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1831
|
}
|
|
1888
1832
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1889
|
-
border-top-color: #a662fb !important;
|
|
1890
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1833
|
+
border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
1834
|
}
|
|
1892
1835
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1893
|
-
border-color: #3e047d !important;
|
|
1894
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1836
|
+
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1837
|
}
|
|
1896
1838
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1897
|
-
border-left-color: #3e047d !important;
|
|
1898
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1839
|
+
border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
1840
|
}
|
|
1900
1841
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1901
|
-
border-right-color: #3e047d !important;
|
|
1902
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1842
|
+
border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1903
1843
|
}
|
|
1904
1844
|
.e-gantt .e-icons {
|
|
1905
1845
|
color: #fff;
|
|
1906
1846
|
}
|
|
1907
1847
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1908
|
-
color: #fff !important;
|
|
1909
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1848
|
+
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1910
1849
|
}
|
|
1911
1850
|
|
|
1912
1851
|
.e-gantt-dialog .e-dlg-header {
|