@syncfusion/ej2-vue-gantt 20.4.53 → 21.1.35

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 (53) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +462 -685
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +507 -807
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/gantt/adddialogfields.directive.d.ts +2 -12
  11. package/src/gantt/adddialogfields.directive.js +22 -71
  12. package/src/gantt/columns.directive.d.ts +2 -12
  13. package/src/gantt/columns.directive.js +22 -71
  14. package/src/gantt/dayworkingtime.directive.d.ts +2 -12
  15. package/src/gantt/dayworkingtime.directive.js +22 -71
  16. package/src/gantt/editdialogfields.directive.d.ts +2 -12
  17. package/src/gantt/editdialogfields.directive.js +22 -71
  18. package/src/gantt/eventmarkers.directive.d.ts +2 -12
  19. package/src/gantt/eventmarkers.directive.js +22 -71
  20. package/src/gantt/gantt.component.d.ts +3 -100
  21. package/src/gantt/gantt.component.js +345 -376
  22. package/src/gantt/holidays.directive.d.ts +2 -12
  23. package/src/gantt/holidays.directive.js +22 -71
  24. package/styles/bootstrap-dark.css +33 -10
  25. package/styles/bootstrap.css +31 -10
  26. package/styles/bootstrap4.css +28 -7
  27. package/styles/bootstrap5-dark.css +30 -9
  28. package/styles/bootstrap5.css +30 -9
  29. package/styles/fabric-dark.css +28 -7
  30. package/styles/fabric.css +28 -7
  31. package/styles/fluent-dark.css +56 -29
  32. package/styles/fluent.css +56 -29
  33. package/styles/gantt/bootstrap-dark.css +33 -10
  34. package/styles/gantt/bootstrap.css +31 -10
  35. package/styles/gantt/bootstrap4.css +28 -7
  36. package/styles/gantt/bootstrap5-dark.css +30 -9
  37. package/styles/gantt/bootstrap5.css +30 -9
  38. package/styles/gantt/fabric-dark.css +28 -7
  39. package/styles/gantt/fabric.css +28 -7
  40. package/styles/gantt/fluent-dark.css +56 -29
  41. package/styles/gantt/fluent.css +56 -29
  42. package/styles/gantt/highcontrast-light.css +28 -9
  43. package/styles/gantt/highcontrast.css +28 -7
  44. package/styles/gantt/material-dark.css +31 -14
  45. package/styles/gantt/material.css +28 -7
  46. package/styles/gantt/tailwind-dark.css +28 -7
  47. package/styles/gantt/tailwind.css +28 -7
  48. package/styles/highcontrast-light.css +28 -9
  49. package/styles/highcontrast.css +28 -7
  50. package/styles/material-dark.css +31 -14
  51. package/styles/material.css +28 -7
  52. package/styles/tailwind-dark.css +28 -7
  53. package/styles/tailwind.css +28 -7
@@ -268,6 +268,12 @@
268
268
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
269
269
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
270
270
  }
271
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
272
+ padding-left: 13px;
273
+ }
274
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
275
+ display: block;
276
+ }
271
277
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
272
278
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
273
279
  }
@@ -297,7 +303,7 @@
297
303
  border-radius: 6px !important;
298
304
  padding: 32px 16px 16px !important;
299
305
  }
300
- .e-bigger .e-grid .e-columnmenu {
306
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
301
307
  top: 45px;
302
308
  }
303
309
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -1224,7 +1230,6 @@
1224
1230
  outline: 1px solid;
1225
1231
  outline-offset: 2px;
1226
1232
  }
1227
-
1228
1233
  .e-gantt-dialog .e-tab .e-tab-header {
1229
1234
  padding-left: 13px;
1230
1235
  }
@@ -1627,7 +1632,7 @@
1627
1632
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1628
1633
  background-color: #0063ad;
1629
1634
  border: 0px;
1630
- border-radius: 4px;
1635
+ border-radius: 3px;
1631
1636
  }
1632
1637
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1633
1638
  background-color: #8dd1c4;
@@ -1638,7 +1643,7 @@
1638
1643
  }
1639
1644
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1640
1645
  background-color: #67c1b2;
1641
- border: #4fb29f;
1646
+ outline: #4fb29f;
1642
1647
  }
1643
1648
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1644
1649
  background-color: #67c1b2;
@@ -1698,6 +1703,18 @@
1698
1703
  .e-gantt .e-gantt-chart .e-line {
1699
1704
  border-color: #005799;
1700
1705
  }
