@syncfusion/ej2-gantt 20.1.58 → 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 (68) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +6 -3
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +6 -3
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +10 -10
  12. package/src/gantt/export/export-helper.js +3 -3
  13. package/src/gantt/renderer/timeline.js +3 -0
  14. package/styles/bootstrap-dark.css +217 -11
  15. package/styles/bootstrap.css +218 -13
  16. package/styles/bootstrap4.css +220 -11
  17. package/styles/bootstrap5-dark.css +218 -13
  18. package/styles/bootstrap5.css +218 -13
  19. package/styles/fabric-dark.css +216 -10
  20. package/styles/fabric.css +217 -11
  21. package/styles/fluent-dark.css +217 -11
  22. package/styles/fluent.css +217 -11
  23. package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
  24. package/styles/gantt/_bootstrap-definition.scss +41 -4
  25. package/styles/gantt/_bootstrap4-definition.scss +42 -4
  26. package/styles/gantt/_bootstrap5-definition.scss +41 -4
  27. package/styles/gantt/_fabric-dark-definition.scss +40 -3
  28. package/styles/gantt/_fabric-definition.scss +41 -4
  29. package/styles/gantt/_fluent-definition.scss +41 -4
  30. package/styles/gantt/_highcontrast-definition.scss +41 -4
  31. package/styles/gantt/_highcontrast-light-definition.scss +41 -4
  32. package/styles/gantt/_layout.scss +298 -7
  33. package/styles/gantt/_material-dark-definition.scss +42 -4
  34. package/styles/gantt/_material-definition.scss +42 -4
  35. package/styles/gantt/_tailwind-definition.scss +42 -4
  36. package/styles/gantt/bootstrap-dark.css +217 -11
  37. package/styles/gantt/bootstrap.css +218 -13
  38. package/styles/gantt/bootstrap4.css +220 -11
  39. package/styles/gantt/bootstrap5-dark.css +218 -13
  40. package/styles/gantt/bootstrap5.css +218 -13
  41. package/styles/gantt/fabric-dark.css +216 -10
  42. package/styles/gantt/fabric.css +217 -11
  43. package/styles/gantt/fluent-dark.css +217 -11
  44. package/styles/gantt/fluent.css +217 -11
  45. package/styles/gantt/highcontrast-light.css +209 -11
  46. package/styles/gantt/highcontrast.css +217 -11
  47. package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
  48. package/styles/gantt/icons/_bootstrap.scss +8 -0
  49. package/styles/gantt/icons/_bootstrap4.scss +8 -0
  50. package/styles/gantt/icons/_bootstrap5.scss +8 -0
  51. package/styles/gantt/icons/_fabric-dark.scss +8 -0
  52. package/styles/gantt/icons/_fabric.scss +8 -0
  53. package/styles/gantt/icons/_fluent.scss +8 -0
  54. package/styles/gantt/icons/_highcontrast.scss +8 -0
  55. package/styles/gantt/icons/_material-dark.scss +8 -0
  56. package/styles/gantt/icons/_material.scss +8 -0
  57. package/styles/gantt/icons/_tailwind-dark.scss +8 -0
  58. package/styles/gantt/icons/_tailwind.scss +8 -0
  59. package/styles/gantt/material-dark.css +224 -11
  60. package/styles/gantt/material.css +224 -11
  61. package/styles/gantt/tailwind-dark.css +223 -11
  62. package/styles/gantt/tailwind.css +223 -11
  63. package/styles/highcontrast-light.css +209 -11
  64. package/styles/highcontrast.css +217 -11
  65. package/styles/material-dark.css +224 -11
  66. package/styles/material.css +224 -11
  67. package/styles/tailwind-dark.css +223 -11
  68. package/styles/tailwind.css +223 -11
@@ -238,26 +238,235 @@
238
238
  content: "\e903";
239
239
  }
240
240
 
