@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
|
@@ -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;
|
|
@@ -659,10 +638,10 @@
|
|
|
659
638
|
box-sizing: border-box;
|
|
660
639
|
}
|
|
661
640
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
662
|
-
border-spacing: 0;
|
|
641
|
+
border-spacing: 0.25px;
|
|
663
642
|
}
|
|
664
643
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
665
|
-
border-top
|
|
644
|
+
border-top: 0;
|
|
666
645
|
}
|
|
667
646
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
668
647
|
border-collapse: separate;
|
|
@@ -907,6 +886,7 @@
|
|
|
907
886
|
}
|
|
908
887
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
909
888
|
overflow: hidden;
|
|
889
|
+
border-collapse: separate;
|
|
910
890
|
}
|
|
911
891
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
912
892
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1136,8 +1116,7 @@
|
|
|
1136
1116
|
}
|
|
1137
1117
|
.e-gantt-dialog .e-richtexteditor {
|
|
1138
1118
|
border-bottom-width: 1px;
|
|
1139
|
-
height: 241px !important;
|
|
1140
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1119
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1141
1120
|
overflow: hidden;
|
|
1142
1121
|
}
|
|
1143
1122
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1149,12 +1128,10 @@
|
|
|
1149
1128
|
overflow: hidden;
|
|
1150
1129
|
}
|
|
1151
1130
|
.e-gantt-dialog > .e-dlg-content {
|
|
1152
|
-
padding: 0 !important;
|
|
1153
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1131
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1154
1132
|
}
|
|
1155
1133
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1156
|
-
border-bottom: 0 !important;
|
|
1157
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1134
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1158
1135
|
}
|
|
1159
1136
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1160
1137
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1162,10 +1139,8 @@
|
|
|
1162
1139
|
}
|
|
1163
1140
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1164
1141
|
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 */
|
|
1142
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1143
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1169
1144
|
}
|
|
1170
1145
|
|
|
1171
1146
|
.e-icon-rowselect::before {
|
|
@@ -1173,12 +1148,9 @@
|
|
|
1173
1148
|
}
|
|
1174
1149
|
|
|
1175
1150
|
.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 */
|
|
1151
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1152
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1153
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1182
1154
|
font-weight: normal;
|
|
1183
1155
|
position: absolute;
|
|
1184
1156
|
user-select: none;
|
|
@@ -1301,10 +1273,8 @@
|
|
|
1301
1273
|
}
|
|
1302
1274
|
|
|
1303
1275
|
.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 */
|
|
1276
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1277
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1308
1278
|
visibility: hidden;
|
|
1309
1279
|
}
|
|
1310
1280
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
@@ -1321,8 +1291,7 @@
|
|
|
1321
1291
|
color: #757575 !important;
|
|
1322
1292
|
}
|
|
1323
1293
|
.e-predecessor-tooltip .e-tip-content {
|
|
1324
|
-
padding: 3px !important;
|
|
1325
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1294
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1326
1295
|
}
|
|
1327
1296
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1328
1297
|
background-color: #000;
|
|
@@ -1380,8 +1349,7 @@
|
|
|
1380
1349
|
border-top-right-radius: 0px;
|
|
1381
1350
|
}
|
|
1382
1351
|
.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 */
|
|
1352
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1385
1353
|
}
|
|
1386
1354
|
.e-gantt .e-temp-content {
|
|
1387
1355
|
border-color: #757575;
|
|
@@ -1396,8 +1364,7 @@
|
|
|
1396
1364
|
border-color: #757575;
|
|
1397
1365
|
}
|
|
1398
1366
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1399
|
-
height: 45px !important;
|
|
1400
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1367
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1401
1368
|
}
|
|
1402
1369
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1403
1370
|
background: #400074;
|
|
@@ -1421,8 +1388,7 @@
|
|
|
1421
1388
|
line-height: 46px;
|
|
1422
1389
|
}
|
|
1423
1390
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1424
|
-
height: 46px !important;
|
|
1425
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1391
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1426
1392
|
}
|
|
1427
1393
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1428
1394
|
height: 32px;
|
|
@@ -1712,99 +1678,73 @@
|
|
|
1712
1678
|
color: transparent;
|
|
1713
1679
|
}
|
|
1714
1680
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1715
|
-
color: transparent !important;
|
|
1716
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1681
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1717
1682
|
}
|
|
1718
1683
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1719
|
-
border-color: #8A8A8A !important;
|
|
1720
|
-
/* stylelint-disable-line declaration-no-important */
|
|
1684
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1721
1685
|
}
|
|
1722
1686
|
.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 */
|
|
1687
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
1688
|
}
|
|
1726
1689
|
.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 */
|
|
1690
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
1691
|
}
|
|
1730
1692
|
.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 */
|
|
1693
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1694
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1735
1695
|
}
|
|
1736
1696
|
.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 */
|
|
1697
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1698
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1741
1699
|
}
|
|
1742
1700
|
.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 */
|
|
1701
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1745
1702
|
}
|
|
1746
1703
|
.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 */
|
|
1704
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1749
1705
|
}
|
|
1750
1706
|
.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 */
|
|
1707
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1708
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1755
1709
|
}
|
|
1756
1710
|
.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 */
|
|
1711
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1712
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1761
1713
|
}
|
|
1762
1714
|
.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 */
|
|
1715
|
+
background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1716
|
+
border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1767
1717
|
}
|
|
1768
1718
|
.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 */
|
|
1719
|
+
border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1771
1720
|
}
|
|
1772
1721
|
.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 */
|
|
1722
|
+
border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1775
1723
|
}
|
|
1776
1724
|
.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 */
|
|
1725
|
+
background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1726
|
+
border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1781
1727
|
}
|
|
1782
1728
|
.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 */
|
|
1729
|
+
border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1730
|
}
|
|
1786
1731
|
.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 */
|
|
1732
|
+
border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1733
|
}
|
|
1790
1734
|
.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 */
|
|
1735
|
+
border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1793
1736
|
}
|
|
1794
1737
|
.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 */
|
|
1738
|
+
border-left-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1797
1739
|
}
|
|
1798
1740
|
.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 */
|
|
1741
|
+
border-right-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1801
1742
|
}
|
|
1802
1743
|
.e-gantt .e-icons {
|
|
1803
1744
|
color: rgba(0, 0, 0, 0.87);
|
|
1804
1745
|
}
|
|
1805
1746
|
.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 */
|
|
1747
|
+
color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1808
1748
|
}
|
|
1809
1749
|
|
|
1810
1750
|
.e-gantt-dialog .e-dlg-header {
|