@syncfusion/ej2-vue-gantt 20.3.57 → 20.3.59
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 +21 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +64 -124
- package/styles/bootstrap.css +65 -126
- package/styles/bootstrap4.css +64 -124
- package/styles/bootstrap5-dark.css +64 -124
- package/styles/bootstrap5.css +64 -124
- package/styles/fabric-dark.css +64 -124
- package/styles/fabric.css +64 -124
- package/styles/fluent-dark.css +64 -124
- package/styles/fluent.css +64 -124
- package/styles/gantt/bootstrap-dark.css +64 -124
- package/styles/gantt/bootstrap.css +65 -126
- package/styles/gantt/bootstrap4.css +64 -124
- package/styles/gantt/bootstrap5-dark.css +64 -124
- package/styles/gantt/bootstrap5.css +64 -124
- package/styles/gantt/fabric-dark.css +64 -124
- package/styles/gantt/fabric.css +64 -124
- package/styles/gantt/fluent-dark.css +64 -124
- package/styles/gantt/fluent.css +64 -124
- package/styles/gantt/highcontrast-light.css +64 -124
- package/styles/gantt/highcontrast.css +64 -124
- package/styles/gantt/material-dark.css +67 -130
- package/styles/gantt/material.css +67 -130
- package/styles/gantt/tailwind-dark.css +66 -128
- package/styles/gantt/tailwind.css +66 -128
- package/styles/highcontrast-light.css +64 -124
- package/styles/highcontrast.css +64 -124
- package/styles/material-dark.css +67 -130
- package/styles/material.css +67 -130
- package/styles/tailwind-dark.css +66 -128
- package/styles/tailwind.css +66 -128
package/styles/bootstrap5.css
CHANGED
|
@@ -354,12 +354,10 @@
|
|
|
354
354
|
height: 250px !important;
|
|
355
355
|
}
|
|
356
356
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
|
-
height: 63px !important;
|
|
358
|
-
/* stylelint-disable-line declaration-no-important */
|
|
357
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
359
358
|
}
|
|
360
359
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
361
|
-
padding: 16px 4px 16px 16px !important;
|
|
362
|
-
/* stylelint-disable-line declaration-no-important */
|
|
360
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
363
361
|
}
|
|
364
362
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
365
363
|
left: 2px !important;
|
|
@@ -395,8 +393,7 @@
|
|
|
395
393
|
width: 556px !important;
|
|
396
394
|
}
|
|
397
395
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
398
|
-
padding: 0 16px !important;
|
|
399
|
-
/* stylelint-disable-line declaration-no-important */
|
|
396
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
400
397
|
}
|
|
401
398
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
402
399
|
padding: 16px 12px 0 16px;
|
|
@@ -414,12 +411,10 @@
|
|
|
414
411
|
height: 78px !important;
|
|
415
412
|
}
|
|
416
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
417
|
-
border-bottom: 0 !important;
|
|
418
|
-
/* stylelint-disable-line declaration-no-important */
|
|
414
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
419
415
|
}
|
|
420
416
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
421
|
-
border-radius: 0 !important;
|
|
422
|
-
/* stylelint-disable-line declaration-no-important */
|
|
417
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
423
418
|
}
|
|
424
419
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
425
420
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -427,34 +422,28 @@
|
|
|
427
422
|
}
|
|
428
423
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
429
424
|
border-radius: 50%;
|
|
430
|
-
height: auto !important;
|
|
431
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
432
426
|
width: auto;
|
|
433
427
|
}
|
|
434
428
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
435
429
|
margin-left: 5px !important;
|
|
436
430
|
}
|
|
437
431
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
438
|
-
font-size: 16px !important;
|
|
439
|
-
/* stylelint-disable-line declaration-no-important */
|
|
432
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
440
433
|
}
|
|
441
434
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
442
435
|
min-height: 36px !important;
|
|
443
|
-
min-width: 35.82px !important;
|
|
444
|
-
/* stylelint-disable-line declaration-no-important */
|
|
436
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
445
437
|
}
|
|
446
438
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
447
439
|
line-height: 24px;
|
|
448
|
-
padding: 6px 16px 6px 15px !important;
|
|
449
|
-
/* stylelint-disable-line declaration-no-important */
|
|
440
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
450
441
|
}
|
|
451
442
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
452
|
-
padding: 6px 21px 6px 23px !important;
|
|
453
|
-
/* stylelint-disable-line declaration-no-important */
|
|
443
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
454
444
|
}
|
|
455
445
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
456
|
-
font-size: 16px !important;
|
|
457
|
-
/* stylelint-disable-line declaration-no-important */
|
|
446
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
458
447
|
}
|
|
459
448
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
460
449
|
font-size: 14px;
|
|
@@ -469,20 +458,17 @@
|
|
|
469
458
|
}
|
|
470
459
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
471
460
|
min-height: 36px !important;
|
|
472
|
-
min-width: 35.82px !important;
|
|
473
|
-
/* stylelint-disable-line declaration-no-important */
|
|
461
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
474
462
|
}
|
|
475
463
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
476
464
|
min-height: 36px !important;
|
|
477
|
-
min-width: 35.82px !important;
|
|
478
|
-
/* stylelint-disable-line declaration-no-important */
|
|
465
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
479
466
|
}
|
|
480
467
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
481
468
|
height: 38px;
|
|
482
469
|
}
|
|
483
470
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
484
|
-
min-width: 36px !important;
|
|
485
|
-
/* stylelint-disable-line declaration-no-important */
|
|
471
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
486
472
|
}
|
|
487
473
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
488
474
|
border-top: 8px solid #000;
|
|
@@ -497,8 +483,7 @@
|
|
|
497
483
|
color: #adb5bd !important;
|
|
498
484
|
}
|
|
499
485
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
500
|
-
padding: 3px !important;
|
|
501
|
-
/* stylelint-disable-line declaration-no-important */
|
|
486
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
502
487
|
}
|
|
503
488
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
504
489
|
background-color: #000;
|
|
@@ -603,8 +588,7 @@
|
|
|
603
588
|
margin: 0;
|
|
604
589
|
}
|
|
605
590
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
606
|
-
overflow: hidden !important;
|
|
607
|
-
/* stylelint-disable-line declaration-no-important */
|
|
591
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
608
592
|
}
|
|
609
593
|
.e-gantt .e-temp-content {
|
|
610
594
|
border-left: 1px solid;
|
|
@@ -631,23 +615,19 @@
|
|
|
631
615
|
height: 45px;
|
|
632
616
|
}
|
|
633
617
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
634
|
-
border-right-width: 0 !important;
|
|
635
|
-
/* stylelint-disable-line declaration-no-important */
|
|
618
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
636
619
|
}
|
|
637
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
638
621
|
border-top-style: none;
|
|
639
622
|
border-top-width: 0;
|
|
640
|
-
padding-right: 0 !important;
|
|
641
|
-
/* stylelint-disable-line declaration-no-important */
|
|
623
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
642
624
|
}
|
|
643
625
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
644
626
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
645
|
-
height: 51px !important;
|
|
646
|
-
/* stylelint-disable-line declaration-no-important */
|
|
627
|
+
height: 51px !important; /* stylelint-disable-line declaration-no-important */
|
|
647
628
|
}
|
|
648
629
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
649
|
-
overflow-x: scroll !important;
|
|
650
|
-
/* stylelint-disable-line declaration-no-important */
|
|
630
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
651
631
|
}
|
|
652
632
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
653
633
|
width: calc(100% + 17px);
|
|
@@ -672,8 +652,7 @@
|
|
|
672
652
|
border-right: 0 solid;
|
|
673
653
|
}
|
|
674
654
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
675
|
-
-webkit-overflow-scrolling: touch;
|
|
676
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
655
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
677
656
|
overflow-x: scroll;
|
|
678
657
|
overflow-y: auto;
|
|
679
658
|
position: relative;
|
|
@@ -763,10 +742,10 @@
|
|
|
763
742
|
box-sizing: border-box;
|
|
764
743
|
}
|
|
765
744
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
766
|
-
border-spacing: 0;
|
|
745
|
+
border-spacing: 0.25px;
|
|
767
746
|
}
|
|
768
747
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
769
|
-
border-top
|
|
748
|
+
border-top: 0;
|
|
770
749
|
}
|
|
771
750
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
772
751
|
border-collapse: separate;
|
|
@@ -1011,6 +990,7 @@
|
|
|
1011
990
|
}
|
|
1012
991
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1013
992
|
overflow: hidden;
|
|
993
|
+
border-collapse: separate;
|
|
1014
994
|
}
|
|
1015
995
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1016
996
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1240,8 +1220,7 @@
|
|
|
1240
1220
|
}
|
|
1241
1221
|
.e-gantt-dialog .e-richtexteditor {
|
|
1242
1222
|
border-bottom-width: 0px;
|
|
1243
|
-
height: 241px !important;
|
|
1244
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1223
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1245
1224
|
overflow: hidden;
|
|
1246
1225
|
}
|
|
1247
1226
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1253,12 +1232,10 @@
|
|
|
1253
1232
|
overflow: hidden;
|
|
1254
1233
|
}
|
|
1255
1234
|
.e-gantt-dialog > .e-dlg-content {
|
|
1256
|
-
padding: 0 !important;
|
|
1257
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1235
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1258
1236
|
}
|
|
1259
1237
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1260
|
-
border-bottom: 0 !important;
|
|
1261
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1238
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1262
1239
|
}
|
|
1263
1240
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1264
1241
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1266,10 +1243,8 @@
|
|
|
1266
1243
|
}
|
|
1267
1244
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1268
1245
|
border-radius: 50%;
|
|
1269
|
-
height: auto !important;
|
|
1270
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1271
|
-
width: auto !important;
|
|
1272
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1246
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1247
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1273
1248
|
}
|
|
1274
1249
|
|
|
1275
1250
|
.e-icon-rowselect::before {
|
|
@@ -1277,12 +1252,9 @@
|
|
|
1277
1252
|
}
|
|
1278
1253
|
|
|
1279
1254
|
.e-ganttpopup {
|
|
1280
|
-
-moz-user-select: none;
|
|
1281
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1282
|
-
-
|
|
1283
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1284
|
-
-webkit-user-select: none;
|
|
1285
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1255
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1256
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1257
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1286
1258
|
font-weight: normal;
|
|
1287
1259
|
position: absolute;
|
|
1288
1260
|
user-select: none;
|
|
@@ -1405,10 +1377,8 @@
|
|
|
1405
1377
|
}
|
|
1406
1378
|
|
|
1407
1379
|
.e-predecessor-tooltip {
|
|
1408
|
-
background-color: #000 !important;
|
|
1409
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1410
|
-
border-color: #000 !important;
|
|
1411
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1380
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1381
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1412
1382
|
visibility: hidden;
|
|
1413
1383
|
}
|
|
1414
1384
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1424,8 +1394,7 @@
|
|
|
1424
1394
|
color: #adb5bd !important;
|
|
1425
1395
|
}
|
|
1426
1396
|
.e-predecessor-tooltip .e-tip-content {
|
|
1427
|
-
padding: 3px !important;
|
|
1428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1397
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1429
1398
|
}
|
|
1430
1399
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1431
1400
|
background-color: #000;
|
|
@@ -1483,8 +1452,7 @@
|
|
|
1483
1452
|
border-top-right-radius: 0px;
|
|
1484
1453
|
}
|
|
1485
1454
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1486
|
-
box-shadow: 0 0 0 1px #ced4da inset !important;
|
|
1487
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1455
|
+
box-shadow: 0 0 0 1px #ced4da inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1488
1456
|
}
|
|
1489
1457
|
.e-gantt .e-temp-content {
|
|
1490
1458
|
border-color: #dee2e6;
|
|
@@ -1499,8 +1467,7 @@
|
|
|
1499
1467
|
border-color: #dee2e6;
|
|
1500
1468
|
}
|
|
1501
1469
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1502
|
-
height: 45px !important;
|
|
1503
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1470
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1504
1471
|
}
|
|
1505
1472
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1506
1473
|
background: #e6eaed;
|
|
@@ -1524,8 +1491,7 @@
|
|
|
1524
1491
|
line-height: 46px;
|
|
1525
1492
|
}
|
|
1526
1493
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1527
|
-
height: 46px !important;
|
|
1528
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1494
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1529
1495
|
}
|
|
1530
1496
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1531
1497
|
height: 26px;
|
|
@@ -1815,99 +1781,73 @@
|
|
|
1815
1781
|
color: transparent;
|
|
1816
1782
|
}
|
|
1817
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1818
|
-
color: transparent !important;
|
|
1819
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1784
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1820
1785
|
}
|
|
1821
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1822
|
-
border-color: #ced4da !important;
|
|
1823
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1787
|
+
border-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1824
1788
|
}
|
|
1825
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1826
|
-
border-left-color: #ced4da !important;
|
|
1827
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
border-left-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1828
1791
|
}
|
|
1829
1792
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1830
|
-
border-right-color: #ced4da !important;
|
|
1831
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
border-right-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1832
1794
|
}
|
|
1833
1795
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1834
|
-
background: #86b7fe !important;
|
|
1835
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1836
|
-
border: #86b7fe !important;
|
|
1837
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
|
+
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1838
1798
|
}
|
|
1839
1799
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1840
|
-
background-color: transparent !important;
|
|
1841
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1842
|
-
border: transparent !important;
|
|
1843
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1844
1802
|
}
|
|
1845
1803
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1846
|
-
border-bottom-color: #86b7fe !important;
|
|
1847
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1804
|
+
border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1848
1805
|
}
|
|
1849
1806
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1850
|
-
border-top-color: #86b7fe !important;
|
|
1851
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
+
border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
1808
|
}
|
|
1853
1809
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1854
|
-
background-color: #ced4da !important;
|
|
1855
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1856
|
-
border: #ced4da !important;
|
|
1857
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
|
+
border: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1858
1812
|
}
|
|
1859
1813
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1860
|
-
background-color: transparent !important;
|
|
1861
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1862
|
-
border: transparent !important;
|
|
1863
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1814
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1864
1816
|
}
|
|
1865
1817
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1866
|
-
background: #0d6efd !important;
|
|
1867
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1868
|
-
border: #0d6efd !important;
|
|
1869
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1818
|
+
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1819
|
+
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1870
1820
|
}
|
|
1871
1821
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1872
|
-
border-bottom-color: #0d6efd !important;
|
|
1873
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1822
|
+
border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1874
1823
|
}
|
|
1875
1824
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1876
|
-
border-top-color: #0d6efd !important;
|
|
1877
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1825
|
+
border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1878
1826
|
}
|
|
1879
1827
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1880
|
-
background: #72abfe !important;
|
|
1881
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1882
|
-
border: #72abfe !important;
|
|
1883
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1828
|
+
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1829
|
+
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1884
1830
|
}
|
|
1885
1831
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1886
|
-
border-bottom-color: #72abfe !important;
|
|
1887
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1832
|
+
border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1888
1833
|
}
|
|
1889
1834
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1890
|
-
border-top-color: #72abfe !important;
|
|
1891
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1835
|
+
border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1892
1836
|
}
|
|
1893
1837
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1894
|
-
border-color: #0d6efd !important;
|
|
1895
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1838
|
+
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1896
1839
|
}
|
|
1897
1840
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1898
|
-
border-left-color: #0d6efd !important;
|
|
1899
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1841
|
+
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1900
1842
|
}
|
|
1901
1843
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1902
|
-
border-right-color: #0d6efd !important;
|
|
1903
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1844
|
+
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1904
1845
|
}
|
|
1905
1846
|
.e-gantt .e-icons {
|
|
1906
1847
|
color: #6c757d;
|
|
1907
1848
|
}
|
|
1908
1849
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1909
|
-
color: #6c757d !important;
|
|
1910
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1850
|
+
color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1911
1851
|
}
|
|
1912
1852
|
|
|
1913
1853
|
.e-gantt-dialog .e-dlg-header {
|