@syncfusion/ej2-vue-gantt 20.2.49 → 20.3.47
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 +26 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +47 -54
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +47 -54
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/adddialogfields.directive.d.ts +0 -1
- package/src/gantt/adddialogfields.directive.js +5 -6
- package/src/gantt/columns.directive.d.ts +0 -1
- package/src/gantt/columns.directive.js +5 -6
- package/src/gantt/dayworkingtime.directive.d.ts +0 -1
- package/src/gantt/dayworkingtime.directive.js +5 -6
- package/src/gantt/editdialogfields.directive.d.ts +0 -1
- package/src/gantt/editdialogfields.directive.js +5 -6
- package/src/gantt/eventmarkers.directive.d.ts +0 -1
- package/src/gantt/eventmarkers.directive.js +5 -6
- package/src/gantt/gantt.component.d.ts +6 -7
- package/src/gantt/gantt.component.js +3 -4
- package/src/gantt/holidays.directive.d.ts +0 -1
- package/src/gantt/holidays.directive.js +5 -6
- package/styles/bootstrap-dark.css +115 -62
- package/styles/bootstrap.css +115 -62
- package/styles/bootstrap4.css +115 -62
- package/styles/bootstrap5-dark.css +119 -63
- package/styles/bootstrap5.css +119 -63
- package/styles/fabric-dark.css +115 -62
- package/styles/fabric.css +115 -62
- package/styles/fluent-dark.css +126 -66
- package/styles/fluent.css +124 -64
- package/styles/gantt/bootstrap-dark.css +115 -62
- package/styles/gantt/bootstrap.css +115 -62
- package/styles/gantt/bootstrap4.css +115 -62
- package/styles/gantt/bootstrap5-dark.css +119 -63
- package/styles/gantt/bootstrap5.css +119 -63
- package/styles/gantt/fabric-dark.css +115 -62
- package/styles/gantt/fabric.css +115 -62
- package/styles/gantt/fluent-dark.css +126 -66
- package/styles/gantt/fluent.css +124 -64
- package/styles/gantt/highcontrast-light.css +120 -62
- package/styles/gantt/highcontrast.css +120 -62
- package/styles/gantt/material-dark.css +120 -65
- package/styles/gantt/material.css +118 -65
- package/styles/gantt/tailwind-dark.css +117 -64
- package/styles/gantt/tailwind.css +117 -64
- package/styles/highcontrast-light.css +120 -62
- package/styles/highcontrast.css +120 -62
- package/styles/material-dark.css +120 -65
- package/styles/material.css +118 -65
- package/styles/tailwind-dark.css +117 -64
- package/styles/tailwind.css +117 -64
package/styles/highcontrast.css
CHANGED
|
@@ -81,6 +81,9 @@
|
|
|
81
81
|
color: #fff;
|
|
82
82
|
top: 12px;
|
|
83
83
|
}
|
|
84
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
85
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
86
|
+
}
|
|
84
87
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
85
88
|
color: #969696;
|
|
86
89
|
font-family: inherit;
|
|
@@ -180,6 +183,8 @@
|
|
|
180
183
|
/*! Horizontal Tab */
|
|
181
184
|
/*! HighContrast specific themes definition's */
|
|
182
185
|
/*! Vertical Tab */
|
|
186
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
187
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
183
188
|
@keyframes material-spinner-rotate {
|
|
184
189
|
0% {
|
|
185
190
|
transform: rotate(0);
|
|
@@ -196,6 +201,7 @@
|
|
|
196
201
|
transform: rotate(360deg);
|
|
197
202
|
}
|
|
198
203
|
}
|
|
204
|
+
/* stylelint-disable */
|
|
199
205
|
.e-gantt .e-add::before {
|
|
200
206
|
content: "\e7d5";
|
|
201
207
|
}
|
|
@@ -345,10 +351,10 @@
|
|
|
345
351
|
height: 241px !important;
|
|
346
352
|
}
|
|
347
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
348
|
-
height: 63px !important;
|
|
354
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
349
355
|
}
|
|
350
356
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
351
|
-
padding: 16px 4px 12px 18px !important;
|
|
357
|
+
padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
352
358
|
}
|
|
353
359
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
354
360
|
left: 2px !important;
|
|
@@ -366,7 +372,7 @@
|
|
|
366
372
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
367
373
|
line-height: 28px;
|
|
368
374
|
}
|
|
369
|
-
.e-bigger .e-gantt .e-filter-popup {
|
|
375
|
+
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
370
376
|
width: 307px !important;
|
|
371
377
|
}
|
|
372
378
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
@@ -379,12 +385,12 @@
|
|
|
379
385
|
.e-bigger .e-columnmenu {
|
|
380
386
|
top: 45px;
|
|
381
387
|
}
|
|
382
|
-
.e-bigger .e-gantt-dialog {
|
|
388
|
+
.e-bigger .e-gantt-dialog .e-dialog {
|
|
383
389
|
border-radius: 6px;
|
|
384
390
|
width: 554px !important;
|
|
385
391
|
}
|
|
386
392
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
387
|
-
padding: 0 16px !important;
|
|
393
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
388
394
|
}
|
|
389
395
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
390
396
|
padding: 16px 9px 0 18px;
|
|
@@ -402,10 +408,10 @@
|
|
|
402
408
|
height: 78px !important;
|
|
403
409
|
}
|
|
404
410
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
405
|
-
border-bottom: 0 !important;
|
|
411
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
406
412
|
}
|
|
407
413
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
408
|
-
border-radius: 0 !important;
|
|
414
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
409
415
|
}
|
|
410
416
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
411
417
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -413,28 +419,28 @@
|
|
|
413
419
|
}
|
|
414
420
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
415
421
|
border-radius: 50%;
|
|
416
|
-
height: auto !important;
|
|
422
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
417
423
|
width: auto;
|
|
418
424
|
}
|
|
419
425
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
420
426
|
margin-left: 6px !important;
|
|
421
427
|
}
|
|
422
428
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
423
|
-
font-size: 16px !important;
|
|
429
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
424
430
|
}
|
|
425
431
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
426
432
|
min-height: 38px !important;
|
|
427
|
-
min-width: 35.82px !important;
|
|
433
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
428
434
|
}
|
|
429
435
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
430
436
|
line-height: 24px;
|
|
431
|
-
padding: 6px 16px 6px 15px !important;
|
|
437
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
432
438
|
}
|
|
433
439
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
434
|
-
padding: 6px 21px 6px 23px !important;
|
|
440
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
435
441
|
}
|
|
436
442
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
437
|
-
font-size: 16px !important;
|
|
443
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
438
444
|
}
|
|
439
445
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
440
446
|
font-size: 14px;
|
|
@@ -449,20 +455,24 @@
|
|
|
449
455
|
}
|
|
450
456
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
451
457
|
min-height: 38px !important;
|
|
452
|
-
min-width: 35.82px !important;
|
|
458
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
453
459
|
}
|
|
454
460
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
455
461
|
min-height: 38px !important;
|
|
456
|
-
min-width: 35.82px !important;
|
|
462
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
457
463
|
}
|
|
458
464
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
459
465
|
height: 40px;
|
|
460
466
|
}
|
|
461
467
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
462
|
-
min-width: 36px !important;
|
|
468
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
463
469
|
}
|
|
464
|
-
.e-bigger .e-predecessor-tooltip {
|
|
465
|
-
|
|
470
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
471
|
+
border-top: 8px solid #000;
|
|
472
|
+
border-top: 7px solid #000;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
475
|
+
color: #000;
|
|
466
476
|
}
|
|
467
477
|
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
468
478
|
color: #757575 !important;
|
|
@@ -471,7 +481,7 @@
|
|
|
471
481
|
color: #757575 !important;
|
|
472
482
|
}
|
|
473
483
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
474
|
-
padding: 3px !important;
|
|
484
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
475
485
|
}
|
|
476
486
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
477
487
|
background-color: #000;
|
|
@@ -495,6 +505,9 @@
|
|
|
495
505
|
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
496
506
|
background-color: #1a1a1a;
|
|
497
507
|
padding: 10px 9px 9px 14px !important;
|
|
508
|
+
font-size: 12px;
|
|
509
|
+
font-weight: 400;
|
|
510
|
+
line-height: 1.8;
|
|
498
511
|
}
|
|
499
512
|
|
|
500
513
|
.e-gantt {
|
|
@@ -573,7 +586,7 @@
|
|
|
573
586
|
margin: 0;
|
|
574
587
|
}
|
|
575
588
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
576
|
-
overflow: hidden !important;
|
|
589
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
577
590
|
}
|
|
578
591
|
.e-gantt .e-temp-content {
|
|
579
592
|
border-left: 1px solid;
|
|
@@ -600,19 +613,19 @@
|
|
|
600
613
|
height: 45px;
|
|
601
614
|
}
|
|
602
615
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
603
|
-
border-right-width: 0 !important;
|
|
616
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
604
617
|
}
|
|
605
618
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
606
619
|
border-top-style: none;
|
|
607
620
|
border-top-width: 0;
|
|
608
|
-
padding-right: 0 !important;
|
|
621
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
609
622
|
}
|
|
610
623
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
611
624
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
612
|
-
height: 63px !important;
|
|
625
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
613
626
|
}
|
|
614
627
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
615
|
-
overflow-x: scroll !important;
|
|
628
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
616
629
|
}
|
|
617
630
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
618
631
|
width: calc(100% + 17px);
|
|
@@ -637,7 +650,7 @@
|
|
|
637
650
|
border-right: 0 solid;
|
|
638
651
|
}
|
|
639
652
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
640
|
-
-webkit-overflow-scrolling: touch;
|
|
653
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
641
654
|
overflow-x: scroll;
|
|
642
655
|
overflow-y: auto;
|
|
643
656
|
position: relative;
|
|
@@ -1204,7 +1217,7 @@
|
|
|
1204
1217
|
}
|
|
1205
1218
|
.e-gantt-dialog .e-richtexteditor {
|
|
1206
1219
|
border-bottom-width: 1px;
|
|
1207
|
-
height: 241px !important;
|
|
1220
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1208
1221
|
overflow: hidden;
|
|
1209
1222
|
}
|
|
1210
1223
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1216,10 +1229,10 @@
|
|
|
1216
1229
|
overflow: hidden;
|
|
1217
1230
|
}
|
|
1218
1231
|
.e-gantt-dialog > .e-dlg-content {
|
|
1219
|
-
padding: 0 !important;
|
|
1232
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1220
1233
|
}
|
|
1221
1234
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1222
|
-
border-bottom: 0 !important;
|
|
1235
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1223
1236
|
}
|
|
1224
1237
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1225
1238
|
border-radius: 0px;
|
|
@@ -1227,8 +1240,8 @@
|
|
|
1227
1240
|
}
|
|
1228
1241
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1229
1242
|
border-radius: 50%;
|
|
1230
|
-
height: auto !important;
|
|
1231
|
-
width: auto !important;
|
|
1243
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1244
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1232
1245
|
}
|
|
1233
1246
|
|
|
1234
1247
|
.e-icon-rowselect::before {
|
|
@@ -1236,9 +1249,9 @@
|
|
|
1236
1249
|
}
|
|
1237
1250
|
|
|
1238
1251
|
.e-ganttpopup {
|
|
1239
|
-
-moz-user-select: none;
|
|
1240
|
-
-ms-user-select: none;
|
|
1241
|
-
-webkit-user-select: none;
|
|
1252
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1253
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1254
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1242
1255
|
font-weight: normal;
|
|
1243
1256
|
position: absolute;
|
|
1244
1257
|
user-select: none;
|
|
@@ -1361,8 +1374,53 @@
|
|
|
1361
1374
|
}
|
|
1362
1375
|
|
|
1363
1376
|
.e-predecessor-tooltip {
|
|
1377
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1378
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1364
1379
|
visibility: hidden;
|
|
1365
1380
|
}
|
|
1381
|
+
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
1382
|
+
border-top: 8px solid #000;
|
|
1383
|
+
border-top: 7px solid #000;
|
|
1384
|
+
}
|
|
1385
|
+
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
1386
|
+
color: #000;
|
|
1387
|
+
}
|
|
1388
|
+
.e-predecessor-tooltip .e-left-btn:disabled {
|
|
1389
|
+
color: #757575 !important;
|
|
1390
|
+
}
|
|
1391
|
+
.e-predecessor-tooltip .e-right-btn:disabled {
|
|
1392
|
+
color: #757575 !important;
|
|
1393
|
+
}
|
|
1394
|
+
.e-predecessor-tooltip .e-tip-content {
|
|
1395
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1396
|
+
}
|
|
1397
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1398
|
+
background-color: #000;
|
|
1399
|
+
border-color: #000;
|
|
1400
|
+
color: #F9FAFB;
|
|
1401
|
+
font-size: 12px;
|
|
1402
|
+
line-height: 18px;
|
|
1403
|
+
padding: 0 8px 0 0;
|
|
1404
|
+
}
|
|
1405
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1406
|
+
background-color: #000;
|
|
1407
|
+
border-color: #000;
|
|
1408
|
+
color: #F9FAFB;
|
|
1409
|
+
font-size: 12px;
|
|
1410
|
+
line-height: 18px;
|
|
1411
|
+
padding: 0 0 0 8px;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.e-predecessor-dialog {
|
|
1415
|
+
background-color: #1a1a1a;
|
|
1416
|
+
}
|
|
1417
|
+
.e-predecessor-dialog .e-dlg-content {
|
|
1418
|
+
background-color: #1a1a1a;
|
|
1419
|
+
padding: 10px 9px 9px 14px !important;
|
|
1420
|
+
font-size: 12px;
|
|
1421
|
+
font-weight: 400;
|
|
1422
|
+
line-height: 1.8;
|
|
1423
|
+
}
|
|
1366
1424
|
|
|
1367
1425
|
/*! Gantt theme */
|
|
1368
1426
|
.e-gantt .e-gantt-splitter {
|
|
@@ -1392,7 +1450,7 @@
|
|
|
1392
1450
|
border-top-right-radius: 0px;
|
|
1393
1451
|
}
|
|
1394
1452
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1395
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1453
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1396
1454
|
}
|
|
1397
1455
|
.e-gantt .e-temp-content {
|
|
1398
1456
|
border-color: #969696;
|
|
@@ -1407,7 +1465,7 @@
|
|
|
1407
1465
|
border-color: #969696;
|
|
1408
1466
|
}
|
|
1409
1467
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1410
|
-
height: 45px !important;
|
|
1468
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1411
1469
|
}
|
|
1412
1470
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1413
1471
|
background: rgba(255, 217, 57, 0.7);
|
|
@@ -1431,7 +1489,7 @@
|
|
|
1431
1489
|
line-height: 46px;
|
|
1432
1490
|
}
|
|
1433
1491
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1434
|
-
height: 46px !important;
|
|
1492
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1435
1493
|
}
|
|
1436
1494
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1437
1495
|
height: 32px;
|
|
@@ -1721,73 +1779,73 @@
|
|
|
1721
1779
|
color: transparent;
|
|
1722
1780
|
}
|
|
1723
1781
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1724
|
-
color: transparent !important;
|
|
1782
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
1783
|
}
|
|
1726
1784
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1727
|
-
border-color: #8A8A8A !important;
|
|
1785
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1728
1786
|
}
|
|
1729
1787
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1730
|
-
border-left-color: #8A8A8A !important;
|
|
1788
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1731
1789
|
}
|
|
1732
1790
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1733
|
-
border-right-color: #8A8A8A !important;
|
|
1791
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1734
1792
|
}
|
|
1735
1793
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1736
|
-
background: #D5D5D5 !important;
|
|
1737
|
-
border: #D5D5D5 !important;
|
|
1794
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1738
1796
|
}
|
|
1739
1797
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1740
|
-
background-color: transparent !important;
|
|
1741
|
-
border: transparent !important;
|
|
1798
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1799
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1742
1800
|
}
|
|
1743
1801
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1744
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1802
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1745
1803
|
}
|
|
1746
1804
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1747
|
-
border-top-color: #D5D5D5 !important;
|
|
1805
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1748
1806
|
}
|
|
1749
1807
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1750
|
-
background-color: #8A8A8A !important;
|
|
1751
|
-
border: #8A8A8A !important;
|
|
1808
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1752
1810
|
}
|
|
1753
1811
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1754
|
-
background-color: transparent !important;
|
|
1755
|
-
border: transparent !important;
|
|
1812
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1756
1814
|
}
|
|
1757
1815
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1758
|
-
background: #3e047d !important;
|
|
1759
|
-
border: #3e047d !important;
|
|
1816
|
+
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
|
+
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1760
1818
|
}
|
|
1761
1819
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1762
|
-
border-bottom-color: #3e047d !important;
|
|
1820
|
+
border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1763
1821
|
}
|
|
1764
1822
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1765
|
-
border-top-color: #3e047d !important;
|
|
1823
|
+
border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1766
1824
|
}
|
|
1767
1825
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1768
|
-
background: #a662fb !important;
|
|
1769
|
-
border: #a662fb !important;
|
|
1826
|
+
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1827
|
+
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1770
1828
|
}
|
|
1771
1829
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1772
|
-
border-bottom-color: #a662fb !important;
|
|
1830
|
+
border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1773
1831
|
}
|
|
1774
1832
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1775
|
-
border-top-color: #a662fb !important;
|
|
1833
|
+
border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1776
1834
|
}
|
|
1777
1835
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1778
|
-
border-color: #3e047d !important;
|
|
1836
|
+
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1779
1837
|
}
|
|
1780
1838
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1781
|
-
border-left-color: #3e047d !important;
|
|
1839
|
+
border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1782
1840
|
}
|
|
1783
1841
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1784
|
-
border-right-color: #3e047d !important;
|
|
1842
|
+
border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1843
|
}
|
|
1786
1844
|
.e-gantt .e-icons {
|
|
1787
1845
|
color: #fff;
|
|
1788
1846
|
}
|
|
1789
1847
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1790
|
-
color: #fff !important;
|
|
1848
|
+
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
1791
1849
|
}
|
|
1792
1850
|
|
|
1793
1851
|
.e-gantt-dialog .e-dlg-header {
|