@syncfusion/ej2-angular-gantt 20.2.43-ngcc → 20.2.43
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +72 -0
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
- package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
- package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
- package/esm2020/src/gantt/gantt.component.mjs +248 -0
- package/esm2020/src/gantt/gantt.module.mjs +79 -0
- package/esm2020/src/gantt/holidays.directive.mjs +58 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +5 -0
- package/src/gantt/columns.directive.d.ts +5 -0
- package/src/gantt/dayworkingtime.directive.d.ts +5 -0
- package/src/gantt/editdialogfields.directive.d.ts +5 -0
- package/src/gantt/eventmarkers.directive.d.ts +5 -0
- package/src/gantt/gantt-all.module.d.ts +6 -1
- package/src/gantt/gantt.component.d.ts +3 -0
- package/src/gantt/gantt.module.d.ts +12 -0
- package/src/gantt/holidays.directive.d.ts +5 -0
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +63 -59
- package/styles/bootstrap.css +63 -59
- package/styles/bootstrap4.css +63 -59
- package/styles/bootstrap5-dark.css +67 -60
- package/styles/bootstrap5.css +67 -60
- package/styles/fabric-dark.css +63 -59
- package/styles/fabric.css +63 -59
- package/styles/fluent-dark.css +63 -59
- package/styles/fluent.css +63 -59
- package/styles/gantt/_all.scss +2 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
- package/styles/gantt/_bootstrap-definition.scss +208 -0
- package/styles/gantt/_bootstrap4-definition.scss +210 -0
- package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
- package/styles/gantt/_bootstrap5-definition.scss +212 -0
- package/styles/gantt/_fabric-dark-definition.scss +208 -0
- package/styles/gantt/_fabric-definition.scss +208 -0
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +212 -0
- package/styles/gantt/_fusionnew-definition.scss +211 -0
- package/styles/gantt/_highcontrast-definition.scss +208 -0
- package/styles/gantt/_highcontrast-light-definition.scss +208 -0
- package/styles/gantt/_layout.scss +1355 -0
- package/styles/gantt/_material-dark-definition.scss +209 -0
- package/styles/gantt/_material-definition.scss +209 -0
- package/styles/gantt/_material3-definition.scss +212 -0
- package/styles/gantt/_tailwind-dark-definition.scss +1 -0
- package/styles/gantt/_tailwind-definition.scss +212 -0
- package/styles/gantt/_theme.scss +702 -0
- package/styles/gantt/bootstrap-dark.css +63 -59
- package/styles/gantt/bootstrap-dark.scss +22 -1
- package/styles/gantt/bootstrap.css +63 -59
- package/styles/gantt/bootstrap.scss +22 -1
- package/styles/gantt/bootstrap4.css +63 -59
- package/styles/gantt/bootstrap4.scss +22 -1
- package/styles/gantt/bootstrap5-dark.css +67 -60
- package/styles/gantt/bootstrap5-dark.scss +22 -1
- package/styles/gantt/bootstrap5.css +67 -60
- package/styles/gantt/bootstrap5.scss +22 -1
- package/styles/gantt/fabric-dark.css +63 -59
- package/styles/gantt/fabric-dark.scss +22 -1
- package/styles/gantt/fabric.css +63 -59
- package/styles/gantt/fabric.scss +22 -1
- package/styles/gantt/fluent-dark.css +63 -59
- package/styles/gantt/fluent-dark.scss +22 -1
- package/styles/gantt/fluent.css +63 -59
- package/styles/gantt/fluent.scss +22 -1
- package/styles/gantt/highcontrast-light.css +66 -59
- package/styles/gantt/highcontrast-light.scss +21 -1
- package/styles/gantt/highcontrast.css +66 -59
- package/styles/gantt/highcontrast.scss +22 -1
- package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
- package/styles/gantt/icons/_bootstrap.scss +124 -0
- package/styles/gantt/icons/_bootstrap4.scss +124 -0
- package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
- package/styles/gantt/icons/_bootstrap5.scss +124 -0
- package/styles/gantt/icons/_fabric-dark.scss +124 -0
- package/styles/gantt/icons/_fabric.scss +124 -0
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +124 -0
- package/styles/gantt/icons/_fusionnew.scss +120 -0
- package/styles/gantt/icons/_highcontrast.scss +124 -0
- package/styles/gantt/icons/_material-dark.scss +124 -0
- package/styles/gantt/icons/_material.scss +124 -0
- package/styles/gantt/icons/_material3.scss +124 -0
- package/styles/gantt/icons/_tailwind-dark.scss +124 -0
- package/styles/gantt/icons/_tailwind.scss +124 -0
- package/styles/gantt/material-dark.css +66 -62
- package/styles/gantt/material-dark.scss +22 -1
- package/styles/gantt/material.css +66 -62
- package/styles/gantt/material.scss +22 -1
- package/styles/gantt/tailwind-dark.css +65 -61
- package/styles/gantt/tailwind-dark.scss +22 -1
- package/styles/gantt/tailwind.css +65 -61
- package/styles/gantt/tailwind.scss +22 -1
- package/styles/highcontrast-light.css +66 -59
- package/styles/highcontrast.css +66 -59
- package/styles/material-dark.css +66 -62
- package/styles/material.css +66 -62
- package/styles/tailwind-dark.css +65 -61
- package/styles/tailwind.css +65 -61
- package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -764
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/CHANGELOG.md +0 -1314
- package/dist/ej2-angular-gantt.umd.js +0 -908
- package/dist/ej2-angular-gantt.umd.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.min.js +0 -11
- package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
- package/ej2-angular-gantt.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -30
- package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/index.js +0 -8
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/schema.js +0 -2
- package/schematics/generators/gantt-daymarkers/schema.json +0 -125
- package/schematics/generators/gantt-default/index.d.ts +0 -3
- package/schematics/generators/gantt-default/index.js +0 -8
- package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-default/sample-details.js +0 -7
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/gantt-default/schema.d.ts +0 -3
- package/schematics/generators/gantt-default/schema.js +0 -2
- package/schematics/generators/gantt-default/schema.json +0 -125
- package/schematics/generators/gantt-editing/index.d.ts +0 -3
- package/schematics/generators/gantt-editing/index.js +0 -8
- package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-editing/sample-details.js +0 -7
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-editing/schema.d.ts +0 -3
- package/schematics/generators/gantt-editing/schema.js +0 -2
- package/schematics/generators/gantt-editing/schema.json +0 -125
- package/schematics/generators/gantt-localdata/index.d.ts +0 -3
- package/schematics/generators/gantt-localdata/index.js +0 -8
- package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-localdata/sample-details.js +0 -7
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
- package/schematics/generators/gantt-localdata/schema.js +0 -2
- package/schematics/generators/gantt-localdata/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/fabric-dark.css
CHANGED
|
@@ -99,6 +99,8 @@
|
|
|
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 */
|
|
102
104
|
@keyframes material-spinner-rotate {
|
|
103
105
|
0% {
|
|
104
106
|
transform: rotate(0);
|
|
@@ -115,6 +117,7 @@
|
|
|
115
117
|
transform: rotate(360deg);
|
|
116
118
|
}
|
|
117
119
|
}
|
|
120
|
+
/* stylelint-disable */
|
|
118
121
|
.e-gantt .e-add::before {
|
|
119
122
|
content: "\e823";
|
|
120
123
|
}
|
|
@@ -264,10 +267,10 @@
|
|
|
264
267
|
height: 242px !important;
|
|
265
268
|
}
|
|
266
269
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
267
|
-
height: 63px !important;
|
|
270
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
268
271
|
}
|
|
269
272
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
270
|
-
padding: 16px 4px 16px 16px !important;
|
|
273
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
271
274
|
}
|
|
272
275
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
273
276
|
left: 0 !important;
|
|
@@ -303,7 +306,7 @@
|
|
|
303
306
|
width: 556px !important;
|
|
304
307
|
}
|
|
305
308
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
306
|
-
padding: 0 16px !important;
|
|
309
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
307
310
|
}
|
|
308
311
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
309
312
|
padding: 16px 12px 0 16px;
|
|
@@ -321,10 +324,10 @@
|
|
|
321
324
|
height: 76px !important;
|
|
322
325
|
}
|
|
323
326
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
324
|
-
border-bottom: 0 !important;
|
|
327
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
325
328
|
}
|
|
326
329
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
327
|
-
border-radius: 0 !important;
|
|
330
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
328
331
|
}
|
|
329
332
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
330
333
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -332,28 +335,28 @@
|
|
|
332
335
|
}
|
|
333
336
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
334
337
|
border-radius: 50%;
|
|
335
|
-
height: auto !important;
|
|
338
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
336
339
|
width: auto;
|
|
337
340
|
}
|
|
338
341
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
339
342
|
margin-left: 5px !important;
|
|
340
343
|
}
|
|
341
344
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
342
|
-
font-size: 16px !important;
|
|
345
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
343
346
|
}
|
|
344
347
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
345
348
|
min-height: 35px !important;
|
|
346
|
-
min-width: 35.82px !important;
|
|
349
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
347
350
|
}
|
|
348
351
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
349
352
|
line-height: 24px;
|
|
350
|
-
padding: 6px 16px 6px 15px !important;
|
|
353
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
351
354
|
}
|
|
352
355
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
353
|
-
padding: 6px 21px 6px 23px !important;
|
|
356
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
354
357
|
}
|
|
355
358
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
356
|
-
font-size: 16px !important;
|
|
359
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
357
360
|
}
|
|
358
361
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
359
362
|
font-size: 14px;
|
|
@@ -368,17 +371,17 @@
|
|
|
368
371
|
}
|
|
369
372
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
370
373
|
min-height: 35px !important;
|
|
371
|
-
min-width: 35.82px !important;
|
|
374
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
372
375
|
}
|
|
373
376
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
374
377
|
min-height: 35px !important;
|
|
375
|
-
min-width: 35.82px !important;
|
|
378
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
376
379
|
}
|
|
377
380
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
378
381
|
height: 36px;
|
|
379
382
|
}
|
|
380
383
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
381
|
-
min-width: 36px !important;
|
|
384
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
382
385
|
}
|
|
383
386
|
.e-bigger .e-predecessor-tooltip {
|
|
384
387
|
background-color: #000;
|
|
@@ -390,7 +393,7 @@
|
|
|
390
393
|
color: #A6A6A6 !important;
|
|
391
394
|
}
|
|
392
395
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
393
|
-
padding: 3px !important;
|
|
396
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
394
397
|
}
|
|
395
398
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
396
399
|
background-color: #000;
|
|
@@ -492,7 +495,7 @@
|
|
|
492
495
|
margin: 0;
|
|
493
496
|
}
|
|
494
497
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
495
|
-
overflow: hidden !important;
|
|
498
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
496
499
|
}
|
|
497
500
|
.e-gantt .e-temp-content {
|
|
498
501
|
border-left: 1px solid;
|
|
@@ -519,19 +522,19 @@
|
|
|
519
522
|
height: 45px;
|
|
520
523
|
}
|
|
521
524
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
522
|
-
border-right-width: 0 !important;
|
|
525
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
523
526
|
}
|
|
524
527
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
525
528
|
border-top-style: none;
|
|
526
529
|
border-top-width: 0;
|
|
527
|
-
padding-right: 0 !important;
|
|
530
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
528
531
|
}
|
|
529
532
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
530
533
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
531
|
-
height: 63px !important;
|
|
534
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
532
535
|
}
|
|
533
536
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
534
|
-
overflow-x: scroll !important;
|
|
537
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
535
538
|
}
|
|
536
539
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
537
540
|
width: calc(100% + 17px);
|
|
@@ -556,7 +559,7 @@
|
|
|
556
559
|
border-right: 0 solid;
|
|
557
560
|
}
|
|
558
561
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
559
|
-
-webkit-overflow-scrolling: touch;
|
|
562
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
560
563
|
overflow-x: scroll;
|
|
561
564
|
overflow-y: auto;
|
|
562
565
|
position: relative;
|
|
@@ -740,7 +743,7 @@
|
|
|
740
743
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
741
744
|
display: inline-block;
|
|
742
745
|
font-size: 13px;
|
|
743
|
-
font-weight:
|
|
746
|
+
font-weight: normal;
|
|
744
747
|
overflow: hidden;
|
|
745
748
|
position: absolute;
|
|
746
749
|
text-overflow: ellipsis;
|
|
@@ -1124,7 +1127,7 @@
|
|
|
1124
1127
|
}
|
|
1125
1128
|
.e-gantt-dialog .e-richtexteditor {
|
|
1126
1129
|
border-bottom-width: 1px;
|
|
1127
|
-
height: 241px !important;
|
|
1130
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1128
1131
|
overflow: hidden;
|
|
1129
1132
|
}
|
|
1130
1133
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1133,12 +1136,13 @@
|
|
|
1133
1136
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1134
1137
|
border-bottom-width: 0px;
|
|
1135
1138
|
height: 200px;
|
|
1139
|
+
overflow: hidden;
|
|
1136
1140
|
}
|
|
1137
1141
|
.e-gantt-dialog > .e-dlg-content {
|
|
1138
|
-
padding: 0 !important;
|
|
1142
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1139
1143
|
}
|
|
1140
1144
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1141
|
-
border-bottom: 0 !important;
|
|
1145
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1142
1146
|
}
|
|
1143
1147
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1144
1148
|
border-radius: 0px;
|
|
@@ -1146,8 +1150,8 @@
|
|
|
1146
1150
|
}
|
|
1147
1151
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1148
1152
|
border-radius: 50%;
|
|
1149
|
-
height: auto !important;
|
|
1150
|
-
width: auto !important;
|
|
1153
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1154
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1151
1155
|
}
|
|
1152
1156
|
|
|
1153
1157
|
.e-icon-rowselect::before {
|
|
@@ -1155,9 +1159,9 @@
|
|
|
1155
1159
|
}
|
|
1156
1160
|
|
|
1157
1161
|
.e-ganttpopup {
|
|
1158
|
-
-moz-user-select: none;
|
|
1159
|
-
-ms-user-select: none;
|
|
1160
|
-
-webkit-user-select: none;
|
|
1162
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1163
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1164
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1161
1165
|
font-weight: normal;
|
|
1162
1166
|
position: absolute;
|
|
1163
1167
|
user-select: none;
|
|
@@ -1311,7 +1315,7 @@
|
|
|
1311
1315
|
border-top-right-radius: 0px;
|
|
1312
1316
|
}
|
|
1313
1317
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1314
|
-
box-shadow: 0 0 0 1px #dadada inset !important;
|
|
1318
|
+
box-shadow: 0 0 0 1px #dadada inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1315
1319
|
}
|
|
1316
1320
|
.e-gantt .e-temp-content {
|
|
1317
1321
|
border-color: #414040;
|
|
@@ -1326,7 +1330,7 @@
|
|
|
1326
1330
|
border-color: #414040;
|
|
1327
1331
|
}
|
|
1328
1332
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1329
|
-
height: 45px !important;
|
|
1333
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1330
1334
|
}
|
|
1331
1335
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1332
1336
|
background: #514f4f;
|
|
@@ -1350,7 +1354,7 @@
|
|
|
1350
1354
|
line-height: 46px;
|
|
1351
1355
|
}
|
|
1352
1356
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1353
|
-
height: 46px !important;
|
|
1357
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1354
1358
|
}
|
|
1355
1359
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1356
1360
|
height: 32px;
|
|
@@ -1640,73 +1644,73 @@
|
|
|
1640
1644
|
color: transparent;
|
|
1641
1645
|
}
|
|
1642
1646
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1643
|
-
color: transparent !important;
|
|
1647
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1644
1648
|
}
|
|
1645
1649
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1646
|
-
border-color: #8A8A8A !important;
|
|
1650
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1647
1651
|
}
|
|
1648
1652
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1649
|
-
border-left-color: #8A8A8A !important;
|
|
1653
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1650
1654
|
}
|
|
1651
1655
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1652
|
-
border-right-color: #8A8A8A !important;
|
|
1656
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1653
1657
|
}
|
|
1654
1658
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1655
|
-
background: #D5D5D5 !important;
|
|
1656
|
-
border: #D5D5D5 !important;
|
|
1659
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1660
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1657
1661
|
}
|
|
1658
1662
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1659
|
-
background-color: transparent !important;
|
|
1660
|
-
border: transparent !important;
|
|
1663
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1664
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1661
1665
|
}
|
|
1662
1666
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1663
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1667
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1664
1668
|
}
|
|
1665
1669
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1666
|
-
border-top-color: #D5D5D5 !important;
|
|
1670
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1667
1671
|
}
|
|
1668
1672
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1669
|
-
background-color: #8A8A8A !important;
|
|
1670
|
-
border: #8A8A8A !important;
|
|
1673
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1674
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1671
1675
|
}
|
|
1672
1676
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1673
|
-
background-color: transparent !important;
|
|
1674
|
-
border: transparent !important;
|
|
1677
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1678
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1675
1679
|
}
|
|
1676
1680
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1677
|
-
background: #0063ad !important;
|
|
1678
|
-
border: #0063ad !important;
|
|
1681
|
+
background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1682
|
+
border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1679
1683
|
}
|
|
1680
1684
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1681
|
-
border-bottom-color: #0063ad !important;
|
|
1685
|
+
border-bottom-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1682
1686
|
}
|
|
1683
1687
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1684
|
-
border-top-color: #0063ad !important;
|
|
1688
|
+
border-top-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1685
1689
|
}
|
|
1686
1690
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1687
|
-
background: #33a7ff !important;
|
|
1688
|
-
border: #33a7ff !important;
|
|
1691
|
+
background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1692
|
+
border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1689
1693
|
}
|
|
1690
1694
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1691
|
-
border-bottom-color: #33a7ff !important;
|
|
1695
|
+
border-bottom-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1692
1696
|
}
|
|
1693
1697
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1694
|
-
border-top-color: #33a7ff !important;
|
|
1698
|
+
border-top-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1695
1699
|
}
|
|
1696
1700
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1697
|
-
border-color: #0063ad !important;
|
|
1701
|
+
border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1698
1702
|
}
|
|
1699
1703
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1700
|
-
border-left-color: #0063ad !important;
|
|
1704
|
+
border-left-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1701
1705
|
}
|
|
1702
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1703
|
-
border-right-color: #0063ad !important;
|
|
1707
|
+
border-right-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1704
1708
|
}
|
|
1705
1709
|
.e-gantt .e-icons {
|
|
1706
1710
|
color: #dadada;
|
|
1707
1711
|
}
|
|
1708
1712
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1709
|
-
color: #dadada !important;
|
|
1713
|
+
color: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
1710
1714
|
}
|
|
1711
1715
|
|
|
1712
1716
|
.e-gantt-dialog .e-dlg-header {
|
package/styles/fabric.css
CHANGED
|
@@ -97,6 +97,8 @@
|
|
|
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 */
|
|
100
102
|
@keyframes material-spinner-rotate {
|
|
101
103
|
0% {
|
|
102
104
|
transform: rotate(0);
|
|
@@ -113,6 +115,7 @@
|
|
|
113
115
|
transform: rotate(360deg);
|
|
114
116
|
}
|
|
115
117
|
}
|
|
118
|
+
/* stylelint-disable */
|
|
116
119
|
.e-gantt .e-add::before {
|
|
117
120
|
content: "\e7d5";
|
|
118
121
|
}
|
|
@@ -262,10 +265,10 @@
|
|
|
262
265
|
height: 242px !important;
|
|
263
266
|
}
|
|
264
267
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
265
|
-
height: 63px !important;
|
|
268
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
266
269
|
}
|
|
267
270
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
268
|
-
padding: 16px 4px 16px 16px !important;
|
|
271
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
269
272
|
}
|
|
270
273
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
271
274
|
left: 0 !important;
|
|
@@ -301,7 +304,7 @@
|
|
|
301
304
|
width: 556px !important;
|
|
302
305
|
}
|
|
303
306
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
304
|
-
padding: 0 16px !important;
|
|
307
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
305
308
|
}
|
|
306
309
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
307
310
|
padding: 16px 12px 0 16px;
|
|
@@ -319,10 +322,10 @@
|
|
|
319
322
|
height: 76px !important;
|
|
320
323
|
}
|
|
321
324
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
322
|
-
border-bottom: 0 !important;
|
|
325
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
323
326
|
}
|
|
324
327
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
325
|
-
border-radius: 0 !important;
|
|
328
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
326
329
|
}
|
|
327
330
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
328
331
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -330,28 +333,28 @@
|
|
|
330
333
|
}
|
|
331
334
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
332
335
|
border-radius: 50%;
|
|
333
|
-
height: auto !important;
|
|
336
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
334
337
|
width: auto;
|
|
335
338
|
}
|
|
336
339
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
337
340
|
margin-left: 5px !important;
|
|
338
341
|
}
|
|
339
342
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
340
|
-
font-size: 16px !important;
|
|
343
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
341
344
|
}
|
|
342
345
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
343
346
|
min-height: 35px !important;
|
|
344
|
-
min-width: 35.82px !important;
|
|
347
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
345
348
|
}
|
|
346
349
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
347
350
|
line-height: 24px;
|
|
348
|
-
padding: 6px 16px 6px 15px !important;
|
|
351
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
349
352
|
}
|
|
350
353
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
351
|
-
padding: 6px 21px 6px 23px !important;
|
|
354
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
354
|
-
font-size: 16px !important;
|
|
357
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
357
360
|
font-size: 14px;
|
|
@@ -366,17 +369,17 @@
|
|
|
366
369
|
}
|
|
367
370
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
368
371
|
min-height: 35px !important;
|
|
369
|
-
min-width: 35.82px !important;
|
|
372
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
370
373
|
}
|
|
371
374
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
372
375
|
min-height: 35px !important;
|
|
373
|
-
min-width: 35.82px !important;
|
|
376
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
374
377
|
}
|
|
375
378
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
376
379
|
height: 36px;
|
|
377
380
|
}
|
|
378
381
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
379
|
-
min-width: 36px !important;
|
|
382
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
380
383
|
}
|
|
381
384
|
.e-bigger .e-predecessor-tooltip {
|
|
382
385
|
background-color: #000;
|
|
@@ -388,7 +391,7 @@
|
|
|
388
391
|
color: #a6a6a6 !important;
|
|
389
392
|
}
|
|
390
393
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
391
|
-
padding: 3px !important;
|
|
394
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
392
395
|
}
|
|
393
396
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
394
397
|
background-color: #000;
|
|
@@ -490,7 +493,7 @@
|
|
|
490
493
|
margin: 0;
|
|
491
494
|
}
|
|
492
495
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
493
|
-
overflow: hidden !important;
|
|
496
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
494
497
|
}
|
|
495
498
|
.e-gantt .e-temp-content {
|
|
496
499
|
border-left: 1px solid;
|
|
@@ -517,19 +520,19 @@
|
|
|
517
520
|
height: 45px;
|
|
518
521
|
}
|
|
519
522
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
520
|
-
border-right-width: 0 !important;
|
|
523
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
521
524
|
}
|
|
522
525
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
523
526
|
border-top-style: none;
|
|
524
527
|
border-top-width: 0;
|
|
525
|
-
padding-right: 0 !important;
|
|
528
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
526
529
|
}
|
|
527
530
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
528
531
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
529
|
-
height: 63px !important;
|
|
532
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
530
533
|
}
|
|
531
534
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
532
|
-
overflow-x: scroll !important;
|
|
535
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
533
536
|
}
|
|
534
537
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
535
538
|
width: calc(100% + 17px);
|
|
@@ -554,7 +557,7 @@
|
|
|
554
557
|
border-right: 0 solid;
|
|
555
558
|
}
|
|
556
559
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
557
|
-
-webkit-overflow-scrolling: touch;
|
|
560
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
558
561
|
overflow-x: scroll;
|
|
559
562
|
overflow-y: auto;
|
|
560
563
|
position: relative;
|
|
@@ -738,7 +741,7 @@
|
|
|
738
741
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
739
742
|
display: inline-block;
|
|
740
743
|
font-size: 13px;
|
|
741
|
-
font-weight:
|
|
744
|
+
font-weight: normal;
|
|
742
745
|
overflow: hidden;
|
|
743
746
|
position: absolute;
|
|
744
747
|
text-overflow: ellipsis;
|
|
@@ -1122,7 +1125,7 @@
|
|
|
1122
1125
|
}
|
|
1123
1126
|
.e-gantt-dialog .e-richtexteditor {
|
|
1124
1127
|
border-bottom-width: 1px;
|
|
1125
|
-
height: 241px !important;
|
|
1128
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1126
1129
|
overflow: hidden;
|
|
1127
1130
|
}
|
|
1128
1131
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1131,12 +1134,13 @@
|
|
|
1131
1134
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1132
1135
|
border-bottom-width: 0px;
|
|
1133
1136
|
height: 200px;
|
|
1137
|
+
overflow: hidden;
|
|
1134
1138
|
}
|
|
1135
1139
|
.e-gantt-dialog > .e-dlg-content {
|
|
1136
|
-
padding: 0 !important;
|
|
1140
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1137
1141
|
}
|
|
1138
1142
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1139
|
-
border-bottom: 0 !important;
|
|
1143
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1140
1144
|
}
|
|
1141
1145
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1142
1146
|
border-radius: 0px;
|
|
@@ -1144,8 +1148,8 @@
|
|
|
1144
1148
|
}
|
|
1145
1149
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1146
1150
|
border-radius: 50%;
|
|
1147
|
-
height: auto !important;
|
|
1148
|
-
width: auto !important;
|
|
1151
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1152
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1149
1153
|
}
|
|
1150
1154
|
|
|
1151
1155
|
.e-icon-rowselect::before {
|
|
@@ -1153,9 +1157,9 @@
|
|
|
1153
1157
|
}
|
|
1154
1158
|
|
|
1155
1159
|
.e-ganttpopup {
|
|
1156
|
-
-moz-user-select: none;
|
|
1157
|
-
-ms-user-select: none;
|
|
1158
|
-
-webkit-user-select: none;
|
|
1160
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1161
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1162
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1159
1163
|
font-weight: normal;
|
|
1160
1164
|
position: absolute;
|
|
1161
1165
|
user-select: none;
|
|
@@ -1309,7 +1313,7 @@
|
|
|
1309
1313
|
border-top-right-radius: 0px;
|
|
1310
1314
|
}
|
|
1311
1315
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1312
|
-
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1316
|
+
box-shadow: 0 0 0 1px #666 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1313
1317
|
}
|
|
1314
1318
|
.e-gantt .e-temp-content {
|
|
1315
1319
|
border-color: #eaeaea;
|
|
@@ -1324,7 +1328,7 @@
|
|
|
1324
1328
|
border-color: #eaeaea;
|
|
1325
1329
|
}
|
|
1326
1330
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1327
|
-
height: 45px !important;
|
|
1331
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1328
1332
|
}
|
|
1329
1333
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1330
1334
|
background: rgb(209, 235, 255);
|
|
@@ -1348,7 +1352,7 @@
|
|
|
1348
1352
|
line-height: 46px;
|
|
1349
1353
|
}
|
|
1350
1354
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1351
|
-
height: 46px !important;
|
|
1355
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1352
1356
|
}
|
|
1353
1357
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1354
1358
|
height: 32px;
|
|
@@ -1638,73 +1642,73 @@
|
|
|
1638
1642
|
color: transparent;
|
|
1639
1643
|
}
|
|
1640
1644
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1641
|
-
color: transparent !important;
|
|
1645
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1642
1646
|
}
|
|
1643
1647
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1644
|
-
border-color: #8A8A8A !important;
|
|
1648
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1645
1649
|
}
|
|
1646
1650
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1647
|
-
border-left-color: #8A8A8A !important;
|
|
1651
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1648
1652
|
}
|
|
1649
1653
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1650
|
-
border-right-color: #8A8A8A !important;
|
|
1654
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1651
1655
|
}
|
|
1652
1656
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1653
|
-
background: #D5D5D5 !important;
|
|
1654
|
-
border: #D5D5D5 !important;
|
|
1657
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1658
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1655
1659
|
}
|
|
1656
1660
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1657
|
-
background-color: transparent !important;
|
|
1658
|
-
border: transparent !important;
|
|
1661
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1662
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1659
1663
|
}
|
|
1660
1664
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1661
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1665
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1662
1666
|
}
|
|
1663
1667
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1664
|
-
border-top-color: #D5D5D5 !important;
|
|
1668
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1665
1669
|
}
|
|
1666
1670
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1667
|
-
background-color: #8A8A8A !important;
|
|
1668
|
-
border: #8A8A8A !important;
|
|
1671
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1672
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1669
1673
|
}
|
|
1670
1674
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1671
|
-
background-color: transparent !important;
|
|
1672
|
-
border: transparent !important;
|
|
1675
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1676
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1673
1677
|
}
|
|
1674
1678
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1675
|
-
background: #005ba3 !important;
|
|
1676
|
-
border: #005ba3 !important;
|
|
1679
|
+
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1680
|
+
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1681
|
}
|
|
1678
1682
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1679
|
-
border-bottom-color: #005ba3 !important;
|
|
1683
|
+
border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1680
1684
|
}
|
|
1681
1685
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1682
|
-
border-top-color: #005ba3 !important;
|
|
1686
|
+
border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1683
1687
|
}
|
|
1684
1688
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1685
|
-
background: #3daaff !important;
|
|
1686
|
-
border: #3daaff !important;
|
|
1689
|
+
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1690
|
+
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1687
1691
|
}
|
|
1688
1692
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1689
|
-
border-bottom-color: #3daaff !important;
|
|
1693
|
+
border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1690
1694
|
}
|
|
1691
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1692
|
-
border-top-color: #3daaff !important;
|
|
1696
|
+
border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1693
1697
|
}
|
|
1694
1698
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1695
|
-
border-color: #005ba3 !important;
|
|
1699
|
+
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1696
1700
|
}
|
|
1697
1701
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1698
|
-
border-left-color: #005ba3 !important;
|
|
1702
|
+
border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1699
1703
|
}
|
|
1700
1704
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1701
|
-
border-right-color: #005ba3 !important;
|
|
1705
|
+
border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1706
|
}
|
|
1703
1707
|
.e-gantt .e-icons {
|
|
1704
1708
|
color: rgba(0, 0, 0, 0.87);
|
|
1705
1709
|
}
|
|
1706
1710
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1707
|
-
color: #666 !important;
|
|
1711
|
+
color: #666 !important; /* stylelint-disable-line declaration-no-important */
|
|
1708
1712
|
}
|
|
1709
1713
|
|
|
1710
1714
|
.e-gantt-dialog .e-dlg-header {
|