@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
|
@@ -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;
|
|
@@ -1240,8 +1219,7 @@
|
|
|
1240
1219
|
}
|
|
1241
1220
|
.e-gantt-dialog .e-richtexteditor {
|
|
1242
1221
|
border-bottom-width: 0px;
|
|
1243
|
-
height: 241px !important;
|
|
1244
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1222
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1245
1223
|
overflow: hidden;
|
|
1246
1224
|
}
|
|
1247
1225
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1253,12 +1231,10 @@
|
|
|
1253
1231
|
overflow: hidden;
|
|
1254
1232
|
}
|
|
1255
1233
|
.e-gantt-dialog > .e-dlg-content {
|
|
1256
|
-
padding: 0 !important;
|
|
1257
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1234
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1258
1235
|
}
|
|
1259
1236
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1260
|
-
border-bottom: 0 !important;
|
|
1261
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1237
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1262
1238
|
}
|
|
1263
1239
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1264
1240
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1266,10 +1242,8 @@
|
|
|
1266
1242
|
}
|
|
1267
1243
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1268
1244
|
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 */
|
|
1245
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1246
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1273
1247
|
}
|
|
1274
1248
|
|
|
1275
1249
|
.e-icon-rowselect::before {
|
|
@@ -1277,12 +1251,9 @@
|
|
|
1277
1251
|
}
|
|
1278
1252
|
|
|
1279
1253
|
.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 */
|
|
1254
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1255
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1256
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1286
1257
|
font-weight: normal;
|
|
1287
1258
|
position: absolute;
|
|
1288
1259
|
user-select: none;
|
|
@@ -1405,10 +1376,8 @@
|
|
|
1405
1376
|
}
|
|
1406
1377
|
|
|
1407
1378
|
.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 */
|
|
1379
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1380
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1412
1381
|
visibility: hidden;
|
|
1413
1382
|
}
|
|
1414
1383
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1424,8 +1393,7 @@
|
|
|
1424
1393
|
color: #adb5bd !important;
|
|
1425
1394
|
}
|
|
1426
1395
|
.e-predecessor-tooltip .e-tip-content {
|
|
1427
|
-
padding: 3px !important;
|
|
1428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1396
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1429
1397
|
}
|
|
1430
1398
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1431
1399
|
background-color: #000;
|
|
@@ -1483,8 +1451,7 @@
|
|
|
1483
1451
|
border-top-right-radius: 0px;
|
|
1484
1452
|
}
|
|
1485
1453
|
.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 */
|
|
1454
|
+
box-shadow: 0 0 0 1px #ced4da inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1488
1455
|
}
|
|
1489
1456
|
.e-gantt .e-temp-content {
|
|
1490
1457
|
border-color: #dee2e6;
|
|
@@ -1499,8 +1466,7 @@
|
|
|
1499
1466
|
border-color: #dee2e6;
|
|
1500
1467
|
}
|
|
1501
1468
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1502
|
-
height: 45px !important;
|
|
1503
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1469
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1504
1470
|
}
|
|
1505
1471
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1506
1472
|
background: #e6eaed;
|
|
@@ -1524,8 +1490,7 @@
|
|
|
1524
1490
|
line-height: 46px;
|
|
1525
1491
|
}
|
|
1526
1492
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1527
|
-
height: 46px !important;
|
|
1528
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1493
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1529
1494
|
}
|
|
1530
1495
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1531
1496
|
height: 26px;
|
|
@@ -1815,99 +1780,73 @@
|
|
|
1815
1780
|
color: transparent;
|
|
1816
1781
|
}
|
|
1817
1782
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1818
|
-
color: transparent !important;
|
|
1819
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1783
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1820
1784
|
}
|
|
1821
1785
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1822
|
-
border-color: #ced4da !important;
|
|
1823
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1824
1787
|
}
|
|
1825
1788
|
.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 */
|
|
1789
|
+
border-left-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1828
1790
|
}
|
|
1829
1791
|
.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 */
|
|
1792
|
+
border-right-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1832
1793
|
}
|
|
1833
1794
|
.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 */
|
|
1795
|
+
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1838
1797
|
}
|
|
1839
1798
|
.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 */
|
|
1799
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1844
1801
|
}
|
|
1845
1802
|
.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 */
|
|
1803
|
+
border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1848
1804
|
}
|
|
1849
1805
|
.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 */
|
|
1806
|
+
border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
1807
|
}
|
|
1853
1808
|
.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 */
|
|
1809
|
+
background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
border: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1858
1811
|
}
|
|
1859
1812
|
.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 */
|
|
1813
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1814
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1864
1815
|
}
|
|
1865
1816
|
.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 */
|
|
1817
|
+
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1818
|
+
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1870
1819
|
}
|
|
1871
1820
|
.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 */
|
|
1821
|
+
border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1874
1822
|
}
|
|
1875
1823
|
.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 */
|
|
1824
|
+
border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1878
1825
|
}
|
|
1879
1826
|
.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 */
|
|
1827
|
+
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1828
|
+
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1884
1829
|
}
|
|
1885
1830
|
.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 */
|
|
1831
|
+
border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1888
1832
|
}
|
|
1889
1833
|
.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 */
|
|
1834
|
+
border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1892
1835
|
}
|
|
1893
1836
|
.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 */
|
|
1837
|
+
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1896
1838
|
}
|
|
1897
1839
|
.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 */
|
|
1840
|
+
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1900
1841
|
}
|
|
1901
1842
|
.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 */
|
|
1843
|
+
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1904
1844
|
}
|
|
1905
1845
|
.e-gantt .e-icons {
|
|
1906
1846
|
color: #6c757d;
|
|
1907
1847
|
}
|
|
1908
1848
|
.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 */
|
|
1849
|
+
color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1911
1850
|
}
|
|
1912
1851
|
|
|
1913
1852
|
.e-gantt-dialog .e-dlg-header {
|