241
+ .e-gantt-tooltip-arrow-left::before {
242
+ content: "\e977";
243
+ }
244
+
245
+ .e-gantt-tooltip-arrow-right::before {
246
+ content: "\e85f";
247
+ }
248
+
241
249
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
242
250
  height: 64px;
243
251
  }
244
252
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
245
253
  height: 32px;
246
254
  }
255
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
256
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
257
+ padding-left: 10px;
258
+ padding-right: 10px;
259
+ width: 30px;
260
+ }
261
+ .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
262
+ border-radius: 4px !important;
263
+ font-size: 12px !important;
264
+ height: 26px !important;
265
+ padding: 4px 12px 4px 9px !important;
266
+ top: 65px !important;
267
+ }
268
+ .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
269
+ border-bottom: 6px solid transparent;
270
+ border-right: 6px solid transparent;
271
+ border-right-color: #cae8ff;
272
+ border-top: 6px solid transparent;
273
+ top: 73px !important;
274
+ }
275
+ .e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
276
+ .e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
277
+ content: "\e92c";
278
+ }
279
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
280
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
281
+ .e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
282
+ .e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
283
+ border-radius: 50%;
284
+ display: inline-block;
285
+ position: absolute;
286
+ }
287
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
288
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
289
+ border-style: solid;
290
+ border-width: 1px;
291
+ box-sizing: content-box;
292
+ cursor: pointer;
293
+ display: inline-block;
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
+ background-color: #005a9e;
298
+ border-color: #303030;
299
+ }
300
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
301
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
302
+ background-color: #005a9e;
303
+ border-color: #303030;
304
+ outline: 2px solid #9fa8da;
305
+ }
247
306
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
248
307
  height: 63px !important;
249
308
  }
309
+ .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
310
+ background-color: #000000;
311
+ border-color: #000000;
312
+ color: #FFFFFF;
313
+ font-size: 12px;
314
+ line-height: 18px;
315
+ padding: 0 8px 0 0;
316
+ }
317
+ .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
318
+ background-color: #000000;
319
+ border-color: #000000;
320
+ color: #FFFFFF;
321
+ font-size: 12px;
322
+ line-height: 18px;
323
+ padding: 0 0 0 8px;
324
+ }
325
+ .e-bigger .e-tooltip-wrap .e-tip-content {
326
+ padding: 3px !important;
327
+ }
328
+ .e-bigger .e-grid .e-flmenu-valuediv {
329
+ padding: 14px 0 0 !important;
330
+ }
331
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
332
+ padding: 0 16px !important;
333
+ }
250
334
  .e-bigger .e-columnmenu {
251
335
  top: 38px;
252
336
  }
337
+ .e-bigger .e-gantt-dialog {
338
+ border-radius: 6px;
339
+ width: 550px !important;
340
+ }
253
341
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
254
- padding: 16px 18px 0 18px;
342
+ padding: 16px 9px 0 16px;
255
343
  }
256
344
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
257
- padding: 16px 18px 0 0;
345
+ padding: 16px 16px 0 9px;
258
346
  }
259
347
  .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
