@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
|
@@ -249,12 +249,10 @@
|
|
|
249
249
|
height: 241px !important;
|
|
250
250
|
}
|
|
251
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
252
|
-
height: 63px !important;
|
|
253
|
-
/* stylelint-disable-line declaration-no-important */
|
|
252
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
254
253
|
}
|
|
255
254
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
256
|
-
padding: 16px 4px 12px 18px !important;
|
|
257
|
-
/* stylelint-disable-line declaration-no-important */
|
|
255
|
+
padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
258
256
|
}
|
|
259
257
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
260
258
|
left: 2px !important;
|
|
@@ -290,8 +288,7 @@
|
|
|
290
288
|
width: 554px !important;
|
|
291
289
|
}
|
|
292
290
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
293
|
-
padding: 0 16px !important;
|
|
294
|
-
/* stylelint-disable-line declaration-no-important */
|
|
291
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
295
292
|
}
|
|
296
293
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
297
294
|
padding: 16px 9px 0 18px;
|
|
@@ -309,12 +306,10 @@
|
|
|
309
306
|
height: 78px !important;
|
|
310
307
|
}
|
|
311
308
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
312
|
-
border-bottom: 0 !important;
|
|
313
|
-
/* stylelint-disable-line declaration-no-important */
|
|
309
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
314
310
|
}
|
|
315
311
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
316
|
-
border-radius: 0 !important;
|
|
317
|
-
/* stylelint-disable-line declaration-no-important */
|
|
312
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
318
313
|
}
|
|
319
314
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
320
315
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -322,34 +317,28 @@
|
|
|
322
317
|
}
|
|
323
318
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
324
319
|
border-radius: 50%;
|
|
325
|
-
height: auto !important;
|
|
326
|
-
/* stylelint-disable-line declaration-no-important */
|
|
320
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
327
321
|
width: auto;
|
|
328
322
|
}
|
|
329
323
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
330
324
|
margin-left: 6px !important;
|
|
331
325
|
}
|
|
332
326
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
333
|
-
font-size: 16px !important;
|
|
334
|
-
/* stylelint-disable-line declaration-no-important */
|
|
327
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
335
328
|
}
|
|
336
329
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
337
330
|
min-height: 38px !important;
|
|
338
|
-
min-width: 35.82px !important;
|
|
339
|
-
/* stylelint-disable-line declaration-no-important */
|
|
331
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
340
332
|
}
|
|
341
333
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
342
334
|
line-height: 24px;
|
|
343
|
-
padding: 6px 16px 6px 15px !important;
|
|
344
|
-
/* stylelint-disable-line declaration-no-important */
|
|
335
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
345
336
|
}
|
|
346
337
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
347
|
-
padding: 6px 21px 6px 23px !important;
|
|
348
|
-
/* stylelint-disable-line declaration-no-important */
|
|
338
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
349
339
|
}
|
|
350
340
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
351
|
-
font-size: 16px !important;
|
|
352
|
-
/* stylelint-disable-line declaration-no-important */
|
|
341
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
353
342
|
}
|
|
354
343
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
355
344
|
font-size: 14px;
|
|
@@ -364,20 +353,17 @@
|
|
|
364
353
|
}
|
|
365
354
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
366
355
|
min-height: 38px !important;
|
|
367
|
-
min-width: 35.82px !important;
|
|
368
|
-
/* stylelint-disable-line declaration-no-important */
|
|
356
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
369
357
|
}
|
|
370
358
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
371
359
|
min-height: 38px !important;
|
|
372
|
-
min-width: 35.82px !important;
|
|
373
|
-
/* stylelint-disable-line declaration-no-important */
|
|
360
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
374
361
|
}
|
|
375
362
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
376
363
|
height: 40px;
|
|
377
364
|
}
|
|
378
365
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
379
|
-
min-width: 36px !important;
|
|
380
|
-
/* stylelint-disable-line declaration-no-important */
|
|
366
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
381
367
|
}
|
|
382
368
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
383
369
|
border-top: 8px solid #000;
|
|
@@ -393,8 +379,7 @@
|
|
|
393
379
|
color: #757575 !important;
|
|
394
380
|
}
|
|
395
381
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
396
|
-
padding: 3px !important;
|
|
397
|
-
/* stylelint-disable-line declaration-no-important */
|
|
382
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
398
383
|
}
|
|
399
384
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
400
385
|
background-color: #000;
|
|
@@ -499,8 +484,7 @@
|
|
|
499
484
|
margin: 0;
|
|
500
485
|
}
|
|
501
486
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
502
|
-
overflow: hidden !important;
|
|
503
|
-
/* stylelint-disable-line declaration-no-important */
|
|
487
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
504
488
|
}
|
|
505
489
|
.e-gantt .e-temp-content {
|
|
506
490
|
border-left: 1px solid;
|
|
@@ -527,23 +511,19 @@
|
|
|
527
511
|
height: 45px;
|
|
528
512
|
}
|
|
529
513
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
530
|
-
border-right-width: 0 !important;
|
|
531
|
-
/* stylelint-disable-line declaration-no-important */
|
|
514
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
532
515
|
}
|
|
533
516
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
534
517
|
border-top-style: none;
|
|
535
518
|
border-top-width: 0;
|
|
536
|
-
padding-right: 0 !important;
|
|
537
|
-
/* stylelint-disable-line declaration-no-important */
|
|
519
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
538
520
|
}
|
|
539
521
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
540
522
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
541
|
-
height: 63px !important;
|
|
542
|
-
/* stylelint-disable-line declaration-no-important */
|
|
523
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
543
524
|
}
|
|
544
525
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
545
|
-
overflow-x: scroll !important;
|
|
546
|
-
/* stylelint-disable-line declaration-no-important */
|
|
526
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
547
527
|
}
|
|
548
528
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
549
529
|
width: calc(100% + 17px);
|
|
@@ -568,8 +548,7 @@
|
|
|
568
548
|
border-right: 0 solid;
|
|
569
549
|
}
|
|
570
550
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
571
|
-
-webkit-overflow-scrolling: touch;
|
|
572
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
551
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
573
552
|
overflow-x: scroll;
|
|
574
553
|
overflow-y: auto;
|
|
575
554
|
position: relative;
|
|
@@ -1136,8 +1115,7 @@
|
|
|
1136
1115
|
}
|
|
1137
1116
|
.e-gantt-dialog .e-richtexteditor {
|
|
1138
1117
|
border-bottom-width: 1px;
|
|
1139
|
-
height: 241px !important;
|
|
1140
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1118
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1141
1119
|
overflow: hidden;
|
|
1142
1120
|
}
|
|
1143
1121
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1149,12 +1127,10 @@
|
|
|
1149
1127
|
overflow: hidden;
|
|
1150
1128
|
}
|
|
1151
1129
|
.e-gantt-dialog > .e-dlg-content {
|
|
1152
|
-
padding: 0 !important;
|
|
1153
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1130
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1154
1131
|
}
|
|
1155
1132
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1156
|
-
border-bottom: 0 !important;
|
|
1157
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1133
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1158
1134
|
}
|
|
1159
1135
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1160
1136
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1162,10 +1138,8 @@
|
|
|
1162
1138
|
}
|
|
1163
1139
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1164
1140
|
border-radius: 50%;
|
|
1165
|
-
height: auto !important;
|
|
1166
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1167
|
-
width: auto !important;
|
|
1168
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1141
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1142
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1169
1143
|
}
|
|
1170
1144
|
|
|
1171
1145
|
.e-icon-rowselect::before {
|
|
@@ -1173,12 +1147,9 @@
|
|
|
1173
1147
|
}
|
|
1174
1148
|
|
|
1175
1149
|
.e-ganttpopup {
|
|
1176
|
-
-moz-user-select: none;
|
|
1177
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1178
|
-
-
|
|
1179
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1180
|
-
-webkit-user-select: none;
|
|
1181
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1150
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1151
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1152
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1182
1153
|
font-weight: normal;
|
|
1183
1154
|
position: absolute;
|
|
1184
1155
|
user-select: none;
|
|
@@ -1301,10 +1272,8 @@
|
|
|
1301
1272
|
}
|
|
1302
1273
|
|
|
1303
1274
|
.e-predecessor-tooltip {
|
|
1304
|
-
background-color: #000 !important;
|
|
1305
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1306
|
-
border-color: #000 !important;
|
|
1307
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1275
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1276
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1308
1277
|
visibility: hidden;
|
|
1309
1278
|
}
|
|
1310
1279
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1321,8 +1290,7 @@
|
|
|
1321
1290
|
color: #757575 !important;
|
|
1322
1291
|
}
|
|
1323
1292
|
.e-predecessor-tooltip .e-tip-content {
|
|
1324
|
-
padding: 3px !important;
|
|
1325
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1293
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1326
1294
|
}
|
|
1327
1295
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1328
1296
|
background-color: #000;
|
|
@@ -1380,8 +1348,7 @@
|
|
|
1380
1348
|
border-top-right-radius: 0px;
|
|
1381
1349
|
}
|
|
1382
1350
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1383
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1384
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1351
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1385
1352
|
}
|
|
1386
1353
|
.e-gantt .e-temp-content {
|
|
1387
1354
|
border-color: #757575;
|
|
@@ -1396,8 +1363,7 @@
|
|
|
1396
1363
|
border-color: #757575;
|
|
1397
1364
|
}
|
|
1398
1365
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1399
|
-
height: 45px !important;
|
|
1400
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1366
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1401
1367
|
}
|
|
1402
1368
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1403
1369
|
background: #400074;
|
|
@@ -1421,8 +1387,7 @@
|
|
|
1421
1387
|
line-height: 46px;
|
|
1422
1388
|
}
|
|
1423
1389
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1424
|
-
height: 46px !important;
|
|
1425
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1390
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1426
1391
|
}
|
|
1427
1392
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1428
1393
|
height: 32px;
|
|
@@ -1712,99 +1677,73 @@
|
|
|
1712
1677
|
color: transparent;
|
|
1713
1678
|
}
|
|
1714
1679
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1715
|
-
color: transparent !important;
|
|
1716
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1680
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1717
1681
|
}
|
|
1718
1682
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1719
|
-
border-color: #8A8A8A !important;
|
|
1720
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1683
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1721
1684
|
}
|
|
1722
1685
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1723
|
-
border-left-color: #8A8A8A !important;
|
|
1724
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1686
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
1687
|
}
|
|
1726
1688
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1727
|
-
border-right-color: #8A8A8A !important;
|
|
1728
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1689
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
1690
|
}
|
|
1730
1691
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1731
|
-
background: #D5D5D5 !important;
|
|
1732
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1733
|
-
border: #D5D5D5 !important;
|
|
1734
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1692
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1693
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1735
1694
|
}
|
|
1736
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1737
|
-
background-color: transparent !important;
|
|
1738
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1739
|
-
border: transparent !important;
|
|
1740
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1696
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1697
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1741
1698
|
}
|
|
1742
1699
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1743
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1744
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1700
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1745
1701
|
}
|
|
1746
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1747
|
-
border-top-color: #D5D5D5 !important;
|
|
1748
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1703
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1749
1704
|
}
|
|
1750
1705
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1751
|
-
background-color: #8A8A8A !important;
|
|
1752
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1753
|
-
border: #8A8A8A !important;
|
|
1754
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1706
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1707
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1755
1708
|
}
|
|
1756
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1757
|
-
background-color: transparent !important;
|
|
1758
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1759
|
-
border: transparent !important;
|
|
1760
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1710
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1711
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1761
1712
|
}
|
|
1762
1713
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1763
|
-
background: #6e06f1 !important;
|
|
1764
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1765
|
-
border: #6e06f1 !important;
|
|
1766
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1714
|
+
background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1715
|
+
border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1767
1716
|
}
|
|
1768
1717
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1769
|
-
border-bottom-color: #6e06f1 !important;
|
|
1770
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1718
|
+
border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
1719
|
}
|
|
1772
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1773
|
-
border-top-color: #6e06f1 !important;
|
|
1774
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1721
|
+
border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1775
1722
|
}
|
|
1776
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1777
|
-
background: #6f07e0 !important;
|
|
1778
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1779
|
-
border: #6f07e0 !important;
|
|
1780
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1724
|
+
background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
|
+
border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1726
|
}
|
|
1782
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1783
|
-
border-bottom-color: #6f07e0 !important;
|
|
1784
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1728
|
+
border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1729
|
}
|
|
1786
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1787
|
-
border-top-color: #6f07e0 !important;
|
|
1788
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1731
|
+
border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1732
|
}
|
|
1790
1733
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1791
|
-
border-color: #6e06f1 !important;
|
|
1792
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1734
|
+
border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1735
|
}
|
|
1794
1736
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1795
|
-
border-left-color: #6e06f1 !important;
|
|
1796
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1737
|
+
border-left-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1738
|
}
|
|
1798
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1799
|
-
border-right-color: #6e06f1 !important;
|
|
1800
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1740
|
+
border-right-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1741
|
}
|
|
1802
1742
|
.e-gantt .e-icons {
|
|
1803
1743
|
color: rgba(0, 0, 0, 0.87);
|
|
1804
1744
|
}
|
|
1805
1745
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1806
|
-
color: #000 !important;
|
|
1807
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1746
|
+
color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1808
1747
|
}
|
|
1809
1748
|
|
|
1810
1749
|
.e-gantt-dialog .e-dlg-header {
|