@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/fluent-dark.css
CHANGED
|
@@ -330,12 +330,10 @@
|
|
|
330
330
|
height: 254px !important;
|
|
331
331
|
}
|
|
332
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
333
|
-
height: 63px !important;
|
|
334
|
-
/* stylelint-disable-line declaration-no-important */
|
|
333
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
335
334
|
}
|
|
336
335
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
337
|
-
padding: 16px 4px 16px 28px !important;
|
|
338
|
-
/* stylelint-disable-line declaration-no-important */
|
|
336
|
+
padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
339
337
|
}
|
|
340
338
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
341
339
|
left: 8px !important;
|
|
@@ -374,8 +372,7 @@
|
|
|
374
372
|
width: 580px !important;
|
|
375
373
|
}
|
|
376
374
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
377
|
-
padding: 0 16px !important;
|
|
378
|
-
/* stylelint-disable-line declaration-no-important */
|
|
375
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
381
378
|
padding: 16px 8px 0 28px;
|
|
@@ -393,12 +390,10 @@
|
|
|
393
390
|
height: 84px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
396
|
-
border-bottom: 0 !important;
|
|
397
|
-
/* stylelint-disable-line declaration-no-important */
|
|
393
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
398
394
|
}
|
|
399
395
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
400
|
-
border-radius: 0 !important;
|
|
401
|
-
/* stylelint-disable-line declaration-no-important */
|
|
396
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
402
397
|
}
|
|
403
398
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
404
399
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -406,34 +401,28 @@
|
|
|
406
401
|
}
|
|
407
402
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
408
403
|
border-radius: 50%;
|
|
409
|
-
height: auto !important;
|
|
410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
404
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
411
405
|
width: auto;
|
|
412
406
|
}
|
|
413
407
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
414
408
|
margin-left: 16px !important;
|
|
415
409
|
}
|
|
416
410
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
417
|
-
font-size: 16px !important;
|
|
418
|
-
/* stylelint-disable-line declaration-no-important */
|
|
411
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
419
412
|
}
|
|
420
413
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
421
414
|
min-height: 35px !important;
|
|
422
|
-
min-width: 35.82px !important;
|
|
423
|
-
/* stylelint-disable-line declaration-no-important */
|
|
415
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
424
416
|
}
|
|
425
417
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
426
418
|
line-height: 24px;
|
|
427
|
-
padding: 6px 16px 6px 15px !important;
|
|
428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
419
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
429
420
|
}
|
|
430
421
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
431
|
-
padding: 6px 21px 6px 23px !important;
|
|
432
|
-
/* stylelint-disable-line declaration-no-important */
|
|
422
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
433
423
|
}
|
|
434
424
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
435
|
-
font-size: 16px !important;
|
|
436
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
437
426
|
}
|
|
438
427
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
439
428
|
font-size: 14px;
|
|
@@ -448,20 +437,17 @@
|
|
|
448
437
|
}
|
|
449
438
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
450
439
|
min-height: 35px !important;
|
|
451
|
-
min-width: 35.82px !important;
|
|
452
|
-
/* stylelint-disable-line declaration-no-important */
|
|
440
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
453
441
|
}
|
|
454
442
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
455
443
|
min-height: 35px !important;
|
|
456
|
-
min-width: 35.82px !important;
|
|
457
|
-
/* stylelint-disable-line declaration-no-important */
|
|
444
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
458
445
|
}
|
|
459
446
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
460
447
|
height: 40px;
|
|
461
448
|
}
|
|
462
449
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
463
|
-
min-width: 36px !important;
|
|
464
|
-
/* stylelint-disable-line declaration-no-important */
|
|
450
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
465
451
|
}
|
|
466
452
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
467
453
|
border-top: 8px solid #000;
|
|
@@ -477,8 +463,7 @@
|
|
|
477
463
|
color: #484644 !important;
|
|
478
464
|
}
|
|
479
465
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
480
|
-
padding: 3px !important;
|
|
481
|
-
/* stylelint-disable-line declaration-no-important */
|
|
466
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
482
467
|
}
|
|
483
468
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
484
469
|
background-color: #000;
|
|
@@ -584,8 +569,7 @@
|
|
|
584
569
|
margin: 0;
|
|
585
570
|
}
|
|
586
571
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
587
|
-
overflow: hidden !important;
|
|
588
|
-
/* stylelint-disable-line declaration-no-important */
|
|
572
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
589
573
|
}
|
|
590
574
|
.e-gantt .e-temp-content {
|
|
591
575
|
border-left: 1px solid;
|
|
@@ -612,23 +596,19 @@
|
|
|
612
596
|
height: 45px;
|
|
613
597
|
}
|
|
614
598
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
615
|
-
border-right-width: 0 !important;
|
|
616
|
-
/* stylelint-disable-line declaration-no-important */
|
|
599
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
617
600
|
}
|
|
618
601
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
619
602
|
border-top-style: none;
|
|
620
603
|
border-top-width: 0;
|
|
621
|
-
padding-right: 0 !important;
|
|
622
|
-
/* stylelint-disable-line declaration-no-important */
|
|
604
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
623
605
|
}
|
|
624
606
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
625
607
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
626
|
-
height: 51px !important;
|
|
627
|
-
/* stylelint-disable-line declaration-no-important */
|
|
608
|
+
height: 51px !important; /* stylelint-disable-line declaration-no-important */
|
|
628
609
|
}
|
|
629
610
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
630
|
-
overflow-x: scroll !important;
|
|
631
|
-
/* stylelint-disable-line declaration-no-important */
|
|
611
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
632
612
|
}
|
|
633
613
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
634
614
|
width: calc(100% + 17px);
|
|
@@ -653,8 +633,7 @@
|
|
|
653
633
|
border-right: 0 solid;
|
|
654
634
|
}
|
|
655
635
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
656
|
-
-webkit-overflow-scrolling: touch;
|
|
657
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
636
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
658
637
|
overflow-x: scroll;
|
|
659
638
|
overflow-y: auto;
|
|
660
639
|
position: relative;
|
|
@@ -1221,8 +1200,7 @@
|
|
|
1221
1200
|
}
|
|
1222
1201
|
.e-gantt-dialog .e-richtexteditor {
|
|
1223
1202
|
border-bottom-width: 0px;
|
|
1224
|
-
height: 241px !important;
|
|
1225
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1203
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1204
|
overflow: hidden;
|
|
1227
1205
|
}
|
|
1228
1206
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1234,12 +1212,10 @@
|
|
|
1234
1212
|
overflow: hidden;
|
|
1235
1213
|
}
|
|
1236
1214
|
.e-gantt-dialog > .e-dlg-content {
|
|
1237
|
-
padding: 0 !important;
|
|
1238
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1215
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1239
1216
|
}
|
|
1240
1217
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1241
|
-
border-bottom: 0 !important;
|
|
1242
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1218
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1243
1219
|
}
|
|
1244
1220
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1245
1221
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1247,10 +1223,8 @@
|
|
|
1247
1223
|
}
|
|
1248
1224
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1249
1225
|
border-radius: 50%;
|
|
1250
|
-
height: auto !important;
|
|
1251
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1252
|
-
width: auto !important;
|
|
1253
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1226
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1227
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1254
1228
|
}
|
|
1255
1229
|
|
|
1256
1230
|
.e-icon-rowselect::before {
|
|
@@ -1258,12 +1232,9 @@
|
|
|
1258
1232
|
}
|
|
1259
1233
|
|
|
1260
1234
|
.e-ganttpopup {
|
|
1261
|
-
-moz-user-select: none;
|
|
1262
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1263
|
-
-
|
|
1264
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1265
|
-
-webkit-user-select: none;
|
|
1266
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1235
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1236
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1237
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1267
1238
|
font-weight: normal;
|
|
1268
1239
|
position: absolute;
|
|
1269
1240
|
user-select: none;
|
|
@@ -1386,10 +1357,8 @@
|
|
|
1386
1357
|
}
|
|
1387
1358
|
|
|
1388
1359
|
.e-predecessor-tooltip {
|
|
1389
|
-
background-color: #000 !important;
|
|
1390
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1391
|
-
border-color: #000 !important;
|
|
1392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1360
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1361
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1393
1362
|
visibility: hidden;
|
|
1394
1363
|
}
|
|
1395
1364
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1406,8 +1375,7 @@
|
|
|
1406
1375
|
color: #484644 !important;
|
|
1407
1376
|
}
|
|
1408
1377
|
.e-predecessor-tooltip .e-tip-content {
|
|
1409
|
-
padding: 3px !important;
|
|
1410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1378
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1411
1379
|
}
|
|
1412
1380
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1413
1381
|
background-color: #000;
|
|
@@ -1466,8 +1434,7 @@
|
|
|
1466
1434
|
border-top-right-radius: 0px;
|
|
1467
1435
|
}
|
|
1468
1436
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1469
|
-
box-shadow: 0 0 0 1px #a19f9d inset !important;
|
|
1470
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1437
|
+
box-shadow: 0 0 0 1px #a19f9d inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1471
1438
|
}
|
|
1472
1439
|
.e-gantt .e-temp-content {
|
|
1473
1440
|
border-color: #292827;
|
|
@@ -1482,8 +1449,7 @@
|
|
|
1482
1449
|
border-color: #292827;
|
|
1483
1450
|
}
|
|
1484
1451
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1485
|
-
height: 45px !important;
|
|
1486
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1452
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
1453
|
}
|
|
1488
1454
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1489
1455
|
background: #292827;
|
|
@@ -1507,8 +1473,7 @@
|
|
|
1507
1473
|
line-height: 46px;
|
|
1508
1474
|
}
|
|
1509
1475
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1510
|
-
height: 46px !important;
|
|
1511
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1476
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1512
1477
|
}
|
|
1513
1478
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1514
1479
|
height: 26px;
|
|
@@ -1798,99 +1763,73 @@
|
|
|
1798
1763
|
color: transparent;
|
|
1799
1764
|
}
|
|
1800
1765
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1801
|
-
color: transparent !important;
|
|
1802
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1766
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1767
|
}
|
|
1804
1768
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1805
|
-
border-color: #323130 !important;
|
|
1806
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1769
|
+
border-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1807
1770
|
}
|
|
1808
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1809
|
-
border-left-color: #323130 !important;
|
|
1810
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1772
|
+
border-left-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1773
|
}
|
|
1812
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1813
|
-
border-right-color: #323130 !important;
|
|
1814
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1775
|
+
border-right-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1776
|
}
|
|
1816
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1817
|
-
background: #005a9e !important;
|
|
1818
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1819
|
-
border: #005a9e !important;
|
|
1820
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1778
|
+
background: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1779
|
+
border: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1821
1780
|
}
|
|
1822
1781
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1823
|
-
background-color: transparent !important;
|
|
1824
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1825
|
-
border: transparent !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1782
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1783
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1784
|
}
|
|
1828
1785
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1829
|
-
border-bottom-color: #005a9e !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border-bottom-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1787
|
}
|
|
1832
1788
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1833
|
-
border-top-color: #005a9e !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1789
|
+
border-top-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1790
|
}
|
|
1836
1791
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1837
|
-
background-color: #323130 !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1839
|
-
border: #323130 !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1792
|
+
background-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
border: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1794
|
}
|
|
1842
1795
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-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 */
|
|
1796
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1798
|
}
|
|
1848
1799
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1849
|
-
background: #0078d4 !important;
|
|
1850
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1851
|
-
border: #0078d4 !important;
|
|
1852
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
|
+
border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1853
1802
|
}
|
|
1854
1803
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1855
|
-
border-bottom-color: #0078d4 !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1804
|
+
border-bottom-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1805
|
}
|
|
1858
1806
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1859
|
-
border-top-color: #0078d4 !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
+
border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1808
|
}
|
|
1862
1809
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1863
|
-
background: #3baaff !important;
|
|
1864
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1865
|
-
border: #3baaff !important;
|
|
1866
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1810
|
+
background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
|
+
border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1867
1812
|
}
|
|
1868
1813
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1869
|
-
border-bottom-color: #3baaff !important;
|
|
1870
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1814
|
+
border-bottom-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1871
1815
|
}
|
|
1872
1816
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1873
|
-
border-top-color: #3baaff !important;
|
|
1874
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1817
|
+
border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1875
1818
|
}
|
|
1876
1819
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1877
|
-
border-color: #0078d4 !important;
|
|
1878
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1820
|
+
border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1879
1821
|
}
|
|
1880
1822
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1881
|
-
border-left-color: #0078d4 !important;
|
|
1882
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1823
|
+
border-left-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
1824
|
}
|
|
1884
1825
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1885
|
-
border-right-color: #0078d4 !important;
|
|
1886
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1826
|
+
border-right-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1827
|
}
|
|
1888
1828
|
.e-gantt .e-icons {
|
|
1889
1829
|
color: #a19f9d;
|
|
1890
1830
|
}
|
|
1891
1831
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1892
|
-
color: #a19f9d !important;
|
|
1893
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1832
|
+
color: #a19f9d !important; /* stylelint-disable-line declaration-no-important */
|
|
1894
1833
|
}
|
|
1895
1834
|
|
|
1896
1835
|
.e-gantt-dialog .e-dlg-header {
|