1706
+ .e-gantt .e-gantt-chart .e-connector-line {
1707
+ stroke: #005799;
1708
+ }
1709
+ .e-gantt .e-gantt-chart .e-critical-line {
1710
+ stroke: #d13438;
1711
+ }
1712
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1713
+ fill: #005799;
1714
+ }
1715
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1716
+ fill: #d13438;
1717
+ }
1701
1718
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1702
1719
  border-left-color: #005799;
1703
1720
  }
@@ -1749,7 +1766,10 @@
1749
1766
  padding-right: 25px;
1750
1767
  }
1751
1768
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1752
- margin-left: 2px;
1769
+ margin-left: 3px;
1770
+ }
1771
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1772
+ margin-right: 3px;
1753
1773
  }
1754
1774
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1755
1775
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2010,14 +2030,15 @@
2010
2030
 
2011
2031
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2012
2032
  background-color: #f3d8da;
2013
- border: 1px solid #f3d8da;
2033
+ outline: 1px solid #f3d8da;
2014
2034
  border-radius: 0px;
2015
2035
  }
2016
2036
 
2017
2037
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2018
2038
  background-color: #d13438;
2019
2039
  border: 0px;
2020
- border-radius: 4px;
2040
+ position: absolute;
2041
+ border-radius: 3px;
2021
2042
  }
2022
2043
 
2023
2044
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
package/styles/fabric.css CHANGED
@@ -266,6 +266,12 @@
266
266
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
267
267
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
268
268
  }
269
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
270
+ padding-left: 13px;
271
+ }
272
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
273
+ display: block;
274
+ }
269
275
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
270
276
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
271
277
  }
@@ -295,7 +301,7 @@
295
301
  border-radius: 6px !important;
296
302
  padding: 32px 16px 16px !important;
297
303
  }
298
- .e-bigger .e-grid .e-columnmenu {
304
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
299
305
  top: 45px;
300
306
  }
301
307
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -1222,7 +1228,6 @@
1222
1228
  outline: 1px solid;
1223
1229
  outline-offset: 2px;
1224
1230
  }
1225
-
1226
1231
  .e-gantt-dialog .e-tab .e-tab-header {
1227
1232
  padding-left: 13px;
1228
1233
  }
@@ -1625,7 +1630,7 @@
1625
1630
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1626
1631
  background-color: #005ba3;
1627
1632
  border: 0px;
1628
- border-radius: 4px;
1633
+ border-radius: 3px;
1629
1634
  }
1630
1635
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1631
1636
  background-color: #9A38BA;
@@ -1636,7 +1641,7 @@
1636
1641
  }
1637
1642
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1638
1643
  background-color: #6D1888;
1639
- border: 0px;
1644
+ outline: 0px;
1640
1645
  }
1641
1646
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1642
1647
  background-color: #6D1888;
@@ -1696,6 +1701,18 @@
1696
1701
  .e-gantt .e-gantt-chart .e-line {
1697
1702
  border-color: #00457a;
1698
1703
  }
1704
+ .e-gantt .e-gantt-chart .e-connector-line {
1705
+ stroke: #00457a;
1706
+ }
1707
+ .e-gantt .e-gantt-chart .e-critical-line {
1708
+ stroke: #d13438;
1709
+ }
1710
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1711
+ fill: #00457a;
1712
+ }
1713
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1714
+ fill: #d13438;
1715
+ }
1699
1716
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1700
1717
  border-left-color: #00457a;
1701
1718
  }
@@ -1747,7 +1764,10 @@
1747
1764
  padding-right: 25px;
1748
1765
  }
1749
1766
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1750
- margin-left: 2px;
1767
+ margin-left: 3px;
1768
+ }
1769
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1770
+ margin-right: 3px;
1751
1771
  }
1752
1772
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1753
1773
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2008,14 +2028,15 @@
2008
2028
 
2009
2029
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2010
2030
  background-color: #f3d8da;
2011
- border: 1px solid #f3d8da;
2031
+ outline: 1px solid #f3d8da;
2012
2032
  border-radius: 0px;
2013
2033
  }
2014
2034
 
2015
2035
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2016
2036
  background-color: #d13438;
2017
2037
  border: 0px;
2018
- border-radius: 4px;
2038
+ position: absolute;
2039
+ border-radius: 3px;
2019
2040
  }
2020
2041
 
2021
2042
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -324,7 +324,7 @@
324
324
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
325
325
  background-color: #005ba1;
326
326
  border-color: #1b1a19;
327
- outline: 2px solid #c7e0f4;
327
+ outline: 2px solid #1b1a19;
328
328
  }
329
329
  .e-bigger .e-gantt .e-tab .e-content {
330
330
  height: 254px !important;
@@ -332,6 +332,14 @@
332
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
333
333
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
334
334
  }
