@syncfusion/ej2-react-gantt 20.1.55 → 20.1.59

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