@syncfusion/ej2-react-gantt 20.4.54 → 21.1.37

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 +36 -0
  2. package/dist/ej2-react-gantt.min.js +2 -2
  3. package/dist/ej2-react-gantt.umd.min.js +2 -2
  4. package/dist/ej2-react-gantt.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-react-gantt.es2015.js +1 -0
  6. package/dist/es6/ej2-react-gantt.es2015.js.map +1 -1
  7. package/package.json +9 -9
  8. package/src/gantt/gantt.component.d.ts +1 -0
  9. package/src/gantt/gantt.component.js +1 -0
  10. package/styles/bootstrap-dark.css +33 -10
  11. package/styles/bootstrap.css +31 -10
  12. package/styles/bootstrap4.css +28 -7
  13. package/styles/bootstrap5-dark.css +30 -9
  14. package/styles/bootstrap5.css +30 -9
  15. package/styles/fabric-dark.css +28 -7
  16. package/styles/fabric.css +28 -7
  17. package/styles/fluent-dark.css +56 -29
  18. package/styles/fluent.css +56 -29
  19. package/styles/gantt/bootstrap-dark.css +33 -10
  20. package/styles/gantt/bootstrap.css +31 -10
  21. package/styles/gantt/bootstrap4.css +28 -7
  22. package/styles/gantt/bootstrap5-dark.css +30 -9
  23. package/styles/gantt/bootstrap5.css +30 -9
  24. package/styles/gantt/fabric-dark.css +28 -7
  25. package/styles/gantt/fabric.css +28 -7
  26. package/styles/gantt/fluent-dark.css +56 -29
  27. package/styles/gantt/fluent.css +56 -29
  28. package/styles/gantt/highcontrast-light.css +28 -9
  29. package/styles/gantt/highcontrast.css +28 -7
  30. package/styles/gantt/material-dark.css +31 -14
  31. package/styles/gantt/material.css +28 -7
  32. package/styles/gantt/tailwind-dark.css +28 -7
  33. package/styles/gantt/tailwind.css +28 -7
  34. package/styles/highcontrast-light.css +28 -9
  35. package/styles/highcontrast.css +28 -7
  36. package/styles/material-dark.css +31 -14
  37. package/styles/material.css +28 -7
  38. package/styles/tailwind-dark.css +28 -7
  39. package/styles/tailwind.css +28 -7
@@ -637,6 +637,12 @@
637
637
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
638
638
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
639
639
  }
640
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
641
+ padding-left: 12px;
642
+ }
643
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
644
+ display: block;
645
+ }
640
646
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
641
647
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
642
648
  }
@@ -666,7 +672,7 @@
666
672
  border-radius: 6px !important;
667
673
  padding: 32px 16px 16px !important;
668
674
  }
669
- .e-bigger .e-grid .e-columnmenu {
675
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
670
676
  top: 38px;
671
677
  }
672
678
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -1596,7 +1602,6 @@
1596
1602
  outline: 1px solid;
1597
1603
  outline-offset: 2px;
1598
1604
  }
1599
-
1600
1605
  .e-gantt-dialog .e-tab .e-tab-header {
1601
1606
  padding-left: 12px;
1602
1607
  }
@@ -1999,7 +2004,7 @@
1999
2004
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
2000
2005
  background-color: #0056b3;
2001
2006
  border: 0px;
2002
- border-radius: 4px;
2007
+ border-radius: 3px;
2003
2008
  }
2004
2009
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2010
  background-color: #8553F1;
@@ -2010,7 +2015,7 @@
2010
2015
  }
2011
2016
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
2012
2017
  background-color: #6628EE;
2013
- border: 0px;
2018
+ outline: 0px;
2014
2019
  }
2015
2020
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
2016
2021
  background-color: #6628EE;
@@ -2070,6 +2075,18 @@
2070
2075
  .e-gantt .e-gantt-chart .e-line {
2071
2076
  border-color: #0056b3;
2072
2077
  }
2078
+ .e-gantt .e-gantt-chart .e-connector-line {
2079
+ stroke: #0056b3;
2080
+ }
2081
+ .e-gantt .e-gantt-chart .e-critical-line {
2082
+ stroke: #d13438;
2083
+ }
2084
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
2085
+ fill: #0056b3;
2086
+ }
2087
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
2088
+ fill: #d13438;
2089
+ }
2073
2090
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
2074
2091
  border-left-color: #0056b3;
