@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
|
@@ -307,12 +307,10 @@
|
|
|
307
307
|
height: 241px !important;
|
|
308
308
|
}
|
|
309
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
310
|
-
height: 63px !important;
|
|
311
|
-
/* stylelint-disable-line declaration-no-important */
|
|
310
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
312
311
|
}
|
|
313
312
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
314
|
-
padding: 16px 4px 17px 16px !important;
|
|
315
|
-
/* stylelint-disable-line declaration-no-important */
|
|
313
|
+
padding: 16px 4px 17px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
316
314
|
}
|
|
317
315
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
318
316
|
left: 1px !important;
|
|
@@ -348,8 +346,7 @@
|
|
|
348
346
|
width: 550px !important;
|
|
349
347
|
}
|
|
350
348
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
351
|
-
padding: 0 16px !important;
|
|
352
|
-
/* stylelint-disable-line declaration-no-important */
|
|
349
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
353
350
|
}
|
|
354
351
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
355
352
|
padding: 16px 9px 0 16px;
|
|
@@ -367,12 +364,10 @@
|
|
|
367
364
|
height: 78px !important;
|
|
368
365
|
}
|
|
369
366
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
370
|
-
border-bottom: 0 !important;
|
|
371
|
-
/* stylelint-disable-line declaration-no-important */
|
|
367
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
372
368
|
}
|
|
373
369
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
374
|
-
border-radius: 0 !important;
|
|
375
|
-
/* stylelint-disable-line declaration-no-important */
|
|
370
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
376
371
|
}
|
|
377
372
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
378
373
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -380,34 +375,28 @@
|
|
|
380
375
|
}
|
|
381
376
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
382
377
|
border-radius: 50%;
|
|
383
|
-
height: auto !important;
|
|
384
|
-
/* stylelint-disable-line declaration-no-important */
|
|
378
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
385
379
|
width: auto;
|
|
386
380
|
}
|
|
387
381
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
388
382
|
margin-left: 4px !important;
|
|
389
383
|
}
|
|
390
384
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
391
|
-
font-size: 16px !important;
|
|
392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
385
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
393
386
|
}
|
|
394
387
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
395
388
|
min-height: 26px !important;
|
|
396
|
-
min-width: 35.82px !important;
|
|
397
|
-
/* stylelint-disable-line declaration-no-important */
|
|
389
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
398
390
|
}
|
|
399
391
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
400
392
|
line-height: 24px;
|
|
401
|
-
padding: 6px 16px 6px 15px !important;
|
|
402
|
-
/* stylelint-disable-line declaration-no-important */
|
|
393
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
403
394
|
}
|
|
404
395
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
405
|
-
padding: 6px 21px 6px 23px !important;
|
|
406
|
-
/* stylelint-disable-line declaration-no-important */
|
|
396
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
407
397
|
}
|
|
408
398
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
409
|
-
font-size: 16px !important;
|
|
410
|
-
/* stylelint-disable-line declaration-no-important */
|
|
399
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
411
400
|
}
|
|
412
401
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
413
402
|
font-size: 14px;
|
|
@@ -419,33 +408,27 @@
|
|
|
419
408
|
}
|
|
420
409
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
421
410
|
height: 27px !important;
|
|
422
|
-
padding: 5px 0 11px !important;
|
|
423
|
-
/* stylelint-disable-line declaration-no-important */
|
|
411
|
+
padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
424
412
|
}
|
|
425
413
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
426
414
|
min-height: 26px !important;
|
|
427
|
-
min-width: 35.82px !important;
|
|
428
|
-
/* stylelint-disable-line declaration-no-important */
|
|
415
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
429
416
|
}
|
|
430
417
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
431
418
|
min-height: 26px !important;
|
|
432
|
-
min-width: 35.82px !important;
|
|
433
|
-
/* stylelint-disable-line declaration-no-important */
|
|
419
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
434
420
|
}
|
|
435
421
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
436
422
|
height: 44px;
|
|
437
423
|
}
|
|
438
424
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
439
|
-
min-width: 36px !important;
|
|
440
|
-
/* stylelint-disable-line declaration-no-important */
|
|
425
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
441
426
|
}
|
|
442
427
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
443
|
-
margin: 5px 0 6px !important;
|
|
444
|
-
/* stylelint-disable-line declaration-no-important */
|
|
428
|
+
margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
445
429
|
}
|
|
446
430
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
447
|
-
margin-right: 0 !important;
|
|
448
|
-
/* stylelint-disable-line declaration-no-important */
|
|
431
|
+
margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
449
432
|
}
|
|
450
433
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
451
434
|
border-top: 8px solid #000;
|
|
@@ -460,8 +443,7 @@
|
|
|
460
443
|
color: #757575 !important;
|
|
461
444
|
}
|
|
462
445
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
463
|
-
padding: 3px !important;
|
|
464
|
-
/* stylelint-disable-line declaration-no-important */
|
|
446
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
465
447
|
}
|
|
466
448
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
467
449
|
background-color: #000;
|
|
@@ -567,8 +549,7 @@
|
|
|
567
549
|
margin: 0;
|
|
568
550
|
}
|
|
569
551
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
570
|
-
overflow: hidden !important;
|
|
571
|
-
/* stylelint-disable-line declaration-no-important */
|
|
552
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
572
553
|
}
|
|
573
554
|
.e-gantt .e-temp-content {
|
|
574
555
|
border-left: 1px solid;
|
|
@@ -595,23 +576,19 @@
|
|
|
595
576
|
height: 45px;
|
|
596
577
|
}
|
|
597
578
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
598
|
-
border-right-width: 0 !important;
|
|
599
|
-
/* stylelint-disable-line declaration-no-important */
|
|
579
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
600
580
|
}
|
|
601
581
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
602
582
|
border-top-style: none;
|
|
603
583
|
border-top-width: 0;
|
|
604
|
-
padding-right: 0 !important;
|
|
605
|
-
/* stylelint-disable-line declaration-no-important */
|
|
584
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
606
585
|
}
|
|
607
586
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
608
587
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
609
|
-
height: 63px !important;
|
|
610
|
-
/* stylelint-disable-line declaration-no-important */
|
|
588
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
611
589
|
}
|
|
612
590
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
613
|
-
overflow-x: scroll !important;
|
|
614
|
-
/* stylelint-disable-line declaration-no-important */
|
|
591
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
615
592
|
}
|
|
616
593
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
617
594
|
width: calc(100% + 17px);
|
|
@@ -636,8 +613,7 @@
|
|
|
636
613
|
border-right: 0 solid;
|
|
637
614
|
}
|
|
638
615
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
639
|
-
-webkit-overflow-scrolling: touch;
|
|
640
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
616
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
641
617
|
overflow-x: scroll;
|
|
642
618
|
overflow-y: auto;
|
|
643
619
|
position: relative;
|
|
@@ -727,10 +703,10 @@
|
|
|
727
703
|
box-sizing: border-box;
|
|
728
704
|
}
|
|
729
705
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
730
|
-
border-spacing: 0;
|
|
706
|
+
border-spacing: 0.25px;
|
|
731
707
|
}
|
|
732
708
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
733
|
-
border-top
|
|
709
|
+
border-top: 0;
|
|
734
710
|
}
|
|
735
711
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
736
712
|
border-collapse: separate;
|
|
@@ -975,6 +951,7 @@
|
|
|
975
951
|
}
|
|
976
952
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
977
953
|
overflow: hidden;
|
|
954
|
+
border-collapse: separate;
|
|
978
955
|
}
|
|
979
956
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
980
957
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1204,8 +1181,7 @@
|
|
|
1204
1181
|
}
|
|
1205
1182
|
.e-gantt-dialog .e-richtexteditor {
|
|
1206
1183
|
border-bottom-width: 1px;
|
|
1207
|
-
height: 241px !important;
|
|
1208
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1184
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1209
1185
|
overflow: hidden;
|
|
1210
1186
|
}
|
|
1211
1187
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1217,12 +1193,10 @@
|
|
|
1217
1193
|
overflow: hidden;
|
|
1218
1194
|
}
|
|
1219
1195
|
.e-gantt-dialog > .e-dlg-content {
|
|
1220
|
-
padding: 0 !important;
|
|
1221
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1196
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1222
1197
|
}
|
|
1223
1198
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1224
|
-
border-bottom: 0 !important;
|
|
1225
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1199
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1200
|
}
|
|
1227
1201
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1228
1202
|
border-radius: 0px;
|
|
@@ -1230,10 +1204,8 @@
|
|
|
1230
1204
|
}
|
|
1231
1205
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1232
1206
|
border-radius: 50%;
|
|
1233
|
-
height: auto !important;
|
|
1234
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1235
|
-
width: auto !important;
|
|
1236
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1207
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1208
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1237
1209
|
}
|
|
1238
1210
|
|
|
1239
1211
|
.e-icon-rowselect::before {
|
|
@@ -1241,12 +1213,9 @@
|
|
|
1241
1213
|
}
|
|
1242
1214
|
|
|
1243
1215
|
.e-ganttpopup {
|
|
1244
|
-
-moz-user-select: none;
|
|
1245
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1246
|
-
-
|
|
1247
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1248
|
-
-webkit-user-select: none;
|
|
1249
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1216
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1217
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1218
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1250
1219
|
font-weight: normal;
|
|
1251
1220
|
position: absolute;
|
|
1252
1221
|
user-select: none;
|
|
@@ -1369,10 +1338,8 @@
|
|
|
1369
1338
|
}
|
|
1370
1339
|
|
|
1371
1340
|
.e-predecessor-tooltip {
|
|
1372
|
-
background-color: #000 !important;
|
|
1373
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1374
|
-
border-color: #000 !important;
|
|
1375
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1341
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1342
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1376
1343
|
visibility: hidden;
|
|
1377
1344
|
}
|
|
1378
1345
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1388,8 +1355,7 @@
|
|
|
1388
1355
|
color: #757575 !important;
|
|
1389
1356
|
}
|
|
1390
1357
|
.e-predecessor-tooltip .e-tip-content {
|
|
1391
|
-
padding: 3px !important;
|
|
1392
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1358
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1393
1359
|
}
|
|
1394
1360
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1395
1361
|
background-color: #000;
|
|
@@ -1448,8 +1414,7 @@
|
|
|
1448
1414
|
border-top-right-radius: 0px;
|
|
1449
1415
|
}
|
|
1450
1416
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1451
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
|
|
1452
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1417
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1453
1418
|
}
|
|
1454
1419
|
.e-gantt .e-temp-content {
|
|
1455
1420
|
border-color: #616161;
|
|
@@ -1464,8 +1429,7 @@
|
|
|
1464
1429
|
border-color: #616161;
|
|
1465
1430
|
}
|
|
1466
1431
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1467
|
-
height: 45px !important;
|
|
1468
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1432
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1469
1433
|
}
|
|
1470
1434
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1471
1435
|
background: rgba(255, 255, 255, 0.28);
|
|
@@ -1489,8 +1453,7 @@
|
|
|
1489
1453
|
line-height: 46px;
|
|
1490
1454
|
}
|
|
1491
1455
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1492
|
-
height: 46px !important;
|
|
1493
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1456
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1494
1457
|
}
|
|
1495
1458
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1496
1459
|
height: 32px;
|
|
@@ -1780,99 +1743,73 @@
|
|
|
1780
1743
|
color: transparent;
|
|
1781
1744
|
}
|
|
1782
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1783
|
-
color: transparent !important;
|
|
1784
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1746
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1747
|
}
|
|
1786
1748
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1787
|
-
border-color: #8A8A8A !important;
|
|
1788
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1749
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1750
|
}
|
|
1790
1751
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1791
|
-
border-left-color: #8A8A8A !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1752
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1753
|
}
|
|
1794
1754
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1795
|
-
border-right-color: #8A8A8A !important;
|
|
1796
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1755
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1756
|
}
|
|
1798
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1799
|
-
background: #D5D5D5 !important;
|
|
1800
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1801
|
-
border: #D5D5D5 !important;
|
|
1802
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1758
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1759
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1760
|
}
|
|
1804
1761
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1805
|
-
background-color: transparent !important;
|
|
1806
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1807
|
-
border: transparent !important;
|
|
1808
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1762
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1763
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
1764
|
}
|
|
1810
1765
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1811
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1812
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1766
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
1767
|
}
|
|
1814
1768
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1815
|
-
border-top-color: #D5D5D5 !important;
|
|
1816
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1769
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
1770
|
}
|
|
1818
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1819
|
-
background-color: #8A8A8A !important;
|
|
1820
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1821
|
-
border: #8A8A8A !important;
|
|
1822
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1772
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1773
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1823
1774
|
}
|
|
1824
1775
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1825
|
-
background-color: transparent !important;
|
|
1826
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1827
|
-
border: transparent !important;
|
|
1828
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1776
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1777
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1829
1778
|
}
|
|
1830
1779
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1831
|
-
background: #7280ce !important;
|
|
1832
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1833
|
-
border: #7280ce !important;
|
|
1834
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1780
|
+
background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
|
+
border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1782
|
}
|
|
1836
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1837
|
-
border-bottom-color: #7280ce !important;
|
|
1838
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1784
|
+
border-bottom-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1839
1785
|
}
|
|
1840
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1841
|
-
border-top-color: #7280ce !important;
|
|
1842
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1787
|
+
border-top-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1843
1788
|
}
|
|
1844
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1845
|
-
background: #8591d5 !important;
|
|
1846
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1847
|
-
border: #8591d5 !important;
|
|
1848
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1790
|
+
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1791
|
+
border: #8591d5 !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-milestone-top {
|
|
1851
|
-
border-bottom-color: #8591d5 !important;
|
|
1852
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1794
|
+
border-bottom-color: #8591d5 !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-milestone-bottom {
|
|
1855
|
-
border-top-color: #8591d5 !important;
|
|
1856
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1797
|
+
border-top-color: #8591d5 !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-line {
|
|
1859
|
-
border-color: #7280ce !important;
|
|
1860
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1800
|
+
border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
1801
|
}
|
|
1862
1802
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1863
|
-
border-left-color: #7280ce !important;
|
|
1864
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1803
|
+
border-left-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1865
1804
|
}
|
|
1866
1805
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1867
|
-
border-right-color: #7280ce !important;
|
|
1868
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1806
|
+
border-right-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
1807
|
}
|
|
1870
1808
|
.e-gantt .e-icons {
|
|
1871
1809
|
color: #fff;
|
|
1872
1810
|
}
|
|
1873
1811
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1874
|
-
color: rgba(255, 255, 255, 0.7) !important;
|
|
1875
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1812
|
+
color: rgba(255, 255, 255, 0.7) !important; /* stylelint-disable-line declaration-no-important */
|
|
1876
1813
|
}
|
|
1877
1814
|
|
|
1878
1815
|
.e-gantt-dialog .e-dlg-header {
|