335
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
336
+ padding-left: 0px;
337
+ }
338
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
339
+ display: block;
340
+ bottom: 0;
341
+ height: 3px;
342
+ }
335
343
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
336
344
  padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
337
345
  }
@@ -364,7 +372,7 @@
364
372
  border-radius: 2px !important;
365
373
  padding: 28px 28px 0px 28px !important;
366
374
  }
367
- .e-bigger .e-grid .e-columnmenu {
375
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
368
376
  top: 38px;
369
377
  }
370
378
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -450,11 +458,11 @@
450
458
  min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
451
459
  }
452
460
  .e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
453
- border-top: 8px solid #000;
454
- border-top: 12.5px solid #000;
461
+ border-top: 8px solid #f3f2f1;
462
+ border-top: 12.5px solid #f3f2f1;
455
463
  }
456
464
  .e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
457
- color: #000;
465
+ color: #f3f2f1;
458
466
  }
459
467
  .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
460
468
  color: #484644 !important;
@@ -466,17 +474,17 @@
466
474
  padding: 3px !important; /* stylelint-disable-line declaration-no-important */
467
475
  }
468
476
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
469
- background-color: #000;
470
- border-color: #000;
471
- color: #eff6fc;
477
+ background-color: #f3f2f1;
478
+ border-color: #f3f2f1;
479
+ color: #252423;
472
480
  font-size: 12px;
473
481
  line-height: 18px;
474
482
  padding: 0 8px 0 0;
475
483
  }
476
484
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
477
- background-color: #000;
478
- border-color: #000;
479
- color: #eff6fc;
485
+ background-color: #f3f2f1;
486
+ border-color: #f3f2f1;
487
+ color: #252423;
480
488
  font-size: 12px;
481
489
  line-height: 18px;
482
490
  padding: 0 0 0 8px;
@@ -578,7 +586,7 @@
578
586
  border-width: 1px;
579
587
  box-shadow: 0 0;
580
588
  font-size: 12px;
581
- font-weight: bold;
589
+ font-weight: 700;
582
590
  opacity: 1;
583
591
  overflow: hidden;
584
592
  padding: 2px 8px 1px;
@@ -770,7 +778,7 @@
770
778
  display: -ms-inline-flexbox;
771
779
  display: inline-flex;
772
780
  font-size: 14px;
773
- font-weight: bold;
781
+ font-weight: 700;
774
782
  margin: 0;
775
783
  padding: 0;
776
784
  position: static;
@@ -1293,6 +1301,9 @@
1293
1301
  outline: 1px solid;
1294
1302
  outline-offset: 2px;
1295
1303
  }
1304
+ .e-gantt .e-dialog.e-filter-popup .e-footer-content {
1305
+ padding-top: 0;
1306
+ }
1296
1307
 
1297
1308
  .e-gantt-dialog .e-tab .e-tab-header {
1298
1309
  padding-left: 0px;
@@ -1520,16 +1531,16 @@
1520
1531
  }
1521
1532
 
1522
1533
  .e-predecessor-tooltip {
1523
- background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1524
- border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1534
+ background-color: #f3f2f1 !important; /* stylelint-disable-line declaration-no-important */
1535
+ border-color: #f3f2f1 !important; /* stylelint-disable-line declaration-no-important */
1525
1536
  visibility: hidden;
1526
1537
  }
1527
1538
  .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
1528
- border-top: 8px solid #000;
1529
- border-top: 12.5px solid #000;
1539
+ border-top: 8px solid #f3f2f1;
1540
+ border-top: 12.5px solid #f3f2f1;
1530
1541
  }
1531
1542
  .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
1532
- color: #000;
1543
+ color: #f3f2f1;
1533
1544
  }
1534
1545
  .e-predecessor-tooltip .e-left-btn:disabled {
1535
1546
  color: #484644 !important;
@@ -1541,17 +1552,17 @@
1541
1552
  padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1542
1553
  }
1543
1554
  .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1544
- background-color: #000;
1545
- border-color: #000;
1546
- color: #eff6fc;
1555
+ background-color: #f3f2f1;
1556
+ border-color: #f3f2f1;
1557
+ color: #252423;
1547
1558
  font-size: 12px;
1548
1559
  line-height: 18px;
1549
1560
  padding: 0 8px 0 0;
1550
1561
  }
1551
1562
  .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1552
- background-color: #000;
1553
- border-color: #000;
1554
- color: #eff6fc;
1563
+ background-color: #f3f2f1;
1564
+ border-color: #f3f2f1;
1565
+ color: #252423;
1555
1566
  font-size: 12px;
