@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/styles/gantt/fabric.css
CHANGED
|
@@ -265,12 +265,10 @@
|
|
|
265
265
|
height: 242px !important;
|
|
266
266
|
}
|
|
267
267
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
268
|
-
height: 63px !important;
|
|
269
|
-
/* stylelint-disable-line declaration-no-important */
|
|
268
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
270
269
|
}
|
|
271
270
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
272
|
-
padding: 16px 4px 16px 16px !important;
|
|
273
|
-
/* stylelint-disable-line declaration-no-important */
|
|
271
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
274
272
|
}
|
|
275
273
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
276
274
|
left: 0 !important;
|
|
@@ -306,8 +304,7 @@
|
|
|
306
304
|
width: 556px !important;
|
|
307
305
|
}
|
|
308
306
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
309
|
-
padding: 0 16px !important;
|
|
310
|
-
/* stylelint-disable-line declaration-no-important */
|
|
307
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
311
308
|
}
|
|
312
309
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
313
310
|
padding: 16px 12px 0 16px;
|
|
@@ -325,12 +322,10 @@
|
|
|
325
322
|
height: 76px !important;
|
|
326
323
|
}
|
|
327
324
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
328
|
-
border-bottom: 0 !important;
|
|
329
|
-
/* stylelint-disable-line declaration-no-important */
|
|
325
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
330
326
|
}
|
|
331
327
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
332
|
-
border-radius: 0 !important;
|
|
333
|
-
/* stylelint-disable-line declaration-no-important */
|
|
328
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
334
329
|
}
|
|
335
330
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
336
331
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -338,34 +333,28 @@
|
|
|
338
333
|
}
|
|
339
334
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
340
335
|
border-radius: 50%;
|
|
341
|
-
height: auto !important;
|
|
342
|
-
/* stylelint-disable-line declaration-no-important */
|
|
336
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
343
337
|
width: auto;
|
|
344
338
|
}
|
|
345
339
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
346
340
|
margin-left: 5px !important;
|
|
347
341
|
}
|
|
348
342
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
349
|
-
font-size: 16px !important;
|
|
350
|
-
/* stylelint-disable-line declaration-no-important */
|
|
343
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
351
344
|
}
|
|
352
345
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
353
346
|
min-height: 35px !important;
|
|
354
|
-
min-width: 35.82px !important;
|
|
355
|
-
/* stylelint-disable-line declaration-no-important */
|
|
347
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
356
348
|
}
|
|
357
349
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
358
350
|
line-height: 24px;
|
|
359
|
-
padding: 6px 16px 6px 15px !important;
|
|
360
|
-
/* stylelint-disable-line declaration-no-important */
|
|
351
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
361
352
|
}
|
|
362
353
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
363
|
-
padding: 6px 21px 6px 23px !important;
|
|
364
|
-
/* stylelint-disable-line declaration-no-important */
|
|
354
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
365
355
|
}
|
|
366
356
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
367
|
-
font-size: 16px !important;
|
|
368
|
-
/* stylelint-disable-line declaration-no-important */
|
|
357
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
369
358
|
}
|
|
370
359
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
371
360
|
font-size: 14px;
|
|
@@ -380,20 +369,17 @@
|
|
|
380
369
|
}
|
|
381
370
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
382
371
|
min-height: 35px !important;
|
|
383
|
-
min-width: 35.82px !important;
|
|
384
|
-
/* stylelint-disable-line declaration-no-important */
|
|
372
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
385
373
|
}
|
|
386
374
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
387
375
|
min-height: 35px !important;
|
|
388
|
-
min-width: 35.82px !important;
|
|
389
|
-
/* stylelint-disable-line declaration-no-important */
|
|
376
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
390
377
|
}
|
|
391
378
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
392
379
|
height: 36px;
|
|
393
380
|
}
|
|
394
381
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
395
|
-
min-width: 36px !important;
|
|
396
|
-
/* stylelint-disable-line declaration-no-important */
|
|
382
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
397
383
|
}
|
|
398
384
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
399
385
|
border-top: 8px solid #000;
|
|
@@ -408,8 +394,7 @@
|
|
|
408
394
|
color: #a6a6a6 !important;
|
|
409
395
|
}
|
|
410
396
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
411
|
-
padding: 3px !important;
|
|
412
|
-
/* stylelint-disable-line declaration-no-important */
|
|
397
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
413
398
|
}
|
|
414
399
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
415
400
|
background-color: #000;
|
|
@@ -514,8 +499,7 @@
|
|
|
514
499
|
margin: 0;
|
|
515
500
|
}
|
|
516
501
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
517
|
-
overflow: hidden !important;
|
|
518
|
-
/* stylelint-disable-line declaration-no-important */
|
|
502
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
519
503
|
}
|
|
520
504
|
.e-gantt .e-temp-content {
|
|
521
505
|
border-left: 1px solid;
|
|
@@ -542,23 +526,19 @@
|
|
|
542
526
|
height: 45px;
|
|
543
527
|
}
|
|
544
528
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
545
|
-
border-right-width: 0 !important;
|
|
546
|
-
/* stylelint-disable-line declaration-no-important */
|
|
529
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
547
530
|
}
|
|
548
531
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
549
532
|
border-top-style: none;
|
|
550
533
|
border-top-width: 0;
|
|
551
|
-
padding-right: 0 !important;
|
|
552
|
-
/* stylelint-disable-line declaration-no-important */
|
|
534
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
553
535
|
}
|
|
554
536
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
555
537
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
556
|
-
height: 63px !important;
|
|
557
|
-
/* stylelint-disable-line declaration-no-important */
|
|
538
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
558
539
|
}
|
|
559
540
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
560
|
-
overflow-x: scroll !important;
|
|
561
|
-
/* stylelint-disable-line declaration-no-important */
|
|
541
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
562
542
|
}
|
|
563
543
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
564
544
|
width: calc(100% + 17px);
|
|
@@ -583,8 +563,7 @@
|
|
|
583
563
|
border-right: 0 solid;
|
|
584
564
|
}
|
|
585
565
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
586
|
-
-webkit-overflow-scrolling: touch;
|
|
587
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
566
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
588
567
|
overflow-x: scroll;
|
|
589
568
|
overflow-y: auto;
|
|
590
569
|
position: relative;
|
|
@@ -674,10 +653,10 @@
|
|
|
674
653
|
box-sizing: border-box;
|
|
675
654
|
}
|
|
676
655
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
677
|
-
border-spacing: 0;
|
|
656
|
+
border-spacing: 0.25px;
|
|
678
657
|
}
|
|
679
658
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
680
|
-
border-top
|
|
659
|
+
border-top: 0;
|
|
681
660
|
}
|
|
682
661
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
683
662
|
border-collapse: separate;
|
|
@@ -922,6 +901,7 @@
|
|
|
922
901
|
}
|
|
923
902
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
924
903
|
overflow: hidden;
|
|
904
|
+
border-collapse: separate;
|
|
925
905
|
}
|
|
926
906
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
927
907
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1151,8 +1131,7 @@
|
|
|
1151
1131
|
}
|
|
1152
1132
|
.e-gantt-dialog .e-richtexteditor {
|
|
1153
1133
|
border-bottom-width: 1px;
|
|
1154
|
-
height: 241px !important;
|
|
1155
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1134
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1156
1135
|
overflow: hidden;
|
|
1157
1136
|
}
|
|
1158
1137
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1164,12 +1143,10 @@
|
|
|
1164
1143
|
overflow: hidden;
|
|
1165
1144
|
}
|
|
1166
1145
|
.e-gantt-dialog > .e-dlg-content {
|
|
1167
|
-
padding: 0 !important;
|
|
1168
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1146
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1169
1147
|
}
|
|
1170
1148
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1171
|
-
border-bottom: 0 !important;
|
|
1172
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1149
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1173
1150
|
}
|
|
1174
1151
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1175
1152
|
border-radius: 0px;
|
|
@@ -1177,10 +1154,8 @@
|
|
|
1177
1154
|
}
|
|
1178
1155
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1179
1156
|
border-radius: 50%;
|
|
1180
|
-
height: auto !important;
|
|
1181
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1182
|
-
width: auto !important;
|
|
1183
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1157
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1158
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1184
1159
|
}
|
|
1185
1160
|
|
|
1186
1161
|
.e-icon-rowselect::before {
|
|
@@ -1188,12 +1163,9 @@
|
|
|
1188
1163
|
}
|
|
1189
1164
|
|
|
1190
1165
|
.e-ganttpopup {
|
|
1191
|
-
-moz-user-select: none;
|
|
1192
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1193
|
-
-
|
|
1194
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1195
|
-
-webkit-user-select: none;
|
|
1196
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1166
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1167
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1168
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1197
1169
|
font-weight: normal;
|
|
1198
1170
|
position: absolute;
|
|
1199
1171
|
user-select: none;
|
|
@@ -1316,10 +1288,8 @@
|
|
|
1316
1288
|
}
|
|
1317
1289
|
|
|
1318
1290
|
.e-predecessor-tooltip {
|
|
1319
|
-
background-color: #000 !important;
|
|
1320
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1321
|
-
border-color: #000 !important;
|
|
1322
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1291
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1292
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1323
1293
|
visibility: hidden;
|
|
1324
1294
|
}
|
|
1325
1295
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1335,8 +1305,7 @@
|
|
|
1335
1305
|
color: #a6a6a6 !important;
|
|
1336
1306
|
}
|
|
1337
1307
|
.e-predecessor-tooltip .e-tip-content {
|
|
1338
|
-
padding: 3px !important;
|
|
1339
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1308
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1340
1309
|
}
|
|
1341
1310
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1342
1311
|
background-color: #000;
|
|
@@ -1394,8 +1363,7 @@
|
|
|
1394
1363
|
border-top-right-radius: 0px;
|
|
1395
1364
|
}
|
|
1396
1365
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1397
|
-
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1398
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1366
|
+
box-shadow: 0 0 0 1px #666 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
1367
|
}
|
|
1400
1368
|
.e-gantt .e-temp-content {
|
|
1401
1369
|
border-color: #eaeaea;
|
|
@@ -1410,8 +1378,7 @@
|
|
|
1410
1378
|
border-color: #eaeaea;
|
|
1411
1379
|
}
|
|
1412
1380
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1413
|
-
height: 45px !important;
|
|
1414
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1381
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1415
1382
|
}
|
|
1416
1383
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1417
1384
|
background: rgb(209, 235, 255);
|
|
@@ -1435,8 +1402,7 @@
|
|
|
1435
1402
|
line-height: 46px;
|
|
1436
1403
|
}
|
|
1437
1404
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1438
|
-
height: 46px !important;
|
|
1439
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1405
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1440
1406
|
}
|
|
1441
1407
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1442
1408
|
height: 32px;
|
|
@@ -1726,99 +1692,73 @@
|
|
|
1726
1692
|
color: transparent;
|
|
1727
1693
|
}
|
|
1728
1694
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1729
|
-
color: transparent !important;
|
|
1730
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1695
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1731
1696
|
}
|
|
1732
1697
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1733
|
-
border-color: #8A8A8A !important;
|
|
1734
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1698
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1735
1699
|
}
|
|
1736
1700
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1737
|
-
border-left-color: #8A8A8A !important;
|
|
1738
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1701
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1739
1702
|
}
|
|
1740
1703
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1741
|
-
border-right-color: #8A8A8A !important;
|
|
1742
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1704
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1743
1705
|
}
|
|
1744
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1745
|
-
background: #D5D5D5 !important;
|
|
1746
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1747
|
-
border: #D5D5D5 !important;
|
|
1748
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1707
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1708
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1749
1709
|
}
|
|
1750
1710
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1751
|
-
background-color: transparent !important;
|
|
1752
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1753
|
-
border: transparent !important;
|
|
1754
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1711
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1712
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1755
1713
|
}
|
|
1756
1714
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1757
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1758
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1715
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1759
1716
|
}
|
|
1760
1717
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1761
|
-
border-top-color: #D5D5D5 !important;
|
|
1762
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1718
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1763
1719
|
}
|
|
1764
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1765
|
-
background-color: #8A8A8A !important;
|
|
1766
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1767
|
-
border: #8A8A8A !important;
|
|
1768
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1721
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1722
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1769
1723
|
}
|
|
1770
1724
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1771
|
-
background-color: transparent !important;
|
|
1772
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1773
|
-
border: transparent !important;
|
|
1774
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1725
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1726
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1775
1727
|
}
|
|
1776
1728
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1777
|
-
background: #005ba3 !important;
|
|
1778
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1779
|
-
border: #005ba3 !important;
|
|
1780
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1729
|
+
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1730
|
+
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1731
|
}
|
|
1782
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1783
|
-
border-bottom-color: #005ba3 !important;
|
|
1784
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1733
|
+
border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1734
|
}
|
|
1786
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1787
|
-
border-top-color: #005ba3 !important;
|
|
1788
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1736
|
+
border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1737
|
}
|
|
1790
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1791
|
-
background: #3daaff !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1793
|
-
border: #3daaff !important;
|
|
1794
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1739
|
+
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1740
|
+
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
1741
|
}
|
|
1796
1742
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1797
|
-
border-bottom-color: #3daaff !important;
|
|
1798
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1743
|
+
border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1799
1744
|
}
|
|
1800
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1801
|
-
border-top-color: #3daaff !important;
|
|
1802
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1746
|
+
border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1747
|
}
|
|
1804
1748
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1805
|
-
border-color: #005ba3 !important;
|
|
1806
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1749
|
+
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1807
1750
|
}
|
|
1808
1751
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1809
|
-
border-left-color: #005ba3 !important;
|
|
1810
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1752
|
+
border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1753
|
}
|
|
1812
1754
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1813
|
-
border-right-color: #005ba3 !important;
|
|
1814
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1755
|
+
border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1756
|
}
|
|
1816
1757
|
.e-gantt .e-icons {
|
|
1817
1758
|
color: rgba(0, 0, 0, 0.87);
|
|
1818
1759
|
}
|
|
1819
1760
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1820
|
-
color: #666 !important;
|
|
1821
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1761
|
+
color: #666 !important; /* stylelint-disable-line declaration-no-important */
|
|
1822
1762
|
}
|
|
1823
1763
|
|
|
1824
1764
|
.e-gantt-dialog .e-dlg-header {
|