@syncfusion/ej2-angular-gantt 20.2.44 → 20.2.46-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 +1346 -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
|
@@ -99,8 +99,6 @@
|
|
|
99
99
|
margin: 2px 2px 2px 0;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
103
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
104
102
|
@keyframes material-spinner-rotate {
|
|
105
103
|
0% {
|
|
106
104
|
transform: rotate(0);
|
|
@@ -117,7 +115,6 @@
|
|
|
117
115
|
transform: rotate(360deg);
|
|
118
116
|
}
|
|
119
117
|
}
|
|
120
|
-
/* stylelint-disable */
|
|
121
118
|
.e-gantt .e-add::before {
|
|
122
119
|
content: "\e823";
|
|
123
120
|
}
|
|
@@ -267,10 +264,10 @@
|
|
|
267
264
|
height: 242px !important;
|
|
268
265
|
}
|
|
269
266
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
270
|
-
height: 63px !important;
|
|
267
|
+
height: 63px !important;
|
|
271
268
|
}
|
|
272
269
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
273
|
-
padding: 16px 4px 16px 16px !important;
|
|
270
|
+
padding: 16px 4px 16px 16px !important;
|
|
274
271
|
}
|
|
275
272
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
276
273
|
left: 0 !important;
|
|
@@ -306,7 +303,7 @@
|
|
|
306
303
|
width: 556px !important;
|
|
307
304
|
}
|
|
308
305
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
309
|
-
padding: 0 16px !important;
|
|
306
|
+
padding: 0 16px !important;
|
|
310
307
|
}
|
|
311
308
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
312
309
|
padding: 16px 12px 0 16px;
|
|
@@ -324,10 +321,10 @@
|
|
|
324
321
|
height: 76px !important;
|
|
325
322
|
}
|
|
326
323
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
327
|
-
border-bottom: 0 !important;
|
|
324
|
+
border-bottom: 0 !important;
|
|
328
325
|
}
|
|
329
326
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
330
|
-
border-radius: 0 !important;
|
|
327
|
+
border-radius: 0 !important;
|
|
331
328
|
}
|
|
332
329
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
333
330
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -335,28 +332,28 @@
|
|
|
335
332
|
}
|
|
336
333
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
337
334
|
border-radius: 50%;
|
|
338
|
-
height: auto !important;
|
|
335
|
+
height: auto !important;
|
|
339
336
|
width: auto;
|
|
340
337
|
}
|
|
341
338
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
342
339
|
margin-left: 5px !important;
|
|
343
340
|
}
|
|
344
341
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
345
|
-
font-size: 16px !important;
|
|
342
|
+
font-size: 16px !important;
|
|
346
343
|
}
|
|
347
344
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
348
345
|
min-height: 35px !important;
|
|
349
|
-
min-width: 35.82px !important;
|
|
346
|
+
min-width: 35.82px !important;
|
|
350
347
|
}
|
|
351
348
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
352
349
|
line-height: 24px;
|
|
353
|
-
padding: 6px 16px 6px 15px !important;
|
|
350
|
+
padding: 6px 16px 6px 15px !important;
|
|
354
351
|
}
|
|
355
352
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
356
|
-
padding: 6px 21px 6px 23px !important;
|
|
353
|
+
padding: 6px 21px 6px 23px !important;
|
|
357
354
|
}
|
|
358
355
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
359
|
-
font-size: 16px !important;
|
|
356
|
+
font-size: 16px !important;
|
|
360
357
|
}
|
|
361
358
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
362
359
|
font-size: 14px;
|
|
@@ -371,17 +368,17 @@
|
|
|
371
368
|
}
|
|
372
369
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
373
370
|
min-height: 35px !important;
|
|
374
|
-
min-width: 35.82px !important;
|
|
371
|
+
min-width: 35.82px !important;
|
|
375
372
|
}
|
|
376
373
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
377
374
|
min-height: 35px !important;
|
|
378
|
-
min-width: 35.82px !important;
|
|
375
|
+
min-width: 35.82px !important;
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
381
378
|
height: 36px;
|
|
382
379
|
}
|
|
383
380
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
384
|
-
min-width: 36px !important;
|
|
381
|
+
min-width: 36px !important;
|
|
385
382
|
}
|
|
386
383
|
.e-bigger .e-predecessor-tooltip {
|
|
387
384
|
background-color: #000;
|
|
@@ -393,7 +390,7 @@
|
|
|
393
390
|
color: #A6A6A6 !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
396
|
-
padding: 3px !important;
|
|
393
|
+
padding: 3px !important;
|
|
397
394
|
}
|
|
398
395
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
399
396
|
background-color: #000;
|
|
@@ -495,7 +492,7 @@
|
|
|
495
492
|
margin: 0;
|
|
496
493
|
}
|
|
497
494
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
498
|
-
overflow: hidden !important;
|
|
495
|
+
overflow: hidden !important;
|
|
499
496
|
}
|
|
500
497
|
.e-gantt .e-temp-content {
|
|
501
498
|
border-left: 1px solid;
|
|
@@ -522,19 +519,19 @@
|
|
|
522
519
|
height: 45px;
|
|
523
520
|
}
|
|
524
521
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
525
|
-
border-right-width: 0 !important;
|
|
522
|
+
border-right-width: 0 !important;
|
|
526
523
|
}
|
|
527
524
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
528
525
|
border-top-style: none;
|
|
529
526
|
border-top-width: 0;
|
|
530
|
-
padding-right: 0 !important;
|
|
527
|
+
padding-right: 0 !important;
|
|
531
528
|
}
|
|
532
529
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
533
530
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
534
|
-
height: 63px !important;
|
|
531
|
+
height: 63px !important;
|
|
535
532
|
}
|
|
536
533
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
537
|
-
overflow-x: scroll !important;
|
|
534
|
+
overflow-x: scroll !important;
|
|
538
535
|
}
|
|
539
536
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
540
537
|
width: calc(100% + 17px);
|
|
@@ -559,7 +556,7 @@
|
|
|
559
556
|
border-right: 0 solid;
|
|
560
557
|
}
|
|
561
558
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
562
|
-
-webkit-overflow-scrolling: touch;
|
|
559
|
+
-webkit-overflow-scrolling: touch;
|
|
563
560
|
overflow-x: scroll;
|
|
564
561
|
overflow-y: auto;
|
|
565
562
|
position: relative;
|
|
@@ -1126,7 +1123,7 @@
|
|
|
1126
1123
|
}
|
|
1127
1124
|
.e-gantt-dialog .e-richtexteditor {
|
|
1128
1125
|
border-bottom-width: 1px;
|
|
1129
|
-
height: 241px !important;
|
|
1126
|
+
height: 241px !important;
|
|
1130
1127
|
overflow: hidden;
|
|
1131
1128
|
}
|
|
1132
1129
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1138,10 +1135,10 @@
|
|
|
1138
1135
|
overflow: hidden;
|
|
1139
1136
|
}
|
|
1140
1137
|
.e-gantt-dialog > .e-dlg-content {
|
|
1141
|
-
padding: 0 !important;
|
|
1138
|
+
padding: 0 !important;
|
|
1142
1139
|
}
|
|
1143
1140
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1144
|
-
border-bottom: 0 !important;
|
|
1141
|
+
border-bottom: 0 !important;
|
|
1145
1142
|
}
|
|
1146
1143
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1147
1144
|
border-radius: 0px;
|
|
@@ -1149,8 +1146,8 @@
|
|
|
1149
1146
|
}
|
|
1150
1147
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1151
1148
|
border-radius: 50%;
|
|
1152
|
-
height: auto !important;
|
|
1153
|
-
width: auto !important;
|
|
1149
|
+
height: auto !important;
|
|
1150
|
+
width: auto !important;
|
|
1154
1151
|
}
|
|
1155
1152
|
|
|
1156
1153
|
.e-icon-rowselect::before {
|
|
@@ -1158,9 +1155,9 @@
|
|
|
1158
1155
|
}
|
|
1159
1156
|
|
|
1160
1157
|
.e-ganttpopup {
|
|
1161
|
-
-moz-user-select: none;
|
|
1162
|
-
-ms-user-select: none;
|
|
1163
|
-
-webkit-user-select: none;
|
|
1158
|
+
-moz-user-select: none;
|
|
1159
|
+
-ms-user-select: none;
|
|
1160
|
+
-webkit-user-select: none;
|
|
1164
1161
|
font-weight: normal;
|
|
1165
1162
|
position: absolute;
|
|
1166
1163
|
user-select: none;
|
|
@@ -1314,7 +1311,7 @@
|
|
|
1314
1311
|
border-top-right-radius: 0px;
|
|
1315
1312
|
}
|
|
1316
1313
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1317
|
-
box-shadow: 0 0 0 1px #dadada inset !important;
|
|
1314
|
+
box-shadow: 0 0 0 1px #dadada inset !important;
|
|
1318
1315
|
}
|
|
1319
1316
|
.e-gantt .e-temp-content {
|
|
1320
1317
|
border-color: #414040;
|
|
@@ -1329,7 +1326,7 @@
|
|
|
1329
1326
|
border-color: #414040;
|
|
1330
1327
|
}
|
|
1331
1328
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1332
|
-
height: 45px !important;
|
|
1329
|
+
height: 45px !important;
|
|
1333
1330
|
}
|
|
1334
1331
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1335
1332
|
background: #514f4f;
|
|
@@ -1353,7 +1350,7 @@
|
|
|
1353
1350
|
line-height: 46px;
|
|
1354
1351
|
}
|
|
1355
1352
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1356
|
-
height: 46px !important;
|
|
1353
|
+
height: 46px !important;
|
|
1357
1354
|
}
|
|
1358
1355
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1359
1356
|
height: 32px;
|
|
@@ -1643,73 +1640,73 @@
|
|
|
1643
1640
|
color: transparent;
|
|
1644
1641
|
}
|
|
1645
1642
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1646
|
-
color: transparent !important;
|
|
1643
|
+
color: transparent !important;
|
|
1647
1644
|
}
|
|
1648
1645
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1649
|
-
border-color: #8A8A8A !important;
|
|
1646
|
+
border-color: #8A8A8A !important;
|
|
1650
1647
|
}
|
|
1651
1648
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1652
|
-
border-left-color: #8A8A8A !important;
|
|
1649
|
+
border-left-color: #8A8A8A !important;
|
|
1653
1650
|
}
|
|
1654
1651
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1655
|
-
border-right-color: #8A8A8A !important;
|
|
1652
|
+
border-right-color: #8A8A8A !important;
|
|
1656
1653
|
}
|
|
1657
1654
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1658
|
-
background: #D5D5D5 !important;
|
|
1659
|
-
border: #D5D5D5 !important;
|
|
1655
|
+
background: #D5D5D5 !important;
|
|
1656
|
+
border: #D5D5D5 !important;
|
|
1660
1657
|
}
|
|
1661
1658
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1662
|
-
background-color: transparent !important;
|
|
1663
|
-
border: transparent !important;
|
|
1659
|
+
background-color: transparent !important;
|
|
1660
|
+
border: transparent !important;
|
|
1664
1661
|
}
|
|
1665
1662
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1666
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1663
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1667
1664
|
}
|
|
1668
1665
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1669
|
-
border-top-color: #D5D5D5 !important;
|
|
1666
|
+
border-top-color: #D5D5D5 !important;
|
|
1670
1667
|
}
|
|
1671
1668
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1672
|
-
background-color: #8A8A8A !important;
|
|
1673
|
-
border: #8A8A8A !important;
|
|
1669
|
+
background-color: #8A8A8A !important;
|
|
1670
|
+
border: #8A8A8A !important;
|
|
1674
1671
|
}
|
|
1675
1672
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1676
|
-
background-color: transparent !important;
|
|
1677
|
-
border: transparent !important;
|
|
1673
|
+
background-color: transparent !important;
|
|
1674
|
+
border: transparent !important;
|
|
1678
1675
|
}
|
|
1679
1676
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1680
|
-
background: #0063ad !important;
|
|
1681
|
-
border: #0063ad !important;
|
|
1677
|
+
background: #0063ad !important;
|
|
1678
|
+
border: #0063ad !important;
|
|
1682
1679
|
}
|
|
1683
1680
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1684
|
-
border-bottom-color: #0063ad !important;
|
|
1681
|
+
border-bottom-color: #0063ad !important;
|
|
1685
1682
|
}
|
|
1686
1683
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1687
|
-
border-top-color: #0063ad !important;
|
|
1684
|
+
border-top-color: #0063ad !important;
|
|
1688
1685
|
}
|
|
1689
1686
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1690
|
-
background: #33a7ff !important;
|
|
1691
|
-
border: #33a7ff !important;
|
|
1687
|
+
background: #33a7ff !important;
|
|
1688
|
+
border: #33a7ff !important;
|
|
1692
1689
|
}
|
|
1693
1690
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1694
|
-
border-bottom-color: #33a7ff !important;
|
|
1691
|
+
border-bottom-color: #33a7ff !important;
|
|
1695
1692
|
}
|
|
1696
1693
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1697
|
-
border-top-color: #33a7ff !important;
|
|
1694
|
+
border-top-color: #33a7ff !important;
|
|
1698
1695
|
}
|
|
1699
1696
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1700
|
-
border-color: #0063ad !important;
|
|
1697
|
+
border-color: #0063ad !important;
|
|
1701
1698
|
}
|
|
1702
1699
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1703
|
-
border-left-color: #0063ad !important;
|
|
1700
|
+
border-left-color: #0063ad !important;
|
|
1704
1701
|
}
|
|
1705
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1706
|
-
border-right-color: #0063ad !important;
|
|
1703
|
+
border-right-color: #0063ad !important;
|
|
1707
1704
|
}
|
|
1708
1705
|
.e-gantt .e-icons {
|
|
1709
1706
|
color: #dadada;
|
|
1710
1707
|
}
|
|
1711
1708
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1712
|
-
color: #dadada !important;
|
|
1709
|
+
color: #dadada !important;
|
|
1713
1710
|
}
|
|
1714
1711
|
|
|
1715
1712
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/fabric-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/fabric-dark-definition.scss';
|
|
20
|
-
@import 'fabric-dark-definition.scss';
|
|
21
|
-
@import 'icons/fabric-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/fabric-dark.scss';
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -97,8 +97,6 @@
|
|
|
97
97
|
/*! Horizontal Tab */
|
|
98
98
|
/*! Fabric specific themes definition's */
|
|
99
99
|
/*! Vertical Tab */
|
|
100
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
101
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
102
100
|
@keyframes material-spinner-rotate {
|
|
103
101
|
0% {
|
|
104
102
|
transform: rotate(0);
|
|
@@ -115,7 +113,6 @@
|
|
|
115
113
|
transform: rotate(360deg);
|
|
116
114
|
}
|
|
117
115
|
}
|
|
118
|
-
/* stylelint-disable */
|
|
119
116
|
.e-gantt .e-add::before {
|
|
120
117
|
content: "\e7d5";
|
|
121
118
|
}
|
|
@@ -265,10 +262,10 @@
|
|
|
265
262
|
height: 242px !important;
|
|
266
263
|
}
|
|
267
264
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
268
|
-
height: 63px !important;
|
|
265
|
+
height: 63px !important;
|
|
269
266
|
}
|
|
270
267
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
271
|
-
padding: 16px 4px 16px 16px !important;
|
|
268
|
+
padding: 16px 4px 16px 16px !important;
|
|
272
269
|
}
|
|
273
270
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
274
271
|
left: 0 !important;
|
|
@@ -304,7 +301,7 @@
|
|
|
304
301
|
width: 556px !important;
|
|
305
302
|
}
|
|
306
303
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
307
|
-
padding: 0 16px !important;
|
|
304
|
+
padding: 0 16px !important;
|
|
308
305
|
}
|
|
309
306
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
310
307
|
padding: 16px 12px 0 16px;
|
|
@@ -322,10 +319,10 @@
|
|
|
322
319
|
height: 76px !important;
|
|
323
320
|
}
|
|
324
321
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
325
|
-
border-bottom: 0 !important;
|
|
322
|
+
border-bottom: 0 !important;
|
|
326
323
|
}
|
|
327
324
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
328
|
-
border-radius: 0 !important;
|
|
325
|
+
border-radius: 0 !important;
|
|
329
326
|
}
|
|
330
327
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
331
328
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -333,28 +330,28 @@
|
|
|
333
330
|
}
|
|
334
331
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
335
332
|
border-radius: 50%;
|
|
336
|
-
height: auto !important;
|
|
333
|
+
height: auto !important;
|
|
337
334
|
width: auto;
|
|
338
335
|
}
|
|
339
336
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
340
337
|
margin-left: 5px !important;
|
|
341
338
|
}
|
|
342
339
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
343
|
-
font-size: 16px !important;
|
|
340
|
+
font-size: 16px !important;
|
|
344
341
|
}
|
|
345
342
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
346
343
|
min-height: 35px !important;
|
|
347
|
-
min-width: 35.82px !important;
|
|
344
|
+
min-width: 35.82px !important;
|
|
348
345
|
}
|
|
349
346
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
350
347
|
line-height: 24px;
|
|
351
|
-
padding: 6px 16px 6px 15px !important;
|
|
348
|
+
padding: 6px 16px 6px 15px !important;
|
|
352
349
|
}
|
|
353
350
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
354
|
-
padding: 6px 21px 6px 23px !important;
|
|
351
|
+
padding: 6px 21px 6px 23px !important;
|
|
355
352
|
}
|
|
356
353
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
357
|
-
font-size: 16px !important;
|
|
354
|
+
font-size: 16px !important;
|
|
358
355
|
}
|
|
359
356
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
360
357
|
font-size: 14px;
|
|
@@ -369,17 +366,17 @@
|
|
|
369
366
|
}
|
|
370
367
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
371
368
|
min-height: 35px !important;
|
|
372
|
-
min-width: 35.82px !important;
|
|
369
|
+
min-width: 35.82px !important;
|
|
373
370
|
}
|
|
374
371
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
375
372
|
min-height: 35px !important;
|
|
376
|
-
min-width: 35.82px !important;
|
|
373
|
+
min-width: 35.82px !important;
|
|
377
374
|
}
|
|
378
375
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
379
376
|
height: 36px;
|
|
380
377
|
}
|
|
381
378
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
382
|
-
min-width: 36px !important;
|
|
379
|
+
min-width: 36px !important;
|
|
383
380
|
}
|
|
384
381
|
.e-bigger .e-predecessor-tooltip {
|
|
385
382
|
background-color: #000;
|
|
@@ -391,7 +388,7 @@
|
|
|
391
388
|
color: #a6a6a6 !important;
|
|
392
389
|
}
|
|
393
390
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
394
|
-
padding: 3px !important;
|
|
391
|
+
padding: 3px !important;
|
|
395
392
|
}
|
|
396
393
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
397
394
|
background-color: #000;
|
|
@@ -493,7 +490,7 @@
|
|
|
493
490
|
margin: 0;
|
|
494
491
|
}
|
|
495
492
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
496
|
-
overflow: hidden !important;
|
|
493
|
+
overflow: hidden !important;
|
|
497
494
|
}
|
|
498
495
|
.e-gantt .e-temp-content {
|
|
499
496
|
border-left: 1px solid;
|
|
@@ -520,19 +517,19 @@
|
|
|
520
517
|
height: 45px;
|
|
521
518
|
}
|
|
522
519
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
523
|
-
border-right-width: 0 !important;
|
|
520
|
+
border-right-width: 0 !important;
|
|
524
521
|
}
|
|
525
522
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
526
523
|
border-top-style: none;
|
|
527
524
|
border-top-width: 0;
|
|
528
|
-
padding-right: 0 !important;
|
|
525
|
+
padding-right: 0 !important;
|
|
529
526
|
}
|
|
530
527
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
531
528
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
532
|
-
height: 63px !important;
|
|
529
|
+
height: 63px !important;
|
|
533
530
|
}
|
|
534
531
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
535
|
-
overflow-x: scroll !important;
|
|
532
|
+
overflow-x: scroll !important;
|
|
536
533
|
}
|
|
537
534
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
538
535
|
width: calc(100% + 17px);
|
|
@@ -557,7 +554,7 @@
|
|
|
557
554
|
border-right: 0 solid;
|
|
558
555
|
}
|
|
559
556
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
560
|
-
-webkit-overflow-scrolling: touch;
|
|
557
|
+
-webkit-overflow-scrolling: touch;
|
|
561
558
|
overflow-x: scroll;
|
|
562
559
|
overflow-y: auto;
|
|
563
560
|
position: relative;
|
|
@@ -1124,7 +1121,7 @@
|
|
|
1124
1121
|
}
|
|
1125
1122
|
.e-gantt-dialog .e-richtexteditor {
|
|
1126
1123
|
border-bottom-width: 1px;
|
|
1127
|
-
height: 241px !important;
|
|
1124
|
+
height: 241px !important;
|
|
1128
1125
|
overflow: hidden;
|
|
1129
1126
|
}
|
|
1130
1127
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1136,10 +1133,10 @@
|
|
|
1136
1133
|
overflow: hidden;
|
|
1137
1134
|
}
|
|
1138
1135
|
.e-gantt-dialog > .e-dlg-content {
|
|
1139
|
-
padding: 0 !important;
|
|
1136
|
+
padding: 0 !important;
|
|
1140
1137
|
}
|
|
1141
1138
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1142
|
-
border-bottom: 0 !important;
|
|
1139
|
+
border-bottom: 0 !important;
|
|
1143
1140
|
}
|
|
1144
1141
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1145
1142
|
border-radius: 0px;
|
|
@@ -1147,8 +1144,8 @@
|
|
|
1147
1144
|
}
|
|
1148
1145
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1149
1146
|
border-radius: 50%;
|
|
1150
|
-
height: auto !important;
|
|
1151
|
-
width: auto !important;
|
|
1147
|
+
height: auto !important;
|
|
1148
|
+
width: auto !important;
|
|
1152
1149
|
}
|
|
1153
1150
|
|
|
1154
1151
|
.e-icon-rowselect::before {
|
|
@@ -1156,9 +1153,9 @@
|
|
|
1156
1153
|
}
|
|
1157
1154
|
|
|
1158
1155
|
.e-ganttpopup {
|
|
1159
|
-
-moz-user-select: none;
|
|
1160
|
-
-ms-user-select: none;
|
|
1161
|
-
-webkit-user-select: none;
|
|
1156
|
+
-moz-user-select: none;
|
|
1157
|
+
-ms-user-select: none;
|
|
1158
|
+
-webkit-user-select: none;
|
|
1162
1159
|
font-weight: normal;
|
|
1163
1160
|
position: absolute;
|
|
1164
1161
|
user-select: none;
|
|
@@ -1312,7 +1309,7 @@
|
|
|
1312
1309
|
border-top-right-radius: 0px;
|
|
1313
1310
|
}
|
|
1314
1311
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1315
|
-
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1312
|
+
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1316
1313
|
}
|
|
1317
1314
|
.e-gantt .e-temp-content {
|
|
1318
1315
|
border-color: #eaeaea;
|
|
@@ -1327,7 +1324,7 @@
|
|
|
1327
1324
|
border-color: #eaeaea;
|
|
1328
1325
|
}
|
|
1329
1326
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1330
|
-
height: 45px !important;
|
|
1327
|
+
height: 45px !important;
|
|
1331
1328
|
}
|
|
1332
1329
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1333
1330
|
background: rgb(209, 235, 255);
|
|
@@ -1351,7 +1348,7 @@
|
|
|
1351
1348
|
line-height: 46px;
|
|
1352
1349
|
}
|
|
1353
1350
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1354
|
-
height: 46px !important;
|
|
1351
|
+
height: 46px !important;
|
|
1355
1352
|
}
|
|
1356
1353
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1357
1354
|
height: 32px;
|
|
@@ -1641,73 +1638,73 @@
|
|
|
1641
1638
|
color: transparent;
|
|
1642
1639
|
}
|
|
1643
1640
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1644
|
-
color: transparent !important;
|
|
1641
|
+
color: transparent !important;
|
|
1645
1642
|
}
|
|
1646
1643
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1647
|
-
border-color: #8A8A8A !important;
|
|
1644
|
+
border-color: #8A8A8A !important;
|
|
1648
1645
|
}
|
|
1649
1646
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1650
|
-
border-left-color: #8A8A8A !important;
|
|
1647
|
+
border-left-color: #8A8A8A !important;
|
|
1651
1648
|
}
|
|
1652
1649
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1653
|
-
border-right-color: #8A8A8A !important;
|
|
1650
|
+
border-right-color: #8A8A8A !important;
|
|
1654
1651
|
}
|
|
1655
1652
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1656
|
-
background: #D5D5D5 !important;
|
|
1657
|
-
border: #D5D5D5 !important;
|
|
1653
|
+
background: #D5D5D5 !important;
|
|
1654
|
+
border: #D5D5D5 !important;
|
|
1658
1655
|
}
|
|
1659
1656
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1660
|
-
background-color: transparent !important;
|
|
1661
|
-
border: transparent !important;
|
|
1657
|
+
background-color: transparent !important;
|
|
1658
|
+
border: transparent !important;
|
|
1662
1659
|
}
|
|
1663
1660
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1664
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1661
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1665
1662
|
}
|
|
1666
1663
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1667
|
-
border-top-color: #D5D5D5 !important;
|
|
1664
|
+
border-top-color: #D5D5D5 !important;
|
|
1668
1665
|
}
|
|
1669
1666
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1670
|
-
background-color: #8A8A8A !important;
|
|
1671
|
-
border: #8A8A8A !important;
|
|
1667
|
+
background-color: #8A8A8A !important;
|
|
1668
|
+
border: #8A8A8A !important;
|
|
1672
1669
|
}
|
|
1673
1670
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1674
|
-
background-color: transparent !important;
|
|
1675
|
-
border: transparent !important;
|
|
1671
|
+
background-color: transparent !important;
|
|
1672
|
+
border: transparent !important;
|
|
1676
1673
|
}
|
|
1677
1674
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1678
|
-
background: #005ba3 !important;
|
|
1679
|
-
border: #005ba3 !important;
|
|
1675
|
+
background: #005ba3 !important;
|
|
1676
|
+
border: #005ba3 !important;
|
|
1680
1677
|
}
|
|
1681
1678
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1682
|
-
border-bottom-color: #005ba3 !important;
|
|
1679
|
+
border-bottom-color: #005ba3 !important;
|
|
1683
1680
|
}
|
|
1684
1681
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1685
|
-
border-top-color: #005ba3 !important;
|
|
1682
|
+
border-top-color: #005ba3 !important;
|
|
1686
1683
|
}
|
|
1687
1684
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1688
|
-
background: #3daaff !important;
|
|
1689
|
-
border: #3daaff !important;
|
|
1685
|
+
background: #3daaff !important;
|
|
1686
|
+
border: #3daaff !important;
|
|
1690
1687
|
}
|
|
1691
1688
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1692
|
-
border-bottom-color: #3daaff !important;
|
|
1689
|
+
border-bottom-color: #3daaff !important;
|
|
1693
1690
|
}
|
|
1694
1691
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1695
|
-
border-top-color: #3daaff !important;
|
|
1692
|
+
border-top-color: #3daaff !important;
|
|
1696
1693
|
}
|
|
1697
1694
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1698
|
-
border-color: #005ba3 !important;
|
|
1695
|
+
border-color: #005ba3 !important;
|
|
1699
1696
|
}
|
|
1700
1697
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1701
|
-
border-left-color: #005ba3 !important;
|
|
1698
|
+
border-left-color: #005ba3 !important;
|
|
1702
1699
|
}
|
|
1703
1700
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1704
|
-
border-right-color: #005ba3 !important;
|
|
1701
|
+
border-right-color: #005ba3 !important;
|
|
1705
1702
|
}
|
|
1706
1703
|
.e-gantt .e-icons {
|
|
1707
1704
|
color: rgba(0, 0, 0, 0.87);
|
|
1708
1705
|
}
|
|
1709
1706
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1710
|
-
color: #666 !important;
|
|
1707
|
+
color: #666 !important;
|
|
1711
1708
|
}
|
|
1712
1709
|
|
|
1713
1710
|
.e-gantt-dialog .e-dlg-header {
|