@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
|
@@ -347,12 +347,10 @@
|
|
|
347
347
|
height: 241px !important;
|
|
348
348
|
}
|
|
349
349
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
350
|
-
height: 63px !important;
|
|
351
|
-
/* stylelint-disable-line declaration-no-important */
|
|
350
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
352
351
|
}
|
|
353
352
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
354
|
-
padding: 16px 14px 17px 16px !important;
|
|
355
|
-
/* stylelint-disable-line declaration-no-important */
|
|
353
|
+
padding: 16px 14px 17px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
356
354
|
}
|
|
357
355
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
358
356
|
left: 1px !important;
|
|
@@ -388,8 +386,7 @@
|
|
|
388
386
|
width: 550px !important;
|
|
389
387
|
}
|
|
390
388
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
391
|
-
padding: 0 16px !important;
|
|
392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
389
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
393
390
|
}
|
|
394
391
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
395
392
|
padding: 16px 9px 0 16px;
|
|
@@ -407,12 +404,10 @@
|
|
|
407
404
|
height: 78px !important;
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
410
|
-
border-bottom: 0 !important;
|
|
411
|
-
/* stylelint-disable-line declaration-no-important */
|
|
407
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
412
408
|
}
|
|
413
409
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
414
|
-
border-radius: 0 !important;
|
|
415
|
-
/* stylelint-disable-line declaration-no-important */
|
|
410
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
416
411
|
}
|
|
417
412
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
418
413
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -420,34 +415,28 @@
|
|
|
420
415
|
}
|
|
421
416
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
422
417
|
border-radius: 50%;
|
|
423
|
-
height: auto !important;
|
|
424
|
-
/* stylelint-disable-line declaration-no-important */
|
|
418
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
425
419
|
width: auto;
|
|
426
420
|
}
|
|
427
421
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
428
422
|
margin-left: 4px !important;
|
|
429
423
|
}
|
|
430
424
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
431
|
-
font-size: 16px !important;
|
|
432
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
433
426
|
}
|
|
434
427
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
435
428
|
min-height: 26px !important;
|
|
436
|
-
min-width: 35.82px !important;
|
|
437
|
-
/* stylelint-disable-line declaration-no-important */
|
|
429
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
438
430
|
}
|
|
439
431
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
440
432
|
line-height: 24px;
|
|
441
|
-
padding: 6px 16px 6px 15px !important;
|
|
442
|
-
/* stylelint-disable-line declaration-no-important */
|
|
433
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
443
434
|
}
|
|
444
435
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
445
|
-
padding: 6px 21px 6px 23px !important;
|
|
446
|
-
/* stylelint-disable-line declaration-no-important */
|
|
436
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
447
437
|
}
|
|
448
438
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
449
|
-
font-size: 16px !important;
|
|
450
|
-
/* stylelint-disable-line declaration-no-important */
|
|
439
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
451
440
|
}
|
|
452
441
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
453
442
|
font-size: 14px;
|
|
@@ -459,33 +448,27 @@
|
|
|
459
448
|
}
|
|
460
449
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
461
450
|
height: 27px !important;
|
|
462
|
-
padding: 5px 0 11px !important;
|
|
463
|
-
/* stylelint-disable-line declaration-no-important */
|
|
451
|
+
padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
464
452
|
}
|
|
465
453
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
466
454
|
min-height: 26px !important;
|
|
467
|
-
min-width: 35.82px !important;
|
|
468
|
-
/* stylelint-disable-line declaration-no-important */
|
|
455
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
469
456
|
}
|
|
470
457
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
471
458
|
min-height: 26px !important;
|
|
472
|
-
min-width: 35.82px !important;
|
|
473
|
-
/* stylelint-disable-line declaration-no-important */
|
|
459
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
474
460
|
}
|
|
475
461
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
476
462
|
height: 44px;
|
|
477
463
|
}
|
|
478
464
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
479
|
-
min-width: 36px !important;
|
|
480
|
-
/* stylelint-disable-line declaration-no-important */
|
|
465
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
481
466
|
}
|
|
482
467
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
483
|
-
margin: 5px 0 6px !important;
|
|
484
|
-
/* stylelint-disable-line declaration-no-important */
|
|
468
|
+
margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
485
469
|
}
|
|
486
470
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
487
|
-
margin-right: 0 !important;
|
|
488
|
-
/* stylelint-disable-line declaration-no-important */
|
|
471
|
+
margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
489
472
|
}
|
|
490
473
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
491
474
|
border-top: 8px solid #000;
|
|
@@ -500,8 +483,7 @@
|
|
|
500
483
|
color: #757575 !important;
|
|
501
484
|
}
|
|
502
485
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
503
|
-
padding: 3px !important;
|
|
504
|
-
/* stylelint-disable-line declaration-no-important */
|
|
486
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
505
487
|
}
|
|
506
488
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
507
489
|
background-color: #000;
|
|
@@ -606,8 +588,7 @@
|
|
|
606
588
|
margin: 0;
|
|
607
589
|
}
|
|
608
590
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
609
|
-
overflow: hidden !important;
|
|
610
|
-
/* stylelint-disable-line declaration-no-important */
|
|
591
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
611
592
|
}
|
|
612
593
|
.e-gantt .e-temp-content {
|
|
613
594
|
border-left: 1px solid;
|
|
@@ -634,23 +615,19 @@
|
|
|
634
615
|
height: 45px;
|
|
635
616
|
}
|
|
636
617
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
637
|
-
border-right-width: 0 !important;
|
|
638
|
-
/* stylelint-disable-line declaration-no-important */
|
|
618
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
639
619
|
}
|
|
640
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
641
621
|
border-top-style: none;
|
|
642
622
|
border-top-width: 0;
|
|
643
|
-
padding-right: 0 !important;
|
|
644
|
-
/* stylelint-disable-line declaration-no-important */
|
|
623
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
645
624
|
}
|
|
646
625
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
647
626
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
648
|
-
height: 63px !important;
|
|
649
|
-
/* stylelint-disable-line declaration-no-important */
|
|
627
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
650
628
|
}
|
|
651
629
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
652
|
-
overflow-x: scroll !important;
|
|
653
|
-
/* stylelint-disable-line declaration-no-important */
|
|
630
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
654
631
|
}
|
|
655
632
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
656
633
|
width: calc(100% + 17px);
|
|
@@ -675,8 +652,7 @@
|
|
|
675
652
|
border-right: 0 solid;
|
|
676
653
|
}
|
|
677
654
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
678
|
-
-webkit-overflow-scrolling: touch;
|
|
679
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
655
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
680
656
|
overflow-x: scroll;
|
|
681
657
|
overflow-y: auto;
|
|
682
658
|
position: relative;
|
|
@@ -766,10 +742,10 @@
|
|
|
766
742
|
box-sizing: border-box;
|
|
767
743
|
}
|
|
768
744
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
769
|
-
border-spacing: 0;
|
|
745
|
+
border-spacing: 0.25px;
|
|
770
746
|
}
|
|
771
747
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
772
|
-
border-top
|
|
748
|
+
border-top: 0;
|
|
773
749
|
}
|
|
774
750
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
775
751
|
border-collapse: separate;
|
|
@@ -1014,6 +990,7 @@
|
|
|
1014
990
|
}
|
|
1015
991
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1016
992
|
overflow: hidden;
|
|
993
|
+
border-collapse: separate;
|
|
1017
994
|
}
|
|
1018
995
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1019
996
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1243,8 +1220,7 @@
|
|
|
1243
1220
|
}
|
|
1244
1221
|
.e-gantt-dialog .e-richtexteditor {
|
|
1245
1222
|
border-bottom-width: 1px;
|
|
1246
|
-
height: 241px !important;
|
|
1247
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1223
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1248
1224
|
overflow: hidden;
|
|
1249
1225
|
}
|
|
1250
1226
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1256,12 +1232,10 @@
|
|
|
1256
1232
|
overflow: hidden;
|
|
1257
1233
|
}
|
|
1258
1234
|
.e-gantt-dialog > .e-dlg-content {
|
|
1259
|
-
padding: 0 !important;
|
|
1260
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1235
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1261
1236
|
}
|
|
1262
1237
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1263
|
-
border-bottom: 0 !important;
|
|
1264
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1238
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1265
1239
|
}
|
|
1266
1240
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1267
1241
|
border-radius: 0px;
|
|
@@ -1269,10 +1243,8 @@
|
|
|
1269
1243
|
}
|
|
1270
1244
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1271
1245
|
border-radius: 50%;
|
|
1272
|
-
height: auto !important;
|
|
1273
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1274
|
-
width: auto !important;
|
|
1275
|
-
/* 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 */
|
|
1276
1248
|
}
|
|
1277
1249
|
|
|
1278
1250
|
.e-icon-rowselect::before {
|
|
@@ -1280,12 +1252,9 @@
|
|
|
1280
1252
|
}
|
|
1281
1253
|
|
|
1282
1254
|
.e-ganttpopup {
|
|
1283
|
-
-moz-user-select: none;
|
|
1284
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1285
|
-
-
|
|
1286
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1287
|
-
-webkit-user-select: none;
|
|
1288
|
-
/* 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 */
|
|
1289
1258
|
font-weight: normal;
|
|
1290
1259
|
position: absolute;
|
|
1291
1260
|
user-select: none;
|
|
@@ -1408,10 +1377,8 @@
|
|
|
1408
1377
|
}
|
|
1409
1378
|
|
|
1410
1379
|
.e-predecessor-tooltip {
|
|
1411
|
-
background-color: #000 !important;
|
|
1412
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1413
|
-
border-color: #000 !important;
|
|
1414
|
-
/* 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 */
|
|
1415
1382
|
visibility: hidden;
|
|
1416
1383
|
}
|
|
1417
1384
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1427,8 +1394,7 @@
|
|
|
1427
1394
|
color: #757575 !important;
|
|
1428
1395
|
}
|
|
1429
1396
|
.e-predecessor-tooltip .e-tip-content {
|
|
1430
|
-
padding: 3px !important;
|
|
1431
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1397
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1432
1398
|
}
|
|
1433
1399
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1434
1400
|
background-color: #000;
|
|
@@ -1486,8 +1452,7 @@
|
|
|
1486
1452
|
border-top-right-radius: 0px;
|
|
1487
1453
|
}
|
|
1488
1454
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1489
|
-
box-shadow: 0 0 0 1px #9e9e9e inset !important;
|
|
1490
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1455
|
+
box-shadow: 0 0 0 1px #9e9e9e inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1491
1456
|
}
|
|
1492
1457
|
.e-gantt .e-temp-content {
|
|
1493
1458
|
border-color: #e0e0e0;
|
|
@@ -1502,8 +1467,7 @@
|
|
|
1502
1467
|
border-color: #e0e0e0;
|
|
1503
1468
|
}
|
|
1504
1469
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1505
|
-
height: 45px !important;
|
|
1506
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1470
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1507
1471
|
}
|
|
1508
1472
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1509
1473
|
background: rgba(63, 81, 181, 0.15);
|
|
@@ -1527,8 +1491,7 @@
|
|
|
1527
1491
|
line-height: 46px;
|
|
1528
1492
|
}
|
|
1529
1493
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1530
|
-
height: 46px !important;
|
|
1531
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1494
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1532
1495
|
}
|
|
1533
1496
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1534
1497
|
height: 32px;
|
|
@@ -1818,99 +1781,73 @@
|
|
|
1818
1781
|
color: transparent;
|
|
1819
1782
|
}
|
|
1820
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1821
|
-
color: transparent !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1784
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1785
|
}
|
|
1824
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1825
|
-
border-color: #8A8A8A !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1787
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1788
|
}
|
|
1828
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1829
|
-
border-left-color: #8A8A8A !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1791
|
}
|
|
1832
1792
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1833
|
-
border-right-color: #8A8A8A !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1794
|
}
|
|
1836
1795
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1837
|
-
background: #D5D5D5 !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1839
|
-
border: #D5D5D5 !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1798
|
}
|
|
1842
1799
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1843
|
-
background-color: transparent !important;
|
|
1844
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1845
|
-
border: transparent !important;
|
|
1846
|
-
/* 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 */
|
|
1847
1802
|
}
|
|
1848
1803
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1849
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1850
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1804
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1805
|
}
|
|
1852
1806
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1853
|
-
border-top-color: #D5D5D5 !important;
|
|
1854
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1855
1808
|
}
|
|
1856
1809
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1857
|
-
background-color: #8A8A8A !important;
|
|
1858
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1859
|
-
border: #8A8A8A !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1812
|
}
|
|
1862
1813
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1863
|
-
background-color: transparent !important;
|
|
1864
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1865
|
-
border: transparent !important;
|
|
1866
|
-
/* 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 */
|
|
1867
1816
|
}
|
|
1868
1817
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1869
|
-
background: #3f51b5 !important;
|
|
1870
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1871
|
-
border: #3f51b5 !important;
|
|
1872
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1818
|
+
background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1819
|
+
border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1820
|
}
|
|
1874
1821
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1875
|
-
border-bottom-color: #3f51b5 !important;
|
|
1876
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1822
|
+
border-bottom-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1823
|
}
|
|
1878
1824
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1879
|
-
border-top-color: #3f51b5 !important;
|
|
1880
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1825
|
+
border-top-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1881
1826
|
}
|
|
1882
1827
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1883
|
-
background: #8591d5 !important;
|
|
1884
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1885
|
-
border: #8591d5 !important;
|
|
1886
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1828
|
+
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1829
|
+
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1830
|
}
|
|
1888
1831
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1889
|
-
border-bottom-color: #8591d5 !important;
|
|
1890
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1832
|
+
border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
1833
|
}
|
|
1892
1834
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1893
|
-
border-top-color: #8591d5 !important;
|
|
1894
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1835
|
+
border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1836
|
}
|
|
1896
1837
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1897
|
-
border-color: #3f51b5 !important;
|
|
1898
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1838
|
+
border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
1839
|
}
|
|
1900
1840
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1901
|
-
border-left-color: #3f51b5 !important;
|
|
1902
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1841
|
+
border-left-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1903
1842
|
}
|
|
1904
1843
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1905
|
-
border-right-color: #3f51b5 !important;
|
|
1906
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1844
|
+
border-right-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1907
1845
|
}
|
|
1908
1846
|
.e-gantt .e-icons {
|
|
1909
1847
|
color: rgba(0, 0, 0, 0.87);
|
|
1910
1848
|
}
|
|
1911
1849
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1912
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
1913
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1850
|
+
color: rgba(0, 0, 0, 0.54) !important; /* stylelint-disable-line declaration-no-important */
|
|
1914
1851
|
}
|
|
1915
1852
|
|
|
1916
1853
|
.e-gantt-dialog .e-dlg-header {
|