260
- padding: 16px 18px 0 0;
348
+ padding: 16px 18px 0 9px;
349
+ }
350
+ .e-bigger .e-gantt-dialog .e-edit-form-row {
351
+ height: 241px !important;
352
+ }
353
+ .e-bigger .e-gantt-dialog .e-edit-form-column {
354
+ height: 78px !important;
355
+ }
356
+ .e-bigger .e-gantt-dialog .e-dlg-header-content {
357
+ border-bottom: 0 !important;
358
+ }
359
+ .e-bigger .e-gantt-dialog > .e-dlg-content {
360
+ border-radius: 0 !important;
361
+ }
362
+ .e-bigger .e-gantt-dialog .e-dlg-header-content {
363
+ border-radius: 6px 6px 0px 0px;
364
+ padding-bottom: 4px;
365
+ }
366
+ .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
367
+ border-radius: 50%;
368
+ height: auto !important;
369
+ width: auto !important;
370
+ }
371
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
372
+ margin-left: 4px !important;
373
+ }
374
+ .e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
375
+ margin: 5px 0 6px !important;
376
+ }
377
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
378
+ margin-right: 0 !important;
379
+ }
380
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
381
+ font-size: 16px !important;
382
+ }
383
+ .e-bigger .e-float-input.e-control-wrapper {
384
+ width: 250px !important;
385
+ }
386
+ .e-bigger .e-predecessor-tooltip {
387
+ background-color: #000000;
388
+ }
389
+ .e-bigger .e-predecessor-dialog {
390
+ background-color: #f3f3f3;
391
+ }
392
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
393
+ background-color: #f3f3f3;
394
+ padding: 10px 9px 9px 14px !important;
395
+ }
396
+ .e-bigger .e-dialog .e-dlg-header-content {
397
+ padding: 16px 4px 17px 16px !important;
398
+ }
399
+ .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
400
+ left: 1px !important;
401
+ }
402
+ .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
403
+ font-size: 12px !important;
404
+ }
405
+ .e-bigger .e-dialog .e-footer-content {
406
+ height: 70px !important;
407
+ padding: 16px !important;
408
+ }
409
+ .e-bigger .e-dialog .e-footer-content .e-btn {
410
+ margin-left: 12px;
411
+ }
412
+ .e-bigger .e-dialog .e-dlg-header {
413
+ line-height: 28px;
414
+ }
415
+ .e-bigger .e-tab .e-content {
416
+ height: 241px !important;
417
+ }
418
+ .e-bigger .e-filter-popup {
419
+ width: 350px !important;
420
+ }
421
+ .e-bigger .e-dlg-content {
422
+ border-radius: 6px !important;
423
+ padding: 20px 16px 6px 16px !important;
424
+ }
425
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
426
+ font-size: 14px;
427
+ line-height: 22px;
428
+ }
429
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
430
+ font-size: 14px;
431
+ line-height: 22px;
432
+ }
433
+ .e-bigger .e-float-input.e-control-wrapper input {
434
+ height: 27px !important;
435
+ padding: 5px 0 11px !important;
436
+ }
437
+ .e-bigger .e-left-btn:disabled {
438
+ color: #757575 !important;
439
+ }
440
+ .e-bigger .e-right-btn:disabled {
441
+ color: #757575 !important;
442
+ }
443
+ .e-bigger .e-input-group-icon.e-date-icon {
444
+ min-width: 36px !important;
445
+ }
446
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
447
+ min-height: 26px !important;
448
+ min-width: 35.82px !important;
449
+ }
450
+ .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
451
+ min-height: 26px !important;
452
+ min-width: 35.82px !important;
453
+ }
454
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
455
+ min-height: 26px !important;
456
+ min-width: 35.82px !important;
457
+ }
458
+ .e-bigger .e-input-group.e-control-wrapper {
459
+ height: 44px;
460
+ }
461
+ .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
462
+ font-size: 16px !important;
463
+ }
464
+ .e-bigger .e-btn.e-flat {
465
+ line-height: 24px;
466
+ padding: 6px 16px 6px 15px !important;
467
+ }
468
+ .e-bigger .e-btn.e-primary {
469
+ padding: 6px 21px 6px 23px !important;
261
470
  }
262
471
 
263
472
  .e-gantt {
@@ -412,9 +621,11 @@
412
621
  position: absolute;
413
622
  }
414
623
  .e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
624
+ height: 100%;
415
625
  position: absolute;
416
626
  }
417
627
  .e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
628
+ height: 100%;
418
629
  position: absolute;
419
630
  }
420
631
  .e-gantt .e-gantt-chart .e-timeline-header-container {
@@ -663,37 +874,35 @@
663
874
  cursor: col-resize;
664
875
  }
665
876
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
666
- border-style: solid;
667
877
  border-width: 1px;
668
878
  box-sizing: content-box;