2075
2092
  }
@@ -2121,7 +2138,10 @@
2121
2138
  padding-right: 25px;
2122
2139
  }
2123
2140
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
2124
- margin-left: 2px;
2141
+ margin-left: 3px;
2142
+ }
2143
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
2144
+ margin-right: 3px;
2125
2145
  }
2126
2146
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
2127
2147
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2382,14 +2402,15 @@
2382
2402
 
2383
2403
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2384
2404
  background-color: #F3D8DA;
2385
- border: 1px solid #F3D8DA;
2405
+ outline: 1px solid #F3D8DA;
2386
2406
  border-radius: 4px;
2387
2407
  }
2388
2408
 
2389
2409
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2390
2410
  background-color: #D13438;
2391
2411
  border: 0px;
2392
- border-radius: 4px;
2412
+ position: absolute;
2413
+ border-radius: 3px;
2393
2414
  }
2394
2415
 
2395
2416
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -356,6 +356,12 @@
356
356
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
357
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
358
358
  }
359
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
360
+ padding-left: 12px;
361
+ }
362
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
363
+ display: block;
364
+ }
359
365
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
360
366
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
361
367
  }
@@ -385,7 +391,7 @@
385
391
  border-radius: 6px !important;
386
392
  padding: 32px 16px 16px !important;
387
393
  }
388
- .e-bigger .e-grid .e-columnmenu {
394
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
389
395
  top: 35px;
390
396
  }
391
397
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -597,7 +603,7 @@
597
603
  border-width: 1px;
598
604
  box-shadow: 0 0;
599
605
  font-size: 12px;
600
- font-weight: bold;
606
+ font-weight: 700;
601
607
  opacity: 1;
602
608
  overflow: hidden;
603
609
  padding: 2px 8px 1px;
@@ -789,7 +795,7 @@
789
795
  display: -ms-inline-flexbox;
790
796
  display: inline-flex;
791
797
  font-size: 14px;
792
- font-weight: bold;
798
+ font-weight: 700;
793
799
  margin: 0;
794
800
  padding: 0;
795
801
  position: static;
@@ -1312,7 +1318,6 @@
1312
1318
  outline: 1px solid;
1313
1319
  outline-offset: 2px;
1314
1320
  }
1315
-
1316
1321
  .e-gantt-dialog .e-tab .e-tab-header {
1317
1322
  padding-left: 12px;
1318
1323
  }
@@ -1715,7 +1720,7 @@
1715
1720
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1716
1721
  background-color: #0d6efd;
1717
1722
  border: 0px;
1718
- border-radius: 4px;
1723
+ border-radius: 3px;
1719
1724
  }
1720
1725
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1726
  background-color: #d3f0e2;
@@ -1726,7 +1731,7 @@
1726
1731
  }
1727
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1728
1733
  background-color: #21b26f;
1729
- border: 0px;
1734
+ outline: 0px;
1730
1735
  }
1731
1736
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1732
1737
  background-color: #21b26f;
@@ -1786,6 +1791,18 @@
1786
1791
  .e-gantt .e-gantt-chart .e-line {
1787
1792
  border-color: #0d6efd;
1788
1793
  }
1794
+ .e-gantt .e-gantt-chart .e-connector-line {
1795
+ stroke: #0d6efd;
1796
+ }
1797
+ .e-gantt .e-gantt-chart .e-critical-line {
1798
+ stroke: #e4606d;
1799
+ }
1800
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1801
+ fill: #0d6efd;
1802
+ }
1803
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1804
+ fill: #e4606d;
1805
+ }
1789
1806
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1790
1807
  border-left-color: #0d6efd;
1791
1808
  }
@@ -1837,7 +1854,10 @@
1837
1854
  padding-right: 25px;
1838
1855
  }
1839
1856
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1840
- margin-left: 2px;
1857
+ margin-left: 3px;
1858
+ }
1859
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1860
+ margin-right: 3px;
1841
1861
  }
