@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
|
@@ -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;
|
|
@@ -761,10 +740,10 @@
|
|
|
761
740
|
box-sizing: border-box;
|
|
762
741
|
}
|
|
763
742
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
764
|
-
border-spacing: 0;
|
|
743
|
+
border-spacing: 0.25px;
|
|
765
744
|
}
|
|
766
745
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
767
|
-
border-top
|
|
746
|
+
border-top: 0;
|
|
768
747
|
}
|
|
769
748
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
770
749
|
border-collapse: separate;
|
|
@@ -1009,6 +988,7 @@
|
|
|
1009
988
|
}
|
|
1010
989
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1011
990
|
overflow: hidden;
|
|
991
|
+
border-collapse: separate;
|
|
1012
992
|
}
|
|
1013
993
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1014
994
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1238,8 +1218,7 @@
|
|
|
1238
1218
|
}
|
|
1239
1219
|
.e-gantt-dialog .e-richtexteditor {
|
|
1240
1220
|
border-bottom-width: 1px;
|
|
1241
|
-
height: 241px !important;
|
|
1242
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1221
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1243
1222
|
overflow: hidden;
|
|
1244
1223
|
}
|
|
1245
1224
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1251,12 +1230,10 @@
|
|
|
1251
1230
|
overflow: hidden;
|
|
1252
1231
|
}
|
|
1253
1232
|
.e-gantt-dialog > .e-dlg-content {
|
|
1254
|
-
padding: 0 !important;
|
|
1255
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1233
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1256
1234
|
}
|
|
1257
1235
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1258
|
-
border-bottom: 0 !important;
|
|
1259
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1236
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1260
1237
|
}
|
|
1261
1238
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1262
1239
|
border-radius: 0px;
|
|
@@ -1264,10 +1241,8 @@
|
|
|
1264
1241
|
}
|
|
1265
1242
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1266
1243
|
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 */
|
|
1244
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1245
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1271
1246
|
}
|
|
1272
1247
|
|
|
1273
1248
|
.e-icon-rowselect::before {
|
|
@@ -1275,12 +1250,9 @@
|
|
|
1275
1250
|
}
|
|
1276
1251
|
|
|
1277
1252
|
.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 */
|
|
1253
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1254
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1255
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1284
1256
|
font-weight: normal;
|
|
1285
1257
|
position: absolute;
|
|
1286
1258
|
user-select: none;
|
|
@@ -1403,10 +1375,8 @@
|
|
|
1403
1375
|
}
|
|
1404
1376
|
|
|
1405
1377
|
.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 */
|
|
1378
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1379
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1410
1380
|
visibility: hidden;
|
|
1411
1381
|
}
|
|
1412
1382
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1423,8 +1393,7 @@
|
|
|
1423
1393
|
color: #757575 !important;
|
|
1424
1394
|
}
|
|
1425
1395
|
.e-predecessor-tooltip .e-tip-content {
|
|
1426
|
-
padding: 3px !important;
|
|
1427
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1396
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1428
1397
|
}
|
|
1429
1398
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1430
1399
|
background-color: #000;
|
|
@@ -1482,8 +1451,7 @@
|
|
|
1482
1451
|
border-top-right-radius: 0px;
|
|
1483
1452
|
}
|
|
1484
1453
|
.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 */
|
|
1454
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
1455
|
}
|
|
1488
1456
|
.e-gantt .e-temp-content {
|
|
1489
1457
|
border-color: #969696;
|
|
@@ -1498,8 +1466,7 @@
|
|
|
1498
1466
|
border-color: #969696;
|
|
1499
1467
|
}
|
|
1500
1468
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1501
|
-
height: 45px !important;
|
|
1502
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1469
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1503
1470
|
}
|
|
1504
1471
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1505
1472
|
background: rgba(255, 217, 57, 0.7);
|
|
@@ -1523,8 +1490,7 @@
|
|
|
1523
1490
|
line-height: 46px;
|
|
1524
1491
|
}
|
|
1525
1492
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1526
|
-
height: 46px !important;
|
|
1527
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1493
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1528
1494
|
}
|
|
1529
1495
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1530
1496
|
height: 32px;
|
|
@@ -1814,99 +1780,73 @@
|
|
|
1814
1780
|
color: transparent;
|
|
1815
1781
|
}
|
|
1816
1782
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1817
|
-
color: transparent !important;
|
|
1818
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1783
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1819
1784
|
}
|
|
1820
1785
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1821
|
-
border-color: #8A8A8A !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1787
|
}
|
|
1824
1788
|
.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 */
|
|
1789
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1790
|
}
|
|
1828
1791
|
.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 */
|
|
1792
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1793
|
}
|
|
1832
1794
|
.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 */
|
|
1795
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1837
1797
|
}
|
|
1838
1798
|
.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 */
|
|
1799
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1801
|
}
|
|
1844
1802
|
.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 */
|
|
1803
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1804
|
}
|
|
1848
1805
|
.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 */
|
|
1806
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1807
|
}
|
|
1852
1808
|
.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 */
|
|
1809
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1811
|
}
|
|
1858
1812
|
.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 */
|
|
1813
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1814
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1863
1815
|
}
|
|
1864
1816
|
.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 */
|
|
1817
|
+
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1818
|
+
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1819
|
}
|
|
1870
1820
|
.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 */
|
|
1821
|
+
border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1822
|
}
|
|
1874
1823
|
.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 */
|
|
1824
|
+
border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1825
|
}
|
|
1878
1826
|
.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 */
|
|
1827
|
+
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1828
|
+
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
1829
|
}
|
|
1884
1830
|
.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 */
|
|
1831
|
+
border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1832
|
}
|
|
1888
1833
|
.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 */
|
|
1834
|
+
border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
1835
|
}
|
|
1892
1836
|
.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 */
|
|
1837
|
+
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1838
|
}
|
|
1896
1839
|
.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 */
|
|
1840
|
+
border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
1841
|
}
|
|
1900
1842
|
.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 */
|
|
1843
|
+
border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1903
1844
|
}
|
|
1904
1845
|
.e-gantt .e-icons {
|
|
1905
1846
|
color: #fff;
|
|
1906
1847
|
}
|
|
1907
1848
|
.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 */
|
|
1849
|
+
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1910
1850
|
}
|
|
1911
1851
|
|
|
1912
1852
|
.e-gantt-dialog .e-dlg-header {
|