669
879
  cursor: col-resize;
670
880
  height: 2px;
671
881
  position: absolute;
672
882
  top: 7px;
673
- width: 12px;
674
883
  }
675
884
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
676
885
  border-bottom-style: solid;
677
- border-bottom-width: 6px;
886
+ border-bottom-width: 8px;
678
887
  border-left: 7px solid transparent;
679
888
  border-right: 7px solid transparent;
680
889
  cursor: col-resize;
681
890
  height: 0;
682
- left: -1px;
891
+ left: 0;
683
892
  position: absolute;
684
893
  top: -7px;
685
894
  width: 0;
686
895
  }
687
896
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
688
897
  border-bottom-style: solid;
689
- border-bottom-width: 6px;
898
+ border-bottom-width: 8px;
690
899
  border-left: 6px solid transparent;
691
900
  border-right: 6px solid transparent;
692
901
  cursor: col-resize;
693
902
  height: 0;
694
- left: -1px;
903
+ left: 1px;
695
904
  position: absolute;
696
- top: -6px;
905
+ top: -7px;
697
906
  width: 0;
698
907
  }
699
908
  .e-gantt .e-gantt-chart .e-baseline-bar {
@@ -1120,6 +1329,10 @@
1120
1329
  height: 100%;
1121
1330
  }
1122
1331
 
1332
+ .e-predecessor-tooltip {
1333
+ visibility: hidden;
1334
+ }
1335
+
1123
1336
  /*! Gantt theme */
1124
1337
  .e-gantt .e-gantt-splitter {
1125
1338
  border-color: #616161;
@@ -1337,7 +1550,7 @@
1337
1550
  }
1338
1551
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1339
1552
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1340
- background-color: #e0e0e0;
1553
+ background-color: #005a9e;
1341
1554
  border-color: #303030;
1342
1555
  }
1343
1556
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
@@ -278,26 +278,235 @@
278
278
  content: "\e903";
279
279
  }
280
280
 
281
+ .e-gantt-tooltip-arrow-left::before {
282
+ content: "\e977";
283
+ }
284
+
285
+ .e-gantt-tooltip-arrow-right::before {
286
+ content: "\e85f";
287
+ }
288
+
281
289
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
282
290
  height: 64px;
283
291
  }
284
292
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
285
293
  height: 32px;
286
294
  }
295
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
296
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
297
+ padding-left: 10px;
298
+ padding-right: 10px;
299
+ width: 30px;
300
+ }
301
+ .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
302
+ border-radius: 4px !important;
303
+ font-size: 12px !important;
304
+ height: 26px !important;
305
+ padding: 4px 12px 4px 9px !important;
306
+ top: 65px !important;
307
+ }
308
+ .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
309
+ border-bottom: 6px solid transparent;
310
+ border-right: 6px solid transparent;
311
+ border-right-color: #cae8ff;
312
+ border-top: 6px solid transparent;
313
+ top: 73px !important;
314
+ }
315
+ .e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
316
+ .e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
317
+ content: "\e92c";
318
+ }
319
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
320
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
321
+ .e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
322
+ .e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
323
+ border-radius: 50%;
324
+ display: inline-block;
325
+ position: absolute;
326
+ }
327
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
328
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
329
+ border-style: solid;
330
+ border-width: 1px;
331
+ box-sizing: content-box;
332
+ cursor: pointer;
333
+ display: inline-block;
334
+ }
335
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
336
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
337
+ background-color: #005a9e;
338
+ border-color: #fff;
339
+ }
340
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
341
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
342
+ background-color: #005a9e;
343
+ border-color: #fff;
344
+ outline: 2px solid #9fa8da;
345
+ }
287
346
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
288
347
  height: 63px !important;
289
348
  }
