@syncfusion/ej2-vue-gantt 20.1.47 → 20.1.48

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 (56) hide show
  1. package/CHANGELOG.md +0 -10
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/es6/ej2-vue-gantt.es2015.js +15 -221
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +15 -150
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +14 -8
  9. package/src/gantt/adddialogfields.directive.d.ts +1 -3
  10. package/src/gantt/adddialogfields.directive.js +2 -24
  11. package/src/gantt/columns.directive.d.ts +1 -3
  12. package/src/gantt/columns.directive.js +2 -24
  13. package/src/gantt/dayworkingtime.directive.d.ts +1 -3
  14. package/src/gantt/dayworkingtime.directive.js +2 -24
  15. package/src/gantt/editdialogfields.directive.d.ts +1 -3
  16. package/src/gantt/editdialogfields.directive.js +2 -24
  17. package/src/gantt/eventmarkers.directive.d.ts +1 -3
  18. package/src/gantt/eventmarkers.directive.js +2 -24
  19. package/src/gantt/gantt.component.d.ts +0 -1
  20. package/src/gantt/gantt.component.js +1 -10
  21. package/src/gantt/holidays.directive.d.ts +1 -3
  22. package/src/gantt/holidays.directive.js +2 -24
  23. package/styles/bootstrap-dark.css +10 -37
  24. package/styles/bootstrap.css +10 -37
  25. package/styles/bootstrap4.css +10 -37
  26. package/styles/bootstrap5-dark.css +19 -53
  27. package/styles/bootstrap5.css +19 -53
  28. package/styles/fabric-dark.css +7 -34
  29. package/styles/fabric.css +10 -37
  30. package/styles/gantt/bootstrap-dark.css +10 -37
  31. package/styles/gantt/bootstrap.css +10 -37
  32. package/styles/gantt/bootstrap4.css +10 -37
  33. package/styles/gantt/bootstrap5-dark.css +19 -53
  34. package/styles/gantt/bootstrap5.css +19 -53
  35. package/styles/gantt/fabric-dark.css +7 -34
  36. package/styles/gantt/fabric.css +10 -37
  37. package/styles/gantt/highcontrast-light.css +7 -34
  38. package/styles/gantt/highcontrast.css +7 -34
  39. package/styles/gantt/material-dark.css +10 -37
  40. package/styles/gantt/material.css +10 -37
  41. package/styles/gantt/tailwind-dark.css +99 -70
  42. package/styles/gantt/tailwind.css +99 -70
  43. package/styles/highcontrast-light.css +7 -34
  44. package/styles/highcontrast.css +7 -34
  45. package/styles/material-dark.css +10 -37
  46. package/styles/material.css +10 -37
  47. package/styles/tailwind-dark.css +99 -70
  48. package/styles/tailwind.css +99 -70
  49. package/styles/fluent-dark.css +0 -1942
  50. package/styles/fluent-dark.scss +0 -1
  51. package/styles/fluent.css +0 -1942
  52. package/styles/fluent.scss +0 -1
  53. package/styles/gantt/fluent-dark.css +0 -1942
  54. package/styles/gantt/fluent-dark.scss +0 -1
  55. package/styles/gantt/fluent.css +0 -1942
  56. package/styles/gantt/fluent.scss +0 -1
@@ -230,34 +230,6 @@
230
230
  content: '\e903';
231
231
  }
232
232
 
233
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
234
- height: 64px;
235
- }
236
-
237
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
238
- height: 32px;
239
- }
240
-
241
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
242
- height: 63px !important;
243
- }
244
-
245
- .e-bigger .e-columnmenu {
246
- top: 45px;
247
- }
248
-
249
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
250
- padding: 16px 18px 0 18px;
251
- }
252
-
253
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
254
- padding: 16px 18px 0 0;
255
- }
256
-
257
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
258
- padding: 16px 18px 0 0;
259
- }
260
-
261
233
  .e-gantt {
262
234
  display: block;
263
235
  width: 100%;
@@ -772,10 +744,9 @@
772
744
  }
773
745
 
774
746
  .e-gantt .e-gantt-chart .e-baseline-bar {
775
- border-radius: 2px;
776
747
  box-sizing: border-box;
777
748
  position: absolute;
778
- z-index: 2;
749
+ z-index: 3;
779
750
  }
780
751
 
781
752
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -837,6 +808,7 @@
837
808
  }
838
809
 
839
810
  .e-gantt .e-gantt-chart .e-holiday .e-span {
811
+ font-size: 13px;
840
812
  position: absolute;
841
813
  transform: rotate(-90deg);
842
814
  white-space: nowrap;
@@ -1119,8 +1091,6 @@
1119
1091
 
1120
1092
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1121
1093
  border-radius: 50%;
1122
- height: auto !important;
1123
- width: auto !important;
1124
1094
  }
