@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
package/styles/gantt/fluent.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: #a19f9d !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;
|
|
@@ -744,10 +723,10 @@
|
|
|
744
723
|
box-sizing: border-box;
|
|
745
724
|
}
|
|
746
725
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
747
|
-
border-spacing: 0;
|
|
726
|
+
border-spacing: 0.25px;
|
|
748
727
|
}
|
|
749
728
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
750
|
-
border-top
|
|
729
|
+
border-top: 0;
|
|
751
730
|
}
|
|
752
731
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
753
732
|
border-collapse: separate;
|
|
@@ -992,6 +971,7 @@
|
|
|
992
971
|
}
|
|
993
972
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
994
973
|
overflow: hidden;
|
|
974
|
+
border-collapse: separate;
|
|
995
975
|
}
|
|
996
976
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
997
977
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1221,8 +1201,7 @@
|
|
|
1221
1201
|
}
|
|
1222
1202
|
.e-gantt-dialog .e-richtexteditor {
|
|
1223
1203
|
border-bottom-width: 0px;
|
|
1224
|
-
height: 241px !important;
|
|
1225
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1204
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1205
|
overflow: hidden;
|
|
1227
1206
|
}
|
|
1228
1207
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1234,12 +1213,10 @@
|
|
|
1234
1213
|
overflow: hidden;
|
|
1235
1214
|
}
|
|
1236
1215
|
.e-gantt-dialog > .e-dlg-content {
|
|
1237
|
-
padding: 0 !important;
|
|
1238
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1216
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1239
1217
|
}
|
|
1240
1218
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1241
|
-
border-bottom: 0 !important;
|
|
1242
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1219
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1243
1220
|
}
|
|
1244
1221
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1245
1222
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1247,10 +1224,8 @@
|
|
|
1247
1224
|
}
|
|
1248
1225
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1249
1226
|
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 */
|
|
1227
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1228
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1254
1229
|
}
|
|
1255
1230
|
|
|
1256
1231
|
.e-icon-rowselect::before {
|
|
@@ -1258,12 +1233,9 @@
|
|
|
1258
1233
|
}
|
|
1259
1234
|
|
|
1260
1235
|
.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 */
|
|
1236
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1237
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1238
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1267
1239
|
font-weight: normal;
|
|
1268
1240
|
position: absolute;
|
|
1269
1241
|
user-select: none;
|
|
@@ -1386,10 +1358,8 @@
|
|
|
1386
1358
|
}
|
|
1387
1359
|
|
|
1388
1360
|
.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 */
|
|
1361
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1362
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1393
1363
|
visibility: hidden;
|
|
1394
1364
|
}
|
|
1395
1365
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1406,8 +1376,7 @@
|
|
|
1406
1376
|
color: #a19f9d !important;
|
|
1407
1377
|
}
|
|
1408
1378
|
.e-predecessor-tooltip .e-tip-content {
|
|
1409
|
-
padding: 3px !important;
|
|
1410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1379
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1411
1380
|
}
|
|
1412
1381
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1413
1382
|
background-color: #000;
|
|
@@ -1466,8 +1435,7 @@
|
|
|
1466
1435
|
border-top-right-radius: 0px;
|
|
1467
1436
|
}
|
|
1468
1437
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1469
|
-
box-shadow: 0 0 0 1px #605e5c inset !important;
|
|
1470
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1438
|
+
box-shadow: 0 0 0 1px #605e5c inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1471
1439
|
}
|
|
1472
1440
|
.e-gantt .e-temp-content {
|
|
1473
1441
|
border-color: #edebe9;
|
|
@@ -1482,8 +1450,7 @@
|
|
|
1482
1450
|
border-color: #edebe9;
|
|
1483
1451
|
}
|
|
1484
1452
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1485
|
-
height: 45px !important;
|
|
1486
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1453
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
1454
|
}
|
|
1488
1455
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1489
1456
|
background: #edebe9;
|
|
@@ -1507,8 +1474,7 @@
|
|
|
1507
1474
|
line-height: 46px;
|
|
1508
1475
|
}
|
|
1509
1476
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1510
|
-
height: 46px !important;
|
|
1511
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1477
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1512
1478
|
}
|
|
1513
1479
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1514
1480
|
height: 26px;
|
|
@@ -1798,99 +1764,73 @@
|
|
|
1798
1764
|
color: transparent;
|
|
1799
1765
|
}
|
|
1800
1766
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1801
|
-
color: transparent !important;
|
|
1802
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1767
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1768
|
}
|
|
1804
1769
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1805
|
-
border-color: #e1dfdd !important;
|
|
1806
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1770
|
+
border-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
1807
1771
|
}
|
|
1808
1772
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1809
|
-
border-left-color: #e1dfdd !important;
|
|
1810
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1773
|
+
border-left-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1774
|
}
|
|
1812
1775
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1813
|
-
border-right-color: #e1dfdd !important;
|
|
1814
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1776
|
+
border-right-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1777
|
}
|
|
1816
1778
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1817
|
-
background: #c7e0f4 !important;
|
|
1818
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1819
|
-
border: #c7e0f4 !important;
|
|
1820
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1779
|
+
background: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1780
|
+
border: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1821
1781
|
}
|
|
1822
1782
|
.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 */
|
|
1783
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1784
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1785
|
}
|
|
1828
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1829
|
-
border-bottom-color: #c7e0f4 !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1787
|
+
border-bottom-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1788
|
}
|
|
1832
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1833
|
-
border-top-color: #c7e0f4 !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
border-top-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1791
|
}
|
|
1836
1792
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1837
|
-
background-color: #e1dfdd !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1839
|
-
border: #e1dfdd !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
background-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
1794
|
+
border: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1795
|
}
|
|
1842
1796
|
.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 */
|
|
1797
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1798
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1799
|
}
|
|
1848
1800
|
.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 */
|
|
1801
|
+
background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1802
|
+
border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1853
1803
|
}
|
|
1854
1804
|
.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 */
|
|
1805
|
+
border-bottom-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1806
|
}
|
|
1858
1807
|
.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 */
|
|
1808
|
+
border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1809
|
}
|
|
1862
1810
|
.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 */
|
|
1811
|
+
background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1812
|
+
border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1867
1813
|
}
|
|
1868
1814
|
.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 */
|
|
1815
|
+
border-bottom-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1871
1816
|
}
|
|
1872
1817
|
.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 */
|
|
1818
|
+
border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1875
1819
|
}
|
|
1876
1820
|
.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 */
|
|
1821
|
+
border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1879
1822
|
}
|
|
1880
1823
|
.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 */
|
|
1824
|
+
border-left-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
1825
|
}
|
|
1884
1826
|
.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 */
|
|
1827
|
+
border-right-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1887
1828
|
}
|
|
1888
1829
|
.e-gantt .e-icons {
|
|
1889
1830
|
color: #605e5c;
|
|
1890
1831
|
}
|
|
1891
1832
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1892
|
-
color: #605e5c !important;
|
|
1893
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1833
|
+
color: #605e5c !important; /* stylelint-disable-line declaration-no-important */
|
|
1894
1834
|
}
|
|
1895
1835
|
|
|
1896
1836
|
.e-gantt-dialog .e-dlg-header {
|