@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/tailwind.css
CHANGED
|
@@ -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;
|
|
@@ -1212,8 +1189,7 @@
|
|
|
1212
1189
|
}
|
|
1213
1190
|
.e-gantt-dialog .e-richtexteditor {
|
|
1214
1191
|
border-bottom-width: 1px;
|
|
1215
|
-
height: 259px !important;
|
|
1216
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1192
|
+
height: 259px !important; /* stylelint-disable-line declaration-no-important */
|
|
1217
1193
|
overflow: hidden;
|
|
1218
1194
|
}
|
|
1219
1195
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1225,13 +1201,11 @@
|
|
|
1225
1201
|
overflow: hidden;
|
|
1226
1202
|
}
|
|
1227
1203
|
.e-gantt-dialog > .e-dlg-content {
|
|
1228
|
-
padding: 0 !important;
|
|
1229
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1204
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1230
1205
|
height: 291px;
|
|
1231
1206
|
}
|
|
1232
1207
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1233
|
-
border-bottom: 0 !important;
|
|
1234
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1208
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1235
1209
|
}
|
|
1236
1210
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1237
1211
|
border-radius: 6px;
|
|
@@ -1239,10 +1213,8 @@
|
|
|
1239
1213
|
}
|
|
1240
1214
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1241
1215
|
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 */
|
|
1216
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1217
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1246
1218
|
}
|
|
1247
1219
|
|
|
1248
1220
|
.e-icon-rowselect::before {
|
|
@@ -1250,12 +1222,9 @@
|
|
|
1250
1222
|
}
|
|
1251
1223
|
|
|
1252
1224
|
.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 */
|
|
1225
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1226
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1227
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1259
1228
|
font-weight: normal;
|
|
1260
1229
|
position: absolute;
|
|
1261
1230
|
user-select: none;
|
|
@@ -1378,10 +1347,8 @@
|
|
|
1378
1347
|
}
|
|
1379
1348
|
|
|
1380
1349
|
.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 */
|
|
1350
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1351
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1385
1352
|
visibility: hidden;
|
|
1386
1353
|
}
|
|
1387
1354
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1397,8 +1364,7 @@
|
|
|
1397
1364
|
color: #9ca3af !important;
|
|
1398
1365
|
}
|
|
1399
1366
|
.e-predecessor-tooltip .e-tip-content {
|
|
1400
|
-
padding: 3px !important;
|
|
1401
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1367
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1402
1368
|
}
|
|
1403
1369
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1404
1370
|
background-color: #000;
|
|
@@ -1456,8 +1422,7 @@
|
|
|
1456
1422
|
border-top-right-radius: 0px;
|
|
1457
1423
|
}
|
|
1458
1424
|
.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 */
|
|
1425
|
+
box-shadow: 0 0 0 1px #d1d5db inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1461
1426
|
}
|
|
1462
1427
|
.e-gantt .e-temp-content {
|
|
1463
1428
|
border-color: #e5e7eb;
|
|
@@ -1472,8 +1437,7 @@
|
|
|
1472
1437
|
border-color: #e5e7eb;
|
|
1473
1438
|
}
|
|
1474
1439
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1475
|
-
height: 45px !important;
|
|
1476
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1440
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1477
1441
|
}
|
|
1478
1442
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1479
1443
|
background: #e5e7eb;
|
|
@@ -1497,8 +1461,7 @@
|
|
|
1497
1461
|
line-height: 46px;
|
|
1498
1462
|
}
|
|
1499
1463
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1500
|
-
height: 46px !important;
|
|
1501
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1464
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1502
1465
|
}
|
|
1503
1466
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1504
1467
|
height: 24px;
|
|
@@ -1788,99 +1751,73 @@
|
|
|
1788
1751
|
color: transparent;
|
|
1789
1752
|
}
|
|
1790
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1791
|
-
color: transparent !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1754
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1755
|
}
|
|
1794
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1795
|
-
border-color: #d1d5db !important;
|
|
1796
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1757
|
+
border-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1758
|
}
|
|
1798
1759
|
.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 */
|
|
1760
|
+
border-left-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1761
|
}
|
|
1802
1762
|
.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 */
|
|
1763
|
+
border-right-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1805
1764
|
}
|
|
1806
1765
|
.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 */
|
|
1766
|
+
background: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1767
|
+
border: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1768
|
}
|
|
1812
1769
|
.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 */
|
|
1770
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
1772
|
}
|
|
1818
1773
|
.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 */
|
|
1774
|
+
border-bottom-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1821
1775
|
}
|
|
1822
1776
|
.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 */
|
|
1777
|
+
border-top-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
|
|
1825
1778
|
}
|
|
1826
1779
|
.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 */
|
|
1780
|
+
background-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
|
+
border: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1782
|
}
|
|
1832
1783
|
.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 */
|
|
1784
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1837
1786
|
}
|
|
1838
1787
|
.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 */
|
|
1788
|
+
background: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
|
+
border: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1790
|
}
|
|
1844
1791
|
.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 */
|
|
1792
|
+
border-bottom-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
1793
|
}
|
|
1848
1794
|
.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 */
|
|
1795
|
+
border-top-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
1796
|
}
|
|
1852
1797
|
.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 */
|
|
1798
|
+
background: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1799
|
+
border: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1800
|
}
|
|
1858
1801
|
.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 */
|
|
1802
|
+
border-bottom-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1803
|
}
|
|
1862
1804
|
.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 */
|
|
1805
|
+
border-top-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1865
1806
|
}
|
|
1866
1807
|
.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 */
|
|
1808
|
+
border-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1809
|
}
|
|
1870
1810
|
.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 */
|
|
1811
|
+
border-left-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1812
|
}
|
|
1874
1813
|
.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 */
|
|
1814
|
+
border-right-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1815
|
}
|
|
1878
1816
|
.e-gantt .e-icons {
|
|
1879
1817
|
color: #6b7280;
|
|
1880
1818
|
}
|
|
1881
1819
|
.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 */
|
|
1820
|
+
color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1884
1821
|
}
|
|
1885
1822
|
|
|
1886
1823
|
.e-gantt-dialog .e-dlg-header {
|