@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/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;
|
|
@@ -676,10 +655,10 @@
|
|
|
676
655
|
box-sizing: border-box;
|
|
677
656
|
}
|
|
678
657
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
679
|
-
border-spacing: 0;
|
|
658
|
+
border-spacing: 0.25px;
|
|
680
659
|
}
|
|
681
660
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
682
|
-
border-top
|
|
661
|
+
border-top: 0;
|
|
683
662
|
}
|
|
684
663
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
685
664
|
border-collapse: separate;
|
|
@@ -924,6 +903,7 @@
|
|
|
924
903
|
}
|
|
925
904
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
926
905
|
overflow: hidden;
|
|
906
|
+
border-collapse: separate;
|
|
927
907
|
}
|
|
928
908
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
929
909
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1153,8 +1133,7 @@
|
|
|
1153
1133
|
}
|
|
1154
1134
|
.e-gantt-dialog .e-richtexteditor {
|
|
1155
1135
|
border-bottom-width: 1px;
|
|
1156
|
-
height: 241px !important;
|
|
1157
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1136
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1158
1137
|
overflow: hidden;
|
|
1159
1138
|
}
|
|
1160
1139
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1166,12 +1145,10 @@
|
|
|
1166
1145
|
overflow: hidden;
|
|
1167
1146
|
}
|
|
1168
1147
|
.e-gantt-dialog > .e-dlg-content {
|
|
1169
|
-
padding: 0 !important;
|
|
1170
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1148
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1171
1149
|
}
|
|
1172
1150
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1173
|
-
border-bottom: 0 !important;
|
|
1174
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1151
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1175
1152
|
}
|
|
1176
1153
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1177
1154
|
border-radius: 0px;
|
|
@@ -1179,10 +1156,8 @@
|
|
|
1179
1156
|
}
|
|
1180
1157
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1181
1158
|
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 */
|
|
1159
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1160
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1186
1161
|
}
|
|
1187
1162
|
|
|
1188
1163
|
.e-icon-rowselect::before {
|
|
@@ -1190,12 +1165,9 @@
|
|
|
1190
1165
|
}
|
|
1191
1166
|
|
|
1192
1167
|
.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 */
|
|
1168
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1169
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1170
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1199
1171
|
font-weight: normal;
|
|
1200
1172
|
position: absolute;
|
|
1201
1173
|
user-select: none;
|
|
@@ -1318,10 +1290,8 @@
|
|
|
1318
1290
|
}
|
|
1319
1291
|
|
|
1320
1292
|
.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 */
|
|
1293
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1294
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1325
1295
|
visibility: hidden;
|
|
1326
1296
|
}
|
|
1327
1297
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1337,8 +1307,7 @@
|
|
|
1337
1307
|
color: #A6A6A6 !important;
|
|
1338
1308
|
}
|
|
1339
1309
|
.e-predecessor-tooltip .e-tip-content {
|
|
1340
|
-
padding: 3px !important;
|
|
1341
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1310
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1342
1311
|
}
|
|
1343
1312
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1344
1313
|
background-color: #000;
|
|
@@ -1396,8 +1365,7 @@
|
|
|
1396
1365
|
border-top-right-radius: 0px;
|
|
1397
1366
|
}
|
|
1398
1367
|
.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 */
|
|
1368
|
+
box-shadow: 0 0 0 1px #dadada inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1401
1369
|
}
|
|
1402
1370
|
.e-gantt .e-temp-content {
|
|
1403
1371
|
border-color: #414040;
|
|
@@ -1412,8 +1380,7 @@
|
|
|
1412
1380
|
border-color: #414040;
|
|
1413
1381
|
}
|
|
1414
1382
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1415
|
-
height: 45px !important;
|
|
1416
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1383
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1417
1384
|
}
|
|
1418
1385
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1419
1386
|
background: #514f4f;
|
|
@@ -1437,8 +1404,7 @@
|
|
|
1437
1404
|
line-height: 46px;
|
|
1438
1405
|
}
|
|
1439
1406
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1440
|
-
height: 46px !important;
|
|
1441
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1407
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1442
1408
|
}
|
|
1443
1409
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1444
1410
|
height: 32px;
|
|
@@ -1728,99 +1694,73 @@
|
|
|
1728
1694
|
color: transparent;
|
|
1729
1695
|
}
|
|
1730
1696
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1731
|
-
color: transparent !important;
|
|
1732
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1697
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1733
1698
|
}
|
|
1734
1699
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1735
|
-
border-color: #8A8A8A !important;
|
|
1736
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1700
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1737
1701
|
}
|
|
1738
1702
|
.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 */
|
|
1703
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1741
1704
|
}
|
|
1742
1705
|
.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 */
|
|
1706
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1745
1707
|
}
|
|
1746
1708
|
.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 */
|
|
1709
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1710
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1751
1711
|
}
|
|
1752
1712
|
.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 */
|
|
1713
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1714
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1757
1715
|
}
|
|
1758
1716
|
.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 */
|
|
1717
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1761
1718
|
}
|
|
1762
1719
|
.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 */
|
|
1720
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1765
1721
|
}
|
|
1766
1722
|
.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 */
|
|
1723
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1724
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
1725
|
}
|
|
1772
1726
|
.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 */
|
|
1727
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1728
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1777
1729
|
}
|
|
1778
1730
|
.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 */
|
|
1731
|
+
background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1732
|
+
border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1783
1733
|
}
|
|
1784
1734
|
.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 */
|
|
1735
|
+
border-bottom-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1787
1736
|
}
|
|
1788
1737
|
.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 */
|
|
1738
|
+
border-top-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1791
1739
|
}
|
|
1792
1740
|
.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 */
|
|
1741
|
+
background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1742
|
+
border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1743
|
}
|
|
1798
1744
|
.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 */
|
|
1745
|
+
border-bottom-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1746
|
}
|
|
1802
1747
|
.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 */
|
|
1748
|
+
border-top-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1805
1749
|
}
|
|
1806
1750
|
.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 */
|
|
1751
|
+
border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1809
1752
|
}
|
|
1810
1753
|
.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 */
|
|
1754
|
+
border-left-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1813
1755
|
}
|
|
1814
1756
|
.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 */
|
|
1757
|
+
border-right-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1817
1758
|
}
|
|
1818
1759
|
.e-gantt .e-icons {
|
|
1819
1760
|
color: #dadada;
|
|
1820
1761
|
}
|
|
1821
1762
|
.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 */
|
|
1763
|
+
color: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
1824
1764
|
}
|
|
1825
1765
|
|
|
1826
1766
|
.e-gantt-dialog .e-dlg-header {
|