1125
1095
 
1126
1096
  .e-icon-rowselect::before {
@@ -1429,13 +1399,11 @@
1429
1399
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1430
1400
  background-color: #4cc7ba;
1431
1401
  border: 0px;
1432
- border-radius: 0px;
1433
1402
  }
1434
1403
 
1435
1404
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1436
1405
  background-color: #0063ad;
1437
1406
  border: 0px;
1438
- border-radius: 4px;
1439
1407
  }
1440
1408
 
1441
1409
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1506,6 +1474,11 @@
1506
1474
 
1507
1475
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1508
1476
  background: #222;
1477
+ border-color: #fff;
1478
+ }
1479
+
1480
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1481
+ border-bottom-color: #fff;
1509
1482
  }
1510
1483
 
1511
1484
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -228,34 +228,6 @@
228
228
  content: '\e903';
229
229
  }
230
230
 
231
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
232
- height: 64px;
233
- }
234
-
235
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
236
- height: 32px;
237
- }
238
-
239
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
240
- height: 63px !important;
241
- }
242
-
243
- .e-bigger .e-columnmenu {
244
- top: 45px;
245
- }
246
-
247
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
248
- padding: 16px 18px 0 18px;
249
- }
250
-
251
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
252
- padding: 16px 18px 0 0;
253
- }
254
-
255
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
256
- padding: 16px 18px 0 0;
257
- }
258
-
259
231
  .e-gantt {
260
232
  display: block;
261
233
  width: 100%;
@@ -770,10 +742,9 @@
770
742
  }
771
743
 
772
744
  .e-gantt .e-gantt-chart .e-baseline-bar {
773
- border-radius: 2px;
774
745
  box-sizing: border-box;
775
746
  position: absolute;
776
- z-index: 2;
747
+ z-index: 3;
777
748
  }
778
749
 
779
750
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -835,6 +806,7 @@
835
806
  }
836
807
 
837
808
  .e-gantt .e-gantt-chart .e-holiday .e-span {
809
+ font-size: 13px;
838
810
  position: absolute;
839
811
  transform: rotate(-90deg);
840
812
  white-space: nowrap;
@@ -1117,8 +1089,6 @@
1117
1089
 
1118
1090
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1119
1091
  border-radius: 50%;
1120
- height: auto !important;
1121
- width: auto !important;
1122
1092
  }
1123
1093
 
1124
1094
  .e-icon-rowselect::before {
@@ -1427,13 +1397,11 @@
1427
1397
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1428
1398
  background-color: #505050;
1429
1399
  border: 0px;
1430
- border-radius: 0px;
1431
1400
  }
1432
1401
 
1433
1402
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1434
1403
  background-color: #005ba3;
1435
1404
  border: 0px;
1436
- border-radius: 4px;
1437
1405
  }
1438
1406
 
1439
1407
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1504,6 +1472,11 @@
1504
1472
 
1505
1473
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1506
1474
  background: #222;
1475
+ border-color: #fff;
1476
+ }
1477
+
1478
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1479
+ border-bottom-color: #fff;
1507
1480
  }
1508
1481
 
1509
1482
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1667,15 +1640,15 @@
1667
1640
  }
1668
1641
 
1669
1642
  .e-gantt .e-gantt-chart .e-baseline-bar {
1670
- background-color: #D83B01;
1643
+ background-color: #FF9800;
1671
1644
  }
1672
1645
 
1673
1646
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1674
- border-bottom-color: #D83B01;
1647
+ border-bottom-color: #FF9800;
1675
1648
  }
1676
1649
 
1677
1650
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1678
- border-top-color: #D83B01;
1651
+ border-top-color: #FF9800;
1679
1652
  }
1680
1653
 
1681
1654
  .e-gantt .e-gantt-chart .e-uptail::before {
@@ -231,34 +231,6 @@
231
231
  }
232
232
  }
233
233
 
234
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
235
- height: 64px;
236
- }
237
-
238
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
239
- height: 32px;
240
- }
241
-
242
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
243
- height: 63px !important;
244
- }
245
-
246
- .e-bigger .e-columnmenu {
247
- top: 45px;
248
- }
249
-
250
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
251
- padding: 16px 18px 0 18px;
252
- }
253
-
254
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
255
- padding: 16px 18px 0 0;
256
- }
257
-
258
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
259
- padding: 16px 18px 0 0;
260
- }
261
-
262
234
  .e-gantt {
263
235
  display: block;
264
236
  width: 100%;
@@ -773,10 +745,9 @@
773
745
  }
774
746
 
775
747
  .e-gantt .e-gantt-chart .e-baseline-bar {
776
- border-radius: 2px;
777
748
  box-sizing: border-box;
778
749
  position: absolute;
779
- z-index: 2;
750
+ z-index: 3;
780
751
  }
