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