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