@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
package/styles/material.css
CHANGED
|
@@ -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;
|
|
@@ -1243,8 +1219,7 @@
|
|
|
1243
1219
|
}
|
|
1244
1220
|
.e-gantt-dialog .e-richtexteditor {
|
|
1245
1221
|
border-bottom-width: 1px;
|
|
1246
|
-
height: 241px !important;
|
|
1247
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1222
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1248
1223
|
overflow: hidden;
|
|
1249
1224
|
}
|
|
1250
1225
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1256,12 +1231,10 @@
|
|
|
1256
1231
|
overflow: hidden;
|
|
1257
1232
|
}
|
|
1258
1233
|
.e-gantt-dialog > .e-dlg-content {
|
|
1259
|
-
padding: 0 !important;
|
|
1260
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1234
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1261
1235
|
}
|
|
1262
1236
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1263
|
-
border-bottom: 0 !important;
|
|
1264
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1237
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1265
1238
|
}
|
|
1266
1239
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1267
1240
|
border-radius: 0px;
|
|
@@ -1269,10 +1242,8 @@
|
|
|
1269
1242
|
}
|
|
1270
1243
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1271
1244
|
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 */
|
|
1245
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1246
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1276
1247
|
}
|
|
1277
1248
|
|
|
1278
1249
|
.e-icon-rowselect::before {
|
|
@@ -1280,12 +1251,9 @@
|
|
|
1280
1251
|
}
|
|
1281
1252
|
|
|
1282
1253
|
.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 */
|
|
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 */
|
|
1289
1257
|
font-weight: normal;
|
|
1290
1258
|
position: absolute;
|
|
1291
1259
|
user-select: none;
|
|
@@ -1408,10 +1376,8 @@
|
|
|
1408
1376
|
}
|
|
1409
1377
|
|
|
1410
1378
|
.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 */
|
|
1379
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1380
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1415
1381
|
visibility: hidden;
|
|
1416
1382
|
}
|
|
1417
1383
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1427,8 +1393,7 @@
|
|
|
1427
1393
|
color: #757575 !important;
|
|
1428
1394
|
}
|
|
1429
1395
|
.e-predecessor-tooltip .e-tip-content {
|
|
1430
|
-
padding: 3px !important;
|
|
1431
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1396
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1432
1397
|
}
|
|
1433
1398
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1434
1399
|
background-color: #000;
|
|
@@ -1486,8 +1451,7 @@
|
|
|
1486
1451
|
border-top-right-radius: 0px;
|
|
1487
1452
|
}
|
|
1488
1453
|
.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 */
|
|
1454
|
+
box-shadow: 0 0 0 1px #9e9e9e inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1491
1455
|
}
|
|
1492
1456
|
.e-gantt .e-temp-content {
|
|
1493
1457
|
border-color: #e0e0e0;
|
|
@@ -1502,8 +1466,7 @@
|
|
|
1502
1466
|
border-color: #e0e0e0;
|
|
1503
1467
|
}
|
|
1504
1468
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1505
|
-
height: 45px !important;
|
|
1506
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1469
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1507
1470
|
}
|
|
1508
1471
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1509
1472
|
background: rgba(63, 81, 181, 0.15);
|
|
@@ -1527,8 +1490,7 @@
|
|
|
1527
1490
|
line-height: 46px;
|
|
1528
1491
|
}
|
|
1529
1492
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1530
|
-
height: 46px !important;
|
|
1531
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1493
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1532
1494
|
}
|
|
1533
1495
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1534
1496
|
height: 32px;
|
|
@@ -1818,99 +1780,73 @@
|
|
|
1818
1780
|
color: transparent;
|
|
1819
1781
|
}
|
|
1820
1782
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1821
|
-
color: transparent !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1783
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1784
|
}
|
|
1824
1785
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1825
|
-
border-color: #8A8A8A !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1787
|
}
|
|
1828
1788
|
.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 */
|
|
1789
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1790
|
}
|
|
1832
1791
|
.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 */
|
|
1792
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1793
|
}
|
|
1836
1794
|
.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 */
|
|
1795
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1797
|
}
|
|
1842
1798
|
.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 */
|
|
1799
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1801
|
}
|
|
1848
1802
|
.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 */
|
|
1803
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1804
|
}
|
|
1852
1805
|
.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 */
|
|
1806
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1855
1807
|
}
|
|
1856
1808
|
.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 */
|
|
1809
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1811
|
}
|
|
1862
1812
|
.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 */
|
|
1813
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1814
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1867
1815
|
}
|
|
1868
1816
|
.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 */
|
|
1817
|
+
background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1818
|
+
border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1819
|
}
|
|
1874
1820
|
.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 */
|
|
1821
|
+
border-bottom-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1822
|
}
|
|
1878
1823
|
.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 */
|
|
1824
|
+
border-top-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1881
1825
|
}
|
|
1882
1826
|
.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 */
|
|
1827
|
+
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1828
|
+
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1829
|
}
|
|
1888
1830
|
.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 */
|
|
1831
|
+
border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
1832
|
}
|
|
1892
1833
|
.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 */
|
|
1834
|
+
border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1835
|
}
|
|
1896
1836
|
.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 */
|
|
1837
|
+
border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
1838
|
}
|
|
1900
1839
|
.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 */
|
|
1840
|
+
border-left-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1903
1841
|
}
|
|
1904
1842
|
.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 */
|
|
1843
|
+
border-right-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1907
1844
|
}
|
|
1908
1845
|
.e-gantt .e-icons {
|
|
1909
1846
|
color: rgba(0, 0, 0, 0.87);
|
|
1910
1847
|
}
|
|
1911
1848
|
.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 */
|
|
1849
|
+
color: rgba(0, 0, 0, 0.54) !important; /* stylelint-disable-line declaration-no-important */
|
|
1914
1850
|
}
|
|
1915
1851
|
|
|
1916
1852
|
.e-gantt-dialog .e-dlg-header {
|