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