781
752
 
782
753
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -838,6 +809,7 @@
838
809
  }
839
810
 
840
811
  .e-gantt .e-gantt-chart .e-holiday .e-span {
812
+ font-size: 13px;
841
813
  position: absolute;
842
814
  transform: rotate(-90deg);
843
815
  white-space: nowrap;
@@ -1120,8 +1092,6 @@
1120
1092
 
1121
1093
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1122
1094
  border-radius: 50%;
1123
- height: auto !important;
1124
- width: auto !important;
1125
1095
  }
1126
1096
 
1127
1097
  .e-icon-rowselect::before {
@@ -1430,13 +1400,11 @@
1430
1400
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1431
1401
  background-color: #005201;
1432
1402
  border: 0px;
1433
- border-radius: 0px;
1434
1403
  }
1435
1404
 
1436
1405
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1437
1406
  background-color: #6e06f1;
1438
1407
  border: 0px;
1439
- border-radius: 4px;
1440
1408
  }
1441
1409
 
1442
1410
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1507,6 +1475,11 @@
1507
1475
 
1508
1476
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1509
1477
  background: #222;
1478
+ border-color: #fff;
1479
+ }
1480
+
1481
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1482
+ border-bottom-color: #fff;
1510
1483
  }
1511
1484
 
1512
1485
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -345,34 +345,6 @@
345
345
  content: '\e903';
346
346
  }
347
347
 
348
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
349
- height: 64px;
350
- }
351
-
352
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
353
- height: 32px;
354
- }
355
-
356
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
- height: 63px !important;
358
- }
359
-
360
- .e-bigger .e-columnmenu {
361
- top: 45px;
362
- }
363
-
364
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
365
- padding: 16px 18px 0 18px;
366
- }
367
-
368
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
369
- padding: 16px 18px 0 0;
370
- }
371
-
372
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
373
- padding: 16px 18px 0 0;
374
- }
375
-
376
348
  .e-gantt {
377
349
  display: block;
378
350
  width: 100%;
@@ -887,10 +859,9 @@
887
859
  }
888
860
 
889
861
  .e-gantt .e-gantt-chart .e-baseline-bar {
890
- border-radius: 2px;
891
862
  box-sizing: border-box;
892
863
  position: absolute;
893
- z-index: 2;
864
+ z-index: 3;
894
865
  }
895
866
 
896
867
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -952,6 +923,7 @@
952
923
  }
953
924
 
954
925
  .e-gantt .e-gantt-chart .e-holiday .e-span {
926
+ font-size: 13px;
955
927
  position: absolute;
956
928
  transform: rotate(-90deg);
957
929
  white-space: nowrap;
@@ -1234,8 +1206,6 @@
1234
1206
 
1235
1207
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1236
1208
  border-radius: 50%;
1237
- height: auto !important;
1238
- width: auto !important;
1239
1209
  }
1240
1210
 
1241
1211
  .e-icon-rowselect::before {
@@ -1544,13 +1514,11 @@
1544
1514
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1545
1515
  background-color: #005201;
1546
1516
  border: 0px;
1547
- border-radius: 0px;
1548
1517
  }
1549
1518
 
1550
1519
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1551
1520
  background-color: #3e047d;
1552
1521
  border: 0px;
1553
- border-radius: 4px;
1554
1522
  }
1555
1523
 
1556
1524
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1621,6 +1589,11 @@
1621
1589
 
1622
1590
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1623
1591
  background: #222;
1592
+ border-color: #fff;
1593
+ }
1594
+
1595
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1596
+ border-bottom-color: #fff;
1624
1597
  }
1625
1598
 
1626
1599
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -267,34 +267,6 @@
267
267
  content: '\e903';
268
268
  }
269
269
 
270
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
271
- height: 64px;
272
- }
273
-
274
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
275
- height: 32px;
276
- }
277
-
278
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
279
- height: 63px !important;
280
- }
281
-
282
- .e-bigger .e-columnmenu {
283
- top: 38px;
284
- }
285
-
286
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
287
- padding: 16px 18px 0 18px;
288
- }
289
-
290
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
291
- padding: 16px 18px 0 0;
292
- }
293
-
294
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
295
- padding: 16px 18px 0 0;
296
- }
297
-
298
270
  .e-gantt {
299
271
  display: block;
300
272
  width: 100%;
@@ -809,10 +781,9 @@
809
781
  }
810
782
 
811
783
  .e-gantt .e-gantt-chart .e-baseline-bar {
812
- border-radius: 2px;
813
784
  box-sizing: border-box;
814
785
  position: absolute;
815
- z-index: 2;
786
+ z-index: 3;
816
787
  }
817
788
 
818
789
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -874,6 +845,7 @@
874
845
  }
875
846
 
