@syncfusion/ej2-angular-gantt 20.2.46 → 20.2.49-ngcc
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/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1356 -0
- package/dist/ej2-angular-gantt.umd.js +908 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/index.js +8 -0
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/schema.js +2 -0
- package/schematics/generators/gantt-daymarkers/schema.json +125 -0
- package/schematics/generators/gantt-default/index.d.ts +3 -0
- package/schematics/generators/gantt-default/index.js +8 -0
- package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-default/sample-details.js +7 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/gantt-default/schema.d.ts +3 -0
- package/schematics/generators/gantt-default/schema.js +2 -0
- package/schematics/generators/gantt-default/schema.json +125 -0
- package/schematics/generators/gantt-editing/index.d.ts +3 -0
- package/schematics/generators/gantt-editing/index.js +8 -0
- package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-editing/sample-details.js +7 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-editing/schema.d.ts +3 -0
- package/schematics/generators/gantt-editing/schema.js +2 -0
- package/schematics/generators/gantt-editing/schema.json +125 -0
- package/schematics/generators/gantt-localdata/index.d.ts +3 -0
- package/schematics/generators/gantt-localdata/index.js +8 -0
- package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-localdata/sample-details.js +7 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
- package/schematics/generators/gantt-localdata/schema.js +2 -0
- package/schematics/generators/gantt-localdata/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +0 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +0 -6
- package/src/gantt/gantt.component.d.ts +0 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +58 -61
- package/styles/bootstrap.css +58 -61
- package/styles/bootstrap4.css +58 -61
- package/styles/bootstrap5-dark.css +59 -65
- package/styles/bootstrap5.css +59 -65
- package/styles/fabric-dark.css +58 -61
- package/styles/fabric.css +58 -61
- package/styles/fluent-dark.css +58 -61
- package/styles/fluent.css +58 -61
- package/styles/gantt/bootstrap-dark.css +58 -61
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +58 -61
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +58 -61
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +59 -65
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +59 -65
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +58 -61
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +58 -61
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +58 -61
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +58 -61
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +58 -64
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +58 -64
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +61 -64
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +61 -64
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +60 -63
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +60 -63
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +58 -64
- package/styles/highcontrast.css +58 -64
- package/styles/material-dark.css +61 -64
- package/styles/material.css +61 -64
- package/styles/tailwind-dark.css +60 -63
- package/styles/tailwind.css +60 -63
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
- package/esm2020/src/gantt/gantt.component.mjs +0 -255
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
- package/styles/gantt/_bootstrap-definition.scss +0 -208
- package/styles/gantt/_bootstrap4-definition.scss +0 -210
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -212
- package/styles/gantt/_fabric-dark-definition.scss +0 -208
- package/styles/gantt/_fabric-definition.scss +0 -208
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -212
- package/styles/gantt/_fusionnew-definition.scss +0 -211
- package/styles/gantt/_highcontrast-definition.scss +0 -208
- package/styles/gantt/_highcontrast-light-definition.scss +0 -208
- package/styles/gantt/_layout.scss +0 -1354
- package/styles/gantt/_material-dark-definition.scss +0 -209
- package/styles/gantt/_material-definition.scss +0 -209
- package/styles/gantt/_material3-definition.scss +0 -212
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -212
- package/styles/gantt/_theme.scss +0 -702
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
|
@@ -143,8 +143,6 @@
|
|
|
143
143
|
width: 40px;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
147
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
148
146
|
@keyframes material-spinner-rotate {
|
|
149
147
|
0% {
|
|
150
148
|
transform: rotate(0);
|
|
@@ -161,7 +159,6 @@
|
|
|
161
159
|
transform: rotate(360deg);
|
|
162
160
|
}
|
|
163
161
|
}
|
|
164
|
-
/* stylelint-disable */
|
|
165
162
|
.e-gantt .e-add::before {
|
|
166
163
|
content: "\e823";
|
|
167
164
|
}
|
|
@@ -311,10 +308,10 @@
|
|
|
311
308
|
height: 242px !important;
|
|
312
309
|
}
|
|
313
310
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
314
|
-
height: 63px !important;
|
|
311
|
+
height: 63px !important;
|
|
315
312
|
}
|
|
316
313
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
317
|
-
padding: 16px 4px 16px 16px !important;
|
|
314
|
+
padding: 16px 4px 16px 16px !important;
|
|
318
315
|
}
|
|
319
316
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
320
317
|
left: 0 !important;
|
|
@@ -350,7 +347,7 @@
|
|
|
350
347
|
width: 556px !important;
|
|
351
348
|
}
|
|
352
349
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
353
|
-
padding: 0 16px !important;
|
|
350
|
+
padding: 0 16px !important;
|
|
354
351
|
}
|
|
355
352
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
356
353
|
padding: 16px 12px 0 16px;
|
|
@@ -368,10 +365,10 @@
|
|
|
368
365
|
height: 76px !important;
|
|
369
366
|
}
|
|
370
367
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
371
|
-
border-bottom: 0 !important;
|
|
368
|
+
border-bottom: 0 !important;
|
|
372
369
|
}
|
|
373
370
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
374
|
-
border-radius: 0 !important;
|
|
371
|
+
border-radius: 0 !important;
|
|
375
372
|
}
|
|
376
373
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
377
374
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -379,28 +376,28 @@
|
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
381
378
|
border-radius: 50%;
|
|
382
|
-
height: auto !important;
|
|
379
|
+
height: auto !important;
|
|
383
380
|
width: auto;
|
|
384
381
|
}
|
|
385
382
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
386
383
|
margin-left: 5px !important;
|
|
387
384
|
}
|
|
388
385
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
389
|
-
font-size: 16px !important;
|
|
386
|
+
font-size: 16px !important;
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
392
389
|
min-height: 35px !important;
|
|
393
|
-
min-width: 35.82px !important;
|
|
390
|
+
min-width: 35.82px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
396
393
|
line-height: 24px;
|
|
397
|
-
padding: 6px 16px 6px 15px !important;
|
|
394
|
+
padding: 6px 16px 6px 15px !important;
|
|
398
395
|
}
|
|
399
396
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
400
|
-
padding: 6px 21px 6px 23px !important;
|
|
397
|
+
padding: 6px 21px 6px 23px !important;
|
|
401
398
|
}
|
|
402
399
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
403
|
-
font-size: 16px !important;
|
|
400
|
+
font-size: 16px !important;
|
|
404
401
|
}
|
|
405
402
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
406
403
|
font-size: 14px;
|
|
@@ -415,17 +412,17 @@
|
|
|
415
412
|
}
|
|
416
413
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
417
414
|
min-height: 35px !important;
|
|
418
|
-
min-width: 35.82px !important;
|
|
415
|
+
min-width: 35.82px !important;
|
|
419
416
|
}
|
|
420
417
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
421
418
|
min-height: 35px !important;
|
|
422
|
-
min-width: 35.82px !important;
|
|
419
|
+
min-width: 35.82px !important;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
425
422
|
height: 36px;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
428
|
-
min-width: 36px !important;
|
|
425
|
+
min-width: 36px !important;
|
|
429
426
|
}
|
|
430
427
|
.e-bigger .e-predecessor-tooltip {
|
|
431
428
|
background-color: #000;
|
|
@@ -437,7 +434,7 @@
|
|
|
437
434
|
color: #adadad !important;
|
|
438
435
|
}
|
|
439
436
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
440
|
-
padding: 3px !important;
|
|
437
|
+
padding: 3px !important;
|
|
441
438
|
}
|
|
442
439
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
443
440
|
background-color: #000;
|
|
@@ -539,7 +536,7 @@
|
|
|
539
536
|
margin: 0;
|
|
540
537
|
}
|
|
541
538
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
542
|
-
overflow: hidden !important;
|
|
539
|
+
overflow: hidden !important;
|
|
543
540
|
}
|
|
544
541
|
.e-gantt .e-temp-content {
|
|
545
542
|
border-left: 1px solid;
|
|
@@ -566,19 +563,19 @@
|
|
|
566
563
|
height: 45px;
|
|
567
564
|
}
|
|
568
565
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
569
|
-
border-right-width: 0 !important;
|
|
566
|
+
border-right-width: 0 !important;
|
|
570
567
|
}
|
|
571
568
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
572
569
|
border-top-style: none;
|
|
573
570
|
border-top-width: 0;
|
|
574
|
-
padding-right: 0 !important;
|
|
571
|
+
padding-right: 0 !important;
|
|
575
572
|
}
|
|
576
573
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
577
574
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
578
|
-
height: 63px !important;
|
|
575
|
+
height: 63px !important;
|
|
579
576
|
}
|
|
580
577
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
581
|
-
overflow-x: scroll !important;
|
|
578
|
+
overflow-x: scroll !important;
|
|
582
579
|
}
|
|
583
580
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
584
581
|
width: calc(100% + 17px);
|
|
@@ -603,7 +600,7 @@
|
|
|
603
600
|
border-right: 0 solid;
|
|
604
601
|
}
|
|
605
602
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
606
|
-
-webkit-overflow-scrolling: touch;
|
|
603
|
+
-webkit-overflow-scrolling: touch;
|
|
607
604
|
overflow-x: scroll;
|
|
608
605
|
overflow-y: auto;
|
|
609
606
|
position: relative;
|
|
@@ -1170,7 +1167,7 @@
|
|
|
1170
1167
|
}
|
|
1171
1168
|
.e-gantt-dialog .e-richtexteditor {
|
|
1172
1169
|
border-bottom-width: 0px;
|
|
1173
|
-
height: 241px !important;
|
|
1170
|
+
height: 241px !important;
|
|
1174
1171
|
overflow: hidden;
|
|
1175
1172
|
}
|
|
1176
1173
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1182,10 +1179,10 @@
|
|
|
1182
1179
|
overflow: hidden;
|
|
1183
1180
|
}
|
|
1184
1181
|
.e-gantt-dialog > .e-dlg-content {
|
|
1185
|
-
padding: 0 !important;
|
|
1182
|
+
padding: 0 !important;
|
|
1186
1183
|
}
|
|
1187
1184
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1188
|
-
border-bottom: 0 !important;
|
|
1185
|
+
border-bottom: 0 !important;
|
|
1189
1186
|
}
|
|
1190
1187
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1191
1188
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1193,8 +1190,8 @@
|
|
|
1193
1190
|
}
|
|
1194
1191
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1195
1192
|
border-radius: 50%;
|
|
1196
|
-
height: auto !important;
|
|
1197
|
-
width: auto !important;
|
|
1193
|
+
height: auto !important;
|
|
1194
|
+
width: auto !important;
|
|
1198
1195
|
}
|
|
1199
1196
|
|
|
1200
1197
|
.e-icon-rowselect::before {
|
|
@@ -1202,9 +1199,9 @@
|
|
|
1202
1199
|
}
|
|
1203
1200
|
|
|
1204
1201
|
.e-ganttpopup {
|
|
1205
|
-
-moz-user-select: none;
|
|
1206
|
-
-ms-user-select: none;
|
|
1207
|
-
-webkit-user-select: none;
|
|
1202
|
+
-moz-user-select: none;
|
|
1203
|
+
-ms-user-select: none;
|
|
1204
|
+
-webkit-user-select: none;
|
|
1208
1205
|
font-weight: normal;
|
|
1209
1206
|
position: absolute;
|
|
1210
1207
|
user-select: none;
|
|
@@ -1358,7 +1355,7 @@
|
|
|
1358
1355
|
border-top-right-radius: 0px;
|
|
1359
1356
|
}
|
|
1360
1357
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1361
|
-
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1358
|
+
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1362
1359
|
}
|
|
1363
1360
|
.e-gantt .e-temp-content {
|
|
1364
1361
|
border-color: #484848;
|
|
@@ -1373,7 +1370,7 @@
|
|
|
1373
1370
|
border-color: #484848;
|
|
1374
1371
|
}
|
|
1375
1372
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1376
|
-
height: 45px !important;
|
|
1373
|
+
height: 45px !important;
|
|
1377
1374
|
}
|
|
1378
1375
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1379
1376
|
background: #484848;
|
|
@@ -1397,7 +1394,7 @@
|
|
|
1397
1394
|
line-height: 47px;
|
|
1398
1395
|
}
|
|
1399
1396
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1400
|
-
height: 47px !important;
|
|
1397
|
+
height: 47px !important;
|
|
1401
1398
|
}
|
|
1402
1399
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1403
1400
|
height: 32px;
|
|
@@ -1687,73 +1684,73 @@
|
|
|
1687
1684
|
color: transparent;
|
|
1688
1685
|
}
|
|
1689
1686
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1690
|
-
color: transparent !important;
|
|
1687
|
+
color: transparent !important;
|
|
1691
1688
|
}
|
|
1692
1689
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1693
|
-
border-color: #8A8A8A !important;
|
|
1690
|
+
border-color: #8A8A8A !important;
|
|
1694
1691
|
}
|
|
1695
1692
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1696
|
-
border-left-color: #8A8A8A !important;
|
|
1693
|
+
border-left-color: #8A8A8A !important;
|
|
1697
1694
|
}
|
|
1698
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1699
|
-
border-right-color: #8A8A8A !important;
|
|
1696
|
+
border-right-color: #8A8A8A !important;
|
|
1700
1697
|
}
|
|
1701
1698
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1702
|
-
background: #D5D5D5 !important;
|
|
1703
|
-
border: #D5D5D5 !important;
|
|
1699
|
+
background: #D5D5D5 !important;
|
|
1700
|
+
border: #D5D5D5 !important;
|
|
1704
1701
|
}
|
|
1705
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1706
|
-
background-color: transparent !important;
|
|
1707
|
-
border: transparent !important;
|
|
1703
|
+
background-color: transparent !important;
|
|
1704
|
+
border: transparent !important;
|
|
1708
1705
|
}
|
|
1709
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1710
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1707
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1711
1708
|
}
|
|
1712
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1713
|
-
border-top-color: #D5D5D5 !important;
|
|
1710
|
+
border-top-color: #D5D5D5 !important;
|
|
1714
1711
|
}
|
|
1715
1712
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1716
|
-
background-color: #8A8A8A !important;
|
|
1717
|
-
border: #8A8A8A !important;
|
|
1713
|
+
background-color: #8A8A8A !important;
|
|
1714
|
+
border: #8A8A8A !important;
|
|
1718
1715
|
}
|
|
1719
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1720
|
-
background-color: transparent !important;
|
|
1721
|
-
border: transparent !important;
|
|
1717
|
+
background-color: transparent !important;
|
|
1718
|
+
border: transparent !important;
|
|
1722
1719
|
}
|
|
1723
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1724
|
-
background: #0070f0 !important;
|
|
1725
|
-
border: #0070f0 !important;
|
|
1721
|
+
background: #0070f0 !important;
|
|
1722
|
+
border: #0070f0 !important;
|
|
1726
1723
|
}
|
|
1727
1724
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1728
|
-
border-bottom-color: #0070f0 !important;
|
|
1725
|
+
border-bottom-color: #0070f0 !important;
|
|
1729
1726
|
}
|
|
1730
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1731
|
-
border-top-color: #0070f0 !important;
|
|
1728
|
+
border-top-color: #0070f0 !important;
|
|
1732
1729
|
}
|
|
1733
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1734
|
-
background: #57a5ff !important;
|
|
1735
|
-
border: #57a5ff !important;
|
|
1731
|
+
background: #57a5ff !important;
|
|
1732
|
+
border: #57a5ff !important;
|
|
1736
1733
|
}
|
|
1737
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1738
|
-
border-bottom-color: #57a5ff !important;
|
|
1735
|
+
border-bottom-color: #57a5ff !important;
|
|
1739
1736
|
}
|
|
1740
1737
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1741
|
-
border-top-color: #57a5ff !important;
|
|
1738
|
+
border-top-color: #57a5ff !important;
|
|
1742
1739
|
}
|
|
1743
1740
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1744
|
-
border-color: #0070f0 !important;
|
|
1741
|
+
border-color: #0070f0 !important;
|
|
1745
1742
|
}
|
|
1746
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1747
|
-
border-left-color: #0070f0 !important;
|
|
1744
|
+
border-left-color: #0070f0 !important;
|
|
1748
1745
|
}
|
|
1749
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1750
|
-
border-right-color: #0070f0 !important;
|
|
1747
|
+
border-right-color: #0070f0 !important;
|
|
1751
1748
|
}
|
|
1752
1749
|
.e-gantt .e-icons {
|
|
1753
1750
|
color: #fff;
|
|
1754
1751
|
}
|
|
1755
1752
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1756
|
-
color: #f0f0f0 !important;
|
|
1753
|
+
color: #f0f0f0 !important;
|
|
1757
1754
|
}
|
|
1758
1755
|
|
|
1759
1756
|
.e-gantt-dialog .e-dlg-header {
|
package/styles/bootstrap.css
CHANGED
|
@@ -287,8 +287,6 @@
|
|
|
287
287
|
/*! Horizontal Tab */
|
|
288
288
|
/*! Bootstrap specific themes definition's */
|
|
289
289
|
/*! Vertical Tab */
|
|
290
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
291
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
292
290
|
@keyframes material-spinner-rotate {
|
|
293
291
|
0% {
|
|
294
292
|
transform: rotate(0);
|
|
@@ -305,7 +303,6 @@
|
|
|
305
303
|
transform: rotate(360deg);
|
|
306
304
|
}
|
|
307
305
|
}
|
|
308
|
-
/* stylelint-disable */
|
|
309
306
|
.e-gantt .e-add::before {
|
|
310
307
|
content: "\e823";
|
|
311
308
|
}
|
|
@@ -455,10 +452,10 @@
|
|
|
455
452
|
height: 242px !important;
|
|
456
453
|
}
|
|
457
454
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
458
|
-
height: 63px !important;
|
|
455
|
+
height: 63px !important;
|
|
459
456
|
}
|
|
460
457
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
461
|
-
padding: 16px 4px 16px 16px !important;
|
|
458
|
+
padding: 16px 4px 16px 16px !important;
|
|
462
459
|
}
|
|
463
460
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
464
461
|
left: 0 !important;
|
|
@@ -494,7 +491,7 @@
|
|
|
494
491
|
width: 556px !important;
|
|
495
492
|
}
|
|
496
493
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
497
|
-
padding: 0 16px !important;
|
|
494
|
+
padding: 0 16px !important;
|
|
498
495
|
}
|
|
499
496
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
500
497
|
padding: 16px 12px 0 16px;
|
|
@@ -512,10 +509,10 @@
|
|
|
512
509
|
height: 76px !important;
|
|
513
510
|
}
|
|
514
511
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
515
|
-
border-bottom: 0 !important;
|
|
512
|
+
border-bottom: 0 !important;
|
|
516
513
|
}
|
|
517
514
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
518
|
-
border-radius: 0 !important;
|
|
515
|
+
border-radius: 0 !important;
|
|
519
516
|
}
|
|
520
517
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
521
518
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -523,28 +520,28 @@
|
|
|
523
520
|
}
|
|
524
521
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
525
522
|
border-radius: 50%;
|
|
526
|
-
height: auto !important;
|
|
523
|
+
height: auto !important;
|
|
527
524
|
width: auto;
|
|
528
525
|
}
|
|
529
526
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
530
527
|
margin-left: 5px !important;
|
|
531
528
|
}
|
|
532
529
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
533
|
-
font-size: 16px !important;
|
|
530
|
+
font-size: 16px !important;
|
|
534
531
|
}
|
|
535
532
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
536
533
|
min-height: 35px !important;
|
|
537
|
-
min-width: 35.82px !important;
|
|
534
|
+
min-width: 35.82px !important;
|
|
538
535
|
}
|
|
539
536
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
540
537
|
line-height: 24px;
|
|
541
|
-
padding: 6px 16px 6px 15px !important;
|
|
538
|
+
padding: 6px 16px 6px 15px !important;
|
|
542
539
|
}
|
|
543
540
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
544
|
-
padding: 6px 21px 6px 23px !important;
|
|
541
|
+
padding: 6px 21px 6px 23px !important;
|
|
545
542
|
}
|
|
546
543
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
547
|
-
font-size: 16px !important;
|
|
544
|
+
font-size: 16px !important;
|
|
548
545
|
}
|
|
549
546
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
550
547
|
font-size: 14px;
|
|
@@ -559,17 +556,17 @@
|
|
|
559
556
|
}
|
|
560
557
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
561
558
|
min-height: 35px !important;
|
|
562
|
-
min-width: 35.82px !important;
|
|
559
|
+
min-width: 35.82px !important;
|
|
563
560
|
}
|
|
564
561
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
565
562
|
min-height: 35px !important;
|
|
566
|
-
min-width: 35.82px !important;
|
|
563
|
+
min-width: 35.82px !important;
|
|
567
564
|
}
|
|
568
565
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
569
566
|
height: 36px;
|
|
570
567
|
}
|
|
571
568
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
572
|
-
min-width: 36px !important;
|
|
569
|
+
min-width: 36px !important;
|
|
573
570
|
}
|
|
574
571
|
.e-bigger .e-predecessor-tooltip {
|
|
575
572
|
background-color: #000;
|
|
@@ -581,7 +578,7 @@
|
|
|
581
578
|
color: #adadad !important;
|
|
582
579
|
}
|
|
583
580
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
584
|
-
padding: 3px !important;
|
|
581
|
+
padding: 3px !important;
|
|
585
582
|
}
|
|
586
583
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
587
584
|
background-color: #000;
|
|
@@ -683,7 +680,7 @@
|
|
|
683
680
|
margin: 0;
|
|
684
681
|
}
|
|
685
682
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
686
|
-
overflow: hidden !important;
|
|
683
|
+
overflow: hidden !important;
|
|
687
684
|
}
|
|
688
685
|
.e-gantt .e-temp-content {
|
|
689
686
|
border-left: 1px solid;
|
|
@@ -710,19 +707,19 @@
|
|
|
710
707
|
height: 45px;
|
|
711
708
|
}
|
|
712
709
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
713
|
-
border-right-width: 0 !important;
|
|
710
|
+
border-right-width: 0 !important;
|
|
714
711
|
}
|
|
715
712
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
716
713
|
border-top-style: none;
|
|
717
714
|
border-top-width: 0;
|
|
718
|
-
padding-right: 0 !important;
|
|
715
|
+
padding-right: 0 !important;
|
|
719
716
|
}
|
|
720
717
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
721
718
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
722
|
-
height: 63px !important;
|
|
719
|
+
height: 63px !important;
|
|
723
720
|
}
|
|
724
721
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
725
|
-
overflow-x: scroll !important;
|
|
722
|
+
overflow-x: scroll !important;
|
|
726
723
|
}
|
|
727
724
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
728
725
|
width: calc(100% + 17px);
|
|
@@ -747,7 +744,7 @@
|
|
|
747
744
|
border-right: 0 solid;
|
|
748
745
|
}
|
|
749
746
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
750
|
-
-webkit-overflow-scrolling: touch;
|
|
747
|
+
-webkit-overflow-scrolling: touch;
|
|
751
748
|
overflow-x: scroll;
|
|
752
749
|
overflow-y: auto;
|
|
753
750
|
position: relative;
|
|
@@ -1314,7 +1311,7 @@
|
|
|
1314
1311
|
}
|
|
1315
1312
|
.e-gantt-dialog .e-richtexteditor {
|
|
1316
1313
|
border-bottom-width: 0px;
|
|
1317
|
-
height: 241px !important;
|
|
1314
|
+
height: 241px !important;
|
|
1318
1315
|
overflow: hidden;
|
|
1319
1316
|
}
|
|
1320
1317
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1326,10 +1323,10 @@
|
|
|
1326
1323
|
overflow: hidden;
|
|
1327
1324
|
}
|
|
1328
1325
|
.e-gantt-dialog > .e-dlg-content {
|
|
1329
|
-
padding: 0 !important;
|
|
1326
|
+
padding: 0 !important;
|
|
1330
1327
|
}
|
|
1331
1328
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1332
|
-
border-bottom: 0 !important;
|
|
1329
|
+
border-bottom: 0 !important;
|
|
1333
1330
|
}
|
|
1334
1331
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1335
1332
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1337,8 +1334,8 @@
|
|
|
1337
1334
|
}
|
|
1338
1335
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1339
1336
|
border-radius: 50%;
|
|
1340
|
-
height: auto !important;
|
|
1341
|
-
width: auto !important;
|
|
1337
|
+
height: auto !important;
|
|
1338
|
+
width: auto !important;
|
|
1342
1339
|
}
|
|
1343
1340
|
|
|
1344
1341
|
.e-icon-rowselect::before {
|
|
@@ -1346,9 +1343,9 @@
|
|
|
1346
1343
|
}
|
|
1347
1344
|
|
|
1348
1345
|
.e-ganttpopup {
|
|
1349
|
-
-moz-user-select: none;
|
|
1350
|
-
-ms-user-select: none;
|
|
1351
|
-
-webkit-user-select: none;
|
|
1346
|
+
-moz-user-select: none;
|
|
1347
|
+
-ms-user-select: none;
|
|
1348
|
+
-webkit-user-select: none;
|
|
1352
1349
|
font-weight: normal;
|
|
1353
1350
|
position: absolute;
|
|
1354
1351
|
user-select: none;
|
|
@@ -1502,7 +1499,7 @@
|
|
|
1502
1499
|
border-top-right-radius: 0px;
|
|
1503
1500
|
}
|
|
1504
1501
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1505
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1502
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1506
1503
|
}
|
|
1507
1504
|
.e-gantt .e-temp-content {
|
|
1508
1505
|
border-color: #ddd;
|
|
@@ -1517,7 +1514,7 @@
|
|
|
1517
1514
|
border-color: #ddd;
|
|
1518
1515
|
}
|
|
1519
1516
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1520
|
-
height: 45px !important;
|
|
1517
|
+
height: 45px !important;
|
|
1521
1518
|
}
|
|
1522
1519
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1523
1520
|
background: #c6ddf0;
|
|
@@ -1541,7 +1538,7 @@
|
|
|
1541
1538
|
line-height: 47px;
|
|
1542
1539
|
}
|
|
1543
1540
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1544
|
-
height: 47px !important;
|
|
1541
|
+
height: 47px !important;
|
|
1545
1542
|
}
|
|
1546
1543
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1547
1544
|
height: 32px;
|
|
@@ -1831,73 +1828,73 @@
|
|
|
1831
1828
|
color: transparent;
|
|
1832
1829
|
}
|
|
1833
1830
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1834
|
-
color: transparent !important;
|
|
1831
|
+
color: transparent !important;
|
|
1835
1832
|
}
|
|
1836
1833
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1837
|
-
border-color: #8A8A8A !important;
|
|
1834
|
+
border-color: #8A8A8A !important;
|
|
1838
1835
|
}
|
|
1839
1836
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1840
|
-
border-left-color: #8A8A8A !important;
|
|
1837
|
+
border-left-color: #8A8A8A !important;
|
|
1841
1838
|
}
|
|
1842
1839
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1843
|
-
border-right-color: #8A8A8A !important;
|
|
1840
|
+
border-right-color: #8A8A8A !important;
|
|
1844
1841
|
}
|
|
1845
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1846
|
-
background: #D5D5D5 !important;
|
|
1847
|
-
border: #D5D5D5 !important;
|
|
1843
|
+
background: #D5D5D5 !important;
|
|
1844
|
+
border: #D5D5D5 !important;
|
|
1848
1845
|
}
|
|
1849
1846
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1850
|
-
background-color: transparent !important;
|
|
1851
|
-
border: transparent !important;
|
|
1847
|
+
background-color: transparent !important;
|
|
1848
|
+
border: transparent !important;
|
|
1852
1849
|
}
|
|
1853
1850
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1854
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1851
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1855
1852
|
}
|
|
1856
1853
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1857
|
-
border-top-color: #D5D5D5 !important;
|
|
1854
|
+
border-top-color: #D5D5D5 !important;
|
|
1858
1855
|
}
|
|
1859
1856
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1860
|
-
background-color: #8A8A8A !important;
|
|
1861
|
-
border: #8A8A8A !important;
|
|
1857
|
+
background-color: #8A8A8A !important;
|
|
1858
|
+
border: #8A8A8A !important;
|
|
1862
1859
|
}
|
|
1863
1860
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1864
|
-
background-color: transparent !important;
|
|
1865
|
-
border: transparent !important;
|
|
1861
|
+
background-color: transparent !important;
|
|
1862
|
+
border: transparent !important;
|
|
1866
1863
|
}
|
|
1867
1864
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1868
|
-
background: #21527d !important;
|
|
1869
|
-
border: #21527d !important;
|
|
1865
|
+
background: #21527d !important;
|
|
1866
|
+
border: #21527d !important;
|
|
1870
1867
|
}
|
|
1871
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1872
|
-
border-bottom-color: #21527d !important;
|
|
1869
|
+
border-bottom-color: #21527d !important;
|
|
1873
1870
|
}
|
|
1874
1871
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1875
|
-
border-top-color: #21527d !important;
|
|
1872
|
+
border-top-color: #21527d !important;
|
|
1876
1873
|
}
|
|
1877
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1878
|
-
background: #75acdb !important;
|
|
1879
|
-
border: #75acdb !important;
|
|
1875
|
+
background: #75acdb !important;
|
|
1876
|
+
border: #75acdb !important;
|
|
1880
1877
|
}
|
|
1881
1878
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1882
|
-
border-bottom-color: #75acdb !important;
|
|
1879
|
+
border-bottom-color: #75acdb !important;
|
|
1883
1880
|
}
|
|
1884
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1885
|
-
border-top-color: #75acdb !important;
|
|
1882
|
+
border-top-color: #75acdb !important;
|
|
1886
1883
|
}
|
|
1887
1884
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1888
|
-
border-color: #21527d !important;
|
|
1885
|
+
border-color: #21527d !important;
|
|
1889
1886
|
}
|
|
1890
1887
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1891
|
-
border-left-color: #21527d !important;
|
|
1888
|
+
border-left-color: #21527d !important;
|
|
1892
1889
|
}
|
|
1893
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1894
|
-
border-right-color: #21527d !important;
|
|
1891
|
+
border-right-color: #21527d !important;
|
|
1895
1892
|
}
|
|
1896
1893
|
.e-gantt .e-icons {
|
|
1897
1894
|
color: rgba(0, 0, 0, 0.87);
|
|
1898
1895
|
}
|
|
1899
1896
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1900
|
-
color: #333 !important;
|
|
1897
|
+
color: #333 !important;
|
|
1901
1898
|
}
|
|
1902
1899
|
|
|
1903
1900
|
.e-gantt-dialog .e-dlg-header {
|