@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/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.57",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-kJXGhRE9rP6FcR2RVGEbg8Eugw8AY6vIvMRmwnERusltTTBQ1zGVNZ2RZ4uF0jqHDS/MnlYPsguWtnNn87JrDg==",
|
|
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.57.tgz",
|
|
23
|
+
"_shasum": "d311444ee5d76990ec205e44a5148965c342051a",
|
|
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,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.3.
|
|
35
|
+
"@syncfusion/ej2-gantt": "20.3.58",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~20.3.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -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.58",
|
|
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;
|
|
@@ -1197,8 +1176,7 @@
|
|
|
1197
1176
|
}
|
|
1198
1177
|
.e-gantt-dialog .e-richtexteditor {
|
|
1199
1178
|
border-bottom-width: 0px;
|
|
1200
|
-
height: 241px !important;
|
|
1201
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1179
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1202
1180
|
overflow: hidden;
|
|
1203
1181
|
}
|
|
1204
1182
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1210,12 +1188,10 @@
|
|
|
1210
1188
|
overflow: hidden;
|
|
1211
1189
|
}
|
|
1212
1190
|
.e-gantt-dialog > .e-dlg-content {
|
|
1213
|
-
padding: 0 !important;
|
|
1214
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1191
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1215
1192
|
}
|
|
1216
1193
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1217
|
-
border-bottom: 0 !important;
|
|
1218
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1194
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1219
1195
|
}
|
|
1220
1196
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1221
1197
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1223,10 +1199,8 @@
|
|
|
1223
1199
|
}
|
|
1224
1200
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1225
1201
|
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 */
|
|
1202
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1203
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1230
1204
|
}
|
|
1231
1205
|
|
|
1232
1206
|
.e-icon-rowselect::before {
|
|
@@ -1234,12 +1208,9 @@
|
|
|
1234
1208
|
}
|
|
1235
1209
|
|
|
1236
1210
|
.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 */
|
|
1211
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1212
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1213
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1243
1214
|
font-weight: normal;
|
|
1244
1215
|
position: absolute;
|
|
1245
1216
|
user-select: none;
|
|
@@ -1362,10 +1333,8 @@
|
|
|
1362
1333
|
}
|
|
1363
1334
|
|
|
1364
1335
|
.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 */
|
|
1336
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1337
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1369
1338
|
visibility: hidden;
|
|
1370
1339
|
}
|
|
1371
1340
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1381,8 +1350,7 @@
|
|
|
1381
1350
|
color: #adadad !important;
|
|
1382
1351
|
}
|
|
1383
1352
|
.e-predecessor-tooltip .e-tip-content {
|
|
1384
|
-
padding: 3px !important;
|
|
1385
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1353
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1386
1354
|
}
|
|
1387
1355
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1388
1356
|
background-color: #000;
|
|
@@ -1440,8 +1408,7 @@
|
|
|
1440
1408
|
border-top-right-radius: 0px;
|
|
1441
1409
|
}
|
|
1442
1410
|
.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 */
|
|
1411
|
+
box-shadow: 0 0 0 1px #248aff inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1445
1412
|
}
|
|
1446
1413
|
.e-gantt .e-temp-content {
|
|
1447
1414
|
border-color: #484848;
|
|
@@ -1456,8 +1423,7 @@
|
|
|
1456
1423
|
border-color: #484848;
|
|
1457
1424
|
}
|
|
1458
1425
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1459
|
-
height: 45px !important;
|
|
1460
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1426
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1461
1427
|
}
|
|
1462
1428
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1463
1429
|
background: #484848;
|
|
@@ -1481,8 +1447,7 @@
|
|
|
1481
1447
|
line-height: 47px;
|
|
1482
1448
|
}
|
|
1483
1449
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1484
|
-
height: 47px !important;
|
|
1485
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1450
|
+
height: 47px !important; /* stylelint-disable-line declaration-no-important */
|
|
1486
1451
|
}
|
|
1487
1452
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1488
1453
|
height: 32px;
|
|
@@ -1772,99 +1737,73 @@
|
|
|
1772
1737
|
color: transparent;
|
|
1773
1738
|
}
|
|
1774
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1775
|
-
color: transparent !important;
|
|
1776
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1740
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1777
1741
|
}
|
|
1778
1742
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1779
|
-
border-color: #8A8A8A !important;
|
|
1780
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1743
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1744
|
}
|
|
1782
1745
|
.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 */
|
|
1746
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1747
|
}
|
|
1786
1748
|
.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 */
|
|
1749
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1750
|
}
|
|
1790
1751
|
.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 */
|
|
1752
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1753
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
1754
|
}
|
|
1796
1755
|
.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 */
|
|
1756
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1757
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1758
|
}
|
|
1802
1759
|
.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 */
|
|
1760
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1805
1761
|
}
|
|
1806
1762
|
.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 */
|
|
1763
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
1764
|
}
|
|
1810
1765
|
.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 */
|
|
1766
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1767
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1768
|
}
|
|
1816
1769
|
.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 */
|
|
1770
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1821
1772
|
}
|
|
1822
1773
|
.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 */
|
|
1774
|
+
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1775
|
+
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
1776
|
}
|
|
1828
1777
|
.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 */
|
|
1778
|
+
border-bottom-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1831
1779
|
}
|
|
1832
1780
|
.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 */
|
|
1781
|
+
border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1782
|
}
|
|
1836
1783
|
.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 */
|
|
1784
|
+
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
|
+
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1786
|
}
|
|
1842
1787
|
.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 */
|
|
1788
|
+
border-bottom-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1845
1789
|
}
|
|
1846
1790
|
.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 */
|
|
1791
|
+
border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1849
1792
|
}
|
|
1850
1793
|
.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 */
|
|
1794
|
+
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1853
1795
|
}
|
|
1854
1796
|
.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 */
|
|
1797
|
+
border-left-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1857
1798
|
}
|
|
1858
1799
|
.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 */
|
|
1800
|
+
border-right-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1801
|
}
|
|
1862
1802
|
.e-gantt .e-icons {
|
|
1863
1803
|
color: #fff;
|
|
1864
1804
|
}
|
|
1865
1805
|
.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 */
|
|
1806
|
+
color: #f0f0f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1868
1807
|
}
|
|
1869
1808
|
|
|
1870
1809
|
.e-gantt-dialog .e-dlg-header {
|