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