@syncfusion/ej2-vue-gantt 20.3.57 → 20.3.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +61 -122
- package/styles/bootstrap.css +62 -124
- package/styles/bootstrap4.css +61 -122
- package/styles/bootstrap5-dark.css +61 -122
- package/styles/bootstrap5.css +61 -122
- package/styles/fabric-dark.css +61 -122
- package/styles/fabric.css +61 -122
- package/styles/fluent-dark.css +61 -122
- package/styles/fluent.css +61 -122
- package/styles/gantt/bootstrap-dark.css +61 -122
- package/styles/gantt/bootstrap.css +62 -124
- package/styles/gantt/bootstrap4.css +61 -122
- package/styles/gantt/bootstrap5-dark.css +61 -122
- package/styles/gantt/bootstrap5.css +61 -122
- package/styles/gantt/fabric-dark.css +61 -122
- package/styles/gantt/fabric.css +61 -122
- package/styles/gantt/fluent-dark.css +61 -122
- package/styles/gantt/fluent.css +61 -122
- package/styles/gantt/highcontrast-light.css +61 -122
- package/styles/gantt/highcontrast.css +61 -122
- package/styles/gantt/material-dark.css +64 -128
- package/styles/gantt/material.css +64 -128
- package/styles/gantt/tailwind-dark.css +63 -126
- package/styles/gantt/tailwind.css +63 -126
- package/styles/highcontrast-light.css +61 -122
- package/styles/highcontrast.css +61 -122
- package/styles/material-dark.css +64 -128
- package/styles/material.css +64 -128
- package/styles/tailwind-dark.css +63 -126
- package/styles/tailwind.css +63 -126
package/styles/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;
|
|
@@ -1151,8 +1130,7 @@
|
|
|
1151
1130
|
}
|
|
1152
1131
|
.e-gantt-dialog .e-richtexteditor {
|
|
1153
1132
|
border-bottom-width: 1px;
|
|
1154
|
-
height: 241px !important;
|
|
1155
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1133
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1156
1134
|
overflow: hidden;
|
|
1157
1135
|
}
|
|
1158
1136
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1164,12 +1142,10 @@
|
|
|
1164
1142
|
overflow: hidden;
|
|
1165
1143
|
}
|
|
1166
1144
|
.e-gantt-dialog > .e-dlg-content {
|
|
1167
|
-
padding: 0 !important;
|
|
1168
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1145
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1169
1146
|
}
|
|
1170
1147
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1171
|
-
border-bottom: 0 !important;
|
|
1172
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1148
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1173
1149
|
}
|
|
1174
1150
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1175
1151
|
border-radius: 0px;
|
|
@@ -1177,10 +1153,8 @@
|
|
|
1177
1153
|
}
|
|
1178
1154
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1179
1155
|
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 */
|
|
1156
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1157
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1184
1158
|
}
|
|
1185
1159
|
|
|
1186
1160
|
.e-icon-rowselect::before {
|
|
@@ -1188,12 +1162,9 @@
|
|
|
1188
1162
|
}
|
|
1189
1163
|
|
|
1190
1164
|
.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 */
|
|
1165
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1166
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1167
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1197
1168
|
font-weight: normal;
|
|
1198
1169
|
position: absolute;
|
|
1199
1170
|
user-select: none;
|
|
@@ -1316,10 +1287,8 @@
|
|
|
1316
1287
|
}
|
|
1317
1288
|
|
|
1318
1289
|
.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 */
|
|
1290
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1291
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1323
1292
|
visibility: hidden;
|
|
1324
1293
|
}
|
|
1325
1294
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1335,8 +1304,7 @@
|
|
|
1335
1304
|
color: #a6a6a6 !important;
|
|
1336
1305
|
}
|
|
1337
1306
|
.e-predecessor-tooltip .e-tip-content {
|
|
1338
|
-
padding: 3px !important;
|
|
1339
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1307
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1340
1308
|
}
|
|
1341
1309
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1342
1310
|
background-color: #000;
|
|
@@ -1394,8 +1362,7 @@
|
|
|
1394
1362
|
border-top-right-radius: 0px;
|
|
1395
1363
|
}
|
|
1396
1364
|
.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 */
|
|
1365
|
+
box-shadow: 0 0 0 1px #666 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
1366
|
}
|
|
1400
1367
|
.e-gantt .e-temp-content {
|
|
1401
1368
|
border-color: #eaeaea;
|
|
@@ -1410,8 +1377,7 @@
|
|
|
1410
1377
|
border-color: #eaeaea;
|
|
1411
1378
|
}
|
|
1412
1379
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1413
|
-
height: 45px !important;
|
|
1414
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1380
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1415
1381
|
}
|
|
1416
1382
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1417
1383
|
background: rgb(209, 235, 255);
|
|
@@ -1435,8 +1401,7 @@
|
|
|
1435
1401
|
line-height: 46px;
|
|
1436
1402
|
}
|
|
1437
1403
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1438
|
-
height: 46px !important;
|
|
1439
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1404
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1440
1405
|
}
|
|
1441
1406
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1442
1407
|
height: 32px;
|
|
@@ -1726,99 +1691,73 @@
|
|
|
1726
1691
|
color: transparent;
|
|
1727
1692
|
}
|
|
1728
1693
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1729
|
-
color: transparent !important;
|
|
1730
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1694
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1731
1695
|
}
|
|
1732
1696
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1733
|
-
border-color: #8A8A8A !important;
|
|
1734
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1697
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1735
1698
|
}
|
|
1736
1699
|
.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 */
|
|
1700
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1739
1701
|
}
|
|
1740
1702
|
.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 */
|
|
1703
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1743
1704
|
}
|
|
1744
1705
|
.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 */
|
|
1706
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1707
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1749
1708
|
}
|
|
1750
1709
|
.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 */
|
|
1710
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1711
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1755
1712
|
}
|
|
1756
1713
|
.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 */
|
|
1714
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1759
1715
|
}
|
|
1760
1716
|
.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 */
|
|
1717
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1763
1718
|
}
|
|
1764
1719
|
.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 */
|
|
1720
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1721
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1769
1722
|
}
|
|
1770
1723
|
.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 */
|
|
1724
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1775
1726
|
}
|
|
1776
1727
|
.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 */
|
|
1728
|
+
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
|
+
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1730
|
}
|
|
1782
1731
|
.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 */
|
|
1732
|
+
border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1733
|
}
|
|
1786
1734
|
.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 */
|
|
1735
|
+
border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1736
|
}
|
|
1790
1737
|
.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 */
|
|
1738
|
+
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1739
|
+
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1795
1740
|
}
|
|
1796
1741
|
.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 */
|
|
1742
|
+
border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1799
1743
|
}
|
|
1800
1744
|
.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 */
|
|
1745
|
+
border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1803
1746
|
}
|
|
1804
1747
|
.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 */
|
|
1748
|
+
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1807
1749
|
}
|
|
1808
1750
|
.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 */
|
|
1751
|
+
border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1811
1752
|
}
|
|
1812
1753
|
.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 */
|
|
1754
|
+
border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1815
1755
|
}
|
|
1816
1756
|
.e-gantt .e-icons {
|
|
1817
1757
|
color: rgba(0, 0, 0, 0.87);
|
|
1818
1758
|
}
|
|
1819
1759
|
.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 */
|
|
1760
|
+
color: #666 !important; /* stylelint-disable-line declaration-no-important */
|
|
1822
1761
|
}
|
|
1823
1762
|
|
|
1824
1763
|
.e-gantt-dialog .e-dlg-header {
|