@syncfusion/ej2-vue-gantt 20.2.50 → 20.3.48
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 +32 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +47 -54
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +47 -54
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/adddialogfields.directive.d.ts +0 -1
- package/src/gantt/adddialogfields.directive.js +5 -6
- package/src/gantt/columns.directive.d.ts +0 -1
- package/src/gantt/columns.directive.js +5 -6
- package/src/gantt/dayworkingtime.directive.d.ts +0 -1
- package/src/gantt/dayworkingtime.directive.js +5 -6
- package/src/gantt/editdialogfields.directive.d.ts +0 -1
- package/src/gantt/editdialogfields.directive.js +5 -6
- package/src/gantt/eventmarkers.directive.d.ts +0 -1
- package/src/gantt/eventmarkers.directive.js +5 -6
- package/src/gantt/gantt.component.d.ts +6 -7
- package/src/gantt/gantt.component.js +3 -4
- package/src/gantt/holidays.directive.d.ts +0 -1
- package/src/gantt/holidays.directive.js +5 -6
- package/styles/bootstrap-dark.css +115 -62
- package/styles/bootstrap.css +115 -62
- package/styles/bootstrap4.css +115 -62
- package/styles/bootstrap5-dark.css +119 -63
- package/styles/bootstrap5.css +119 -63
- package/styles/fabric-dark.css +115 -62
- package/styles/fabric.css +115 -62
- package/styles/fluent-dark.css +126 -66
- package/styles/fluent.css +124 -64
- package/styles/gantt/bootstrap-dark.css +115 -62
- package/styles/gantt/bootstrap.css +115 -62
- package/styles/gantt/bootstrap4.css +115 -62
- package/styles/gantt/bootstrap5-dark.css +119 -63
- package/styles/gantt/bootstrap5.css +119 -63
- package/styles/gantt/fabric-dark.css +115 -62
- package/styles/gantt/fabric.css +115 -62
- package/styles/gantt/fluent-dark.css +126 -66
- package/styles/gantt/fluent.css +124 -64
- package/styles/gantt/highcontrast-light.css +120 -62
- package/styles/gantt/highcontrast.css +120 -62
- package/styles/gantt/material-dark.css +120 -65
- package/styles/gantt/material.css +118 -65
- package/styles/gantt/tailwind-dark.css +117 -64
- package/styles/gantt/tailwind.css +117 -64
- package/styles/highcontrast-light.css +120 -62
- package/styles/highcontrast.css +120 -62
- package/styles/material-dark.css +120 -65
- package/styles/material.css +118 -65
- package/styles/tailwind-dark.css +117 -64
- package/styles/tailwind.css +117 -64
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #4f4f4f;
|
|
85
88
|
font-family: inherit;
|
|
@@ -172,6 +175,8 @@
|
|
|
172
175
|
width: 30px;
|
|
173
176
|
}
|
|
174
177
|
|
|
178
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
180
|
@keyframes material-spinner-rotate {
|
|
176
181
|
0% {
|
|
177
182
|
transform: rotate(0);
|
|
@@ -188,6 +193,7 @@
|
|
|
188
193
|
transform: rotate(360deg);
|
|
189
194
|
}
|
|
190
195
|
}
|
|
196
|
+
/* stylelint-disable */
|
|
191
197
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
192
198
|
height: 64px;
|
|
193
199
|
}
|
|
@@ -243,10 +249,10 @@
|
|
|
243
249
|
height: 241px !important;
|
|
244
250
|
}
|
|
245
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
246
|
-
height: 63px !important;
|
|
252
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
247
253
|
}
|
|
248
254
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
249
|
-
padding: 16px 4px 12px 18px !important;
|
|
255
|
+
padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
250
256
|
}
|
|
251
257
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
252
258
|
left: 2px !important;
|
|
@@ -264,7 +270,7 @@
|
|
|
264
270
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
265
271
|
line-height: 28px;
|
|
266
272
|
}
|
|
267
|
-
.e-bigger .e-gantt .e-filter-popup {
|
|
273
|
+
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
268
274
|
width: 307px !important;
|
|
269
275
|
}
|
|
270
276
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
@@ -277,12 +283,12 @@
|
|
|
277
283
|
.e-bigger .e-columnmenu {
|
|
278
284
|
top: 45px;
|
|
279
285
|
}
|
|
280
|
-
.e-bigger .e-gantt-dialog {
|
|
286
|
+
.e-bigger .e-gantt-dialog .e-dialog {
|
|
281
287
|
border-radius: 6px;
|
|
282
288
|
width: 554px !important;
|
|
283
289
|
}
|
|
284
290
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
285
|
-
padding: 0 16px !important;
|
|
291
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
286
292
|
}
|
|
287
293
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
288
294
|
padding: 16px 9px 0 18px;
|
|
@@ -300,10 +306,10 @@
|
|
|
300
306
|
height: 78px !important;
|
|
301
307
|
}
|
|
302
308
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
303
|
-
border-bottom: 0 !important;
|
|
309
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
304
310
|
}
|
|
305
311
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
306
|
-
border-radius: 0 !important;
|
|
312
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
307
313
|
}
|
|
308
314
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
309
315
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -311,28 +317,28 @@
|
|
|
311
317
|
}
|
|
312
318
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
313
319
|
border-radius: 50%;
|
|
314
|
-
height: auto !important;
|
|
320
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
315
321
|
width: auto;
|
|
316
322
|
}
|
|
317
323
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
318
324
|
margin-left: 6px !important;
|
|
319
325
|
}
|
|
320
326
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
321
|
-
font-size: 16px !important;
|
|
327
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
322
328
|
}
|
|
323
329
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
324
330
|
min-height: 38px !important;
|
|
325
|
-
min-width: 35.82px !important;
|
|
331
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
326
332
|
}
|
|
327
333
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
328
334
|
line-height: 24px;
|
|
329
|
-
padding: 6px 16px 6px 15px !important;
|
|
335
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
330
336
|
}
|
|
331
337
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
332
|
-
padding: 6px 21px 6px 23px !important;
|
|
338
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
333
339
|
}
|
|
334
340
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
335
|
-
font-size: 16px !important;
|
|
341
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
336
342
|
}
|
|
337
343
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
338
344
|
font-size: 14px;
|
|
@@ -347,20 +353,24 @@
|
|
|
347
353
|
}
|
|
348
354
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
349
355
|
min-height: 38px !important;
|
|
350
|
-
min-width: 35.82px !important;
|
|
356
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
351
357
|
}
|
|
352
358
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
353
359
|
min-height: 38px !important;
|
|
354
|
-
min-width: 35.82px !important;
|
|
360
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
355
361
|
}
|
|
356
362
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
357
363
|
height: 40px;
|
|
358
364
|
}
|
|
359
365
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
360
|
-
min-width: 36px !important;
|
|
366
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
361
367
|
}
|
|
362
|
-
.e-bigger .e-predecessor-tooltip {
|
|
363
|
-
|
|
368
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
369
|
+
border-top: 8px solid #000;
|
|
370
|
+
border-top: 7px solid #000;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
373
|
+
color: #000;
|
|
364
374
|
}
|
|
365
375
|
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
366
376
|
color: #757575 !important;
|
|
@@ -369,7 +379,7 @@
|
|
|
369
379
|
color: #757575 !important;
|
|
370
380
|
}
|
|
371
381
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
372
|
-
padding: 3px !important;
|
|
382
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
373
383
|
}
|
|
374
384
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
375
385
|
background-color: #000;
|
|
@@ -393,6 +403,9 @@
|
|
|
393
403
|
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
394
404
|
background-color: #1a1a1a;
|
|
395
405
|
padding: 10px 9px 9px 14px !important;
|
|
406
|
+
font-size: 12px;
|
|
407
|
+
font-weight: 400;
|
|
408
|
+
line-height: 1.8;
|
|
396
409
|
}
|
|
397
410
|
|
|
398
411
|
.e-gantt {
|
|
@@ -471,7 +484,7 @@
|
|
|
471
484
|
margin: 0;
|
|
472
485
|
}
|
|
473
486
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
474
|
-
overflow: hidden !important;
|
|
487
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
475
488
|
}
|
|
476
489
|
.e-gantt .e-temp-content {
|
|
477
490
|
border-left: 1px solid;
|
|
@@ -498,19 +511,19 @@
|
|
|
498
511
|
height: 45px;
|
|
499
512
|
}
|
|
500
513
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
501
|
-
border-right-width: 0 !important;
|
|
514
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
502
515
|
}
|
|
503
516
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
504
517
|
border-top-style: none;
|
|
505
518
|
border-top-width: 0;
|
|
506
|
-
padding-right: 0 !important;
|
|
519
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
507
520
|
}
|
|
508
521
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
509
522
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
510
|
-
height: 63px !important;
|
|
523
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
524
|
}
|
|
512
525
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
513
|
-
overflow-x: scroll !important;
|
|
526
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
514
527
|
}
|
|
515
528
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
516
529
|
width: calc(100% + 17px);
|
|
@@ -535,7 +548,7 @@
|
|
|
535
548
|
border-right: 0 solid;
|
|
536
549
|
}
|
|
537
550
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
538
|
-
-webkit-overflow-scrolling: touch;
|
|
551
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
539
552
|
overflow-x: scroll;
|
|
540
553
|
overflow-y: auto;
|
|
541
554
|
position: relative;
|
|
@@ -1102,7 +1115,7 @@
|
|
|
1102
1115
|
}
|
|
1103
1116
|
.e-gantt-dialog .e-richtexteditor {
|
|
1104
1117
|
border-bottom-width: 1px;
|
|
1105
|
-
height: 241px !important;
|
|
1118
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1106
1119
|
overflow: hidden;
|
|
1107
1120
|
}
|
|
1108
1121
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1114,10 +1127,10 @@
|
|
|
1114
1127
|
overflow: hidden;
|
|
1115
1128
|
}
|
|
1116
1129
|
.e-gantt-dialog > .e-dlg-content {
|
|
1117
|
-
padding: 0 !important;
|
|
1130
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1118
1131
|
}
|
|
1119
1132
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1120
|
-
border-bottom: 0 !important;
|
|
1133
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1121
1134
|
}
|
|
1122
1135
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1123
1136
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1125,8 +1138,8 @@
|
|
|
1125
1138
|
}
|
|
1126
1139
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1127
1140
|
border-radius: 50%;
|
|
1128
|
-
height: auto !important;
|
|
1129
|
-
width: auto !important;
|
|
1141
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1142
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1130
1143
|
}
|
|
1131
1144
|
|
|
1132
1145
|
.e-icon-rowselect::before {
|
|
@@ -1134,9 +1147,9 @@
|
|
|
1134
1147
|
}
|
|
1135
1148
|
|
|
1136
1149
|
.e-ganttpopup {
|
|
1137
|
-
-moz-user-select: none;
|
|
1138
|
-
-ms-user-select: none;
|
|
1139
|
-
-webkit-user-select: none;
|
|
1150
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1151
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1152
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1140
1153
|
font-weight: normal;
|
|
1141
1154
|
position: absolute;
|
|
1142
1155
|
user-select: none;
|
|
@@ -1259,8 +1272,53 @@
|
|
|
1259
1272
|
}
|
|
1260
1273
|
|
|
1261
1274
|
.e-predecessor-tooltip {
|
|
1275
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1276
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1262
1277
|
visibility: hidden;
|
|
1263
1278
|
}
|
|
1279
|
+
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
1280
|
+
border-top: 8px solid #000;
|
|
1281
|
+
border-top: 7px solid #000;
|
|
1282
|
+
}
|
|
1283
|
+
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
1284
|
+
color: #000;
|
|
1285
|
+
}
|
|
1286
|
+
.e-predecessor-tooltip .e-left-btn:disabled {
|
|
1287
|
+
color: #757575 !important;
|
|
1288
|
+
}
|
|
1289
|
+
.e-predecessor-tooltip .e-right-btn:disabled {
|
|
1290
|
+
color: #757575 !important;
|
|
1291
|
+
}
|
|
1292
|
+
.e-predecessor-tooltip .e-tip-content {
|
|
1293
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1294
|
+
}
|
|
1295
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1296
|
+
background-color: #000;
|
|
1297
|
+
border-color: #000;
|
|
1298
|
+
color: #F9FAFB;
|
|
1299
|
+
font-size: 12px;
|
|
1300
|
+
line-height: 18px;
|
|
1301
|
+
padding: 0 8px 0 0;
|
|
1302
|
+
}
|
|
1303
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1304
|
+
background-color: #000;
|
|
1305
|
+
border-color: #000;
|
|
1306
|
+
color: #F9FAFB;
|
|
1307
|
+
font-size: 12px;
|
|
1308
|
+
line-height: 18px;
|
|
1309
|
+
padding: 0 0 0 8px;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.e-predecessor-dialog {
|
|
1313
|
+
background-color: #1a1a1a;
|
|
1314
|
+
}
|
|
1315
|
+
.e-predecessor-dialog .e-dlg-content {
|
|
1316
|
+
background-color: #1a1a1a;
|
|
1317
|
+
padding: 10px 9px 9px 14px !important;
|
|
1318
|
+
font-size: 12px;
|
|
1319
|
+
font-weight: 400;
|
|
1320
|
+
line-height: 1.8;
|
|
1321
|
+
}
|
|
1264
1322
|
|
|
1265
1323
|
/*! Gantt theme */
|
|
1266
1324
|
.e-gantt .e-gantt-splitter {
|
|
@@ -1290,7 +1348,7 @@
|
|
|
1290
1348
|
border-top-right-radius: 0px;
|
|
1291
1349
|
}
|
|
1292
1350
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1293
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1351
|
+
box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1294
1352
|
}
|
|
1295
1353
|
.e-gantt .e-temp-content {
|
|
1296
1354
|
border-color: #757575;
|
|
@@ -1305,7 +1363,7 @@
|
|
|
1305
1363
|
border-color: #757575;
|
|
1306
1364
|
}
|
|
1307
1365
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1308
|
-
height: 45px !important;
|
|
1366
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1309
1367
|
}
|
|
1310
1368
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1311
1369
|
background: #400074;
|
|
@@ -1329,7 +1387,7 @@
|
|
|
1329
1387
|
line-height: 46px;
|
|
1330
1388
|
}
|
|
1331
1389
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1332
|
-
height: 46px !important;
|
|
1390
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1333
1391
|
}
|
|
1334
1392
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1335
1393
|
height: 32px;
|
|
@@ -1619,73 +1677,73 @@
|
|
|
1619
1677
|
color: transparent;
|
|
1620
1678
|
}
|
|
1621
1679
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1622
|
-
color: transparent !important;
|
|
1680
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1623
1681
|
}
|
|
1624
1682
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1625
|
-
border-color: #8A8A8A !important;
|
|
1683
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1626
1684
|
}
|
|
1627
1685
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1628
|
-
border-left-color: #8A8A8A !important;
|
|
1686
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1629
1687
|
}
|
|
1630
1688
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1631
|
-
border-right-color: #8A8A8A !important;
|
|
1689
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1632
1690
|
}
|
|
1633
1691
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1634
|
-
background: #D5D5D5 !important;
|
|
1635
|
-
border: #D5D5D5 !important;
|
|
1692
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1693
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1636
1694
|
}
|
|
1637
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1638
|
-
background-color: transparent !important;
|
|
1639
|
-
border: transparent !important;
|
|
1696
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1697
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1640
1698
|
}
|
|
1641
1699
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1642
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1700
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1643
1701
|
}
|
|
1644
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1645
|
-
border-top-color: #D5D5D5 !important;
|
|
1703
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1646
1704
|
}
|
|
1647
1705
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1648
|
-
background-color: #8A8A8A !important;
|
|
1649
|
-
border: #8A8A8A !important;
|
|
1706
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1707
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1650
1708
|
}
|
|
1651
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1652
|
-
background-color: transparent !important;
|
|
1653
|
-
border: transparent !important;
|
|
1710
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1711
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1654
1712
|
}
|
|
1655
1713
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1656
|
-
background: #6e06f1 !important;
|
|
1657
|
-
border: #6e06f1 !important;
|
|
1714
|
+
background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1715
|
+
border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1658
1716
|
}
|
|
1659
1717
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1660
|
-
border-bottom-color: #6e06f1 !important;
|
|
1718
|
+
border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1661
1719
|
}
|
|
1662
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1663
|
-
border-top-color: #6e06f1 !important;
|
|
1721
|
+
border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1664
1722
|
}
|
|
1665
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1666
|
-
background: #6f07e0 !important;
|
|
1667
|
-
border: #6f07e0 !important;
|
|
1724
|
+
background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
|
+
border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1668
1726
|
}
|
|
1669
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1670
|
-
border-bottom-color: #6f07e0 !important;
|
|
1728
|
+
border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1671
1729
|
}
|
|
1672
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1673
|
-
border-top-color: #6f07e0 !important;
|
|
1731
|
+
border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1674
1732
|
}
|
|
1675
1733
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1676
|
-
border-color: #6e06f1 !important;
|
|
1734
|
+
border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1735
|
}
|
|
1678
1736
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1679
|
-
border-left-color: #6e06f1 !important;
|
|
1737
|
+
border-left-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1680
1738
|
}
|
|
1681
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1682
|
-
border-right-color: #6e06f1 !important;
|
|
1740
|
+
border-right-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
|
|
1683
1741
|
}
|
|
1684
1742
|
.e-gantt .e-icons {
|
|
1685
1743
|
color: rgba(0, 0, 0, 0.87);
|
|
1686
1744
|
}
|
|
1687
1745
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1688
|
-
color: #000 !important;
|
|
1746
|
+
color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1689
1747
|
}
|
|
1690
1748
|
|
|
1691
1749
|
.e-gantt-dialog .e-dlg-header {
|