349
+ .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
350
+ background-color: #000000;
351
+ border-color: #000000;
352
+ color: #FFFFFF;
353
+ font-size: 12px;
354
+ line-height: 18px;
355
+ padding: 0 8px 0 0;
356
+ }
357
+ .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
358
+ background-color: #000000;
359
+ border-color: #000000;
360
+ color: #FFFFFF;
361
+ font-size: 12px;
362
+ line-height: 18px;
363
+ padding: 0 0 0 8px;
364
+ }
365
+ .e-bigger .e-tooltip-wrap .e-tip-content {
366
+ padding: 3px !important;
367
+ }
368
+ .e-bigger .e-grid .e-flmenu-valuediv {
369
+ padding: 14px 0 0 !important;
370
+ }
371
+ .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
372
+ padding: 0 16px !important;
373
+ }
290
374
  .e-bigger .e-columnmenu {
291
375
  top: 38px;
292
376
  }
377
+ .e-bigger .e-gantt-dialog {
378
+ border-radius: 6px;
379
+ width: 550px !important;
380
+ }
293
381
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
294
- padding: 16px 18px 0 18px;
382
+ padding: 16px 9px 0 16px;
295
383
  }
296
384
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
297
- padding: 16px 18px 0 0;
385
+ padding: 16px 16px 0 9px;
298
386
  }
299
387
  .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
300
- padding: 16px 18px 0 0;
388
+ padding: 16px 18px 0 9px;
389
+ }
390
+ .e-bigger .e-gantt-dialog .e-edit-form-row {
391
+ height: 241px !important;
392
+ }
393
+ .e-bigger .e-gantt-dialog .e-edit-form-column {
394
+ height: 78px !important;
395
+ }
396
+ .e-bigger .e-gantt-dialog .e-dlg-header-content {
397
+ border-bottom: 0 !important;
398
+ }
399
+ .e-bigger .e-gantt-dialog > .e-dlg-content {
400
+ border-radius: 0 !important;
401
+ }
402
+ .e-bigger .e-gantt-dialog .e-dlg-header-content {
403
+ border-radius: 6px 6px 0px 0px;
404
+ padding-bottom: 4px;
405
+ }
406
+ .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
407
+ border-radius: 50%;
408
+ height: auto !important;
409
+ width: auto !important;
410
+ }
411
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
412
+ margin-left: 4px !important;
413
+ }
414
+ .e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
415
+ margin: 5px 0 6px !important;
416
+ }
417
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
418
+ margin-right: 0 !important;
419
+ }
420
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
421
+ font-size: 16px !important;
422
+ }
423
+ .e-bigger .e-float-input.e-control-wrapper {
424
+ width: 250px !important;
425
+ }
426
+ .e-bigger .e-predecessor-tooltip {
427
+ background-color: #000000;
428
+ }
429
+ .e-bigger .e-predecessor-dialog {
430
+ background-color: #f3f3f3;
431
+ }
432
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
433
+ background-color: #f3f3f3;
434
+ padding: 10px 9px 9px 14px !important;
435
+ }
436
+ .e-bigger .e-dialog .e-dlg-header-content {
437
+ padding: 16px 14px 17px 16px !important;
438
+ }
439
+ .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
440
+ left: 1px !important;
441
+ }
442
+ .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
443
+ font-size: 12px !important;
444
+ }
445
+ .e-bigger .e-dialog .e-footer-content {
446
+ height: 70px !important;
447
+ padding: 16px !important;
448
+ }
449
+ .e-bigger .e-dialog .e-footer-content .e-btn {
450
+ margin-left: 12px;
451
+ }
452
+ .e-bigger .e-dialog .e-dlg-header {
453
+ line-height: 28px;
454
+ }
455
+ .e-bigger .e-tab .e-content {
456
+ height: 241px !important;
457
+ }
458
+ .e-bigger .e-filter-popup {
459
+ width: 350px !important;
460
+ }
461
+ .e-bigger .e-dlg-content {
462
+ border-radius: 6px !important;
463
+ padding: 20px 16px 6px 16px !important;
464
+ }
465
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
466
+ font-size: 14px;
467
+ line-height: 22px;
468
+ }
469
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
470
+ font-size: 14px;
471
+ line-height: 22px;
472
+ }
473
+ .e-bigger .e-float-input.e-control-wrapper input {
474
+ height: 27px !important;
475
+ padding: 5px 0 11px !important;
476
+ }
477
+ .e-bigger .e-left-btn:disabled {
478
+ color: #757575 !important;
479
+ }
480
+ .e-bigger .e-right-btn:disabled {
481
+ color: #757575 !important;
482
+ }
483
+ .e-bigger .e-input-group-icon.e-date-icon {
484
+ min-width: 36px !important;
485
+ }
486
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
487
+ min-height: 26px !important;
488
+ min-width: 35.82px !important;
489
+ }
490
+ .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
491
+ min-height: 26px !important;
492
+ min-width: 35.82px !important;
493
+ }
494
+ .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
495
+ min-height: 26px !important;
496
+ min-width: 35.82px !important;
497
+ }
498
+ .e-bigger .e-input-group.e-control-wrapper {
499
+ height: 44px;
500
+ }
501
+ .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
502
+ font-size: 16px !important;
503
+ }
504
+ .e-bigger .e-btn.e-flat {
505
+ line-height: 24px;
506
+ padding: 6px 16px 6px 15px !important;
507
+ }
508
+ .e-bigger .e-btn.e-primary {
509
+ padding: 6px 21px 6px 23px !important;
301
510
  }