1842
1862
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1843
1863
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2098,14 +2118,15 @@
2098
2118
 
2099
2119
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2100
2120
  background-color: #fadfe2;
2101
- border: 1px solid #fadfe2;
2121
+ outline: 1px solid #fadfe2;
2102
2122
  border-radius: 4px;
2103
2123
  }
2104
2124
 
2105
2125
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2106
2126
  background-color: #e4606d;
2107
2127
  border: 0px;
2108
- border-radius: 4px;
2128
+ position: absolute;
2129
+ border-radius: 3px;
2109
2130
  }
2110
2131
 
2111
2132
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -356,6 +356,12 @@
356
356
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
357
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
358
358
  }
359
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
360
+ padding-left: 12px;
361
+ }
362
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
363
+ display: block;
364
+ }
359
365
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
360
366
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
361
367
  }
@@ -385,7 +391,7 @@
385
391
  border-radius: 6px !important;
386
392
  padding: 32px 16px 16px !important;
387
393
  }
388
- .e-bigger .e-grid .e-columnmenu {
394
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
389
395
  top: 35px;
390
396
  }
391
397
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -597,7 +603,7 @@
597
603
  border-width: 1px;
598
604
  box-shadow: 0 0;
599
605
  font-size: 12px;
600
- font-weight: bold;
606
+ font-weight: 700;
601
607
  opacity: 1;
602
608
  overflow: hidden;
603
609
  padding: 2px 8px 1px;
@@ -789,7 +795,7 @@
789
795
  display: -ms-inline-flexbox;
790
796
  display: inline-flex;
791
797
  font-size: 14px;
792
- font-weight: bold;
798
+ font-weight: 700;
793
799
  margin: 0;
794
800
  padding: 0;
795
801
  position: static;
@@ -1312,7 +1318,6 @@
1312
1318
  outline: 1px solid;
1313
1319
  outline-offset: 2px;
1314
1320
  }
1315
-
1316
1321
  .e-gantt-dialog .e-tab .e-tab-header {
1317
1322
  padding-left: 12px;
1318
1323
  }
@@ -1715,7 +1720,7 @@
1715
1720
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1716
1721
  background-color: #0d6efd;
1717
1722
  border: 0px;
1718
- border-radius: 4px;
1723
+ border-radius: 3px;
1719
1724
  }
1720
1725
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1726
  background-color: #d1e7dd;
@@ -1726,7 +1731,7 @@
1726
1731
  }
1727
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1728
1733
  background-color: #198754;
1729
- border: 0px;
1734
+ outline: 0px;
1730
1735
  }
1731
1736
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1732
1737
  background-color: #198754;
@@ -1786,6 +1791,18 @@
1786
1791
  .e-gantt .e-gantt-chart .e-line {
1787
1792
  border-color: #0d6efd;
1788
1793
  }
1794
+ .e-gantt .e-gantt-chart .e-connector-line {
1795
+ stroke: #0d6efd;
1796
+ }
1797
+ .e-gantt .e-gantt-chart .e-critical-line {
1798
+ stroke: #dc3545;
1799
+ }
1800
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1801
+ fill: #0d6efd;
1802
+ }
1803
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1804
+ fill: #dc3545;
1805
+ }
1789
1806
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1790
1807
  border-left-color: #0d6efd;
1791
1808
  }
@@ -1837,7 +1854,10 @@
1837
1854
  padding-right: 25px;
1838
1855
  }
1839
1856
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1840
- margin-left: 2px;
1857
+ margin-left: 3px;
1858
+ }
1859
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1860
+ margin-right: 3px;
1841
1861
  }
1842
1862
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1843
1863
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2098,14 +2118,15 @@
2098
2118
 
2099
2119
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2100
2120
  background-color: #f8d7da;
2101
- border: 1px solid #f8d7da;
2121
+ outline: 1px solid #f8d7da;
2102
2122
  border-radius: 4px;
2103
2123
  }
2104
2124
 
2105
2125
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2106
2126
  background-color: #dc3545;
2107
2127
  border: 0px;
2108
- border-radius: 4px;
2128
+ position: absolute;
2129
+ border-radius: 3px;
2109
2130
  }
2110
2131
 
2111
2132
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -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 {
@@ -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 {