876
847
  .e-gantt .e-gantt-chart .e-holiday .e-span {
848
+ font-size: 13px;
877
849
  position: absolute;
878
850
  transform: rotate(-90deg);
879
851
  white-space: nowrap;
@@ -1156,8 +1128,6 @@
1156
1128
 
1157
1129
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1158
1130
  border-radius: 50%;
1159
- height: auto !important;
1160
- width: auto !important;
1161
1131
  }
1162
1132
 
1163
1133
  .e-icon-rowselect::before {
@@ -1466,13 +1436,11 @@
1466
1436
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1467
1437
  background-color: #4cc7ba;
1468
1438
  border: 0px;
1469
- border-radius: 4px;
1470
1439
  }
1471
1440
 
1472
1441
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1473
1442
  background-color: #7280ce;
1474
1443
  border: 0px;
1475
- border-radius: 4px;
1476
1444
  }
1477
1445
 
1478
1446
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1543,6 +1511,11 @@
1543
1511
 
1544
1512
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1545
1513
  background: #222;
1514
+ border-color: #fff;
1515
+ }
1516
+
1517
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1518
+ border-bottom-color: #fff;
1546
1519
  }
1547
1520
 
1548
1521
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1706,15 +1679,15 @@
1706
1679
  }
1707
1680
 
1708
1681
  .e-gantt .e-gantt-chart .e-baseline-bar {
1709
- background-color: #ff9800;
1682
+ background-color: #FF9800;
1710
1683
  }
1711
1684
 
1712
1685
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1713
- border-bottom-color: #ff9800;
1686
+ border-bottom-color: #FF9800;
1714
1687
  }
1715
1688
 
1716
1689
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1717
- border-top-color: #ff9800;
1690
+ border-top-color: #FF9800;
1718
1691
  }
1719
1692
 
1720
1693
  .e-gantt .e-gantt-chart .e-uptail::before {
@@ -308,34 +308,6 @@
308
308
  content: '\e903';
309
309
  }
310
310
 
311
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
312
- height: 64px;
313
- }
314
-
315
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
316
- height: 32px;
317
- }
318
-
319
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
320
- height: 63px !important;
321
- }
322
-
323
- .e-bigger .e-columnmenu {
324
- top: 38px;
325
- }
326
-
327
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
328
- padding: 16px 18px 0 18px;
329
- }
330
-
331
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
332
- padding: 16px 18px 0 0;
333
- }
334
-
335
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
336
- padding: 16px 18px 0 0;
337
- }
338
-
339
311
  .e-gantt {
340
312
  display: block;
341
313
  width: 100%;
@@ -850,10 +822,9 @@
850
822
  }
851
823
 
852
824
  .e-gantt .e-gantt-chart .e-baseline-bar {
853
- border-radius: 2px;
854
825
  box-sizing: border-box;
855
826
  position: absolute;
856
- z-index: 2;
827
+ z-index: 3;
857
828
  }
858
829
 
859
830
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -915,6 +886,7 @@
915
886
  }
916
887
 
917
888
  .e-gantt .e-gantt-chart .e-holiday .e-span {
889
+ font-size: 13px;
918
890
  position: absolute;
919
891
  transform: rotate(-90deg);
920
892
  white-space: nowrap;
@@ -1197,8 +1169,6 @@
1197
1169
 
1198
1170
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1199
1171
  border-radius: 50%;
1200
- height: auto !important;
1201
- width: auto !important;
1202
1172
  }
1203
1173
 
1204
1174
  .e-icon-rowselect::before {
@@ -1507,13 +1477,11 @@
1507
1477
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1508
1478
  background-color: #616161;
1509
1479
  border: 0px;
1510
- border-radius: 4px;
1511
1480
  }
1512
1481
 
1513
1482
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1514
1483
  background-color: #3f51b5;
1515
1484
  border: 0px;
1516
- border-radius: 4px;
1517
1485
  }
1518
1486
 
1519
1487
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1584,6 +1552,11 @@
1584
1552
 
1585
1553
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1586
1554
  background: #222;
1555
+ border-color: #fff;
1556
+ }
1557
+
1558
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1559
+ border-bottom-color: #fff;
1587
1560
  }
1588
1561
 
1589
1562
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1747,15 +1720,15 @@
1747
1720
  }
1748
1721
 
1749
1722
  .e-gantt .e-gantt-chart .e-baseline-bar {
1750
- background-color: #C15700;
1723
+ background-color: #FF9800;
1751
1724
  }
1752
1725
 
1753
1726
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1754
- border-bottom-color: #C15700;
1727
+ border-bottom-color: #FF9800;
1755
1728
  }
1756
1729
 
1757
1730
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1758
- border-top-color: #C15700;
1731
+ border-top-color: #FF9800;
1759
1732
  }
1760
1733
 
1761
1734
  .e-gantt .e-gantt-chart .e-uptail::before {