@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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@20.3.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-f8XumOFqTxVRtQZN5lYoqvWQPMeoI9qPjtymnPC1PmKoD12zTLLDzi36bGeYyVaLZqfG9Ti6pmy1fcWobihA8A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.3.58.tgz",
|
|
23
|
+
"_shasum": "aed6e2b5de590d7292d918dcecdae7c7c9491426",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.3.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.3.
|
|
35
|
+
"@syncfusion/ej2-gantt": "20.3.59",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.59"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Vue",
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"scripts": {
|
|
67
67
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
68
68
|
},
|
|
69
|
-
"version": "20.3.
|
|
69
|
+
"version": "20.3.59",
|
|
70
70
|
"sideEffects": false
|
|
71
71
|
}
|
|
@@ -311,12 +311,10 @@
|
|
|
311
311
|
height: 242px !important;
|
|
312
312
|
}
|
|
313
313
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
314
|
-
height: 63px !important;
|
|
315
|
-
/* stylelint-disable-line declaration-no-important */
|
|
314
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
316
315
|
}
|
|
317
316
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
318
|
-
padding: 16px 4px 16px 16px !important;
|
|
319
|
-
/* stylelint-disable-line declaration-no-important */
|
|
317
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
320
318
|
}
|
|
321
319
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
322
320
|
left: 0 !important;
|
|
@@ -352,8 +350,7 @@
|
|
|
352
350
|
width: 556px !important;
|
|
353
351
|
}
|
|
354
352
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
355
|
-
padding: 0 16px !important;
|
|
356
|
-
/* stylelint-disable-line declaration-no-important */
|
|
353
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
357
354
|
}
|
|
358
355
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
359
356
|
padding: 16px 12px 0 16px;
|
|
@@ -371,12 +368,10 @@
|
|
|
371
368
|
height: 76px !important;
|
|
372
369
|
}
|
|
373
370
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
374
|
-
border-bottom: 0 !important;
|
|
375
|
-
/* stylelint-disable-line declaration-no-important */
|
|
371
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
376
372
|
}
|
|
377
373
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
378
|
-
border-radius: 0 !important;
|
|
379
|
-
/* stylelint-disable-line declaration-no-important */
|
|
374
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
380
375
|
}
|
|
381
376
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
382
377
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -384,34 +379,28 @@
|
|
|
384
379
|
}
|
|
385
380
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
386
381
|
border-radius: 50%;
|
|
387
|
-
height: auto !important;
|
|
388
|
-
/* stylelint-disable-line declaration-no-important */
|
|
382
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
389
383
|
width: auto;
|
|
390
384
|
}
|
|
391
385
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
392
386
|
margin-left: 5px !important;
|
|
393
387
|
}
|
|
394
388
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
395
|
-
font-size: 16px !important;
|
|
396
|
-
/* stylelint-disable-line declaration-no-important */
|
|
389
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
397
390
|
}
|
|
398
391
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
399
392
|
min-height: 35px !important;
|
|
400
|
-
min-width: 35.82px !important;
|
|
401
|
-
/* stylelint-disable-line declaration-no-important */
|
|
393
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
402
394
|
}
|
|
403
395
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
404
396
|
line-height: 24px;
|
|
405
|
-
padding: 6px 16px 6px 15px !important;
|
|
406
|
-
/* stylelint-disable-line declaration-no-important */
|
|
397
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
407
398
|
}
|
|
408
399
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
409
|
-
padding: 6px 21px 6px 23px !important;
|
|
410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
400
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
411
401
|
}
|
|
412
402
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
413
|
-
font-size: 16px !important;
|
|
414
|
-
/* stylelint-disable-line declaration-no-important */
|
|
403
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
415
404
|
}
|
|
416
405
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
417
406
|
font-size: 14px;
|
|
@@ -426,20 +415,17 @@
|
|
|
426
415
|
}
|
|
427
416
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
428
417
|
min-height: 35px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
430
|
-
/* stylelint-disable-line declaration-no-important */
|
|
418
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
431
419
|
}
|
|
432
420
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
433
421
|
min-height: 35px !important;
|
|
434
|
-
min-width: 35.82px !important;
|
|
435
|
-
/* stylelint-disable-line declaration-no-important */
|
|
422
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
436
423
|
}
|
|
437
424
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
438
425
|
height: 36px;
|
|
439
426
|
}
|
|
440
427
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
441
|
-
min-width: 36px !important;
|
|
442
|
-
/* stylelint-disable-line declaration-no-important */
|
|
428
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
443
429
|
}
|
|
444
430
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
445
431
|
border-top: 8px solid #000;
|
|
@@ -454,8 +440,7 @@
|
|
|
454
440
|
color: #adadad !important;
|
|
455
441
|
}
|
|
456
442
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
457
|
-
padding: 3px !important;
|
|
458
|
-
/* stylelint-disable-line declaration-no-important */
|
|
443
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
459
444
|
}
|
|
460
445
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
461
446
|
background-color: #000;
|
|
@@ -560,8 +545,7 @@
|
|
|
560
545
|
margin: 0;
|
|
561
546
|
}
|
|
562
547
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
563
|
-
overflow: hidden !important;
|
|
564
|
-
/* stylelint-disable-line declaration-no-important */
|
|
548
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
565
549
|
}
|
|
566
550
|
.e-gantt .e-temp-content {
|
|
567
551
|
border-left: 1px solid;
|
|
@@ -588,23 +572,19 @@
|
|
|
588
572
|
height: 45px;
|
|
589
573
|
}
|
|
590
574
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
591
|
-
border-right-width: 0 !important;
|
|
592
|
-
/* stylelint-disable-line declaration-no-important */
|
|
575
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
593
576
|
}
|
|
594
577
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
595
578
|
border-top-style: none;
|
|
596
579
|
border-top-width: 0;
|
|
597
|
-
padding-right: 0 !important;
|
|
598
|
-
/* stylelint-disable-line declaration-no-important */
|
|
580
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
599
581
|
}
|
|
600
582
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
601
583
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
602
|
-
height: 63px !important;
|
|
603
|
-
/* stylelint-disable-line declaration-no-important */
|
|
584
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
604
585
|
}
|
|
605
586
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
606
|
-
overflow-x: scroll !important;
|
|
607
|
-
/* stylelint-disable-line declaration-no-important */
|
|
587
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
608
588
|
}
|
|
609
589
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
610
590
|
width: calc(100% + 17px);
|
|
@@ -629,8 +609,7 @@
|
|
|
629
609
|
border-right: 0 solid;
|
|
630
610
|
}
|
|
631
611
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
632
|
-
-webkit-overflow-scrolling: touch;
|
|
633
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
612
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
634
613
|
overflow-x: scroll;
|
|
635
614
|
overflow-y: auto;
|
|
636
615
|
position: relative;
|
|
@@ -720,10 +699,10 @@
|
|
|
720
699
|
box-sizing: border-box;
|
|
721
700
|
}
|
|
722
701
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
723
|
-
border-spacing: 0;
|
|
702
|
+
border-spacing: 0.25px;
|
|
724
703
|
}
|
|
725
704
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
726
|
-
border-top
|
|
705
|
+
border-top: 0;
|
|
727
706
|
}
|
|
728
707
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
729
708
|
border-collapse: separate;
|
|
@@ -968,6 +947,7 @@
|
|
|
968
947
|
}
|
|
969
948
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
970
949
|
overflow: hidden;
|
|
950
|
+
border-collapse: separate;
|
|
971
951
|
}
|
|
972
952
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
973
953
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1197,8 +1177,7 @@
|
|
|
1197
1177
|
}
|
|
1198
1178
|
.e-gantt-dialog .e-richtexteditor {
|
|
1199
1179
|
border-bottom-width: 0px;
|
|
1200
|
-
height: 241px !important;
|
|
1201
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1180
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1202
1181
|
overflow: hidden;
|
|
1203
1182
|
}
|
|
1204
1183
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1210,12 +1189,10 @@
|
|
|
1210
1189
|
overflow: hidden;
|
|
1211
1190
|
}
|
|
1212
1191
|
.e-gantt-dialog > .e-dlg-content {
|
|
1213
|
-
padding: 0 !important;
|
|
1214
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1192
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1215
1193
|
}
|
|
1216
1194
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1217
|
-
border-bottom: 0 !important;
|
|
1218
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1195
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1219
1196
|
}
|
|
1220
1197
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1221
1198
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1223,10 +1200,8 @@
|
|
|
1223
1200
|
}
|
|
1224
1201
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1225
1202
|
border-radius: 50%;
|
|
1226
|
-
height: auto !important;
|
|
1227
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1228
|
-
width: auto !important;
|
|
1229
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1203
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1204
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1230
1205
|
}
|
|
1231
1206
|
|
|
1232
1207
|
.e-icon-rowselect::before {
|
|
@@ -1234,12 +1209,9 @@
|
|
|
1234
1209
|
}
|
|
1235
1210
|
|
|
1236
1211
|
.e-ganttpopup {
|
|
1237
|
-
-moz-user-select: none;
|
|
1238
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1239
|
-
-
|
|
1240
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1241
|
-
-webkit-user-select: none;
|
|
1242
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1212
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1213
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1214
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1243
1215
|
font-weight: normal;
|
|
1244
1216
|
position: absolute;
|
|
1245
1217
|
user-select: none;
|
|
@@ -1362,10 +1334,8 @@
|
|
|
1362
1334
|
}
|
|
1363
1335
|
|
|
1364
1336
|
.e-predecessor-tooltip {
|
|
1365
|
-
background-color: #000 !important;
|
|
1366
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1367
|
-
border-color: #000 !important;
|
|
1368
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1337
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1338
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1369
1339
|
visibility: hidden;
|
|
1370
1340
|
}
|
|
1371
1341
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1381,8 +1351,7 @@
|
|
|
1381
1351
|
color: #adadad !important;
|
|
1382
1352
|
}
|
|
1383
1353
|
.e-predecessor-tooltip .e-tip-content {
|
|
1384
|
-
padding: 3px !important;
|
|
1385
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1354
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1386
1355
|
}
|
|
1387
1356
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1388
1357
|
background-color: #000;
|
|
@@ -1440,8 +1409,7 @@
|
|
|
1440
1409
|
border-top-right-radius: 0px;
|
|
1441
1410
|
}
|
|
1442
1411
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1443
|
-
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1444
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1412
|
+
box-shadow: 0 0 0 1px #248aff inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1445
1413
|
}
|
|
1446
1414
|
.e-gantt .e-temp-content {
|
|
1447
1415
|
border-color: #484848;
|
|
@@ -1456,8 +1424,7 @@
|
|
|
1456
1424
|
border-color: #484848;
|
|
1457
1425
|
}
|
|
1458
1426
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1459
|
-
height: 45px !important;
|
|
1460
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1427
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1461
1428
|
}
|
|
1462
1429
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1463
1430
|
background: #484848;
|
|
@@ -1481,8 +1448,7 @@
|
|
|
1481
1448
|
line-height: 47px;
|
|
1482
1449
|
}
|
|
1483
1450
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1484
|
-
height: 47px !important;
|
|
1485
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1451
|
+
height: 47px !important; /* stylelint-disable-line declaration-no-important */
|
|
1486
1452
|
}
|
|
1487
1453
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1488
1454
|
height: 32px;
|
|
@@ -1772,99 +1738,73 @@
|
|
|
1772
1738
|
color: transparent;
|
|
1773
1739
|
}
|
|
1774
1740
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1775
|
-
color: transparent !important;
|
|
1776
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1741
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1777
1742
|
}
|
|
1778
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1779
|
-
border-color: #8A8A8A !important;
|
|
1780
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1744
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1745
|
}
|
|
1782
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1783
|
-
border-left-color: #8A8A8A !important;
|
|
1784
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1747
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1748
|
}
|
|
1786
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1787
|
-
border-right-color: #8A8A8A !important;
|
|
1788
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1750
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1751
|
}
|
|
1790
1752
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1791
|
-
background: #D5D5D5 !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
-
border: #D5D5D5 !important;
|
|
1794
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1753
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1754
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
1755
|
}
|
|
1796
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1797
|
-
background-color: transparent !important;
|
|
1798
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1799
|
-
border: transparent !important;
|
|
1800
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1757
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1758
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1759
|
}
|
|
1802
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1803
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1804
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1761
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1805
1762
|
}
|
|
1806
1763
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1807
|
-
border-top-color: #D5D5D5 !important;
|
|
1808
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1764
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
1765
|
}
|
|
1810
1766
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1811
|
-
background-color: #8A8A8A !important;
|
|
1812
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1813
|
-
border: #8A8A8A !important;
|
|
1814
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1767
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1768
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1769
|
}
|
|
1816
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1817
|
-
background-color: transparent !important;
|
|
1818
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1819
|
-
border: transparent !important;
|
|
1820
|
-
/* 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 */
|
|
1821
1773
|
}
|
|
1822
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1823
|
-
background: #0070f0 !important;
|
|
1824
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1825
|
-
border: #0070f0 !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1775
|
+
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1776
|
+
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1777
|
}
|
|
1828
1778
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1829
|
-
border-bottom-color: #0070f0 !important;
|
|
1830
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1779
|
+
border-bottom-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1780
|
}
|
|
1832
1781
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1833
|
-
border-top-color: #0070f0 !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1782
|
+
border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1783
|
}
|
|
1836
1784
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1837
|
-
background: #57a5ff !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1839
|
-
border: #57a5ff !important;
|
|
1840
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1785
|
+
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1786
|
+
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1787
|
}
|
|
1842
1788
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1843
|
-
border-bottom-color: #57a5ff !important;
|
|
1844
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1789
|
+
border-bottom-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1845
1790
|
}
|
|
1846
1791
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1847
|
-
border-top-color: #57a5ff !important;
|
|
1848
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1792
|
+
border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1849
1793
|
}
|
|
1850
1794
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1851
|
-
border-color: #0070f0 !important;
|
|
1852
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1795
|
+
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1853
1796
|
}
|
|
1854
1797
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1855
|
-
border-left-color: #0070f0 !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1798
|
+
border-left-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1799
|
}
|
|
1858
1800
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1859
|
-
border-right-color: #0070f0 !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1801
|
+
border-right-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1802
|
}
|
|
1862
1803
|
.e-gantt .e-icons {
|
|
1863
1804
|
color: #fff;
|
|
1864
1805
|
}
|
|
1865
1806
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1866
|
-
color: #f0f0f0 !important;
|
|
1867
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
+
color: #f0f0f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1868
1808
|
}
|
|
1869
1809
|
|
|
1870
1810
|
.e-gantt-dialog .e-dlg-header {
|