@syncfusion/ej2-gantt 20.2.50 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/ej2-gantt.min.js +10 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +940 -338
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +970 -357
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +19 -19
- package/src/gantt/actions/cell-edit.js +1 -2
- package/src/gantt/actions/connector-line-edit.d.ts +2 -0
- package/src/gantt/actions/connector-line-edit.js +104 -10
- package/src/gantt/actions/context-menu.js +6 -1
- package/src/gantt/actions/critical-path.d.ts +1 -1
- package/src/gantt/actions/critical-path.js +105 -30
- package/src/gantt/actions/dependency.d.ts +2 -0
- package/src/gantt/actions/dependency.js +68 -12
- package/src/gantt/actions/dialog-edit.d.ts +3 -0
- package/src/gantt/actions/dialog-edit.js +116 -14
- package/src/gantt/actions/edit.js +69 -10
- package/src/gantt/actions/filter.d.ts +3 -0
- package/src/gantt/actions/filter.js +30 -6
- package/src/gantt/actions/keyboard.js +1 -1
- package/src/gantt/actions/rowdragdrop.js +68 -8
- package/src/gantt/actions/taskbar-edit.js +15 -3
- package/src/gantt/base/enum.d.ts +3 -1
- package/src/gantt/base/gantt-chart.js +8 -6
- package/src/gantt/base/gantt.d.ts +6 -6
- package/src/gantt/base/gantt.js +10 -3
- package/src/gantt/base/interface.d.ts +4 -0
- package/src/gantt/base/splitter.d.ts +2 -2
- package/src/gantt/base/splitter.js +6 -7
- package/src/gantt/base/task-processor.js +13 -7
- package/src/gantt/base/tree-grid.js +21 -2
- package/src/gantt/export/pdf-connector-line.js +187 -185
- package/src/gantt/models/edit-settings-model.d.ts +2 -2
- package/src/gantt/models/edit-settings.d.ts +2 -2
- package/src/gantt/models/filter-settings-model.d.ts +1 -1
- package/src/gantt/models/filter-settings.d.ts +1 -1
- package/src/gantt/renderer/chart-rows.d.ts +1 -0
- package/src/gantt/renderer/chart-rows.js +47 -16
- package/src/gantt/renderer/connector-line.js +101 -33
- package/src/gantt/renderer/event-marker.js +1 -1
- package/src/gantt/renderer/nonworking-day.js +0 -1
- package/src/gantt/renderer/tooltip.js +2 -1
- package/styles/bootstrap-dark.css +115 -62
- package/styles/bootstrap.css +115 -62
- package/styles/bootstrap4.css +115 -62
- package/styles/bootstrap5-dark.css +119 -63
- package/styles/bootstrap5.css +119 -63
- package/styles/fabric-dark.css +115 -62
- package/styles/fabric.css +115 -62
- package/styles/fluent-dark.css +126 -66
- package/styles/fluent.css +124 -64
- package/styles/gantt/_all.scss +1 -1
- package/styles/gantt/_bootstrap-dark-definition.scss +4 -1
- package/styles/gantt/_bootstrap-definition.scss +4 -1
- package/styles/gantt/_bootstrap4-definition.scss +4 -1
- package/styles/gantt/_bootstrap5-definition.scss +4 -2
- package/styles/gantt/_fabric-dark-definition.scss +4 -1
- package/styles/gantt/_fabric-definition.scss +4 -1
- package/styles/gantt/_fluent-definition.scss +6 -4
- package/styles/gantt/_fusionnew-definition.scss +12 -10
- package/styles/gantt/_highcontrast-definition.scss +4 -1
- package/styles/gantt/_highcontrast-light-definition.scss +4 -1
- package/styles/gantt/_layout.scss +143 -51
- package/styles/gantt/_material-dark-definition.scss +4 -1
- package/styles/gantt/_material-definition.scss +4 -1
- package/styles/gantt/_material3-definition.scss +13 -11
- package/styles/gantt/_tailwind-definition.scss +4 -2
- package/styles/gantt/_theme.scss +29 -29
- package/styles/gantt/bootstrap-dark.css +115 -62
- package/styles/gantt/bootstrap.css +115 -62
- package/styles/gantt/bootstrap4.css +115 -62
- package/styles/gantt/bootstrap5-dark.css +119 -63
- package/styles/gantt/bootstrap5.css +119 -63
- package/styles/gantt/fabric-dark.css +115 -62
- package/styles/gantt/fabric.css +115 -62
- package/styles/gantt/fluent-dark.css +126 -66
- package/styles/gantt/fluent.css +124 -64
- package/styles/gantt/highcontrast-light.css +120 -62
- package/styles/gantt/highcontrast.css +120 -62
- package/styles/gantt/material-dark.css +120 -65
- package/styles/gantt/material.css +118 -65
- package/styles/gantt/tailwind-dark.css +117 -64
- package/styles/gantt/tailwind.css +117 -64
- package/styles/highcontrast-light.css +120 -62
- package/styles/highcontrast.css +120 -62
- package/styles/material-dark.css +120 -65
- package/styles/material.css +118 -65
- package/styles/tailwind-dark.css +117 -64
- package/styles/tailwind.css +117 -64
|
@@ -21,18 +21,18 @@ $connector-false-line-color: $primary !default;
|
|
|
21
21
|
$connector-point-hover-color: $icon-color !default;
|
|
22
22
|
$connector-point-border-color: $content-bg-color !default;
|
|
23
23
|
$connector-point-hover-bg-color: $icon-color-hover !default;
|
|
24
|
-
$critical-connector-line-color:
|
|
25
|
-
$critical-connector-line-hover-color:
|
|
26
|
-
$connector-point-hover-outerline-color:
|
|
24
|
+
$critical-connector-line-color: $danger !default;
|
|
25
|
+
$critical-connector-line-hover-color: $danger-light !default;
|
|
26
|
+
$connector-point-hover-outerline-color: $theme-light !default;
|
|
27
27
|
$connector-point-hover-border-color: $content-bg-color !default;
|
|
28
28
|
$gantt-line-container-cell-border-color: $border-light !default;
|
|
29
|
-
|
|
29
|
+
/* stylelint-disable */
|
|
30
30
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, $primary-light, $primary 30%, $primary 70%, $primary 70%, $primary-light 100%) !default;
|
|
31
31
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
32
32
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
33
|
-
$gantt-critical-child-task-bar:
|
|
34
|
-
$gantt-critical-child-progress-bar:
|
|
35
|
-
$gantt-critical-child-task-bar-border: 1px solid
|
|
33
|
+
$gantt-critical-child-task-bar: $danger-light !default;
|
|
34
|
+
$gantt-critical-child-progress-bar: $danger !default;
|
|
35
|
+
$gantt-critical-child-task-bar-border: 1px solid $danger-light !default;
|
|
36
36
|
$gantt-unscheduled-milestone-top-border: $content-bg-color-alt5 !default;
|
|
37
37
|
$gantt-unscheduled-milestone-bottom-border: $content-bg-color-alt5 !default;
|
|
38
38
|
$gantt-child-task-bar: $primary-light !default;
|
|
@@ -46,7 +46,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, $success-
|
|
|
46
46
|
$gantt-parent-task-bar: $content-bg-color-alt4 !default;
|
|
47
47
|
$gantt-parent-progress-bar: $content-bg-color-alt5 !default;
|
|
48
48
|
$gantt-milestone-border-color: $content-bg-color-alt5 !default;
|
|
49
|
-
$gantt-critical-milestone-border-color:
|
|
49
|
+
$gantt-critical-milestone-border-color: $danger !default;
|
|
50
50
|
$gantt-parent-milestone-border-color: $content-bg-color-alt5 !default;
|
|
51
51
|
$gantt-label-font-color: $content-text-color-alt2 !default;
|
|
52
52
|
$gantt-task-label-font-color: $primary-text-color !default;
|
|
@@ -102,7 +102,6 @@ $gantt-unscheduled-taskbar-left: 3px !default;
|
|
|
102
102
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
103
103
|
$gantt-label-size: 13px !default;
|
|
104
104
|
$gantt-header-border-spacing: 0 !default;
|
|
105
|
-
// sass-lint:disable-all
|
|
106
105
|
$gantt-child-progress-bar-border: 0px !default;
|
|
107
106
|
$gantt-child-progress-bar-border-radious:4px;
|
|
108
107
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
@@ -131,7 +130,7 @@ $gantt-bigger-dialog-close-button-left: 2px !important;
|
|
|
131
130
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
132
131
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
133
132
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
134
|
-
$gantt-bigger-event-arrow-color:
|
|
133
|
+
$gantt-bigger-event-arrow-color: $warning-light;
|
|
135
134
|
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
136
135
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
137
136
|
$gantt-bigger-event-markers-height: 26px !important;
|
|
@@ -154,6 +153,9 @@ $gantt-bigger-filter-dialog-width: 350px !important;
|
|
|
154
153
|
$gantt-dialog-bigger-input-field: 38px !default;
|
|
155
154
|
$gantt-dialog-bigger-input-padding-field: 32px 16px 16px !important;
|
|
156
155
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
156
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
157
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
158
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
157
159
|
$gantt-bigger-dialog-input-field-height: 36px !important;
|
|
158
160
|
$gantt-bigger-dialog-input-icon: 36px !important;
|
|
159
161
|
$gantt-dialog-bigger-border-radius: 6px !important;
|
|
@@ -33,7 +33,7 @@ $gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
|
33
33
|
$gantt-label-size: 13px !default;
|
|
34
34
|
$gantt-header-border-spacing: 0 !default;
|
|
35
35
|
$gantt-line-container-cell-border-color: $border-default !default;
|
|
36
|
-
|
|
36
|
+
/* stylelint-disable */
|
|
37
37
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(#3e047d, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(#3e047d, 0.2) 100%) !default;
|
|
38
38
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
39
39
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
@@ -82,6 +82,9 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
82
82
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
83
83
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
84
84
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
85
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
86
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
87
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
85
88
|
$gantt-bigger-tooltip-button-color: $selection-font;
|
|
86
89
|
$gantt-bigger-tooltip-dialog-color: $bg-base-10;
|
|
87
90
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 18px !default;
|
|
@@ -34,7 +34,7 @@ $gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
|
34
34
|
$gantt-label-size: 13px !default;
|
|
35
35
|
$gantt-header-border-spacing: 0 !default;
|
|
36
36
|
$gantt-line-container-cell-border-color: #e0e0e0 !default;
|
|
37
|
-
|
|
37
|
+
/* stylelint-disable */
|
|
38
38
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(#3e047d, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(#3e047d, 0.2) 100%) !default;
|
|
39
39
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
40
40
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
@@ -82,6 +82,9 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
82
82
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
83
83
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
84
84
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
85
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
86
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
87
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
85
88
|
$gantt-bigger-tooltip-button-color: $hover-border;
|
|
86
89
|
$gantt-bigger-tooltip-dialog-color: #1a1a1a;
|
|
87
90
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 18px !default;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
@if($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
|
|
32
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
|
|
33
33
|
.e-left-resize-gripper::before,
|
|
34
34
|
.e-right-resize-gripper::before {
|
|
35
35
|
content: '\e888';
|
|
@@ -81,23 +81,27 @@
|
|
|
81
81
|
.e-gantt-tree-grid-pane {
|
|
82
82
|
.e-columnheader {
|
|
83
83
|
.e-headercell {
|
|
84
|
-
height: $gantt-bigger-treegrid-header-border-height !important;
|
|
84
|
+
height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.e-dialog {
|
|
90
90
|
.e-dlg-header-content {
|
|
91
|
-
padding: $gantt-bigger-dialog-header-padding;
|
|
91
|
+
padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
|
|
92
92
|
|
|
93
93
|
.e-btn.e-dlg-closeicon-btn {
|
|
94
94
|
left: $gantt-bigger-dialog-close-button-left;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
|
|
98
|
+
.e-dlg-content {
|
|
99
|
+
margin-bottom: 0;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
@if ($skin-name == 'tailwind') {
|
|
99
103
|
.e-dlg-header-content {
|
|
100
|
-
height: 68px !important;
|
|
104
|
+
height: 68px !important; /* stylelint-disable-line declaration-no-important */
|
|
101
105
|
}
|
|
102
106
|
}
|
|
103
107
|
|
|
@@ -119,7 +123,7 @@
|
|
|
119
123
|
}
|
|
120
124
|
}
|
|
121
125
|
|
|
122
|
-
.e-filter-popup {
|
|
126
|
+
.e-filter-popup.e-popup {
|
|
123
127
|
width: $gantt-bigger-filter-dialog-width;
|
|
124
128
|
}
|
|
125
129
|
|
|
@@ -148,11 +152,12 @@
|
|
|
148
152
|
}
|
|
149
153
|
|
|
150
154
|
.e-gantt-dialog {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
155
|
+
.e-dialog {
|
|
156
|
+
border-radius: 6px;
|
|
157
|
+
width: $gantt-bigger-dialog-width;
|
|
158
|
+
}
|
|
154
159
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
155
|
-
padding: 0 16px !important;
|
|
160
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
156
161
|
}
|
|
157
162
|
|
|
158
163
|
.e-edit-form-column:nth-child(odd) {
|
|
@@ -176,11 +181,11 @@
|
|
|
176
181
|
}
|
|
177
182
|
|
|
178
183
|
.e-dlg-header-content {
|
|
179
|
-
border-bottom: 0 !important;
|
|
184
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
180
185
|
}
|
|
181
186
|
|
|
182
187
|
> .e-dlg-content {
|
|
183
|
-
border-radius: 0 !important;
|
|
188
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
184
189
|
}
|
|
185
190
|
|
|
186
191
|
.e-dlg-header-content {
|
|
@@ -189,7 +194,7 @@
|
|
|
189
194
|
|
|
190
195
|
.e-btn.e-dlg-closeicon-btn {
|
|
191
196
|
border-radius: 50%;
|
|
192
|
-
height: auto !important;
|
|
197
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
193
198
|
width: auto;
|
|
194
199
|
}
|
|
195
200
|
}
|
|
@@ -200,32 +205,32 @@
|
|
|
200
205
|
}
|
|
201
206
|
}
|
|
202
207
|
|
|
203
|
-
@if($skin-name == 'bootstrap4') {
|
|
208
|
+
@if ($skin-name == 'bootstrap4') {
|
|
204
209
|
.e-icon-dlg-close {
|
|
205
210
|
color: $gantt-bigger-dialog-icon-color;
|
|
206
211
|
}
|
|
207
212
|
}
|
|
208
213
|
|
|
209
214
|
.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
210
|
-
font-size: 16px !important;
|
|
215
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
211
216
|
}
|
|
212
217
|
|
|
213
218
|
.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
214
219
|
min-height: $gantt-bigger-dialog-input-icon;
|
|
215
|
-
min-width: 35.82px !important;
|
|
220
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
216
221
|
}
|
|
217
222
|
|
|
218
223
|
.e-btn.e-flat {
|
|
219
224
|
line-height: 24px;
|
|
220
|
-
padding: 6px 16px 6px 15px !important;
|
|
225
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
221
226
|
}
|
|
222
227
|
|
|
223
228
|
.e-btn.e-primary {
|
|
224
|
-
padding: 6px 21px 6px 23px !important;
|
|
229
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
225
230
|
}
|
|
226
231
|
|
|
227
232
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
228
|
-
font-size: 16px !important;
|
|
233
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
229
234
|
}
|
|
230
235
|
|
|
231
236
|
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
@@ -241,19 +246,19 @@
|
|
|
241
246
|
.e-float-input.e-control-wrapper input {
|
|
242
247
|
height: $gantt-bigger-dialog-input-field-height;
|
|
243
248
|
|
|
244
|
-
@if($skin-name == 'material') {
|
|
245
|
-
padding: 5px 0 11px !important;
|
|
249
|
+
@if ($skin-name == 'material') {
|
|
250
|
+
padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
246
251
|
}
|
|
247
252
|
}
|
|
248
253
|
|
|
249
254
|
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
250
255
|
min-height: $gantt-bigger-dialog-input-icon;
|
|
251
|
-
min-width: 35.82px !important;
|
|
256
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
252
257
|
}
|
|
253
258
|
|
|
254
259
|
.e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
255
260
|
min-height: $gantt-bigger-dialog-input-icon;
|
|
256
|
-
min-width: 35.82px !important;
|
|
261
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
257
262
|
}
|
|
258
263
|
|
|
259
264
|
.e-input-group.e-control-wrapper {
|
|
@@ -261,28 +266,41 @@
|
|
|
261
266
|
}
|
|
262
267
|
|
|
263
268
|
.e-input-group-icon.e-date-icon {
|
|
264
|
-
min-width: 36px !important;
|
|
269
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
265
270
|
}
|
|
266
271
|
|
|
267
|
-
@if($skin-name == 'material') {
|
|
272
|
+
@if ($skin-name == 'material') {
|
|
268
273
|
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
269
|
-
margin: 5px 0 6px !important;
|
|
274
|
+
margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
270
275
|
}
|
|
271
276
|
|
|
272
277
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
273
|
-
margin-right: 0 !important;
|
|
278
|
+
margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
274
279
|
}
|
|
275
280
|
}
|
|
276
281
|
|
|
277
|
-
@if($skin-name == 'tailwind') {
|
|
282
|
+
@if ($skin-name == 'tailwind') {
|
|
278
283
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
279
|
-
padding: 7px 0 !important;
|
|
284
|
+
padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
280
285
|
}
|
|
281
286
|
}
|
|
282
287
|
}
|
|
283
288
|
|
|
284
289
|
.e-predecessor-tooltip {
|
|
285
|
-
|
|
290
|
+
.e-arrow-tip-outer.e-tip-bottom {
|
|
291
|
+
border-top: 8px solid $gantt-bigger-tooltip-button-color;
|
|
292
|
+
@if ($skin-name == 'FluentUI')
|
|
293
|
+
{
|
|
294
|
+
border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
|
|
295
|
+
}
|
|
296
|
+
@else if ($skin-name == 'highcontrast'){
|
|
297
|
+
border-top: 7px solid $gantt-bigger-tooltip-button-color;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.e-arrow-tip-inner.e-tip-bottom {
|
|
302
|
+
color: $gantt-bigger-tooltip-button-color;
|
|
303
|
+
}
|
|
286
304
|
|
|
287
305
|
.e-left-btn:disabled {
|
|
288
306
|
color: $gantt-bigger-tooltip-disabled-button-color;
|
|
@@ -293,7 +311,7 @@
|
|
|
293
311
|
}
|
|
294
312
|
|
|
295
313
|
.e-tip-content {
|
|
296
|
-
padding: 3px !important;
|
|
314
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
297
315
|
}
|
|
298
316
|
|
|
299
317
|
.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
@@ -321,6 +339,15 @@
|
|
|
321
339
|
.e-dlg-content {
|
|
322
340
|
background-color: $gantt-bigger-tooltip-dialog-color;
|
|
323
341
|
padding: $gantt-bigger-predecessor-dialog-padding;
|
|
342
|
+
font-size: $gantt-bigger-predecessor-dialog-font-size;
|
|
343
|
+
font-weight: $gantt-bigger-predecessor-dialog-font-weight;
|
|
344
|
+
line-height: $gantt-bigger-predecessor-dialog-line-height;
|
|
345
|
+
@if ($skin-name == 'FluentUI') {
|
|
346
|
+
margin-bottom: 0;
|
|
347
|
+
}
|
|
348
|
+
@if ($skin-name == 'bootstrap-dark' or $skin-name == 'fabric-dark' or $theme-name == 'material-dark') {
|
|
349
|
+
color: $gantt-bigger-tooltip-button-color;
|
|
350
|
+
}
|
|
324
351
|
}
|
|
325
352
|
}
|
|
326
353
|
}
|
|
@@ -415,7 +442,7 @@
|
|
|
415
442
|
}
|
|
416
443
|
|
|
417
444
|
.e-pane {
|
|
418
|
-
overflow: hidden !important;
|
|
445
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
419
446
|
}
|
|
420
447
|
}
|
|
421
448
|
|
|
@@ -436,11 +463,11 @@
|
|
|
436
463
|
border-width: 0;
|
|
437
464
|
}
|
|
438
465
|
|
|
439
|
-
.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
440
|
-
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
441
|
-
.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
442
|
-
.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
443
|
-
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
466
|
+
.e-grid.e-gridhover tr[role = 'row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
467
|
+
.e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
468
|
+
.e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
469
|
+
.e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
470
|
+
.e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
444
471
|
background-color: transparent;
|
|
445
472
|
}
|
|
446
473
|
|
|
@@ -451,22 +478,22 @@
|
|
|
451
478
|
}
|
|
452
479
|
|
|
453
480
|
.e-headercontent {
|
|
454
|
-
border-right-width: 0 !important;
|
|
481
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
455
482
|
}
|
|
456
483
|
|
|
457
484
|
.e-gridheader {
|
|
458
485
|
border-top-style: none;
|
|
459
486
|
border-top-width: 0;
|
|
460
|
-
padding-right: 0 !important;
|
|
487
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
461
488
|
}
|
|
462
489
|
|
|
463
490
|
.e-columnheader,
|
|
464
491
|
.e-headercell {
|
|
465
|
-
height: $gantt-treegrid-header-border-height !important;
|
|
492
|
+
height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
|
|
466
493
|
}
|
|
467
494
|
|
|
468
495
|
.e-gridcontent .e-content {
|
|
469
|
-
overflow-x: scroll !important;
|
|
496
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
470
497
|
}
|
|
471
498
|
|
|
472
499
|
.e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
@@ -496,7 +523,7 @@
|
|
|
496
523
|
border-right: 0 solid;
|
|
497
524
|
|
|
498
525
|
.e-content {
|
|
499
|
-
-webkit-overflow-scrolling: touch;
|
|
526
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
500
527
|
overflow-x: scroll;
|
|
501
528
|
overflow-y: auto;
|
|
502
529
|
position: relative;
|
|
@@ -1157,7 +1184,7 @@
|
|
|
1157
1184
|
|
|
1158
1185
|
.e-richtexteditor {
|
|
1159
1186
|
border-bottom-width: $gantt-richtext-border-bottom;
|
|
1160
|
-
height: $gantt-dialog-rte-height !important;
|
|
1187
|
+
height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1161
1188
|
overflow: hidden;
|
|
1162
1189
|
}
|
|
1163
1190
|
|
|
@@ -1172,14 +1199,14 @@
|
|
|
1172
1199
|
}
|
|
1173
1200
|
|
|
1174
1201
|
> .e-dlg-content {
|
|
1175
|
-
padding: 0 !important;
|
|
1202
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1176
1203
|
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
1177
1204
|
height: 291px;
|
|
1178
1205
|
}
|
|
1179
1206
|
}
|
|
1180
1207
|
|
|
1181
1208
|
.e-dlg-header-content {
|
|
1182
|
-
border-bottom: 0 !important;
|
|
1209
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1183
1210
|
}
|
|
1184
1211
|
|
|
1185
1212
|
.e-dlg-header-content {
|
|
@@ -1188,8 +1215,8 @@
|
|
|
1188
1215
|
|
|
1189
1216
|
.e-btn.e-dlg-closeicon-btn {
|
|
1190
1217
|
border-radius: 50%;
|
|
1191
|
-
height: auto !important;
|
|
1192
|
-
width: auto !important;
|
|
1218
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1219
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1193
1220
|
}
|
|
1194
1221
|
}
|
|
1195
1222
|
}
|
|
@@ -1199,9 +1226,9 @@
|
|
|
1199
1226
|
}
|
|
1200
1227
|
|
|
1201
1228
|
.e-ganttpopup {
|
|
1202
|
-
-moz-user-select: none;
|
|
1203
|
-
-ms-user-select: none;
|
|
1204
|
-
-webkit-user-select: none;
|
|
1229
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1230
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1231
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1205
1232
|
font-weight: normal;
|
|
1206
1233
|
position: absolute;
|
|
1207
1234
|
user-select: none;
|
|
@@ -1349,6 +1376,71 @@
|
|
|
1349
1376
|
}
|
|
1350
1377
|
|
|
1351
1378
|
.e-predecessor-tooltip {
|
|
1379
|
+
background-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
|
|
1380
|
+
border-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
|
|
1352
1381
|
visibility: hidden;
|
|
1382
|
+
|
|
1383
|
+
.e-arrow-tip-outer.e-tip-bottom {
|
|
1384
|
+
border-top: 8px solid $gantt-bigger-tooltip-button-color;
|
|
1385
|
+
@if ($skin-name == 'FluentUI')
|
|
1386
|
+
{
|
|
1387
|
+
border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
|
|
1388
|
+
}
|
|
1389
|
+
@else if ($skin-name == 'highcontrast'){
|
|
1390
|
+
border-top: 7px solid $gantt-bigger-tooltip-button-color;
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.e-arrow-tip-inner.e-tip-bottom {
|
|
1395
|
+
color: $gantt-bigger-tooltip-button-color;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.e-left-btn:disabled {
|
|
1399
|
+
color: $gantt-bigger-tooltip-disabled-button-color;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.e-right-btn:disabled {
|
|
1403
|
+
color: $gantt-bigger-tooltip-disabled-button-color;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.e-tip-content {
|
|
1407
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1411
|
+
background-color: $gantt-bigger-tooltip-button-color;
|
|
1412
|
+
border-color: $gantt-bigger-tooltip-button-color;
|
|
1413
|
+
color: $gantt-bigger-tooltip-button-text-color;
|
|
1414
|
+
font-size: 12px;
|
|
1415
|
+
line-height: 18px;
|
|
1416
|
+
padding: 0 8px 0 0;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1420
|
+
background-color: $gantt-bigger-tooltip-button-color;
|
|
1421
|
+
border-color: $gantt-bigger-tooltip-button-color;
|
|
1422
|
+
color: $gantt-bigger-tooltip-button-text-color;
|
|
1423
|
+
font-size: 12px;
|
|
1424
|
+
line-height: 18px;
|
|
1425
|
+
padding: 0 0 0 8px;
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.e-predecessor-dialog {
|
|
1430
|
+
background-color: $gantt-bigger-tooltip-dialog-color;
|
|
1431
|
+
|
|
1432
|
+
.e-dlg-content {
|
|
1433
|
+
background-color: $gantt-bigger-tooltip-dialog-color;
|
|
1434
|
+
padding: $gantt-bigger-predecessor-dialog-padding;
|
|
1435
|
+
font-size: $gantt-bigger-predecessor-dialog-font-size;
|
|
1436
|
+
font-weight: $gantt-bigger-predecessor-dialog-font-weight;
|
|
1437
|
+
line-height: $gantt-bigger-predecessor-dialog-line-height;
|
|
1438
|
+
@if ($skin-name == 'FluentUI') {
|
|
1439
|
+
margin-bottom: 0;
|
|
1440
|
+
}
|
|
1441
|
+
@if ($skin-name == 'bootstrap-dark' or $skin-name == 'fabric-dark' or $theme-name == 'material-dark') {
|
|
1442
|
+
color: $gantt-bigger-tooltip-button-color;
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1353
1445
|
}
|
|
1354
1446
|
}
|
|
@@ -36,7 +36,7 @@ $gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
|
36
36
|
$gantt-label-size: 13px !default;
|
|
37
37
|
$gantt-header-border-spacing: 0 !default;
|
|
38
38
|
$gantt-line-container-cell-border-color: $grey-700 !default;
|
|
39
|
-
|
|
39
|
+
/* stylelint-disable */
|
|
40
40
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
41
41
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
42
42
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
@@ -84,6 +84,9 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
86
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
89
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.46 !default;
|
|
87
90
|
$gantt-bigger-tooltip-button-color: $grey-black;
|
|
88
91
|
$gantt-bigger-tooltip-dialog-color: #f3f3f3;
|
|
89
92
|
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
@@ -36,7 +36,7 @@ $gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
|
36
36
|
$gantt-label-size: 13px !default;
|
|
37
37
|
$gantt-header-border-spacing: 0 !default;
|
|
38
38
|
$gantt-line-container-cell-border-color: $grey-300 !default;
|
|
39
|
-
|
|
39
|
+
/* stylelint-disable */
|
|
40
40
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
41
41
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
42
42
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
@@ -84,6 +84,9 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
86
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
89
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.46 !default;
|
|
87
90
|
$gantt-bigger-tooltip-button-color: $grey-black;
|
|
88
91
|
$gantt-bigger-tooltip-dialog-color: #f3f3f3;
|
|
89
92
|
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
@@ -21,18 +21,18 @@ $connector-false-line-color: $primary !default;
|
|
|
21
21
|
$connector-point-hover-color: $icon-color !default;
|
|
22
22
|
$connector-point-border-color: $content-bg-color !default;
|
|
23
23
|
$connector-point-hover-bg-color: $icon-color-hover !default;
|
|
24
|
-
$connector-point-hover-outerline-color:
|
|
25
|
-
$critical-connector-line-color:
|
|
26
|
-
$critical-connector-line-hover-color:
|
|
24
|
+
$connector-point-hover-outerline-color: $theme-light !default;
|
|
25
|
+
$critical-connector-line-color: $danger !default;
|
|
26
|
+
$critical-connector-line-hover-color: $danger-light !default;
|
|
27
27
|
$connector-point-hover-border-color: $content-bg-color !default;
|
|
28
28
|
$gantt-line-container-cell-border-color: $border-light !default;
|
|
29
|
-
|
|
29
|
+
/* stylelint-disable */
|
|
30
30
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, $primary-light, $primary 30%, $primary 70%, $primary 70%, $primary-light 100%) !default;
|
|
31
31
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
32
32
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
33
|
-
$gantt-critical-child-task-bar:
|
|
34
|
-
$gantt-critical-child-progress-bar:
|
|
35
|
-
$gantt-critical-child-task-bar-border: 1px solid
|
|
33
|
+
$gantt-critical-child-task-bar: $danger-light !default;
|
|
34
|
+
$gantt-critical-child-progress-bar: $danger !default;
|
|
35
|
+
$gantt-critical-child-task-bar-border: 1px solid $danger-light !default;
|
|
36
36
|
$gantt-unscheduled-milestone-top-border: $content-bg-color-alt5 !default;
|
|
37
37
|
$gantt-unscheduled-milestone-bottom-border: $content-bg-color-alt5 !default;
|
|
38
38
|
$gantt-child-task-bar: $primary-light !default;
|
|
@@ -46,7 +46,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, $success-
|
|
|
46
46
|
$gantt-parent-task-bar: $content-bg-color-alt4 !default;
|
|
47
47
|
$gantt-parent-progress-bar: $content-bg-color-alt5 !default;
|
|
48
48
|
$gantt-milestone-border-color: $content-bg-color-alt5 !default;
|
|
49
|
-
$gantt-critical-milestone-border-color:
|
|
49
|
+
$gantt-critical-milestone-border-color: $danger !default;
|
|
50
50
|
$gantt-parent-milestone-border-color: $content-bg-color-alt5 !default;
|
|
51
51
|
$gantt-label-font-color: $content-text-color-alt2 !default;
|
|
52
52
|
$gantt-task-label-font-color: $primary-text-color !default;
|
|
@@ -102,7 +102,6 @@ $gantt-unscheduled-taskbar-left: 3px !default;
|
|
|
102
102
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
103
103
|
$gantt-label-size: 13px !default;
|
|
104
104
|
$gantt-header-border-spacing: 0 !default;
|
|
105
|
-
// sass-lint:disable-all
|
|
106
105
|
$gantt-child-progress-bar-border: 0px !default;
|
|
107
106
|
$gantt-child-progress-bar-border-radious:4px;
|
|
108
107
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
@@ -123,7 +122,7 @@ $gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
|
123
122
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
124
123
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
125
124
|
$gantt-bigger-tooltip-button-color: $warning-text;
|
|
126
|
-
$gantt-bigger-tooltip-dialog-color:
|
|
125
|
+
$gantt-bigger-tooltip-dialog-color: $content-bg-color-alt1;
|
|
127
126
|
$gantt-bigger-tooltip-button-text-color: $toooltip-text-color;
|
|
128
127
|
$gantt-bigger-tooltip-disabled-button-color: $content-bg-color-alt5 !important;
|
|
129
128
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
@@ -132,7 +131,7 @@ $gantt-bigger-dialog-close-button-left: 2px !important;
|
|
|
132
131
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
133
132
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
134
133
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
135
|
-
$gantt-bigger-event-arrow-color:
|
|
134
|
+
$gantt-bigger-event-arrow-color: $warning-light;
|
|
136
135
|
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
137
136
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
138
137
|
$gantt-bigger-event-markers-height: 26px !important;
|
|
@@ -155,6 +154,9 @@ $gantt-bigger-filter-dialog-width: 350px !important;
|
|
|
155
154
|
$gantt-dialog-bigger-input-field: 38px !default;
|
|
156
155
|
$gantt-dialog-bigger-input-padding-field: 32px 16px 16px !important;
|
|
157
156
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
157
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
158
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
159
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
158
160
|
$gantt-bigger-dialog-input-field-height: 36px !important;
|
|
159
161
|
$gantt-bigger-dialog-input-icon: 36px !important;
|
|
160
162
|
$gantt-dialog-bigger-border-radius: 6px !important;
|
|
@@ -25,7 +25,7 @@ $connector-point-border-color: $content-bg-color !default;
|
|
|
25
25
|
$connector-point-hover-bg-color: $icon-color-hover !default;
|
|
26
26
|
$connector-point-hover-border-color: $content-bg-color !default;
|
|
27
27
|
$gantt-line-container-cell-border-color: $border-light !default;
|
|
28
|
-
|
|
28
|
+
/* stylelint-disable */
|
|
29
29
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, $primary-light, $primary 30%, $primary 70%, $primary 70%, $primary-light 100%) !default;
|
|
30
30
|
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), $danger 30%, $danger 70%, $danger 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
31
31
|
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
@@ -100,7 +100,6 @@ $gantt-unscheduled-taskbar-left: 3px !default;
|
|
|
100
100
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
101
101
|
$gantt-label-size: $text-sm !default;
|
|
102
102
|
$gantt-header-border-spacing: 0 !default;
|
|
103
|
-
// sass-lint:disable-all
|
|
104
103
|
$gantt-child-progress-bar-border: 0px !default;
|
|
105
104
|
$gantt-child-progress-bar-border-radious:4px;
|
|
106
105
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
@@ -121,6 +120,9 @@ $gantt-dialog-edit-form-odd-padding: 12px 12px 0 19px !default;
|
|
|
121
120
|
$gantt-dialog-edit-form-even-padding: 12px 19px 0 0 !default;
|
|
122
121
|
$gantt-dialog-edit-form-scroll-padding: 12px 15px 0 0 !default;
|
|
123
122
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
123
|
+
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
124
|
+
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
125
|
+
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
124
126
|
$gantt-bigger-tooltip-button-color: $black;
|
|
125
127
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color-alt1;
|
|
126
128
|
$gantt-bigger-tooltip-button-text-color: $white;
|