@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
|
@@ -307,12 +307,10 @@
|
|
|
307
307
|
height: 241px !important;
|
|
308
308
|
}
|
|
309
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
310
|
-
height: 63px !important;
|
|
311
|
-
/* stylelint-disable-line declaration-no-important */
|
|
310
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
312
311
|
}
|
|
313
312
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
314
|
-
padding: 16px 4px 17px 16px !important;
|
|
315
|
-
/* stylelint-disable-line declaration-no-important */
|
|
313
|
+
padding: 16px 4px 17px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
316
314
|
}
|
|
317
315
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
318
316
|
left: 1px !important;
|
|
@@ -348,8 +346,7 @@
|
|
|
348
346
|
width: 550px !important;
|
|
349
347
|
}
|
|
350
348
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
351
|
-
padding: 0 16px !important;
|
|
352
|
-
/* stylelint-disable-line declaration-no-important */
|
|
349
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
353
350
|
}
|
|
354
351
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
355
352
|
padding: 16px 9px 0 16px;
|
|
@@ -367,12 +364,10 @@
|
|
|
367
364
|
height: 78px !important;
|
|
368
365
|
}
|
|
369
366
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
370
|
-
border-bottom: 0 !important;
|
|
371
|
-
/* stylelint-disable-line declaration-no-important */
|
|
367
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
372
368
|
}
|
|
373
369
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
374
|
-
border-radius: 0 !important;
|
|
375
|
-
/* stylelint-disable-line declaration-no-important */
|
|
370
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
376
371
|
}
|
|
377
372
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
378
373
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -380,34 +375,28 @@
|
|
|
380
375
|
}
|
|
381
376
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
382
377
|
border-radius: 50%;
|
|
383
|
-
height: auto !important;
|
|
384
|
-
/* stylelint-disable-line declaration-no-important */
|
|
378
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
385
379
|
width: auto;
|
|
386
380
|
}
|
|
387
381
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
388
382
|
margin-left: 4px !important;
|
|
389
383
|
}
|
|
390
384
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
391
|
-
font-size: 16px !important;
|
|
392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
385
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
393
386
|
}
|
|
394
387
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
395
388
|
min-height: 26px !important;
|
|
396
|
-
min-width: 35.82px !important;
|
|
397
|
-
/* stylelint-disable-line declaration-no-important */
|
|
389
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
398
390
|
}
|
|
399
391
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
400
392
|
line-height: 24px;
|
|
401
|
-
padding: 6px 16px 6px 15px !important;
|
|
402
|
-
/* stylelint-disable-line declaration-no-important */
|
|
393
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
403
394
|
}
|
|
404
395
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
405
|
-
padding: 6px 21px 6px 23px !important;
|
|
406
|
-
/* stylelint-disable-line declaration-no-important */
|
|
396
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
407
397
|
}
|
|
408
398
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
409
|
-
font-size: 16px !important;
|
|
410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
399
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
411
400
|
}
|
|
412
401
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
413
402
|
font-size: 14px;
|
|
@@ -419,33 +408,27 @@
|
|
|
419
408
|
}
|
|
420
409
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
421
410
|
height: 27px !important;
|
|
422
|
-
padding: 5px 0 11px !important;
|
|
423
|
-
/* stylelint-disable-line declaration-no-important */
|
|
411
|
+
padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
424
412
|
}
|
|
425
413
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
426
414
|
min-height: 26px !important;
|
|
427
|
-
min-width: 35.82px !important;
|
|
428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
415
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
429
416
|
}
|
|
430
417
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
431
418
|
min-height: 26px !important;
|
|
432
|
-
min-width: 35.82px !important;
|
|
433
|
-
/* stylelint-disable-line declaration-no-important */
|
|
419
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
434
420
|
}
|
|
435
421
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
436
422
|
height: 44px;
|
|
437
423
|
}
|
|
438
424
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
439
|
-
min-width: 36px !important;
|
|
440
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
441
426
|
}
|
|
442
427
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
443
|
-
margin: 5px 0 6px !important;
|
|
444
|
-
/* stylelint-disable-line declaration-no-important */
|
|
428
|
+
margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
445
429
|
}
|
|
446
430
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
447
|
-
margin-right: 0 !important;
|
|
448
|
-
/* stylelint-disable-line declaration-no-important */
|
|
431
|
+
margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
449
432
|
}
|
|
450
433
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
451
434
|
border-top: 8px solid #000;
|
|
@@ -460,8 +443,7 @@
|
|
|
460
443
|
color: #757575 !important;
|
|
461
444
|
}
|
|
462
445
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
463
|
-
padding: 3px !important;
|
|
464
|
-
/* stylelint-disable-line declaration-no-important */
|
|
446
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
465
447
|
}
|
|
466
448
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
467
449
|
background-color: #000;
|
|
@@ -567,8 +549,7 @@
|
|
|
567
549
|
margin: 0;
|
|
568
550
|
}
|
|
569
551
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
570
|
-
overflow: hidden !important;
|
|
571
|
-
/* stylelint-disable-line declaration-no-important */
|
|
552
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
572
553
|
}
|
|
573
554
|
.e-gantt .e-temp-content {
|
|
574
555
|
border-left: 1px solid;
|
|
@@ -595,23 +576,19 @@
|
|
|
595
576
|
height: 45px;
|
|
596
577
|
}
|
|
597
578
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
598
|
-
border-right-width: 0 !important;
|
|
599
|
-
/* stylelint-disable-line declaration-no-important */
|
|
579
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
600
580
|
}
|
|
601
581
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
602
582
|
border-top-style: none;
|
|
603
583
|
border-top-width: 0;
|
|
604
|
-
padding-right: 0 !important;
|
|
605
|
-
/* stylelint-disable-line declaration-no-important */
|
|
584
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
606
585
|
}
|
|
607
586
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
608
587
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
609
|
-
height: 63px !important;
|
|
610
|
-
/* stylelint-disable-line declaration-no-important */
|
|
588
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
611
589
|
}
|
|
612
590
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
613
|
-
overflow-x: scroll !important;
|
|
614
|
-
/* stylelint-disable-line declaration-no-important */
|
|
591
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
615
592
|
}
|
|
616
593
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
617
594
|
width: calc(100% + 17px);
|
|
@@ -636,8 +613,7 @@
|
|
|
636
613
|
border-right: 0 solid;
|
|
637
614
|
}
|
|
638
615
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
639
|
-
-webkit-overflow-scrolling: touch;
|
|
640
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
616
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
641
617
|
overflow-x: scroll;
|
|
642
618
|
overflow-y: auto;
|
|
643
619
|
position: relative;
|
|
@@ -1204,8 +1180,7 @@
|
|
|
1204
1180
|
}
|
|
1205
1181
|
.e-gantt-dialog .e-richtexteditor {
|
|
1206
1182
|
border-bottom-width: 1px;
|
|
1207
|
-
height: 241px !important;
|
|
1208
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1183
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1209
1184
|
overflow: hidden;
|
|
1210
1185
|
}
|
|
1211
1186
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1217,12 +1192,10 @@
|
|
|
1217
1192
|
overflow: hidden;
|
|
1218
1193
|
}
|
|
1219
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1220
|
-
padding: 0 !important;
|
|
1221
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1195
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1222
1196
|
}
|
|
1223
1197
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1224
|
-
border-bottom: 0 !important;
|
|
1225
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1198
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1199
|
}
|
|
1227
1200
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1228
1201
|
border-radius: 0px;
|
|
@@ -1230,10 +1203,8 @@
|
|
|
1230
1203
|
}
|
|
1231
1204
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1232
1205
|
border-radius: 50%;
|
|
1233
|
-
height: auto !important;
|
|
1234
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1235
|
-
width: auto !important;
|
|
1236
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1206
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1207
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1237
1208
|
}
|
|
1238
1209
|
|
|
1239
1210
|
.e-icon-rowselect::before {
|
|
@@ -1241,12 +1212,9 @@
|
|
|
1241
1212
|
}
|
|
1242
1213
|
|
|
1243
1214
|
.e-ganttpopup {
|
|
1244
|
-
-moz-user-select: none;
|
|
1245
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1246
|
-
-
|
|
1247
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1248
|
-
-webkit-user-select: none;
|
|
1249
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1215
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1216
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1217
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1250
1218
|
font-weight: normal;
|
|
1251
1219
|
position: absolute;
|
|
1252
1220
|
user-select: none;
|
|
@@ -1369,10 +1337,8 @@
|
|
|
1369
1337
|
}
|
|
1370
1338
|
|
|
1371
1339
|
.e-predecessor-tooltip {
|
|
1372
|
-
background-color: #000 !important;
|
|
1373
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1374
|
-
border-color: #000 !important;
|
|
1375
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1340
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1341
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1376
1342
|
visibility: hidden;
|
|
1377
1343
|
}
|
|
1378
1344
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1388,8 +1354,7 @@
|
|
|
1388
1354
|
color: #757575 !important;
|
|
1389
1355
|
}
|
|
1390
1356
|
.e-predecessor-tooltip .e-tip-content {
|
|
1391
|
-
padding: 3px !important;
|
|
1392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1357
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1393
1358
|
}
|
|
1394
1359
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1395
1360
|
background-color: #000;
|
|
@@ -1448,8 +1413,7 @@
|
|
|
1448
1413
|
border-top-right-radius: 0px;
|
|
1449
1414
|
}
|
|
1450
1415
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1451
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
|
|
1452
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1416
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1453
1417
|
}
|
|
1454
1418
|
.e-gantt .e-temp-content {
|
|
1455
1419
|
border-color: #616161;
|
|
@@ -1464,8 +1428,7 @@
|
|
|
1464
1428
|
border-color: #616161;
|
|
1465
1429
|
}
|
|
1466
1430
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1467
|
-
height: 45px !important;
|
|
1468
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1431
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1469
1432
|
}
|
|
1470
1433
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1471
1434
|
background: rgba(255, 255, 255, 0.28);
|
|
@@ -1489,8 +1452,7 @@
|
|
|
1489
1452
|
line-height: 46px;
|
|
1490
1453
|
}
|
|
1491
1454
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1492
|
-
height: 46px !important;
|
|
1493
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1455
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1494
1456
|
}
|
|
1495
1457
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1496
1458
|
height: 32px;
|
|
@@ -1780,99 +1742,73 @@
|
|
|
1780
1742
|
color: transparent;
|
|
1781
1743
|
}
|
|
1782
1744
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1783
|
-
color: transparent !important;
|
|
1784
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1745
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1746
|
}
|
|
1786
1747
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1787
|
-
border-color: #8A8A8A !important;
|
|
1788
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1748
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1749
|
}
|
|
1790
1750
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1791
|
-
border-left-color: #8A8A8A !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1751
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1752
|
}
|
|
1794
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1795
|
-
border-right-color: #8A8A8A !important;
|
|
1796
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1754
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1755
|
}
|
|
1798
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1799
|
-
background: #D5D5D5 !important;
|
|
1800
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1801
|
-
border: #D5D5D5 !important;
|
|
1802
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1757
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1758
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1759
|
}
|
|
1804
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1805
|
-
background-color: transparent !important;
|
|
1806
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
-
border: transparent !important;
|
|
1808
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1761
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1762
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
1763
|
}
|
|
1810
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1811
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1812
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1765
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
1766
|
}
|
|
1814
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1815
|
-
border-top-color: #D5D5D5 !important;
|
|
1816
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1768
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
1769
|
}
|
|
1818
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1819
|
-
background-color: #8A8A8A !important;
|
|
1820
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1821
|
-
border: #8A8A8A !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1771
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1772
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1773
|
}
|
|
1824
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1825
|
-
background-color: transparent !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1827
|
-
border: transparent !important;
|
|
1828
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1775
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1776
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1829
1777
|
}
|
|
1830
1778
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1831
|
-
background: #7280ce !important;
|
|
1832
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1833
|
-
border: #7280ce !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1779
|
+
background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1780
|
+
border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1781
|
}
|
|
1836
1782
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1837
|
-
border-bottom-color: #7280ce !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1783
|
+
border-bottom-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1839
1784
|
}
|
|
1840
1785
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1841
|
-
border-top-color: #7280ce !important;
|
|
1842
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border-top-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1787
|
}
|
|
1844
1788
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1845
|
-
background: #8591d5 !important;
|
|
1846
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1847
|
-
border: #8591d5 !important;
|
|
1848
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1789
|
+
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1849
1791
|
}
|
|
1850
1792
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1851
|
-
border-bottom-color: #8591d5 !important;
|
|
1852
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1853
1794
|
}
|
|
1854
1795
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1855
|
-
border-top-color: #8591d5 !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1797
|
}
|
|
1858
1798
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1859
|
-
border-color: #7280ce !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1799
|
+
border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1800
|
}
|
|
1862
1801
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1863
|
-
border-left-color: #7280ce !important;
|
|
1864
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1802
|
+
border-left-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1865
1803
|
}
|
|
1866
1804
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1867
|
-
border-right-color: #7280ce !important;
|
|
1868
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1805
|
+
border-right-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1806
|
}
|
|
1870
1807
|
.e-gantt .e-icons {
|
|
1871
1808
|
color: #fff;
|
|
1872
1809
|
}
|
|
1873
1810
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1874
|
-
color: rgba(255, 255, 255, 0.7) !important;
|
|
1875
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1811
|
+
color: rgba(255, 255, 255, 0.7) !important; /* stylelint-disable-line declaration-no-important */
|
|
1876
1812
|
}
|
|
1877
1813
|
|
|
1878
1814
|
.e-gantt-dialog .e-dlg-header {
|