@syncfusion/ej2-gantt 20.1.58 → 20.1.59
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 +9 -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 +6 -3
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +6 -3
- 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 +10 -10
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/timeline.js +3 -0
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
- package/styles/gantt/_bootstrap-definition.scss +41 -4
- package/styles/gantt/_bootstrap4-definition.scss +42 -4
- package/styles/gantt/_bootstrap5-definition.scss +41 -4
- package/styles/gantt/_fabric-dark-definition.scss +40 -3
- package/styles/gantt/_fabric-definition.scss +41 -4
- package/styles/gantt/_fluent-definition.scss +41 -4
- package/styles/gantt/_highcontrast-definition.scss +41 -4
- package/styles/gantt/_highcontrast-light-definition.scss +41 -4
- package/styles/gantt/_layout.scss +298 -7
- package/styles/gantt/_material-dark-definition.scss +42 -4
- package/styles/gantt/_material-definition.scss +42 -4
- package/styles/gantt/_tailwind-definition.scss +42 -4
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
- package/styles/gantt/icons/_bootstrap.scss +8 -0
- package/styles/gantt/icons/_bootstrap4.scss +8 -0
- package/styles/gantt/icons/_bootstrap5.scss +8 -0
- package/styles/gantt/icons/_fabric-dark.scss +8 -0
- package/styles/gantt/icons/_fabric.scss +8 -0
- package/styles/gantt/icons/_fluent.scss +8 -0
- package/styles/gantt/icons/_highcontrast.scss +8 -0
- package/styles/gantt/icons/_material-dark.scss +8 -0
- package/styles/gantt/icons/_material.scss +8 -0
- package/styles/gantt/icons/_tailwind-dark.scss +8 -0
- package/styles/gantt/icons/_tailwind.scss +8 -0
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
|
@@ -11,6 +11,7 @@ $progress-handler-background: #222 !default;
|
|
|
11
11
|
$holiday-label-color: rgba(0, 0, 0, .87) !default;
|
|
12
12
|
$holiday-label-font-size: 12px !default;
|
|
13
13
|
$weekend-background: #fafafa !default;
|
|
14
|
+
$connector-point-hover-outerline-color: #9fa8da !default;
|
|
14
15
|
$event-marker-line-color: $accent !default;
|
|
15
16
|
$event-marker-label-color: #fdbf64 !default;
|
|
16
17
|
$event-marker-label-font-color: #212121 !default;
|
|
@@ -21,7 +22,7 @@ $event-marker-label-arrow-top: 60px !default;
|
|
|
21
22
|
$connector-line-color: $primary !default;
|
|
22
23
|
$connector-line-hover-color: $primary !default;
|
|
23
24
|
$connector-false-line-color: $primary !default;
|
|
24
|
-
$connector-point-hover-color: #
|
|
25
|
+
$connector-point-hover-color: #005a9e !default;
|
|
25
26
|
$connector-point-border-color: #fff !default;
|
|
26
27
|
$connector-point-hover-bg-color: $grey-400 !default;
|
|
27
28
|
$connector-point-hover-border-color: $primary !default;
|
|
@@ -76,9 +77,46 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
76
77
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
77
78
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
78
79
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
79
|
-
$gantt-bigger-dialog-
|
|
80
|
-
$gantt-bigger-
|
|
81
|
-
$gantt-bigger-dialog-
|
|
80
|
+
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
81
|
+
$gantt-bigger-tooltip-button-color: #000000;
|
|
82
|
+
$gantt-bigger-tooltip-dialog-color: #f3f3f3;
|
|
83
|
+
$gantt-bigger-tooltip-button-text-color: #FFFFFF;
|
|
84
|
+
$gantt-bigger-tooltip-disabled-button-color: #757575 !important;
|
|
85
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
86
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
|
|
87
|
+
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
88
|
+
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
89
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
90
|
+
$gantt-bigger-dialog-header-padding: 16px 14px 17px 16px !important;
|
|
91
|
+
$gantt-bigger-add-dialog-content-height: 241px !important;
|
|
92
|
+
$gantt-bigger-event-arrow-color: #cae8ff;
|
|
93
|
+
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
94
|
+
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
95
|
+
$gantt-bigger-event-markers-height: 26px !important;
|
|
96
|
+
$gantt-bigger-event-arrow-bottom: 6px solid transparent;
|
|
97
|
+
$gantt-bigger-event-arrow-right: 6px solid transparent;
|
|
98
|
+
$gantt-bigger-event-arrow-top: 6px solid transparent;
|
|
99
|
+
$gantt-bigger-event-arrow-top-value: 73px !important;
|
|
100
|
+
$gantt-bigger-event-markers-top: 65px !important;
|
|
101
|
+
$gantt-bigger-event-markers-padding: 4px 12px 4px 9px !important;
|
|
102
|
+
$gantt-bigger-add-dialog-input-height: 78px !important;
|
|
103
|
+
$gantt-bigger-add-dialog-input-width: 250px !important;
|
|
104
|
+
$gantt-bigger-add-dialog-input-field-width: 175px !default;
|
|
105
|
+
$gantt-bigger-filter-dialog-footer-padding: 16px !important;
|
|
106
|
+
$gantt-bigger-add-dialog-footer-padding: 16px !important;
|
|
107
|
+
$gantt-bigger-filter-dialog-footer-height: 70px !important;
|
|
108
|
+
$gantt-bigger-filter-dialog-input-padding: 14px 0 0 !important;
|
|
109
|
+
$gantt-bigger-add-dialog-footer-height: 70px !important;
|
|
110
|
+
$gantt-bigger-dialog-width: 550px !important;
|
|
111
|
+
$gantt-bigger-filter-dialog-width: 350px !important;
|
|
112
|
+
$gantt-dialog-bigger-input-field: 44px !default;
|
|
113
|
+
$gantt-dialog-bigger-input-padding-field: 20px 16px 6px 16px !important;
|
|
114
|
+
$gantt-bigger-dialog-input-field-height: 27px !important;
|
|
115
|
+
$gantt-bigger-dialog-input-icon: 26px !important;
|
|
116
|
+
$gantt-dialog-bigger-border-radius: 6px !important;
|
|
117
|
+
$gantt-bigger-dialog-tab-padding-left: 4px !important;
|
|
118
|
+
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
119
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
82
120
|
$gantt-dialog-dependent-height: 153px !default;
|
|
83
121
|
$gantt-dialog-resource-height: 196px !default;
|
|
84
122
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -12,12 +12,13 @@ $progress-handler-background: $content-text-color !default;
|
|
|
12
12
|
$holiday-label-color: $content-text-color-alt2 !default;
|
|
13
13
|
$weekend-background: $content-bg-color-alt2 !default;
|
|
14
14
|
$event-marker-line-color: $primary !default;
|
|
15
|
+
$connector-point-hover-outerline-color: #818cf8 !default;
|
|
15
16
|
$event-marker-label-color: $warning-light !default;
|
|
16
17
|
$event-marker-label-font-color: $warning !default;
|
|
17
18
|
$connector-line-color: $primary !default;
|
|
18
19
|
$connector-line-hover-color: $primary !default;
|
|
19
20
|
$connector-false-line-color: $primary !default;
|
|
20
|
-
$connector-point-hover-color:
|
|
21
|
+
$connector-point-hover-color: #4f46e5 !default;
|
|
21
22
|
$connector-point-border-color: $content-bg-color !default;
|
|
22
23
|
$connector-point-hover-bg-color: $icon-color-hover !default;
|
|
23
24
|
$connector-point-hover-border-color: $content-bg-color !default;
|
|
@@ -113,9 +114,46 @@ $gantt-dialog-general-height: 240px !default;
|
|
|
113
114
|
$gantt-dialog-edit-form-odd-padding: 12px 12px 0 19px !default;
|
|
114
115
|
$gantt-dialog-edit-form-even-padding: 12px 19px 0 0 !default;
|
|
115
116
|
$gantt-dialog-edit-form-scroll-padding: 12px 15px 0 0 !default;
|
|
116
|
-
$gantt-bigger-dialog-
|
|
117
|
-
$gantt-bigger-
|
|
118
|
-
$gantt-bigger-dialog-
|
|
117
|
+
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
118
|
+
$gantt-bigger-tooltip-button-color: #000000;
|
|
119
|
+
$gantt-bigger-tooltip-dialog-color: #f9fafb;
|
|
120
|
+
$gantt-bigger-tooltip-button-text-color: #FFFFFF;
|
|
121
|
+
$gantt-bigger-tooltip-disabled-button-color: #9CA3Af !important;
|
|
122
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
|
|
123
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 24px 0 8px !default;
|
|
124
|
+
$gantt-bigger-dialog-close-button-left: -2px !important;
|
|
125
|
+
$gantt-bigger-dialog-close-button-size: 16px !important;
|
|
126
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
|
|
127
|
+
$gantt-bigger-dialog-header-padding: 16px 4px 16px 24px !important;
|
|
128
|
+
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
129
|
+
$gantt-bigger-event-arrow-color: #FFEDD5;
|
|
130
|
+
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
131
|
+
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
132
|
+
$gantt-bigger-event-markers-height: 26px !important;
|
|
133
|
+
$gantt-bigger-event-arrow-bottom: 6px solid transparent;
|
|
134
|
+
$gantt-bigger-event-arrow-right: 6px solid transparent;
|
|
135
|
+
$gantt-bigger-event-arrow-top: 6px solid transparent;
|
|
136
|
+
$gantt-bigger-event-arrow-top-value: 43px !important;
|
|
137
|
+
$gantt-bigger-event-markers-top: 36px !important;
|
|
138
|
+
$gantt-bigger-event-markers-padding: 4px 8px 4px 8px !important;
|
|
139
|
+
$gantt-bigger-add-dialog-input-height: 75px !important;
|
|
140
|
+
$gantt-bigger-add-dialog-input-width: 250px !important;
|
|
141
|
+
$gantt-bigger-add-dialog-input-field-width: 175px !default;
|
|
142
|
+
$gantt-bigger-filter-dialog-footer-padding: 12px 24px 12px 12px !important;
|
|
143
|
+
$gantt-bigger-add-dialog-footer-padding: 12px 24px 12px 24px !important;
|
|
144
|
+
$gantt-bigger-filter-dialog-footer-height: 62px !important;
|
|
145
|
+
$gantt-bigger-add-dialog-footer-height: 70px !important;
|
|
146
|
+
$gantt-bigger-filter-dialog-input-padding: 24px 0 0 !important;
|
|
147
|
+
$gantt-bigger-dialog-width: 564px !important;
|
|
148
|
+
$gantt-bigger-filter-dialog-width: 319px !important;
|
|
149
|
+
$gantt-dialog-bigger-input-field: 38px !default;
|
|
150
|
+
$gantt-dialog-bigger-input-padding-field: 23px 24px 15px 24px !important;
|
|
151
|
+
$gantt-bigger-dialog-input-field-height: 36px !important;
|
|
152
|
+
$gantt-bigger-dialog-input-icon: 18px !important;
|
|
153
|
+
$gantt-dialog-bigger-border-radius: 6px !important;
|
|
154
|
+
$gantt-bigger-dialog-tab-padding-left: 12px !important;
|
|
155
|
+
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
156
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
119
157
|
$gantt-dialog-dependent-height: 157px !default;
|
|
120
158
|
$gantt-dialog-resource-height: 200px !default;
|
|
121
159
|
$gantt-dialog-rte-height: 259px !default;
|
|
@@ -242,26 +242,228 @@
|
|
|
242
242
|
content: "\e903";
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
246
|
+
content: "\e85b";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
250
|
+
content: "\e85f";
|
|
251
|
+
}
|
|
252
|
+
|
|
245
253
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
246
254
|
height: 64px;
|
|
247
255
|
}
|
|
248
256
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
249
257
|
height: 32px;
|
|
250
258
|
}
|
|
259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
260
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
261
|
+
padding-left: 10px;
|
|
262
|
+
padding-right: 10px;
|
|
263
|
+
width: 30px;
|
|
264
|
+
}
|
|
265
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
266
|
+
border-radius: 4px !important;
|
|
267
|
+
font-size: 12px !important;
|
|
268
|
+
height: 26px !important;
|
|
269
|
+
padding: 4px 11px 4px 9px !important;
|
|
270
|
+
top: 65px !important;
|
|
271
|
+
}
|
|
272
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
273
|
+
border-bottom: 6px solid transparent;
|
|
274
|
+
border-right: 6px solid transparent;
|
|
275
|
+
border-right-color: #cae8ff;
|
|
276
|
+
border-top: 6px solid transparent;
|
|
277
|
+
top: 73px !important;
|
|
278
|
+
}
|
|
279
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
280
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
281
|
+
content: "\e92c";
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
285
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
286
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
287
|
+
border-radius: 50%;
|
|
288
|
+
display: inline-block;
|
|
289
|
+
position: absolute;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
292
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
293
|
+
border-style: solid;
|
|
294
|
+
border-width: 1px;
|
|
295
|
+
box-sizing: content-box;
|
|
296
|
+
cursor: pointer;
|
|
297
|
+
display: inline-block;
|
|
298
|
+
}
|
|
299
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
300
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
301
|
+
background-color: #21527d;
|
|
302
|
+
border-color: #1a1a1a;
|
|
303
|
+
}
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
305
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
306
|
+
background-color: #21527d;
|
|
307
|
+
border-color: #1a1a1a;
|
|
308
|
+
outline: 2px solid #75ACDB;
|
|
309
|
+
}
|
|
251
310
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
252
311
|
height: 63px !important;
|
|
253
312
|
}
|
|
313
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
314
|
+
background-color: #000000;
|
|
315
|
+
border-color: #000000;
|
|
316
|
+
color: #F9FAFB;
|
|
317
|
+
font-size: 12px;
|
|
318
|
+
line-height: 18px;
|
|
319
|
+
padding: 0 8px 0 0;
|
|
320
|
+
}
|
|
321
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
322
|
+
background-color: #000000;
|
|
323
|
+
border-color: #000000;
|
|
324
|
+
color: #F9FAFB;
|
|
325
|
+
font-size: 12px;
|
|
326
|
+
line-height: 18px;
|
|
327
|
+
padding: 0 0 0 8px;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
330
|
+
padding: 3px !important;
|
|
331
|
+
}
|
|
332
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
333
|
+
padding: 16px 0 0 !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
336
|
+
padding: 0 16px !important;
|
|
337
|
+
}
|
|
254
338
|
.e-bigger .e-columnmenu {
|
|
255
339
|
top: 40px;
|
|
256
340
|
}
|
|
341
|
+
.e-bigger .e-gantt-dialog {
|
|
342
|
+
border-radius: 6px;
|
|
343
|
+
width: 556px !important;
|
|
344
|
+
}
|
|
257
345
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
258
|
-
padding: 16px
|
|
346
|
+
padding: 16px 12px 0 16px;
|
|
259
347
|
}
|
|
260
348
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
261
|
-
padding: 16px
|
|
349
|
+
padding: 16px 16px 0 12px;
|
|
262
350
|
}
|
|
263
351
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
264
|
-
padding: 16px 18px 0
|
|
352
|
+
padding: 16px 18px 0 9px;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
355
|
+
height: 242px !important;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
358
|
+
height: 76px !important;
|
|
359
|
+
}
|
|
360
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
361
|
+
border-bottom: 0 !important;
|
|
362
|
+
}
|
|
363
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
364
|
+
border-radius: 0 !important;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
367
|
+
border-radius: 6px 6px 0px 0px;
|
|
368
|
+
padding-bottom: 20px;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
371
|
+
border-radius: 50%;
|
|
372
|
+
height: auto !important;
|
|
373
|
+
width: auto !important;
|
|
374
|
+
}
|
|
375
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
376
|
+
margin-left: 5px !important;
|
|
377
|
+
}
|
|
378
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
379
|
+
font-size: 16px !important;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
382
|
+
width: 250px !important;
|
|
383
|
+
}
|
|
384
|
+
.e-bigger .e-predecessor-tooltip {
|
|
385
|
+
background-color: #000000;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-dialog {
|
|
388
|
+
background-color: #f5f5f5;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
391
|
+
background-color: #f5f5f5;
|
|
392
|
+
padding: 10px 9px 9px 14px !important;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
395
|
+
padding: 16px 4px 16px 16px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
398
|
+
left: 0 !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
401
|
+
font-size: 12px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
404
|
+
height: 70px !important;
|
|
405
|
+
padding: 16px !important;
|
|
406
|
+
}
|
|
407
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
408
|
+
margin-left: 12px;
|
|
409
|
+
}
|
|
410
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
411
|
+
line-height: 28px;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-tab .e-content {
|
|
414
|
+
height: 242px !important;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-filter-popup {
|
|
417
|
+
width: 350px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-dlg-content {
|
|
420
|
+
border-radius: 6px !important;
|
|
421
|
+
padding: 32px 16px 16px !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
424
|
+
font-size: 14px;
|
|
425
|
+
line-height: 22px;
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
428
|
+
font-size: 14px;
|
|
429
|
+
line-height: 22px;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
432
|
+
height: 34px !important;
|
|
433
|
+
}
|
|
434
|
+
.e-bigger .e-left-btn:disabled {
|
|
435
|
+
color: #adadad !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-right-btn:disabled {
|
|
438
|
+
color: #adadad !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
441
|
+
min-width: 36px !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-height: 35px !important;
|
|
445
|
+
min-width: 35.82px !important;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
448
|
+
min-height: 35px !important;
|
|
449
|
+
min-width: 35.82px !important;
|
|
450
|
+
}
|
|
451
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
452
|
+
min-height: 35px !important;
|
|
453
|
+
min-width: 35.82px !important;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
456
|
+
height: 36px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
459
|
+
font-size: 16px !important;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-btn.e-flat {
|
|
462
|
+
line-height: 24px;
|
|
463
|
+
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-btn.e-primary {
|
|
466
|
+
padding: 6px 21px 6px 23px !important;
|
|
265
467
|
}
|
|
266
468
|
|
|
267
469
|
.e-gantt {
|
|
@@ -416,9 +618,11 @@
|
|
|
416
618
|
position: absolute;
|
|
417
619
|
}
|
|
418
620
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
621
|
+
height: 100%;
|
|
419
622
|
position: absolute;
|
|
420
623
|
}
|
|
421
624
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
625
|
+
height: 100%;
|
|
422
626
|
position: absolute;
|
|
423
627
|
}
|
|
424
628
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -667,37 +871,35 @@
|
|
|
667
871
|
cursor: col-resize;
|
|
668
872
|
}
|
|
669
873
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
670
|
-
border-style: solid;
|
|
671
874
|
border-width: 1px;
|
|
672
875
|
box-sizing: content-box;
|
|
673
876
|
cursor: col-resize;
|
|
674
877
|
height: 2px;
|
|
675
878
|
position: absolute;
|
|
676
879
|
top: 7px;
|
|
677
|
-
width: 12px;
|
|
678
880
|
}
|
|
679
881
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
680
882
|
border-bottom-style: solid;
|
|
681
|
-
border-bottom-width:
|
|
883
|
+
border-bottom-width: 8px;
|
|
682
884
|
border-left: 7px solid transparent;
|
|
683
885
|
border-right: 7px solid transparent;
|
|
684
886
|
cursor: col-resize;
|
|
685
887
|
height: 0;
|
|
686
|
-
left:
|
|
888
|
+
left: 0;
|
|
687
889
|
position: absolute;
|
|
688
890
|
top: -7px;
|
|
689
891
|
width: 0;
|
|
690
892
|
}
|
|
691
893
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
692
894
|
border-bottom-style: solid;
|
|
693
|
-
border-bottom-width:
|
|
895
|
+
border-bottom-width: 8px;
|
|
694
896
|
border-left: 6px solid transparent;
|
|
695
897
|
border-right: 6px solid transparent;
|
|
696
898
|
cursor: col-resize;
|
|
697
899
|
height: 0;
|
|
698
|
-
left:
|
|
900
|
+
left: 1px;
|
|
699
901
|
position: absolute;
|
|
700
|
-
top: -
|
|
902
|
+
top: -7px;
|
|
701
903
|
width: 0;
|
|
702
904
|
}
|
|
703
905
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1124,6 +1326,10 @@
|
|
|
1124
1326
|
height: 100%;
|
|
1125
1327
|
}
|
|
1126
1328
|
|
|
1329
|
+
.e-predecessor-tooltip {
|
|
1330
|
+
visibility: hidden;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1127
1333
|
/*! Gantt theme */
|
|
1128
1334
|
.e-gantt .e-gantt-splitter {
|
|
1129
1335
|
border-color: #484848;
|
|
@@ -1341,7 +1547,7 @@
|
|
|
1341
1547
|
}
|
|
1342
1548
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1343
1549
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1344
|
-
background-color: #
|
|
1550
|
+
background-color: #21527d;
|
|
1345
1551
|
border-color: #1a1a1a;
|
|
1346
1552
|
}
|
|
1347
1553
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|