@syncfusion/ej2-gantt 20.1.51 → 20.1.56
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 +27 -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 +37 -10
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +37 -10
- 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 +18 -18
- package/src/gantt/actions/edit.js +3 -0
- package/src/gantt/actions/filter.js +1 -1
- package/src/gantt/actions/pdf-export.js +1 -1
- package/src/gantt/base/gantt-chart.js +1 -1
- package/src/gantt/base/gantt.js +3 -0
- package/src/gantt/base/task-processor.js +1 -1
- package/src/gantt/export/pdf-taskbar.js +26 -5
- package/src/gantt/renderer/chart-rows.js +1 -1
- package/styles/bootstrap-dark.css +45 -368
- package/styles/bootstrap.css +46 -374
- package/styles/bootstrap4.css +56 -422
- package/styles/bootstrap5-dark.css +46 -369
- package/styles/bootstrap5.css +46 -369
- package/styles/fabric-dark.css +46 -367
- package/styles/fabric.css +48 -369
- package/styles/fluent-dark.css +45 -367
- package/styles/fluent.css +45 -367
- package/styles/gantt/bootstrap-dark.css +45 -368
- package/styles/gantt/bootstrap.css +46 -374
- package/styles/gantt/bootstrap4.css +56 -422
- package/styles/gantt/bootstrap5-dark.css +46 -369
- package/styles/gantt/bootstrap5.css +46 -369
- package/styles/gantt/fabric-dark.css +46 -367
- package/styles/gantt/fabric.css +48 -369
- package/styles/gantt/fluent-dark.css +45 -367
- package/styles/gantt/fluent.css +45 -367
- package/styles/gantt/highcontrast-light.css +21 -353
- package/styles/gantt/highcontrast.css +48 -403
- package/styles/gantt/material-dark.css +42 -360
- package/styles/gantt/material.css +43 -362
- package/styles/gantt/tailwind-dark.css +41 -359
- package/styles/gantt/tailwind.css +41 -359
- package/styles/highcontrast-light.css +21 -353
- package/styles/highcontrast.css +48 -403
- package/styles/material-dark.css +42 -360
- package/styles/material.css +43 -362
- package/styles/tailwind-dark.css +41 -359
- package/styles/tailwind.css +41 -359
package/styles/material-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
@@ -114,7 +115,6 @@
|
|
|
114
115
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
|
-
|
|
118
118
|
@keyframes tbar-alt-popup-shadow {
|
|
119
119
|
0% {
|
|
120
120
|
border-color: rgba(0, 0, 0, 0.12);
|
|
@@ -124,7 +124,6 @@
|
|
|
124
124
|
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
|
|
128
127
|
@keyframes hscroll-alt-popup-shadow {
|
|
129
128
|
0% {
|
|
130
129
|
border-color: rgba(0, 0, 0, 0.12);
|
|
@@ -134,14 +133,12 @@
|
|
|
134
133
|
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
135
134
|
}
|
|
136
135
|
}
|
|
137
|
-
|
|
138
136
|
@keyframes e-input-ripple {
|
|
139
137
|
100% {
|
|
140
138
|
opacity: 0;
|
|
141
139
|
transform: scale(4);
|
|
142
140
|
}
|
|
143
141
|
}
|
|
144
|
-
|
|
145
142
|
@keyframes material-spinner-rotate {
|
|
146
143
|
0% {
|
|
147
144
|
transform: rotate(0deg);
|
|
@@ -150,7 +147,6 @@
|
|
|
150
147
|
transform: rotate(360deg);
|
|
151
148
|
}
|
|
152
149
|
}
|
|
153
|
-
|
|
154
150
|
@keyframes fabric-spinner-rotate {
|
|
155
151
|
0% {
|
|
156
152
|
transform: rotate(0deg);
|
|
@@ -159,138 +155,107 @@
|
|
|
159
155
|
transform: rotate(360deg);
|
|
160
156
|
}
|
|
161
157
|
}
|
|
162
|
-
|
|
163
158
|
.e-gantt .e-add::before {
|
|
164
|
-
content:
|
|
159
|
+
content: "\e7f9";
|
|
165
160
|
}
|
|
166
|
-
|
|
167
161
|
.e-gantt .e-edit::before {
|
|
168
|
-
content:
|
|
162
|
+
content: "\e81e";
|
|
169
163
|
}
|
|
170
|
-
|
|
171
164
|
.e-gantt .e-delete::before {
|
|
172
|
-
content:
|
|
165
|
+
content: "\e84e";
|
|
173
166
|
}
|
|
174
|
-
|
|
175
167
|
.e-gantt .e-cancel::before {
|
|
176
|
-
content:
|
|
168
|
+
content: "\e825";
|
|
177
169
|
}
|
|
178
|
-
|
|
179
170
|
.e-gantt .e-save::before {
|
|
180
|
-
content:
|
|
171
|
+
content: "\e98e";
|
|
181
172
|
}
|
|
182
|
-
|
|
183
173
|
.e-gantt .e-update::before {
|
|
184
|
-
content:
|
|
174
|
+
content: "\e735";
|
|
185
175
|
}
|
|
186
|
-
|
|
187
176
|
.e-gantt .e-search-icon::before {
|
|
188
|
-
content:
|
|
177
|
+
content: "\e993";
|
|
189
178
|
}
|
|
190
|
-
|
|
191
179
|
.e-gantt .e-cancel-icon::before {
|
|
192
|
-
content:
|
|
180
|
+
content: "\e825";
|
|
193
181
|
}
|
|
194
|
-
|
|
195
182
|
.e-gantt .e-notes-info::before {
|
|
196
|
-
content:
|
|
183
|
+
content: "🛈";
|
|
197
184
|
}
|
|
198
|
-
|
|
199
185
|
.e-gantt .e-left-resize-gripper::before,
|
|
200
186
|
.e-gantt .e-right-resize-gripper::before {
|
|
201
|
-
content:
|
|
187
|
+
content: "\ec16";
|
|
202
188
|
}
|
|
203
|
-
|
|
204
189
|
.e-gantt .e-expandall::before {
|
|
205
|
-
content:
|
|
190
|
+
content: "\e556";
|
|
206
191
|
}
|
|
207
|
-
|
|
208
192
|
.e-gantt .e-collapseall::before {
|
|
209
|
-
content:
|
|
193
|
+
content: "\e554";
|
|
210
194
|
}
|
|
211
|
-
|
|
212
195
|
.e-gantt .e-prevtimespan::before {
|
|
213
|
-
content:
|
|
196
|
+
content: "\e85b";
|
|
214
197
|
}
|
|
215
|
-
|
|
216
198
|
.e-gantt .e-nexttimespan::before {
|
|
217
|
-
content:
|
|
199
|
+
content: "\e85f";
|
|
218
200
|
}
|
|
219
|
-
|
|
220
201
|
.e-gantt .e-zoomin::before {
|
|
221
|
-
content:
|
|
202
|
+
content: "\e349";
|
|
222
203
|
}
|
|
223
|
-
|
|
224
204
|
.e-gantt .e-zoomout::before {
|
|
225
|
-
content:
|
|
205
|
+
content: "\e351";
|
|
226
206
|
}
|
|
227
|
-
|
|
228
207
|
.e-gantt .e-zoomtofit::before {
|
|
229
|
-
content:
|
|
208
|
+
content: "\e657";
|
|
230
209
|
}
|
|
231
|
-
|
|
232
210
|
.e-gantt .e-csvexport::before {
|
|
233
|
-
content:
|
|
211
|
+
content: "\e241";
|
|
234
212
|
}
|
|
235
|
-
|
|
236
213
|
.e-gantt .e-excelexport::before {
|
|
237
|
-
content:
|
|
214
|
+
content: "\e242";
|
|
238
215
|
}
|
|
239
|
-
|
|
240
216
|
.e-gantt .e-pdfexport::before {
|
|
241
|
-
content:
|
|
217
|
+
content: "\e240";
|
|
242
218
|
}
|
|
243
|
-
|
|
244
219
|
.e-gantt .e-indent::before {
|
|
245
|
-
content:
|
|
220
|
+
content: "\e33f";
|
|
246
221
|
}
|
|
247
|
-
|
|
248
222
|
.e-gantt .e-outdent::before {
|
|
249
|
-
content:
|
|
223
|
+
content: "\e35d";
|
|
250
224
|
}
|
|
251
|
-
|
|
252
225
|
.e-gantt .e-add-above::before {
|
|
253
|
-
content:
|
|
226
|
+
content: "\e658";
|
|
254
227
|
}
|
|
255
|
-
|
|
256
228
|
.e-gantt .e-add-below::before {
|
|
257
|
-
content:
|
|
229
|
+
content: "\e659";
|
|
258
230
|
}
|
|
259
231
|
|
|
260
232
|
.e-gantt.e-device .e-backarrowspan::before,
|
|
261
233
|
.e-gantt.e-device .e-icon-dlg-close::before {
|
|
262
|
-
content:
|
|
234
|
+
content: "\e85b";
|
|
263
235
|
}
|
|
264
|
-
|
|
265
236
|
.e-gantt.e-device .e-left-resize-gripper::before,
|
|
266
237
|
.e-gantt.e-device .e-right-resize-gripper::before {
|
|
267
|
-
content:
|
|
238
|
+
content: "\e903";
|
|
268
239
|
}
|
|
269
240
|
|
|
270
241
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
271
242
|
height: 64px;
|
|
272
243
|
}
|
|
273
|
-
|
|
274
244
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
275
245
|
height: 32px;
|
|
276
246
|
}
|
|
277
|
-
|
|
278
247
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
279
248
|
height: 63px !important;
|
|
280
249
|
}
|
|
281
|
-
|
|
282
250
|
.e-bigger .e-columnmenu {
|
|
283
251
|
top: 38px;
|
|
284
252
|
}
|
|
285
|
-
|
|
286
253
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
287
254
|
padding: 16px 18px 0 18px;
|
|
288
255
|
}
|
|
289
|
-
|
|
290
256
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
291
257
|
padding: 16px 18px 0 0;
|
|
292
258
|
}
|
|
293
|
-
|
|
294
259
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
295
260
|
padding: 16px 18px 0 0;
|
|
296
261
|
}
|
|
@@ -299,16 +264,13 @@
|
|
|
299
264
|
display: block;
|
|
300
265
|
width: 100%;
|
|
301
266
|
}
|
|
302
|
-
|
|
303
267
|
.e-gantt .e-cloneproperties {
|
|
304
268
|
padding: 4px 5px;
|
|
305
269
|
}
|
|
306
|
-
|
|
307
270
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
308
271
|
left: -5px;
|
|
309
272
|
position: relative;
|
|
310
273
|
}
|
|
311
|
-
|
|
312
274
|
.e-gantt .e-cloneproperties {
|
|
313
275
|
border-style: solid;
|
|
314
276
|
border-width: 1px;
|
|
@@ -326,127 +288,101 @@
|
|
|
326
288
|
white-space: nowrap;
|
|
327
289
|
z-index: 100;
|
|
328
290
|
}
|
|
329
|
-
|
|
330
291
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
331
292
|
border-spacing: 0;
|
|
332
293
|
font-size: 12px;
|
|
333
294
|
font-weight: normal;
|
|
334
295
|
overflow: visible;
|
|
335
296
|
}
|
|
336
|
-
|
|
337
297
|
.e-gantt .e-cloneproperties .e-bothganttlines {
|
|
338
298
|
border-width: 1px 0 0 1px;
|
|
339
299
|
}
|
|
340
|
-
|
|
341
300
|
.e-gantt .e-draganddrop {
|
|
342
301
|
border-width: 0 1px 1px;
|
|
343
302
|
font-weight: normal;
|
|
344
303
|
padding: 0;
|
|
345
304
|
}
|
|
346
|
-
|
|
347
305
|
.e-gantt .e-draganddrop .e-rowcell {
|
|
348
|
-
opacity: .95;
|
|
306
|
+
opacity: 0.95;
|
|
349
307
|
}
|
|
350
|
-
|
|
351
308
|
.e-gantt .e-cloneproperties.e-draganddrop table {
|
|
352
309
|
border-spacing: 0;
|
|
353
310
|
}
|
|
354
|
-
|
|
355
311
|
.e-gantt .e-icons.e-errorelem {
|
|
356
312
|
display: inline-block;
|
|
357
313
|
padding-left: 10px;
|
|
358
314
|
vertical-align: middle;
|
|
359
315
|
}
|
|
360
|
-
|
|
361
316
|
.e-gantt .e-errorelem::before {
|
|
362
317
|
color: #e3165b;
|
|
363
|
-
content:
|
|
318
|
+
content: "\e22a";
|
|
364
319
|
transform: rotate(180deg);
|
|
365
320
|
}
|
|
366
|
-
|
|
367
|
-
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
|
|
368
|
-
.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
321
|
+
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
369
322
|
border-bottom: 0;
|
|
370
323
|
border-right: 1px solid #616161;
|
|
371
324
|
border-top: 1px solid #616161;
|
|
372
325
|
}
|
|
373
|
-
|
|
374
326
|
.e-gantt .e-gantt-toolbar {
|
|
375
327
|
border-bottom-left-radius: 0;
|
|
376
328
|
border-bottom-right-radius: 0;
|
|
377
329
|
border-style: solid;
|
|
378
330
|
border-width: 1px 1px 0;
|
|
379
331
|
}
|
|
380
|
-
|
|
381
332
|
.e-gantt .e-flmenu-valuediv {
|
|
382
333
|
padding-top: 24px;
|
|
383
334
|
}
|
|
384
|
-
|
|
385
335
|
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
|
386
336
|
margin: 0;
|
|
387
337
|
}
|
|
388
|
-
|
|
389
338
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
390
339
|
overflow: hidden !important;
|
|
391
340
|
}
|
|
392
|
-
|
|
393
341
|
.e-gantt .e-temp-content {
|
|
394
342
|
border-left: 1px solid;
|
|
395
343
|
}
|
|
396
|
-
|
|
397
344
|
.e-gantt .e-tab {
|
|
398
345
|
border: 0;
|
|
399
346
|
}
|
|
400
|
-
|
|
401
347
|
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
402
348
|
border-color: transparent;
|
|
403
349
|
}
|
|
404
|
-
|
|
405
350
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
406
351
|
border-width: 0;
|
|
407
352
|
}
|
|
408
|
-
|
|
409
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
410
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
411
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
412
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-
|
|
413
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
353
|
+
.e-gantt .e-gantt-tree-grid-pane .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),
|
|
354
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
355
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
356
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
357
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
414
358
|
background-color: transparent;
|
|
415
359
|
}
|
|
416
|
-
|
|
417
360
|
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
|
|
418
361
|
border-bottom-style: solid;
|
|
419
362
|
border-bottom-width: 1px;
|
|
420
363
|
height: 45px;
|
|
421
364
|
}
|
|
422
|
-
|
|
423
365
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
424
366
|
border-right-width: 0 !important;
|
|
425
367
|
}
|
|
426
|
-
|
|
427
368
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
428
369
|
border-top-style: none;
|
|
429
370
|
border-top-width: 0;
|
|
430
371
|
padding-right: 0 !important;
|
|
431
372
|
}
|
|
432
|
-
|
|
433
373
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
434
374
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
435
375
|
height: 63px !important;
|
|
436
376
|
}
|
|
437
|
-
|
|
438
377
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
439
378
|
overflow-x: scroll !important;
|
|
440
379
|
}
|
|
441
|
-
|
|
442
380
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
443
381
|
width: calc(100% + 17px);
|
|
444
382
|
}
|
|
445
|
-
|
|
446
383
|
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
|
|
447
384
|
text-align: center;
|
|
448
385
|
}
|
|
449
|
-
|
|
450
386
|
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
|
|
451
387
|
display: inline-block;
|
|
452
388
|
font-size: 18px;
|
|
@@ -454,41 +390,33 @@
|
|
|
454
390
|
line-height: 10px;
|
|
455
391
|
vertical-align: middle;
|
|
456
392
|
}
|
|
457
|
-
|
|
458
393
|
.e-gantt .e-gantt-chart {
|
|
459
394
|
height: 100%;
|
|
460
395
|
overflow: hidden;
|
|
461
396
|
position: relative;
|
|
462
397
|
width: 100%;
|
|
463
398
|
}
|
|
464
|
-
|
|
465
399
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
466
400
|
border-right: 0 solid;
|
|
467
401
|
}
|
|
468
|
-
|
|
469
402
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
470
403
|
-webkit-overflow-scrolling: touch;
|
|
471
404
|
overflow-x: scroll;
|
|
472
405
|
overflow-y: auto;
|
|
473
406
|
position: relative;
|
|
474
407
|
}
|
|
475
|
-
|
|
476
408
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
|
|
477
409
|
position: absolute;
|
|
478
410
|
}
|
|
479
|
-
|
|
480
411
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
|
|
481
412
|
position: absolute;
|
|
482
413
|
}
|
|
483
|
-
|
|
484
414
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
485
415
|
position: absolute;
|
|
486
416
|
}
|
|
487
|
-
|
|
488
417
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
489
418
|
position: absolute;
|
|
490
419
|
}
|
|
491
|
-
|
|
492
420
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
493
421
|
border-bottom-style: solid;
|
|
494
422
|
border-right-width: 0;
|
|
@@ -496,12 +424,10 @@
|
|
|
496
424
|
position: relative;
|
|
497
425
|
z-index: 6;
|
|
498
426
|
}
|
|
499
|
-
|
|
500
427
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
501
428
|
border-left: 0;
|
|
502
429
|
padding: 0 3px;
|
|
503
430
|
}
|
|
504
|
-
|
|
505
431
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
506
432
|
border-collapse: collapse;
|
|
507
433
|
border-spacing: 0;
|
|
@@ -510,7 +436,6 @@
|
|
|
510
436
|
margin: 0;
|
|
511
437
|
padding: 0;
|
|
512
438
|
}
|
|
513
|
-
|
|
514
439
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
515
440
|
border-collapse: collapse;
|
|
516
441
|
box-sizing: border-box;
|
|
@@ -518,12 +443,10 @@
|
|
|
518
443
|
transform: scale(1);
|
|
519
444
|
white-space: nowrap;
|
|
520
445
|
}
|
|
521
|
-
|
|
522
446
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
523
447
|
display: -ms-inline-flexbox;
|
|
524
448
|
display: inline-flex;
|
|
525
449
|
}
|
|
526
|
-
|
|
527
450
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
528
451
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
529
452
|
border-spacing: 0;
|
|
@@ -544,7 +467,6 @@
|
|
|
544
467
|
user-select: none;
|
|
545
468
|
white-space: nowrap;
|
|
546
469
|
}
|
|
547
|
-
|
|
548
470
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
|
|
549
471
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
|
|
550
472
|
box-sizing: border-box;
|
|
@@ -554,13 +476,11 @@
|
|
|
554
476
|
text-overflow: ellipsis;
|
|
555
477
|
white-space: nowrap;
|
|
556
478
|
}
|
|
557
|
-
|
|
558
479
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
559
480
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
560
481
|
padding-left: 8px;
|
|
561
482
|
text-align: left;
|
|
562
483
|
}
|
|
563
|
-
|
|
564
484
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
565
485
|
border-bottom-style: solid;
|
|
566
486
|
border-bottom-width: 1px;
|
|
@@ -568,37 +488,30 @@
|
|
|
568
488
|
border-spacing: 0;
|
|
569
489
|
box-sizing: border-box;
|
|
570
490
|
}
|
|
571
|
-
|
|
572
491
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
573
492
|
border-spacing: 0;
|
|
574
493
|
}
|
|
575
|
-
|
|
576
494
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
577
495
|
border-top-color: transparent;
|
|
578
496
|
}
|
|
579
|
-
|
|
580
497
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
581
498
|
border-collapse: separate;
|
|
582
499
|
border-style: solid;
|
|
583
500
|
border-width: 1px 0 0;
|
|
584
501
|
}
|
|
585
|
-
|
|
586
502
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
|
|
587
503
|
font-size: 0;
|
|
588
504
|
padding: 0;
|
|
589
505
|
}
|
|
590
|
-
|
|
591
506
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
|
|
592
507
|
border-bottom-width: 1px;
|
|
593
508
|
}
|
|
594
|
-
|
|
595
509
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
596
510
|
border-right-style: solid;
|
|
597
511
|
border-right-width: 1px;
|
|
598
512
|
height: 100%;
|
|
599
513
|
position: absolute;
|
|
600
514
|
}
|
|
601
|
-
|
|
602
515
|
.e-gantt .e-gantt-chart .e-taskbar-main-container {
|
|
603
516
|
cursor: move;
|
|
604
517
|
display: inline-block;
|
|
@@ -606,7 +519,6 @@
|
|
|
606
519
|
vertical-align: middle;
|
|
607
520
|
z-index: 3;
|
|
608
521
|
}
|
|
609
|
-
|
|
610
522
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
611
523
|
-ms-flex-align: center;
|
|
612
524
|
align-items: center;
|
|
@@ -618,7 +530,6 @@
|
|
|
618
530
|
text-overflow: ellipsis;
|
|
619
531
|
white-space: nowrap;
|
|
620
532
|
}
|
|
621
|
-
|
|
622
533
|
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
|
|
623
534
|
-ms-flex-align: center;
|
|
624
535
|
align-items: center;
|
|
@@ -631,16 +542,13 @@
|
|
|
631
542
|
text-overflow: ellipsis;
|
|
632
543
|
white-space: nowrap;
|
|
633
544
|
}
|
|
634
|
-
|
|
635
545
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
636
546
|
display: inline-block;
|
|
637
547
|
}
|
|
638
|
-
|
|
639
548
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
640
549
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
641
550
|
overflow: hidden;
|
|
642
551
|
}
|
|
643
|
-
|
|
644
552
|
.e-gantt .e-gantt-chart .e-left-label-inner-div {
|
|
645
553
|
-ms-flex-align: center;
|
|
646
554
|
align-items: center;
|
|
@@ -650,21 +558,18 @@
|
|
|
650
558
|
justify-content: flex-end;
|
|
651
559
|
width: 100%;
|
|
652
560
|
}
|
|
653
|
-
|
|
654
561
|
.e-gantt .e-gantt-chart .e-label {
|
|
655
562
|
margin: 3px;
|
|
656
563
|
overflow: hidden;
|
|
657
564
|
text-overflow: ellipsis;
|
|
658
565
|
white-space: nowrap;
|
|
659
566
|
}
|
|
660
|
-
|
|
661
567
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
662
568
|
background-color: transparent;
|
|
663
569
|
display: inline-block;
|
|
664
570
|
margin: 0;
|
|
665
571
|
position: absolute;
|
|
666
572
|
}
|
|
667
|
-
|
|
668
573
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
669
574
|
-ms-flex-align: center;
|
|
670
575
|
align-items: center;
|
|
@@ -674,7 +579,6 @@
|
|
|
674
579
|
outline: none;
|
|
675
580
|
overflow: hidden;
|
|
676
581
|
}
|
|
677
|
-
|
|
678
582
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
679
583
|
display: inline-block;
|
|
680
584
|
font-size: 13px;
|
|
@@ -683,7 +587,6 @@
|
|
|
683
587
|
position: absolute;
|
|
684
588
|
text-overflow: ellipsis;
|
|
685
589
|
}
|
|
686
|
-
|
|
687
590
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
|
|
688
591
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
|
|
689
592
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
|
|
@@ -694,18 +597,15 @@
|
|
|
694
597
|
display: inline-block;
|
|
695
598
|
width: 100%;
|
|
696
599
|
}
|
|
697
|
-
|
|
698
600
|
.e-gantt .e-gantt-chart .e-manualparent-main-container {
|
|
699
601
|
background-color: transparent;
|
|
700
602
|
cursor: move;
|
|
701
603
|
margin-top: -5px;
|
|
702
604
|
position: absolute;
|
|
703
605
|
}
|
|
704
|
-
|
|
705
606
|
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
|
|
706
607
|
margin-top: 3px;
|
|
707
608
|
}
|
|
708
|
-
|
|
709
609
|
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
|
|
710
610
|
border-color: #a9a9a9;
|
|
711
611
|
border-top-style: dotted;
|
|
@@ -717,7 +617,6 @@
|
|
|
717
617
|
top: 50%;
|
|
718
618
|
width: 98%;
|
|
719
619
|
}
|
|
720
|
-
|
|
721
620
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
722
621
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
723
622
|
border-spacing: 0;
|
|
@@ -727,28 +626,23 @@
|
|
|
727
626
|
padding: 0;
|
|
728
627
|
z-index: 3;
|
|
729
628
|
}
|
|
730
|
-
|
|
731
629
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
732
630
|
z-index: 3;
|
|
733
631
|
}
|
|
734
|
-
|
|
735
632
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
|
|
736
633
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
737
634
|
box-sizing: border-box;
|
|
738
635
|
text-align: right;
|
|
739
636
|
}
|
|
740
|
-
|
|
741
637
|
.e-gantt .e-gantt-chart .e-chart-scroll-container,
|
|
742
638
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
743
639
|
-webkit-user-select: none;
|
|
744
640
|
-ms-user-select: none;
|
|
745
641
|
user-select: none;
|
|
746
642
|
}
|
|
747
|
-
|
|
748
643
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
749
644
|
line-height: initial;
|
|
750
645
|
}
|
|
751
|
-
|
|
752
646
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
753
647
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
754
648
|
display: inline-block;
|
|
@@ -757,7 +651,6 @@
|
|
|
757
651
|
width: 10px;
|
|
758
652
|
z-index: 4;
|
|
759
653
|
}
|
|
760
|
-
|
|
761
654
|
.e-gantt .e-gantt-chart .e-child-progress-resizer {
|
|
762
655
|
display: inline-block;
|
|
763
656
|
height: 15px;
|
|
@@ -766,11 +659,9 @@
|
|
|
766
659
|
width: 20px;
|
|
767
660
|
z-index: 5;
|
|
768
661
|
}
|
|
769
|
-
|
|
770
662
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
|
|
771
663
|
cursor: col-resize;
|
|
772
664
|
}
|
|
773
|
-
|
|
774
665
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
775
666
|
border-style: solid;
|
|
776
667
|
border-width: 1px;
|
|
@@ -781,7 +672,6 @@
|
|
|
781
672
|
top: 7px;
|
|
782
673
|
width: 12px;
|
|
783
674
|
}
|
|
784
|
-
|
|
785
675
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
786
676
|
border-bottom-style: solid;
|
|
787
677
|
border-bottom-width: 6px;
|
|
@@ -794,7 +684,6 @@
|
|
|
794
684
|
top: -7px;
|
|
795
685
|
width: 0;
|
|
796
686
|
}
|
|
797
|
-
|
|
798
687
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
799
688
|
border-bottom-style: solid;
|
|
800
689
|
border-bottom-width: 6px;
|
|
@@ -807,21 +696,18 @@
|
|
|
807
696
|
top: -6px;
|
|
808
697
|
width: 0;
|
|
809
698
|
}
|
|
810
|
-
|
|
811
699
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
812
700
|
border-radius: 2px;
|
|
813
701
|
box-sizing: border-box;
|
|
814
702
|
position: absolute;
|
|
815
703
|
z-index: 2;
|
|
816
704
|
}
|
|
817
|
-
|
|
818
705
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
819
706
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
820
707
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
821
708
|
border-style: none solid solid;
|
|
822
709
|
border-top: 0;
|
|
823
710
|
}
|
|
824
|
-
|
|
825
711
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
826
712
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
827
713
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
@@ -831,19 +717,16 @@
|
|
|
831
717
|
border-left-color: transparent;
|
|
832
718
|
border-right-color: transparent;
|
|
833
719
|
}
|
|
834
|
-
|
|
835
720
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
836
721
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
|
|
837
722
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
838
723
|
border-bottom: 0;
|
|
839
724
|
border-style: solid solid none;
|
|
840
725
|
}
|
|
841
|
-
|
|
842
726
|
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
843
727
|
position: absolute;
|
|
844
728
|
z-index: 2;
|
|
845
729
|
}
|
|
846
|
-
|
|
847
730
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
848
731
|
display: inline;
|
|
849
732
|
font-weight: normal;
|
|
@@ -854,11 +737,9 @@
|
|
|
854
737
|
vertical-align: middle;
|
|
855
738
|
white-space: nowrap;
|
|
856
739
|
}
|
|
857
|
-
|
|
858
740
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
859
741
|
overflow: hidden;
|
|
860
742
|
}
|
|
861
|
-
|
|
862
743
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
863
744
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
864
745
|
-ms-flex-align: center;
|
|
@@ -867,44 +748,37 @@
|
|
|
867
748
|
display: -ms-inline-flexbox;
|
|
868
749
|
display: inline-flex;
|
|
869
750
|
}
|
|
870
|
-
|
|
871
751
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
872
752
|
display: inline-block;
|
|
873
753
|
position: absolute;
|
|
874
754
|
}
|
|
875
|
-
|
|
876
755
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
877
756
|
position: absolute;
|
|
878
757
|
transform: rotate(-90deg);
|
|
879
758
|
white-space: nowrap;
|
|
880
759
|
width: 0;
|
|
881
760
|
}
|
|
882
|
-
|
|
883
761
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
884
762
|
display: inline-block;
|
|
885
763
|
position: absolute;
|
|
886
764
|
z-index: 0;
|
|
887
765
|
}
|
|
888
|
-
|
|
889
766
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
|
|
890
767
|
border-bottom-left-radius: 2px;
|
|
891
768
|
border-top-left-radius: 2px;
|
|
892
769
|
position: absolute;
|
|
893
770
|
}
|
|
894
|
-
|
|
895
771
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
|
|
896
772
|
border-bottom-right-radius: 2px;
|
|
897
773
|
border-top-right-radius: 2px;
|
|
898
774
|
position: absolute;
|
|
899
775
|
}
|
|
900
|
-
|
|
901
776
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
902
777
|
border-left: 1px dashed;
|
|
903
778
|
position: absolute;
|
|
904
779
|
width: 1px;
|
|
905
780
|
z-index: 2;
|
|
906
781
|
}
|
|
907
|
-
|
|
908
782
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
909
783
|
border-radius: 3px;
|
|
910
784
|
font-weight: 500;
|
|
@@ -918,7 +792,6 @@
|
|
|
918
792
|
width: auto;
|
|
919
793
|
z-index: 2;
|
|
920
794
|
}
|
|
921
|
-
|
|
922
795
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
923
796
|
border-bottom: 5px solid transparent;
|
|
924
797
|
border-right: 5px solid;
|
|
@@ -928,52 +801,42 @@
|
|
|
928
801
|
top: 60px;
|
|
929
802
|
width: 0;
|
|
930
803
|
}
|
|
931
|
-
|
|
932
804
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
933
805
|
border-radius: 0;
|
|
934
806
|
border-style: none;
|
|
935
807
|
display: inline-block;
|
|
936
808
|
}
|
|
937
|
-
|
|
938
809
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
939
810
|
border-left-style: solid;
|
|
940
811
|
border-left-width: 10px;
|
|
941
812
|
}
|
|
942
|
-
|
|
943
813
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
944
814
|
border-right-style: solid;
|
|
945
815
|
border-right-width: 10px;
|
|
946
816
|
}
|
|
947
|
-
|
|
948
817
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
|
|
949
818
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
950
819
|
border-bottom: 5px solid transparent;
|
|
951
820
|
border-top: 5px solid transparent;
|
|
952
821
|
}
|
|
953
|
-
|
|
954
822
|
.e-gantt .e-gantt-chart .e-connector-line-container {
|
|
955
823
|
z-index: 5;
|
|
956
824
|
}
|
|
957
|
-
|
|
958
825
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
959
826
|
z-index: 1;
|
|
960
827
|
}
|
|
961
|
-
|
|
962
828
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
963
829
|
outline: 1px solid;
|
|
964
830
|
}
|
|
965
|
-
|
|
966
831
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
967
832
|
z-index: 100;
|
|
968
833
|
}
|
|
969
|
-
|
|
970
834
|
.e-gantt .e-gantt-chart .e-connectortouchpoint {
|
|
971
835
|
background-color: transparent;
|
|
972
836
|
display: block;
|
|
973
837
|
position: absolute;
|
|
974
838
|
z-index: 5;
|
|
975
839
|
}
|
|
976
|
-
|
|
977
840
|
.e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
978
841
|
.e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
979
842
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
@@ -982,7 +845,6 @@
|
|
|
982
845
|
display: inline-block;
|
|
983
846
|
position: absolute;
|
|
984
847
|
}
|
|
985
|
-
|
|
986
848
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
987
849
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
988
850
|
border-style: solid;
|
|
@@ -991,11 +853,9 @@
|
|
|
991
853
|
cursor: pointer;
|
|
992
854
|
display: inline-block;
|
|
993
855
|
}
|
|
994
|
-
|
|
995
856
|
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
996
857
|
cursor: no-drop;
|
|
997
858
|
}
|
|
998
|
-
|
|
999
859
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
|
|
1000
860
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1001
861
|
background-color: #989A9C;
|
|
@@ -1007,29 +867,24 @@
|
|
|
1007
867
|
position: absolute;
|
|
1008
868
|
width: 10px;
|
|
1009
869
|
}
|
|
1010
|
-
|
|
1011
870
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
|
|
1012
871
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1013
872
|
border-bottom-color: #989A9C;
|
|
1014
873
|
}
|
|
1015
|
-
|
|
1016
874
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1017
875
|
cursor: e-resize;
|
|
1018
876
|
margin-left: -8px;
|
|
1019
877
|
}
|
|
1020
|
-
|
|
1021
878
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
|
|
1022
879
|
margin-left: 0;
|
|
1023
880
|
}
|
|
1024
|
-
|
|
1025
881
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
|
|
1026
882
|
background: #989A9C;
|
|
1027
883
|
margin-top: 3px;
|
|
1028
884
|
position: absolute;
|
|
1029
885
|
}
|
|
1030
|
-
|
|
1031
886
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1032
|
-
font-family:
|
|
887
|
+
font-family: "e-icons";
|
|
1033
888
|
font-size: 13px;
|
|
1034
889
|
font-style: normal;
|
|
1035
890
|
font-variant: normal;
|
|
@@ -1038,7 +893,6 @@
|
|
|
1038
893
|
text-transform: none;
|
|
1039
894
|
vertical-align: middle;
|
|
1040
895
|
}
|
|
1041
|
-
|
|
1042
896
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1043
897
|
outline: 1px solid;
|
|
1044
898
|
outline-offset: 2px;
|
|
@@ -1047,11 +901,9 @@
|
|
|
1047
901
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1048
902
|
padding-left: 0px;
|
|
1049
903
|
}
|
|
1050
|
-
|
|
1051
904
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1052
905
|
display: block;
|
|
1053
906
|
}
|
|
1054
|
-
|
|
1055
907
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1056
908
|
border-style: solid;
|
|
1057
909
|
border-width: 0px;
|
|
@@ -1064,96 +916,75 @@
|
|
|
1064
916
|
.e-gantt-dialog {
|
|
1065
917
|
border: 0;
|
|
1066
918
|
}
|
|
1067
|
-
|
|
1068
919
|
.e-gantt-dialog .e-gridform .e-table {
|
|
1069
920
|
border-spacing: 0;
|
|
1070
921
|
}
|
|
1071
|
-
|
|
1072
922
|
.e-gantt-dialog .e-item {
|
|
1073
923
|
height: 241px;
|
|
1074
924
|
}
|
|
1075
|
-
|
|
1076
925
|
.e-gantt-dialog .e-dependent-div {
|
|
1077
926
|
border-bottom-width: 1px;
|
|
1078
927
|
}
|
|
1079
|
-
|
|
1080
928
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1081
929
|
opacity: initial;
|
|
1082
930
|
}
|
|
1083
|
-
|
|
1084
931
|
.e-gantt-dialog .e-toolbar {
|
|
1085
932
|
border-top-width: 0;
|
|
1086
933
|
}
|
|
1087
|
-
|
|
1088
934
|
.e-gantt-dialog .e-resource-div {
|
|
1089
935
|
border-bottom-width: 1px;
|
|
1090
936
|
}
|
|
1091
|
-
|
|
1092
937
|
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1093
938
|
border-top-width: 0;
|
|
1094
939
|
}
|
|
1095
|
-
|
|
1096
940
|
.e-gantt-dialog .e-edit-form-row {
|
|
1097
941
|
height: 241px;
|
|
1098
942
|
overflow-y: auto;
|
|
1099
943
|
}
|
|
1100
|
-
|
|
1101
944
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1102
945
|
float: left;
|
|
1103
946
|
padding: 16px 18px 0 18px;
|
|
1104
947
|
width: 50%;
|
|
1105
948
|
}
|
|
1106
|
-
|
|
1107
949
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1108
950
|
float: left;
|
|
1109
951
|
padding: 16px 16px 0 0;
|
|
1110
952
|
width: 50%;
|
|
1111
953
|
}
|
|
1112
|
-
|
|
1113
954
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1114
955
|
padding: 16px 16px 0 0;
|
|
1115
956
|
}
|
|
1116
|
-
|
|
1117
957
|
.e-gantt-dialog .e-edit-form-column {
|
|
1118
958
|
height: 75px;
|
|
1119
959
|
}
|
|
1120
|
-
|
|
1121
960
|
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1122
961
|
height: 153px;
|
|
1123
962
|
}
|
|
1124
|
-
|
|
1125
963
|
.e-gantt-dialog .e-resource-div .e-content {
|
|
1126
964
|
height: 196px;
|
|
1127
965
|
}
|
|
1128
|
-
|
|
1129
966
|
.e-gantt-dialog .e-richtexteditor {
|
|
1130
967
|
border-bottom-width: 1px;
|
|
1131
968
|
height: 241px !important;
|
|
1132
969
|
overflow: hidden;
|
|
1133
970
|
}
|
|
1134
|
-
|
|
1135
971
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1136
972
|
border-top: 0;
|
|
1137
973
|
}
|
|
1138
|
-
|
|
1139
974
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1140
975
|
border-bottom-width: 0px;
|
|
1141
976
|
height: 198px;
|
|
1142
977
|
}
|
|
1143
|
-
|
|
1144
978
|
.e-gantt-dialog > .e-dlg-content {
|
|
1145
979
|
padding: 0 !important;
|
|
1146
980
|
}
|
|
1147
|
-
|
|
1148
981
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1149
982
|
border-bottom: 0 !important;
|
|
1150
983
|
}
|
|
1151
|
-
|
|
1152
984
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1153
985
|
border-radius: 0px;
|
|
1154
986
|
padding-bottom: 4px;
|
|
1155
987
|
}
|
|
1156
|
-
|
|
1157
988
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1158
989
|
border-radius: 50%;
|
|
1159
990
|
height: auto !important;
|
|
@@ -1161,7 +992,7 @@
|
|
|
1161
992
|
}
|
|
1162
993
|
|
|
1163
994
|
.e-icon-rowselect::before {
|
|
1164
|
-
content:
|
|
995
|
+
content: "\e930";
|
|
1165
996
|
}
|
|
1166
997
|
|
|
1167
998
|
.e-ganttpopup {
|
|
@@ -1173,12 +1004,10 @@
|
|
|
1173
1004
|
user-select: none;
|
|
1174
1005
|
z-index: 99999;
|
|
1175
1006
|
}
|
|
1176
|
-
|
|
1177
1007
|
.e-ganttpopup .e-rowselect {
|
|
1178
1008
|
line-height: 18px;
|
|
1179
1009
|
text-indent: 7%;
|
|
1180
1010
|
}
|
|
1181
|
-
|
|
1182
1011
|
.e-ganttpopup span {
|
|
1183
1012
|
border: 1px solid transparent;
|
|
1184
1013
|
cursor: pointer;
|
|
@@ -1187,7 +1016,6 @@
|
|
|
1187
1016
|
padding: 4px;
|
|
1188
1017
|
width: 26px;
|
|
1189
1018
|
}
|
|
1190
|
-
|
|
1191
1019
|
.e-ganttpopup .e-content {
|
|
1192
1020
|
border-radius: 4px;
|
|
1193
1021
|
border-style: solid;
|
|
@@ -1195,18 +1023,16 @@
|
|
|
1195
1023
|
font-size: 14px;
|
|
1196
1024
|
padding: 4px;
|
|
1197
1025
|
}
|
|
1198
|
-
|
|
1199
1026
|
.e-ganttpopup .e-tail::after,
|
|
1200
1027
|
.e-ganttpopup .e-tail::before,
|
|
1201
1028
|
.e-ganttpopup .e-ganttpopup {
|
|
1202
1029
|
border: 10px solid transparent;
|
|
1203
|
-
content:
|
|
1030
|
+
content: "";
|
|
1204
1031
|
height: 0;
|
|
1205
1032
|
left: 8px;
|
|
1206
1033
|
position: absolute;
|
|
1207
1034
|
width: 0;
|
|
1208
1035
|
}
|
|
1209
|
-
|
|
1210
1036
|
.e-ganttpopup .e-downtail::after {
|
|
1211
1037
|
top: 34px;
|
|
1212
1038
|
}
|
|
@@ -1220,7 +1046,7 @@
|
|
|
1220
1046
|
}
|
|
1221
1047
|
|
|
1222
1048
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
|
-
content:
|
|
1049
|
+
content: "";
|
|
1224
1050
|
}
|
|
1225
1051
|
|
|
1226
1052
|
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
@@ -1238,74 +1064,58 @@
|
|
|
1238
1064
|
padding: 16px 18px 0 18px;
|
|
1239
1065
|
width: 100%;
|
|
1240
1066
|
}
|
|
1241
|
-
|
|
1242
1067
|
.e-gantt.e-device .e-edit-form-row {
|
|
1243
1068
|
height: auto;
|
|
1244
1069
|
}
|
|
1245
|
-
|
|
1246
1070
|
.e-gantt.e-device .e-adaptive-searchbar {
|
|
1247
1071
|
padding: 5px 10px;
|
|
1248
1072
|
width: 90%;
|
|
1249
1073
|
}
|
|
1250
|
-
|
|
1251
1074
|
.e-gantt.e-device .e-backarrowspan {
|
|
1252
1075
|
font-size: 16px;
|
|
1253
1076
|
padding: 5px 10px;
|
|
1254
1077
|
}
|
|
1255
|
-
|
|
1256
1078
|
.e-gantt.e-device .e-gantt-dialog {
|
|
1257
1079
|
max-height: none;
|
|
1258
1080
|
}
|
|
1259
|
-
|
|
1260
1081
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
|
|
1261
1082
|
float: left;
|
|
1262
1083
|
left: -4px;
|
|
1263
1084
|
}
|
|
1264
|
-
|
|
1265
1085
|
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
|
|
1266
1086
|
font-size: 16px;
|
|
1267
1087
|
}
|
|
1268
|
-
|
|
1269
1088
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
|
|
1270
1089
|
display: inline-block;
|
|
1271
1090
|
}
|
|
1272
|
-
|
|
1273
1091
|
.e-gantt.e-device .e-toolbar-item {
|
|
1274
1092
|
padding: 7px;
|
|
1275
1093
|
}
|
|
1276
|
-
|
|
1277
1094
|
.e-gantt.e-device .e-toolbar .e-icons {
|
|
1278
1095
|
font-size: 18px;
|
|
1279
1096
|
}
|
|
1280
|
-
|
|
1281
1097
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1282
1098
|
font-size: 12px;
|
|
1283
1099
|
}
|
|
1284
|
-
|
|
1285
1100
|
.e-gantt.e-device .e-right-resize-gripper,
|
|
1286
1101
|
.e-gantt.e-device .e-left-resize-gripper {
|
|
1287
1102
|
border: 7px solid;
|
|
1288
1103
|
z-index: -1;
|
|
1289
1104
|
}
|
|
1290
|
-
|
|
1291
1105
|
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1292
1106
|
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1293
1107
|
font-size: 14px;
|
|
1294
1108
|
margin-left: -7px;
|
|
1295
1109
|
}
|
|
1296
|
-
|
|
1297
1110
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1298
1111
|
height: 100%;
|
|
1299
1112
|
}
|
|
1300
|
-
|
|
1301
1113
|
.e-gantt.e-device .e-resource-div .e-content {
|
|
1302
1114
|
height: 100%;
|
|
1303
1115
|
}
|
|
1304
|
-
|
|
1305
1116
|
.e-gantt.e-device .e-richtexteditor {
|
|
1306
1117
|
height: 100%;
|
|
1307
1118
|
}
|
|
1308
|
-
|
|
1309
1119
|
.e-gantt.e-device .e-richtexteditor .e-rte-content {
|
|
1310
1120
|
height: 100%;
|
|
1311
1121
|
}
|
|
@@ -1315,63 +1125,50 @@
|
|
|
1315
1125
|
border-color: #616161;
|
|
1316
1126
|
border-radius: 0px;
|
|
1317
1127
|
}
|
|
1318
|
-
|
|
1319
1128
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1320
1129
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1321
|
-
opacity: .95;
|
|
1130
|
+
opacity: 0.95;
|
|
1322
1131
|
overflow: visible;
|
|
1323
1132
|
}
|
|
1324
|
-
|
|
1325
1133
|
.e-gantt .e-cloneproperties {
|
|
1326
1134
|
background-color: #424242;
|
|
1327
1135
|
border-color: #424242;
|
|
1328
1136
|
color: #fff;
|
|
1329
1137
|
}
|
|
1330
|
-
|
|
1331
1138
|
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
|
|
1332
1139
|
color: #fff;
|
|
1333
1140
|
}
|
|
1334
|
-
|
|
1335
1141
|
.e-gantt .e-cloneproperties.e-draganddrop table,
|
|
1336
1142
|
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
|
|
1337
1143
|
background-color: #424242;
|
|
1338
1144
|
height: 30px;
|
|
1339
1145
|
}
|
|
1340
|
-
|
|
1341
1146
|
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
|
|
1342
1147
|
border-top-left-radius: 0px;
|
|
1343
1148
|
border-top-right-radius: 0px;
|
|
1344
1149
|
}
|
|
1345
|
-
|
|
1346
1150
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1347
1151
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
|
|
1348
1152
|
}
|
|
1349
|
-
|
|
1350
1153
|
.e-gantt .e-temp-content {
|
|
1351
1154
|
border-color: #616161;
|
|
1352
1155
|
}
|
|
1353
|
-
|
|
1354
1156
|
.e-gantt .e-splitter-box {
|
|
1355
1157
|
border-color: #616161;
|
|
1356
1158
|
}
|
|
1357
|
-
|
|
1358
1159
|
.e-gantt .e-gantt-temp-header {
|
|
1359
1160
|
border-color: #616161;
|
|
1360
1161
|
}
|
|
1361
|
-
|
|
1362
1162
|
.e-gantt .e-gantt-chart-pane {
|
|
1363
1163
|
border-color: #616161;
|
|
1364
1164
|
}
|
|
1365
|
-
|
|
1366
1165
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1367
1166
|
height: 45px !important;
|
|
1368
1167
|
}
|
|
1369
|
-
|
|
1370
1168
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1371
1169
|
background: rgba(255, 255, 255, 0.28);
|
|
1372
1170
|
opacity: 0.87;
|
|
1373
1171
|
}
|
|
1374
|
-
|
|
1375
1172
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1376
1173
|
background: #303030;
|
|
1377
1174
|
border-bottom-color: #616161;
|
|
@@ -1380,470 +1177,368 @@
|
|
|
1380
1177
|
color: rgba(255, 255, 255, 0.7);
|
|
1381
1178
|
height: 64px;
|
|
1382
1179
|
}
|
|
1383
|
-
|
|
1384
1180
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
1385
1181
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1386
1182
|
border-color: #616161;
|
|
1387
1183
|
color: rgba(255, 255, 255, 0.7);
|
|
1388
1184
|
}
|
|
1389
|
-
|
|
1390
1185
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1391
1186
|
height: 46px;
|
|
1392
1187
|
line-height: 46px;
|
|
1393
1188
|
}
|
|
1394
|
-
|
|
1395
1189
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1396
1190
|
height: 46px !important;
|
|
1397
1191
|
}
|
|
1398
|
-
|
|
1399
1192
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1400
1193
|
height: 32px;
|
|
1401
1194
|
}
|
|
1402
|
-
|
|
1403
1195
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
1404
1196
|
background-color: #303030;
|
|
1405
1197
|
border-color: #616161;
|
|
1406
1198
|
}
|
|
1407
|
-
|
|
1408
1199
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
1409
1200
|
border-spacing: 0;
|
|
1410
1201
|
}
|
|
1411
|
-
|
|
1412
1202
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1413
1203
|
border-top-color: #616161;
|
|
1414
1204
|
}
|
|
1415
|
-
|
|
1416
1205
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1417
|
-
color:
|
|
1206
|
+
color: rgb(0, 0, 0);
|
|
1418
1207
|
}
|
|
1419
|
-
|
|
1420
1208
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1421
1209
|
border-bottom-color: #616161;
|
|
1422
1210
|
}
|
|
1423
|
-
|
|
1424
1211
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1425
1212
|
border-color: #616161;
|
|
1426
1213
|
}
|
|
1427
|
-
|
|
1428
1214
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1429
1215
|
outline-color: rgba(255, 255, 255, 0.5);
|
|
1430
1216
|
}
|
|
1431
|
-
|
|
1432
1217
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1433
1218
|
background-color: #3f51b5;
|
|
1434
1219
|
border: 1px solid #7280ce;
|
|
1435
1220
|
border-radius: 4px;
|
|
1436
1221
|
}
|
|
1437
|
-
|
|
1438
1222
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
1439
1223
|
border: 1px solid #fff;
|
|
1440
1224
|
border-bottom: 0;
|
|
1441
1225
|
border-top: 0;
|
|
1442
1226
|
}
|
|
1443
|
-
|
|
1444
1227
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
|
|
1445
1228
|
width: 0px !important;
|
|
1446
1229
|
}
|
|
1447
|
-
|
|
1448
1230
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
|
|
1449
1231
|
background-color: #7280ce;
|
|
1450
1232
|
}
|
|
1451
|
-
|
|
1452
1233
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
|
|
1453
1234
|
display: none;
|
|
1454
1235
|
}
|
|
1455
|
-
|
|
1456
1236
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
|
|
1457
1237
|
display: none;
|
|
1458
1238
|
}
|
|
1459
|
-
|
|
1460
1239
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1461
1240
|
background-color: #029f90;
|
|
1462
1241
|
border: 1px solid #4cc7ba;
|
|
1463
1242
|
border-radius: 4px;
|
|
1464
1243
|
}
|
|
1465
|
-
|
|
1466
1244
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1467
1245
|
background-color: #4cc7ba;
|
|
1468
1246
|
border: 0px;
|
|
1469
1247
|
border-radius: 4px;
|
|
1470
1248
|
}
|
|
1471
|
-
|
|
1472
1249
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1473
1250
|
background-color: #7280ce;
|
|
1474
1251
|
border: 0px;
|
|
1475
1252
|
border-radius: 4px;
|
|
1476
1253
|
}
|
|
1477
|
-
|
|
1478
1254
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1479
1255
|
background-color: #8dd1c4;
|
|
1480
1256
|
border: #4fb29f;
|
|
1481
1257
|
}
|
|
1482
|
-
|
|
1483
1258
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1484
1259
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1485
1260
|
}
|
|
1486
|
-
|
|
1487
1261
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1488
1262
|
background-color: #67c1b2;
|
|
1489
1263
|
border: #4fb29f;
|
|
1490
1264
|
}
|
|
1491
|
-
|
|
1492
1265
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1493
1266
|
background: #616161;
|
|
1494
1267
|
}
|
|
1495
|
-
|
|
1496
1268
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1497
1269
|
color: #fff;
|
|
1498
1270
|
font-size: 12px;
|
|
1499
1271
|
}
|
|
1500
|
-
|
|
1501
1272
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1502
1273
|
background: #424242;
|
|
1503
1274
|
}
|
|
1504
|
-
|
|
1505
1275
|
.e-gantt .e-gantt-chart .e-weekend-header-cell {
|
|
1506
1276
|
background: #424242;
|
|
1507
1277
|
}
|
|
1508
|
-
|
|
1509
1278
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1510
1279
|
border: 2px solid #FC7A05;
|
|
1511
1280
|
width: 5px;
|
|
1512
1281
|
z-index: 6;
|
|
1513
1282
|
}
|
|
1514
|
-
|
|
1515
1283
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1516
1284
|
border-left-color: #00b0ff;
|
|
1517
1285
|
}
|
|
1518
|
-
|
|
1519
1286
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1520
1287
|
background-color: #cae8ff;
|
|
1521
1288
|
color: #004a8c;
|
|
1522
1289
|
font-size: 12px;
|
|
1523
1290
|
}
|
|
1524
|
-
|
|
1525
1291
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1526
1292
|
border-right-color: #cae8ff;
|
|
1527
1293
|
}
|
|
1528
|
-
|
|
1529
1294
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1530
1295
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1531
1296
|
background-color: rgba(63, 81, 181, 0.2);
|
|
1532
1297
|
border: 0px;
|
|
1533
1298
|
border-radius: 0px;
|
|
1534
1299
|
}
|
|
1535
|
-
|
|
1536
1300
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
|
|
1537
1301
|
border-bottom-color: #dadada;
|
|
1538
1302
|
}
|
|
1539
|
-
|
|
1540
1303
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
|
|
1541
1304
|
border-top-color: #dadada;
|
|
1542
1305
|
}
|
|
1543
|
-
|
|
1544
1306
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1545
1307
|
background: #222;
|
|
1546
1308
|
}
|
|
1547
|
-
|
|
1548
1309
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1549
1310
|
border-bottom-color: #222;
|
|
1550
1311
|
}
|
|
1551
|
-
|
|
1552
1312
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
1553
1313
|
display: block;
|
|
1554
1314
|
z-index: 5;
|
|
1555
1315
|
}
|
|
1556
|
-
|
|
1557
1316
|
.e-gantt .e-gantt-chart .e-line {
|
|
1558
1317
|
border-color: #7280ce;
|
|
1559
1318
|
}
|
|
1560
|
-
|
|
1561
1319
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1562
1320
|
border-left-color: #7280ce;
|
|
1563
1321
|
}
|
|
1564
|
-
|
|
1565
1322
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1566
1323
|
border-right-color: #7280ce;
|
|
1567
1324
|
}
|
|
1568
|
-
|
|
1569
1325
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
|
|
1570
1326
|
border-left-color: #7280ce;
|
|
1571
1327
|
}
|
|
1572
|
-
|
|
1573
1328
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
|
|
1574
1329
|
border-right-color: #7280ce;
|
|
1575
1330
|
}
|
|
1576
|
-
|
|
1577
1331
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1578
1332
|
border-color: #7280ce;
|
|
1579
1333
|
outline-color: #7280ce;
|
|
1580
1334
|
}
|
|
1581
|
-
|
|
1582
1335
|
.e-gantt .e-gantt-chart .e-gantt-false-line {
|
|
1583
1336
|
border-top-color: #7280ce;
|
|
1584
1337
|
}
|
|
1585
|
-
|
|
1586
1338
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1587
1339
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1588
1340
|
background-color: #e0e0e0;
|
|
1589
1341
|
border-color: #303030;
|
|
1590
1342
|
}
|
|
1591
|
-
|
|
1592
1343
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
1593
1344
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
1594
1345
|
background-color: #616161;
|
|
1595
1346
|
border-color: #7280ce;
|
|
1596
1347
|
}
|
|
1597
|
-
|
|
1598
1348
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
1599
1349
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
1600
1350
|
color: rgba(0, 0, 0, 0.87);
|
|
1601
1351
|
font-size: 13px;
|
|
1602
1352
|
}
|
|
1603
|
-
|
|
1604
1353
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1605
1354
|
color: #fff;
|
|
1606
1355
|
font-size: 13px;
|
|
1607
1356
|
padding-right: 25px;
|
|
1608
1357
|
}
|
|
1609
|
-
|
|
1610
1358
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1611
1359
|
color: #fff;
|
|
1612
1360
|
font-size: 13px;
|
|
1613
1361
|
margin-left: 25px;
|
|
1614
1362
|
}
|
|
1615
|
-
|
|
1616
1363
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1617
1364
|
margin-left: 25px;
|
|
1618
1365
|
}
|
|
1619
|
-
|
|
1620
1366
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1621
1367
|
padding-right: 25px;
|
|
1622
1368
|
}
|
|
1623
|
-
|
|
1624
1369
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1625
1370
|
margin-left: 2px;
|
|
1626
1371
|
}
|
|
1627
|
-
|
|
1628
1372
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1629
1373
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1630
1374
|
height: 8px;
|
|
1631
1375
|
width: 12px;
|
|
1632
1376
|
}
|
|
1633
|
-
|
|
1634
1377
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1635
1378
|
left: -12px;
|
|
1636
1379
|
}
|
|
1637
|
-
|
|
1638
1380
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
|
|
1639
1381
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1640
1382
|
border-right: transparent;
|
|
1641
1383
|
border-width: 3px;
|
|
1642
1384
|
}
|
|
1643
|
-
|
|
1644
1385
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1645
1386
|
border-bottom-left-radius: 0px;
|
|
1646
1387
|
border-bottom-right-radius: 2px;
|
|
1647
1388
|
border-top-left-radius: 0px;
|
|
1648
1389
|
border-top-right-radius: 2px;
|
|
1649
1390
|
}
|
|
1650
|
-
|
|
1651
1391
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1652
1392
|
border-bottom-left-radius: 2px;
|
|
1653
1393
|
border-top-left-radius: 2px;
|
|
1654
1394
|
}
|
|
1655
|
-
|
|
1656
1395
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1657
1396
|
color: #fff;
|
|
1658
1397
|
font-size: 12px;
|
|
1659
1398
|
}
|
|
1660
|
-
|
|
1661
1399
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1662
1400
|
color: #fff;
|
|
1663
1401
|
}
|
|
1664
|
-
|
|
1665
1402
|
.e-gantt .e-gantt-chart .e-milestone-top {
|
|
1666
1403
|
border-bottom-color: #dadada;
|
|
1667
1404
|
}
|
|
1668
|
-
|
|
1669
1405
|
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1670
1406
|
border-top-color: #dadada;
|
|
1671
1407
|
}
|
|
1672
|
-
|
|
1673
1408
|
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1674
1409
|
border-bottom-color: #4cc7ba;
|
|
1675
1410
|
}
|
|
1676
|
-
|
|
1677
1411
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1678
1412
|
border-top-color: #4cc7ba;
|
|
1679
1413
|
}
|
|
1680
|
-
|
|
1681
1414
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
1682
1415
|
border-bottom-color: #989A9C;
|
|
1683
1416
|
}
|
|
1684
|
-
|
|
1685
1417
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1686
1418
|
border-top-color: #989A9C;
|
|
1687
1419
|
}
|
|
1688
|
-
|
|
1689
1420
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1690
1421
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1691
1422
|
}
|
|
1692
|
-
|
|
1693
1423
|
.e-gantt .e-gantt-chart .e-label {
|
|
1694
1424
|
color: #fff;
|
|
1695
1425
|
font-size: 13px;
|
|
1696
1426
|
}
|
|
1697
|
-
|
|
1698
1427
|
.e-gantt .e-gantt-chart .e-active {
|
|
1699
1428
|
background: rgba(255, 255, 255, 0.28);
|
|
1700
1429
|
color: #fff;
|
|
1701
1430
|
opacity: 0.87;
|
|
1702
1431
|
}
|
|
1703
|
-
|
|
1704
1432
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
1705
1433
|
color: #fff;
|
|
1706
1434
|
}
|
|
1707
|
-
|
|
1708
1435
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1709
1436
|
background-color: #ff9800;
|
|
1710
1437
|
}
|
|
1711
|
-
|
|
1712
1438
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1713
1439
|
border-bottom-color: #ff9800;
|
|
1714
1440
|
}
|
|
1715
|
-
|
|
1716
1441
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1717
1442
|
border-top-color: #ff9800;
|
|
1718
1443
|
}
|
|
1719
|
-
|
|
1720
1444
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1721
1445
|
border-bottom-color: #e0e0e0;
|
|
1722
1446
|
}
|
|
1723
|
-
|
|
1724
1447
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
1725
1448
|
border-top-color: #fff;
|
|
1726
1449
|
}
|
|
1727
|
-
|
|
1728
1450
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1729
1451
|
border-top-color: #e0e0e0;
|
|
1730
1452
|
}
|
|
1731
|
-
|
|
1732
1453
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1733
1454
|
background-color: #fff;
|
|
1734
1455
|
border-color: #e0e0e0;
|
|
1735
1456
|
}
|
|
1736
|
-
|
|
1737
1457
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
1738
1458
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1739
1459
|
border-color: #000;
|
|
1740
1460
|
}
|
|
1741
|
-
|
|
1742
1461
|
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1743
1462
|
border-radius: 4px;
|
|
1744
1463
|
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1745
1464
|
}
|
|
1746
|
-
|
|
1747
1465
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1748
1466
|
background: #1a1a1a;
|
|
1749
1467
|
border: #1a1a1a;
|
|
1750
1468
|
}
|
|
1751
|
-
|
|
1752
1469
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1753
1470
|
background-color: transparent;
|
|
1754
1471
|
border: transparent;
|
|
1755
1472
|
}
|
|
1756
|
-
|
|
1757
1473
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1758
1474
|
color: transparent;
|
|
1759
1475
|
}
|
|
1760
|
-
|
|
1761
1476
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1762
1477
|
color: transparent !important;
|
|
1763
1478
|
}
|
|
1764
|
-
|
|
1765
1479
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1766
1480
|
border-color: #8A8A8A !important;
|
|
1767
1481
|
}
|
|
1768
|
-
|
|
1769
1482
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1770
1483
|
border-left-color: #8A8A8A !important;
|
|
1771
1484
|
}
|
|
1772
|
-
|
|
1773
1485
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1774
1486
|
border-right-color: #8A8A8A !important;
|
|
1775
1487
|
}
|
|
1776
|
-
|
|
1777
1488
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1778
1489
|
background: #D5D5D5 !important;
|
|
1779
1490
|
border: #D5D5D5 !important;
|
|
1780
1491
|
}
|
|
1781
|
-
|
|
1782
1492
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1783
1493
|
background-color: transparent !important;
|
|
1784
1494
|
border: transparent !important;
|
|
1785
1495
|
}
|
|
1786
|
-
|
|
1787
1496
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1788
1497
|
border-bottom-color: #D5D5D5 !important;
|
|
1789
1498
|
}
|
|
1790
|
-
|
|
1791
1499
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1792
1500
|
border-top-color: #D5D5D5 !important;
|
|
1793
1501
|
}
|
|
1794
|
-
|
|
1795
1502
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1796
1503
|
background-color: #8A8A8A !important;
|
|
1797
1504
|
border: #8A8A8A !important;
|
|
1798
1505
|
}
|
|
1799
|
-
|
|
1800
1506
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1801
1507
|
background-color: transparent !important;
|
|
1802
1508
|
border: transparent !important;
|
|
1803
1509
|
}
|
|
1804
|
-
|
|
1805
1510
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1806
1511
|
background: #7280ce !important;
|
|
1807
1512
|
border: #7280ce !important;
|
|
1808
1513
|
}
|
|
1809
|
-
|
|
1810
1514
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1811
1515
|
border-bottom-color: #7280ce !important;
|
|
1812
1516
|
}
|
|
1813
|
-
|
|
1814
1517
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1815
1518
|
border-top-color: #7280ce !important;
|
|
1816
1519
|
}
|
|
1817
|
-
|
|
1818
1520
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1819
1521
|
background: #8591d5 !important;
|
|
1820
1522
|
border: #8591d5 !important;
|
|
1821
1523
|
}
|
|
1822
|
-
|
|
1823
1524
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1824
1525
|
border-bottom-color: #8591d5 !important;
|
|
1825
1526
|
}
|
|
1826
|
-
|
|
1827
1527
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1828
1528
|
border-top-color: #8591d5 !important;
|
|
1829
1529
|
}
|
|
1830
|
-
|
|
1831
1530
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1832
1531
|
border-color: #7280ce !important;
|
|
1833
1532
|
}
|
|
1834
|
-
|
|
1835
1533
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1836
1534
|
border-left-color: #7280ce !important;
|
|
1837
1535
|
}
|
|
1838
|
-
|
|
1839
1536
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1840
1537
|
border-right-color: #7280ce !important;
|
|
1841
1538
|
}
|
|
1842
|
-
|
|
1843
1539
|
.e-gantt .e-icons {
|
|
1844
1540
|
color: #fff;
|
|
1845
1541
|
}
|
|
1846
|
-
|
|
1847
1542
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1848
1543
|
color: rgba(255, 255, 255, 0.7) !important;
|
|
1849
1544
|
}
|
|
@@ -1851,47 +1546,36 @@
|
|
|
1851
1546
|
.e-gantt-dialog .e-dlg-header {
|
|
1852
1547
|
color: #fff;
|
|
1853
1548
|
}
|
|
1854
|
-
|
|
1855
1549
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1856
1550
|
background: #3f51b5;
|
|
1857
1551
|
}
|
|
1858
|
-
|
|
1859
1552
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1860
1553
|
color: #fff;
|
|
1861
1554
|
}
|
|
1862
|
-
|
|
1863
1555
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1864
1556
|
background-color: rgba(255, 255, 255, 0.15);
|
|
1865
1557
|
}
|
|
1866
|
-
|
|
1867
1558
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1868
1559
|
color: #fff;
|
|
1869
1560
|
}
|
|
1870
|
-
|
|
1871
1561
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1872
1562
|
background: #3f51b5;
|
|
1873
1563
|
}
|
|
1874
|
-
|
|
1875
1564
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1876
1565
|
background: #00b0ff;
|
|
1877
1566
|
}
|
|
1878
|
-
|
|
1879
1567
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1880
1568
|
background-color: transparent;
|
|
1881
1569
|
}
|
|
1882
|
-
|
|
1883
1570
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1884
1571
|
color: #fff;
|
|
1885
1572
|
}
|
|
1886
|
-
|
|
1887
1573
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1888
1574
|
border-color: transparent;
|
|
1889
1575
|
}
|
|
1890
|
-
|
|
1891
1576
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1892
1577
|
color: rgba(255, 255, 255, 0.64);
|
|
1893
1578
|
}
|
|
1894
|
-
|
|
1895
1579
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1896
1580
|
background: transparent;
|
|
1897
1581
|
border-bottom: 0px;
|
|
@@ -1899,7 +1583,6 @@
|
|
|
1899
1583
|
border-bottom-right-radius: 0px;
|
|
1900
1584
|
border-color: transparent;
|
|
1901
1585
|
}
|
|
1902
|
-
|
|
1903
1586
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1904
1587
|
color: rgba(0, 0, 0, 0.87);
|
|
1905
1588
|
}
|
|
@@ -1909,7 +1592,6 @@
|
|
|
1909
1592
|
border-color: #9e9e9e;
|
|
1910
1593
|
color: #eee;
|
|
1911
1594
|
}
|
|
1912
|
-
|
|
1913
1595
|
.e-gantt.e-device .e-backarrowspan {
|
|
1914
1596
|
color: #000;
|
|
1915
|
-
}
|
|
1597
|
+
}
|