1556
1567
  line-height: 18px;
1557
1568
  padding: 0 0 0 8px;
@@ -1700,7 +1711,7 @@
1700
1711
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1701
1712
  background-color: #0078d4;
1702
1713
  border: 0px;
1703
- border-radius: 2px;
1714
+ border-radius: 3px;
1704
1715
  }
1705
1716
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1717
  background-color: #dff6dd;
@@ -1711,7 +1722,7 @@
1711
1722
  }
1712
1723
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1713
1724
  background-color: #0b6a0b;
1714
- border: 0px;
1725
+ outline: 0px;
1715
1726
  }
1716
1727
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1717
1728
  background-color: #0b6a0b;
@@ -1771,6 +1782,18 @@
1771
1782
  .e-gantt .e-gantt-chart .e-line {
1772
1783
  border-color: #0078d4;
1773
1784
  }
1785
+ .e-gantt .e-gantt-chart .e-connector-line {
1786
+ stroke: #0078d4;
1787
+ }
1788
+ .e-gantt .e-gantt-chart .e-critical-line {
1789
+ stroke: #d13438;
1790
+ }
1791
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1792
+ fill: #0078d4;
1793
+ }
1794
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1795
+ fill: #d13438;
1796
+ }
1774
1797
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1775
1798
  border-left-color: #0078d4;
1776
1799
  }
@@ -1822,7 +1845,10 @@
1822
1845
  padding-right: 25px;
1823
1846
  }
1824
1847
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1825
- margin-left: 2px;
1848
+ margin-left: 3px;
1849
+ }
1850
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1851
+ margin-right: 3px;
1826
1852
  }
1827
1853
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1828
1854
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2083,14 +2109,15 @@
2083
2109
 
2084
2110
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2085
2111
  background-color: #fed9cc;
2086
- border: 1px solid #fed9cc;
2112
+ outline: 1px solid #fed9cc;
2087
2113
  border-radius: 4px;
2088
2114
  }
2089
2115
 
2090
2116
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2091
2117
  background-color: #d13438;
2092
2118
  border: 0px;
2093
- border-radius: 2px;
2119
+ position: absolute;
2120
+ border-radius: 3px;
2094
2121
  }
2095
2122
 
2096
2123
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
package/styles/fluent.css CHANGED
@@ -324,7 +324,7 @@
324
324
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
325
325
  background-color: #005ba1;
326
326
  border-color: #fff;
327
- outline: 2px solid #c7e0f4;
327
+ outline: 2px solid #fff;
328
328
  }
329
329
  .e-bigger .e-gantt .e-tab .e-content {
330
330
  height: 254px !important;
@@ -332,6 +332,14 @@
332
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
333
333
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
334
334
  }
335
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
336
+ padding-left: 0px;
337
+ }
338
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
339
+ display: block;
340
+ bottom: 0;
341
+ height: 3px;
342
+ }
335
343
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
336
344
  padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
337
345
  }
@@ -364,7 +372,7 @@
364
372
  border-radius: 2px !important;
365
373
  padding: 28px 28px 0px 28px !important;
366
374
  }
367
- .e-bigger .e-grid .e-columnmenu {
375
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
368
376
  top: 38px;
369
377
  }
370
378
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -450,11 +458,11 @@
450
458
  min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
451
459
  }
452
460
  .e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
453
- border-top: 8px solid #000;
454
- border-top: 12.5px solid #000;
461
+ border-top: 8px solid #323130;
462
+ border-top: 12.5px solid #323130;
455
463
  }
456
464
  .e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
457
- color: #000;
465
+ color: #323130;
458
466
  }
459
467
  .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
460
468
  color: #a19f9d !important;
@@ -466,17 +474,17 @@
466
474
  padding: 3px !important; /* stylelint-disable-line declaration-no-important */
467
475
  }
468
476
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
469
- background-color: #000;
470
- border-color: #000;
471
- color: #eff6fc;
477
+ background-color: #323130;
478
+ border-color: #323130;
479
+ color: #fff;
472
480
  font-size: 12px;
473
481
  line-height: 18px;
474
482
  padding: 0 8px 0 0;
475
483
  }
476
484
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
477
- background-color: #000;
478
- border-color: #000;
479
- color: #eff6fc;
485
+ background-color: #323130;
486
+ border-color: #323130;
487
+ color: #fff;
480
488
  font-size: 12px;
481
489
  line-height: 18px;
482
490
  padding: 0 0 0 8px;
@@ -578,7 +586,7 @@
578
586
  border-width: 1px;
579
587
  box-shadow: 0 0;
580
588
  font-size: 12px;