302
511
 
303
512
  .e-gantt {
@@ -452,9 +661,11 @@
452
661
  position: absolute;
453
662
  }
454
663
  .e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
664
+ height: 100%;
455
665
  position: absolute;
456
666
  }
457
667
  .e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
668
+ height: 100%;
458
669
  position: absolute;
459
670
  }
460
671
  .e-gantt .e-gantt-chart .e-timeline-header-container {
@@ -703,37 +914,35 @@
703
914
  cursor: col-resize;
704
915
  }
705
916
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
706
- border-style: solid;
707
917
  border-width: 1px;
708
918
  box-sizing: content-box;
709
919
  cursor: col-resize;
710
920
  height: 2px;
711
921
  position: absolute;
712
922
  top: 7px;
713
- width: 12px;
714
923
  }
715
924
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
716
925
  border-bottom-style: solid;
717
- border-bottom-width: 6px;
926
+ border-bottom-width: 8px;
718
927
  border-left: 7px solid transparent;
719
928
  border-right: 7px solid transparent;
720
929
  cursor: col-resize;
721
930
  height: 0;
722
- left: -1px;
931
+ left: 0;
723
932
  position: absolute;
724
933
  top: -7px;
725
934
  width: 0;
726
935
  }
727
936
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
728
937
  border-bottom-style: solid;
729
- border-bottom-width: 6px;
938
+ border-bottom-width: 8px;
730
939
  border-left: 6px solid transparent;
731
940
  border-right: 6px solid transparent;
732
941
  cursor: col-resize;
733
942
  height: 0;
734
- left: -1px;
943
+ left: 1px;
735
944
  position: absolute;
736
- top: -6px;
945
+ top: -7px;
737
946
  width: 0;
738
947
  }
739
948
  .e-gantt .e-gantt-chart .e-baseline-bar {
@@ -1160,6 +1369,10 @@
1160
1369
  height: 100%;
1161
1370
  }
1162
1371
 
1372
+ .e-predecessor-tooltip {
1373
+ visibility: hidden;
1374
+ }
1375
+
1163
1376
  /*! Gantt theme */
1164
1377
  .e-gantt .e-gantt-splitter {
1165
1378
  border-color: #e0e0e0;
@@ -1377,7 +1590,7 @@
1377
1590
  }
1378
1591
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1379
1592
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1380
- background-color: #333;
1593
+ background-color: #005a9e;
1381
1594
  border-color: #fff;
1382
1595
  }
1383
1596
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,