@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
|
@@ -315,19 +315,16 @@
|
|
|
315
315
|
height: 242px !important;
|
|
316
316
|
}
|
|
317
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
318
|
-
height: 63px !important;
|
|
319
|
-
/* stylelint-disable-line declaration-no-important */
|
|
318
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
320
319
|
}
|
|
321
320
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
322
|
-
padding: 16px 4px 16px 24px !important;
|
|
323
|
-
/* stylelint-disable-line declaration-no-important */
|
|
321
|
+
padding: 16px 4px 16px 24px !important; /* stylelint-disable-line declaration-no-important */
|
|
324
322
|
}
|
|
325
323
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
326
324
|
left: -2px !important;
|
|
327
325
|
}
|
|
328
326
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
329
|
-
height: 68px !important;
|
|
330
|
-
/* stylelint-disable-line declaration-no-important */
|
|
327
|
+
height: 68px !important; /* stylelint-disable-line declaration-no-important */
|
|
331
328
|
}
|
|
332
329
|
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
333
330
|
font-size: 16px !important;
|
|
@@ -360,8 +357,7 @@
|
|
|
360
357
|
width: 564px !important;
|
|
361
358
|
}
|
|
362
359
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
363
|
-
padding: 0 16px !important;
|
|
364
|
-
/* stylelint-disable-line declaration-no-important */
|
|
360
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
365
361
|
}
|
|
366
362
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
367
363
|
padding: 16px 8px 0 24px;
|
|
@@ -379,12 +375,10 @@
|
|
|
379
375
|
height: 75px !important;
|
|
380
376
|
}
|
|
381
377
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
382
|
-
border-bottom: 0 !important;
|
|
383
|
-
/* stylelint-disable-line declaration-no-important */
|
|
378
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
384
379
|
}
|
|
385
380
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
386
|
-
border-radius: 0 !important;
|
|
387
|
-
/* stylelint-disable-line declaration-no-important */
|
|
381
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
388
382
|
}
|
|
389
383
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
390
384
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -392,34 +386,28 @@
|
|
|
392
386
|
}
|
|
393
387
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
394
388
|
border-radius: 50%;
|
|
395
|
-
height: auto !important;
|
|
396
|
-
/* stylelint-disable-line declaration-no-important */
|
|
389
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
397
390
|
width: auto;
|
|
398
391
|
}
|
|
399
392
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
400
393
|
margin-left: 12px !important;
|
|
401
394
|
}
|
|
402
395
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
403
|
-
font-size: 16px !important;
|
|
404
|
-
/* stylelint-disable-line declaration-no-important */
|
|
396
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
405
397
|
}
|
|
406
398
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
407
399
|
min-height: 18px !important;
|
|
408
|
-
min-width: 35.82px !important;
|
|
409
|
-
/* stylelint-disable-line declaration-no-important */
|
|
400
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
410
401
|
}
|
|
411
402
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
412
403
|
line-height: 24px;
|
|
413
|
-
padding: 6px 16px 6px 15px !important;
|
|
414
|
-
/* stylelint-disable-line declaration-no-important */
|
|
404
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
415
405
|
}
|
|
416
406
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
417
|
-
padding: 6px 21px 6px 23px !important;
|
|
418
|
-
/* stylelint-disable-line declaration-no-important */
|
|
407
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
419
408
|
}
|
|
420
409
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
421
|
-
font-size: 16px !important;
|
|
422
|
-
/* stylelint-disable-line declaration-no-important */
|
|
410
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
423
411
|
}
|
|
424
412
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
425
413
|
font-size: 14px;
|
|
@@ -434,24 +422,20 @@
|
|
|
434
422
|
}
|
|
435
423
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
436
424
|
min-height: 18px !important;
|
|
437
|
-
min-width: 35.82px !important;
|
|
438
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
439
426
|
}
|
|
440
427
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
441
428
|
min-height: 18px !important;
|
|
442
|
-
min-width: 35.82px !important;
|
|
443
|
-
/* stylelint-disable-line declaration-no-important */
|
|
429
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
444
430
|
}
|
|
445
431
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
446
432
|
height: 38px;
|
|
447
433
|
}
|
|
448
434
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
449
|
-
min-width: 36px !important;
|
|
450
|
-
/* stylelint-disable-line declaration-no-important */
|
|
435
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
451
436
|
}
|
|
452
437
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
453
|
-
padding: 7px 0 !important;
|
|
454
|
-
/* stylelint-disable-line declaration-no-important */
|
|
438
|
+
padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
455
439
|
}
|
|
456
440
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
457
441
|
border-top: 8px solid #000;
|
|
@@ -466,8 +450,7 @@
|
|
|
466
450
|
color: #9ca3af !important;
|
|
467
451
|
}
|
|
468
452
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
469
|
-
padding: 3px !important;
|
|
470
|
-
/* stylelint-disable-line declaration-no-important */
|
|
453
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
471
454
|
}
|
|
472
455
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
473
456
|
background-color: #000;
|
|
@@ -572,8 +555,7 @@
|
|
|
572
555
|
margin: 0;
|
|
573
556
|
}
|
|
574
557
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
575
|
-
overflow: hidden !important;
|
|
576
|
-
/* stylelint-disable-line declaration-no-important */
|
|
558
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
577
559
|
}
|
|
578
560
|
.e-gantt .e-temp-content {
|
|
579
561
|
border-left: 1px solid;
|
|
@@ -600,23 +582,19 @@
|
|
|
600
582
|
height: 45px;
|
|
601
583
|
}
|
|
602
584
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
603
|
-
border-right-width: 0 !important;
|
|
604
|
-
/* stylelint-disable-line declaration-no-important */
|
|
585
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
605
586
|
}
|
|
606
587
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
607
588
|
border-top-style: none;
|
|
608
589
|
border-top-width: 0;
|
|
609
|
-
padding-right: 0 !important;
|
|
610
|
-
/* stylelint-disable-line declaration-no-important */
|
|
590
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
611
591
|
}
|
|
612
592
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
613
593
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
614
|
-
height: 48px !important;
|
|
615
|
-
/* stylelint-disable-line declaration-no-important */
|
|
594
|
+
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
616
595
|
}
|
|
617
596
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
618
|
-
overflow-x: scroll !important;
|
|
619
|
-
/* stylelint-disable-line declaration-no-important */
|
|
597
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
620
598
|
}
|
|
621
599
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
622
600
|
width: calc(100% + 17px);
|
|
@@ -641,8 +619,7 @@
|
|
|
641
619
|
border-right: 0 solid;
|
|
642
620
|
}
|
|
643
621
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
644
|
-
-webkit-overflow-scrolling: touch;
|
|
645
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
622
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
646
623
|
overflow-x: scroll;
|
|
647
624
|
overflow-y: auto;
|
|
648
625
|
position: relative;
|
|
@@ -732,10 +709,10 @@
|
|
|
732
709
|
box-sizing: border-box;
|
|
733
710
|
}
|
|
734
711
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
735
|
-
border-spacing: 0;
|
|
712
|
+
border-spacing: 0.25px;
|
|
736
713
|
}
|
|
737
714
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
738
|
-
border-top
|
|
715
|
+
border-top: 0;
|
|
739
716
|
}
|
|
740
717
|
.e-gantt .e-gantt-chart .e-chart-row {
|
|
741
718
|
line-height: normal;
|
|
@@ -983,6 +960,7 @@
|
|
|
983
960
|
}
|
|
984
961
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
985
962
|
overflow: hidden;
|
|
963
|
+
border-collapse: separate;
|
|
986
964
|
}
|
|
987
965
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
988
966
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1212,8 +1190,7 @@
|
|
|
1212
1190
|
}
|
|
1213
1191
|
.e-gantt-dialog .e-richtexteditor {
|
|
1214
1192
|
border-bottom-width: 1px;
|
|
1215
|
-
height: 259px !important;
|
|
1216
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1193
|
+
height: 259px !important; /* stylelint-disable-line declaration-no-important */
|
|
1217
1194
|
overflow: hidden;
|
|
1218
1195
|
}
|
|
1219
1196
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1225,13 +1202,11 @@
|
|
|
1225
1202
|
overflow: hidden;
|
|
1226
1203
|
}
|
|
1227
1204
|
.e-gantt-dialog > .e-dlg-content {
|
|
1228
|
-
padding: 0 !important;
|
|
1229
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1205
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1230
1206
|
height: 291px;
|
|
1231
1207
|
}
|
|
1232
1208
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1233
|
-
border-bottom: 0 !important;
|
|
1234
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1209
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1235
1210
|
}
|
|
1236
1211
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1237
1212
|
border-radius: 6px;
|
|
@@ -1239,10 +1214,8 @@
|
|
|
1239
1214
|
}
|
|
1240
1215
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1241
1216
|
border-radius: 50%;
|
|
1242
|
-
height: auto !important;
|
|
1243
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1244
|
-
width: auto !important;
|
|
1245
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1217
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1218
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1246
1219
|
}
|
|
1247
1220
|
|
|
1248
1221
|
.e-icon-rowselect::before {
|
|
@@ -1250,12 +1223,9 @@
|
|
|
1250
1223
|
}
|
|
1251
1224
|
|
|
1252
1225
|
.e-ganttpopup {
|
|
1253
|
-
-moz-user-select: none;
|
|
1254
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1255
|
-
-
|
|
1256
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1257
|
-
-webkit-user-select: none;
|
|
1258
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1226
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1227
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1228
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1259
1229
|
font-weight: normal;
|
|
1260
1230
|
position: absolute;
|
|
1261
1231
|
user-select: none;
|
|
@@ -1378,10 +1348,8 @@
|
|
|
1378
1348
|
}
|
|
1379
1349
|
|
|
1380
1350
|
.e-predecessor-tooltip {
|
|
1381
|
-
background-color: #000 !important;
|
|
1382
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1383
|
-
border-color: #000 !important;
|
|
1384
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1351
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1352
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1385
1353
|
visibility: hidden;
|
|
1386
1354
|
}
|
|
1387
1355
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1397,8 +1365,7 @@
|
|
|
1397
1365
|
color: #9ca3af !important;
|
|
1398
1366
|
}
|
|
1399
1367
|
.e-predecessor-tooltip .e-tip-content {
|
|
1400
|
-
padding: 3px !important;
|
|
1401
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1368
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1402
1369
|
}
|
|
1403
1370
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1404
1371
|
background-color: #000;
|
|
@@ -1456,8 +1423,7 @@
|
|
|
1456
1423
|
border-top-right-radius: 0px;
|
|
1457
1424
|
}
|
|
1458
1425
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1459
|
-
box-shadow: 0 0 0 1px #d1d5db inset !important;
|
|
1460
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1426
|
+
box-shadow: 0 0 0 1px #d1d5db inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1461
1427
|
}
|
|
1462
1428
|
.e-gantt .e-temp-content {
|
|
1463
1429
|
border-color: #e5e7eb;
|
|
@@ -1472,8 +1438,7 @@
|
|
|
1472
1438
|
border-color: #e5e7eb;
|
|
1473
1439
|
}
|
|
1474
1440
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1475
|
-
height: 45px !important;
|
|
1476
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1441
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1477
1442
|
}
|
|
1478
1443
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1479
1444
|
background: #e5e7eb;
|
|
@@ -1497,8 +1462,7 @@
|
|
|
1497
1462
|
line-height: 46px;
|
|
1498
1463
|
}
|
|
1499
1464
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1500
|
-
height: 46px !important;
|
|
1501
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1465
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1502
1466
|
}
|
|
1503
1467
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1504
1468
|
height: 24px;
|
|
@@ -1788,99 +1752,73 @@
|
|
|
1788
1752
|
color: transparent;
|
|
1789
1753
|
}
|
|
1790
1754
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1791
|
-
color: transparent !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1755
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1756
|
}
|
|
1794
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1795
|
-
border-color: #d1d5db !important;
|
|
1796
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1758
|
+
border-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1759
|
}
|
|
1798
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1799
|
-
border-left-color: #d1d5db !important;
|
|
1800
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1761
|
+
border-left-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1762
|
}
|
|
1802
1763
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1803
|
-
border-right-color: #d1d5db !important;
|
|
1804
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1764
|
+
border-right-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1805
1765
|
}
|
|
1806
1766
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1807
|
-
background: #818cf8 !important;
|
|
1808
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1809
|
-
border: #818cf8 !important;
|
|
1810
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1767
|
+
background: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1768
|
+
border: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1769
|
}
|
|
1812
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1813
|
-
background-color: transparent !important;
|
|
1814
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1815
|
-
border: transparent !important;
|
|
1816
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1771
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1772
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
1773
|
}
|
|
1818
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1819
|
-
border-bottom-color: #818cf8 !important;
|
|
1820
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1775
|
+
border-bottom-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1821
1776
|
}
|
|
1822
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1823
|
-
border-top-color: #818cf8 !important;
|
|
1824
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1778
|
+
border-top-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1825
1779
|
}
|
|
1826
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1827
|
-
background-color: #d1d5db !important;
|
|
1828
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1829
|
-
border: #d1d5db !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1781
|
+
background-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1782
|
+
border: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1783
|
}
|
|
1832
1784
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1833
|
-
background-color: transparent !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1835
|
-
border: transparent !important;
|
|
1836
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1785
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1837
1787
|
}
|
|
1838
1788
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1839
|
-
background: #4f46e5 !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1841
|
-
border: #4f46e5 !important;
|
|
1842
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1789
|
+
background: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
border: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1791
|
}
|
|
1844
1792
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1845
|
-
border-bottom-color: #4f46e5 !important;
|
|
1846
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
+
border-bottom-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1794
|
}
|
|
1848
1795
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1849
|
-
border-top-color: #4f46e5 !important;
|
|
1850
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1796
|
+
border-top-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1797
|
}
|
|
1852
1798
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1853
|
-
background: #a49ff2 !important;
|
|
1854
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1855
|
-
border: #a49ff2 !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1799
|
+
background: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
border: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1801
|
}
|
|
1858
1802
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1859
|
-
border-bottom-color: #a49ff2 !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1803
|
+
border-bottom-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1804
|
}
|
|
1862
1805
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1863
|
-
border-top-color: #a49ff2 !important;
|
|
1864
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1806
|
+
border-top-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1865
1807
|
}
|
|
1866
1808
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1867
|
-
border-color: #4f46e5 !important;
|
|
1868
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1809
|
+
border-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1810
|
}
|
|
1870
1811
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1871
|
-
border-left-color: #4f46e5 !important;
|
|
1872
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1812
|
+
border-left-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1813
|
}
|
|
1874
1814
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1875
|
-
border-right-color: #4f46e5 !important;
|
|
1876
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1815
|
+
border-right-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1816
|
}
|
|
1878
1817
|
.e-gantt .e-icons {
|
|
1879
1818
|
color: #6b7280;
|
|
1880
1819
|
}
|
|
1881
1820
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1882
|
-
color: #6b7280 !important;
|
|
1883
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1821
|
+
color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1884
1822
|
}
|
|
1885
1823
|
|
|
1886
1824
|
.e-gantt-dialog .e-dlg-header {
|