581
- font-weight: bold;
589
+ font-weight: 700;
582
590
  opacity: 1;
583
591
  overflow: hidden;
584
592
  padding: 2px 8px 1px;
@@ -770,7 +778,7 @@
770
778
  display: -ms-inline-flexbox;
771
779
  display: inline-flex;
772
780
  font-size: 14px;
773
- font-weight: bold;
781
+ font-weight: 700;
774
782
  margin: 0;
775
783
  padding: 0;
776
784
  position: static;
@@ -1293,6 +1301,9 @@
1293
1301
  outline: 1px solid;
1294
1302
  outline-offset: 2px;
1295
1303
  }
1304
+ .e-gantt .e-dialog.e-filter-popup .e-footer-content {
1305
+ padding-top: 0;
1306
+ }
1296
1307
 
1297
1308
  .e-gantt-dialog .e-tab .e-tab-header {
1298
1309
  padding-left: 0px;
@@ -1520,16 +1531,16 @@
1520
1531
  }
1521
1532
 
1522
1533
  .e-predecessor-tooltip {
1523
- background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1524
- border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1534
+ background-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1535
+ border-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1525
1536
  visibility: hidden;
1526
1537
  }
1527
1538
  .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
1528
- border-top: 8px solid #000;
1529
- border-top: 12.5px solid #000;
1539
+ border-top: 8px solid #323130;
1540
+ border-top: 12.5px solid #323130;
1530
1541
  }
1531
1542
  .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
1532
- color: #000;
1543
+ color: #323130;
1533
1544
  }
1534
1545
  .e-predecessor-tooltip .e-left-btn:disabled {
1535
1546
  color: #a19f9d !important;
@@ -1541,17 +1552,17 @@
1541
1552
  padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1542
1553
  }
1543
1554
  .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1544
- background-color: #000;
1545
- border-color: #000;
1546
- color: #eff6fc;
1555
+ background-color: #323130;
1556
+ border-color: #323130;
1557
+ color: #fff;
1547
1558
  font-size: 12px;
1548
1559
  line-height: 18px;
1549
1560
  padding: 0 8px 0 0;
1550
1561
  }
1551
1562
  .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1552
- background-color: #000;
1553
- border-color: #000;
1554
- color: #eff6fc;
1563
+ background-color: #323130;
1564
+ border-color: #323130;
1565
+ color: #fff;
1555
1566
  font-size: 12px;
1556
1567
  line-height: 18px;
1557
1568
  padding: 0 0 0 8px;
@@ -1700,7 +1711,7 @@
1700
1711
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1701
1712
  background-color: #0078d4;
1702
1713
  border: 0px;
1703
- border-radius: 2px;
1714
+ border-radius: 3px;
1704
1715
  }
1705
1716
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1717
  background-color: #dff6dd;
@@ -1711,7 +1722,7 @@
1711
1722
  }
1712
1723
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1713
1724
  background-color: #0b6a0b;
1714
- border: 0px;
1725
+ outline: 0px;
1715
1726
  }
1716
1727
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1717
1728
  background-color: #0b6a0b;
@@ -1771,6 +1782,18 @@
1771
1782
  .e-gantt .e-gantt-chart .e-line {
1772
1783
  border-color: #0078d4;
1773
1784
  }
1785
+ .e-gantt .e-gantt-chart .e-connector-line {
1786
+ stroke: #0078d4;
1787
+ }
1788
+ .e-gantt .e-gantt-chart .e-critical-line {
1789
+ stroke: #d13438;
1790
+ }
1791
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1792
+ fill: #0078d4;
1793
+ }
1794
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1795
+ fill: #d13438;
1796
+ }
1774
1797
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1775
1798
  border-left-color: #0078d4;
1776
1799
  }
@@ -1822,7 +1845,10 @@
1822
1845
  padding-right: 25px;
1823
1846
  }
1824
1847
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1825
- margin-left: 2px;
1848
+ margin-left: 3px;
1849
+ }
1850
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1851
+ margin-right: 3px;
1826
1852
  }
1827
1853
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1828
1854
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2083,14 +2109,15 @@
2083
2109
 
2084
2110
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2085
2111
  background-color: #fed9cc;
2086
- border: 1px solid #fed9cc;
2112
+ outline: 1px solid #fed9cc;
2087
2113
  border-radius: 4px;
2088
2114
  }
2089
2115
 
2090
2116
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2091
2117
  background-color: #d13438;
2092
2118
  border: 0px;
2093
- border-radius: 2px;
2119
+ position: absolute;
2120
+ border-radius: 3px;
2094
2121
  }
2095
2122
 
2096
2123
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {