@syncfusion/ej2-angular-gantt 20.4.38 → 20.4.39
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.
- package/README.md +131 -61
- package/esm2020/src/gantt/gantt.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gantt/gantt.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +182 -14
- package/styles/bootstrap.css +182 -14
- package/styles/bootstrap4.css +182 -13
- package/styles/bootstrap5-dark.css +181 -12
- package/styles/bootstrap5.css +181 -12
- package/styles/fabric-dark.css +182 -14
- package/styles/fabric.css +182 -14
- package/styles/fluent-dark.css +183 -12
- package/styles/fluent.css +183 -12
- package/styles/gantt/_bootstrap-dark-definition.scss +6 -2
- package/styles/gantt/_bootstrap-definition.scss +6 -3
- package/styles/gantt/_bootstrap4-definition.scss +6 -3
- package/styles/gantt/_bootstrap5-definition.scss +6 -3
- package/styles/gantt/_fabric-dark-definition.scss +6 -3
- package/styles/gantt/_fabric-definition.scss +6 -3
- package/styles/gantt/_fluent-definition.scss +6 -3
- package/styles/gantt/_fusionnew-definition.scss +6 -3
- package/styles/gantt/_highcontrast-definition.scss +7 -4
- package/styles/gantt/_highcontrast-light-definition.scss +6 -3
- package/styles/gantt/_layout.scss +237 -23
- package/styles/gantt/_material-dark-definition.scss +6 -3
- package/styles/gantt/_material-definition.scss +6 -3
- package/styles/gantt/_material3-definition.scss +6 -3
- package/styles/gantt/_tailwind-definition.scss +6 -3
- package/styles/gantt/_theme.scss +17 -8
- package/styles/gantt/bootstrap-dark.css +182 -14
- package/styles/gantt/bootstrap.css +182 -14
- package/styles/gantt/bootstrap4.css +182 -13
- package/styles/gantt/bootstrap5-dark.css +181 -12
- package/styles/gantt/bootstrap5.css +181 -12
- package/styles/gantt/fabric-dark.css +182 -14
- package/styles/gantt/fabric.css +182 -14
- package/styles/gantt/fluent-dark.css +183 -12
- package/styles/gantt/fluent.css +183 -12
- package/styles/gantt/highcontrast-light.css +181 -12
- package/styles/gantt/highcontrast.css +182 -14
- package/styles/gantt/icons/_bootstrap-dark.scss +1 -1
- package/styles/gantt/icons/_bootstrap.scss +1 -1
- package/styles/gantt/icons/_fabric-dark.scss +1 -1
- package/styles/gantt/icons/_fabric.scss +1 -1
- package/styles/gantt/icons/_highcontrast.scss +1 -1
- package/styles/gantt/icons/_material-dark.scss +1 -1
- package/styles/gantt/icons/_material.scss +1 -1
- package/styles/gantt/material-dark.css +180 -14
- package/styles/gantt/material.css +182 -14
- package/styles/gantt/tailwind-dark.css +181 -12
- package/styles/gantt/tailwind.css +181 -12
- package/styles/highcontrast-light.css +181 -12
- package/styles/highcontrast.css +182 -14
- package/styles/material-dark.css +180 -14
- package/styles/material.css +182 -14
- package/styles/tailwind-dark.css +181 -12
- package/styles/tailwind.css +181 -12
- package/schematics/collection.json +0 -30
- package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/index.js +0 -8
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/schema.js +0 -2
- package/schematics/generators/gantt-daymarkers/schema.json +0 -125
- package/schematics/generators/gantt-default/index.d.ts +0 -3
- package/schematics/generators/gantt-default/index.js +0 -8
- package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-default/sample-details.js +0 -7
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/gantt-default/schema.d.ts +0 -3
- package/schematics/generators/gantt-default/schema.js +0 -2
- package/schematics/generators/gantt-default/schema.json +0 -125
- package/schematics/generators/gantt-editing/index.d.ts +0 -3
- package/schematics/generators/gantt-editing/index.js +0 -8
- package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-editing/sample-details.js +0 -7
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-editing/schema.d.ts +0 -3
- package/schematics/generators/gantt-editing/schema.js +0 -2
- package/schematics/generators/gantt-editing/schema.json +0 -125
- package/schematics/generators/gantt-localdata/index.d.ts +0 -3
- package/schematics/generators/gantt-localdata/index.js +0 -8
- package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-localdata/sample-details.js +0 -7
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
- package/schematics/generators/gantt-localdata/schema.js +0 -2
- package/schematics/generators/gantt-localdata/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/fluent.css
CHANGED
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
border-radius: 2px !important;
|
|
365
365
|
padding: 28px 28px 0px 28px !important;
|
|
366
366
|
}
|
|
367
|
-
.e-bigger .e-columnmenu {
|
|
367
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
368
368
|
top: 38px;
|
|
369
369
|
}
|
|
370
370
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -490,9 +490,78 @@
|
|
|
490
490
|
font-size: 12px;
|
|
491
491
|
font-weight: 400;
|
|
492
492
|
line-height: 1.8;
|
|
493
|
+
color: #201f1e;
|
|
493
494
|
margin-bottom: 0;
|
|
494
495
|
}
|
|
495
496
|
|
|
497
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
498
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
499
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
500
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-gantt-tooltip .e-tip-content {
|
|
504
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
508
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
509
|
+
border-right-color: #0078d4;
|
|
510
|
+
}
|
|
511
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
512
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
513
|
+
border-left-color: #0078d4;
|
|
514
|
+
}
|
|
515
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
516
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
517
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
518
|
+
}
|
|
519
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
520
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
521
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
522
|
+
border-left-color: #edebe9 !important; /* stylelint-disable-line declaration-no-important */
|
|
523
|
+
}
|
|
524
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
525
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
526
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
527
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
528
|
+
}
|
|
529
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
530
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
531
|
+
}
|
|
532
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
533
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
534
|
+
}
|
|
535
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
536
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
537
|
+
}
|
|
538
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
539
|
+
border-left: 5px solid;
|
|
540
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
541
|
+
}
|
|
542
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
543
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
544
|
+
}
|
|
545
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
546
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
548
|
+
}
|
|
549
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
550
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
551
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
555
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
}
|
|
557
|
+
.e-gantt-rtl .e-tip-content {
|
|
558
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
562
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
563
|
+
}
|
|
564
|
+
|
|
496
565
|
.e-gantt {
|
|
497
566
|
display: block;
|
|
498
567
|
width: 100%;
|
|
@@ -602,6 +671,7 @@
|
|
|
602
671
|
border-top-style: none;
|
|
603
672
|
border-top-width: 0;
|
|
604
673
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
674
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
605
675
|
}
|
|
606
676
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
607
677
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -610,6 +680,9 @@
|
|
|
610
680
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
611
681
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
612
682
|
}
|
|
683
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
684
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
685
|
+
}
|
|
613
686
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
614
687
|
width: calc(100% + 17px);
|
|
615
688
|
}
|
|
@@ -629,6 +702,12 @@
|
|
|
629
702
|
position: relative;
|
|
630
703
|
width: 100%;
|
|
631
704
|
}
|
|
705
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
706
|
+
border: 0.5px solid;
|
|
707
|
+
position: absolute;
|
|
708
|
+
background-color: rgba(0, 120, 222, 0.15);
|
|
709
|
+
border-color: rgba(0, 120, 222, 0.65) !important;
|
|
710
|
+
}
|
|
632
711
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
633
712
|
border-right: 0 solid;
|
|
634
713
|
}
|
|
@@ -723,10 +802,10 @@
|
|
|
723
802
|
box-sizing: border-box;
|
|
724
803
|
}
|
|
725
804
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
726
|
-
border-spacing: 0;
|
|
805
|
+
border-spacing: 0.25px;
|
|
727
806
|
}
|
|
728
807
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
729
|
-
border-top
|
|
808
|
+
border-top: 0;
|
|
730
809
|
}
|
|
731
810
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
732
811
|
border-collapse: separate;
|
|
@@ -877,6 +956,88 @@
|
|
|
877
956
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
878
957
|
line-height: initial;
|
|
879
958
|
}
|
|
959
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
960
|
+
table-layout: fixed;
|
|
961
|
+
width: 100%;
|
|
962
|
+
}
|
|
963
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
964
|
+
border-color: rgb(225, 223, 221);
|
|
965
|
+
border-right-style: solid;
|
|
966
|
+
border-right-width: 1px;
|
|
967
|
+
height: 100%;
|
|
968
|
+
position: absolute;
|
|
969
|
+
}
|
|
970
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
971
|
+
height: 16px;
|
|
972
|
+
width: 16px;
|
|
973
|
+
left: 14px;
|
|
974
|
+
background: rgb(225, 223, 221);
|
|
975
|
+
}
|
|
976
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
977
|
+
height: 16px;
|
|
978
|
+
width: 16px;
|
|
979
|
+
left: 30px;
|
|
980
|
+
background: rgb(225, 223, 221);
|
|
981
|
+
}
|
|
982
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
983
|
+
height: 16px;
|
|
984
|
+
width: 16px;
|
|
985
|
+
left: 60px;
|
|
986
|
+
background: rgb(225, 223, 221);
|
|
987
|
+
}
|
|
988
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
989
|
+
height: 16px;
|
|
990
|
+
width: 82px;
|
|
991
|
+
left: 20px;
|
|
992
|
+
background: rgb(225, 223, 221);
|
|
993
|
+
}
|
|
994
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
995
|
+
height: 12px;
|
|
996
|
+
width: 88px;
|
|
997
|
+
left: 14px;
|
|
998
|
+
border-radius: 0;
|
|
999
|
+
background: rgb(225, 223, 221);
|
|
1000
|
+
}
|
|
1001
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1002
|
+
height: 18px;
|
|
1003
|
+
width: 410px;
|
|
1004
|
+
border-radius: 0;
|
|
1005
|
+
background: rgb(225, 223, 221);
|
|
1006
|
+
}
|
|
1007
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1008
|
+
height: 12px;
|
|
1009
|
+
width: 88px;
|
|
1010
|
+
left: 14px;
|
|
1011
|
+
border-radius: 0;
|
|
1012
|
+
background: rgb(225, 223, 221);
|
|
1013
|
+
}
|
|
1014
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1015
|
+
height: 18px;
|
|
1016
|
+
width: 208px;
|
|
1017
|
+
border-radius: 0;
|
|
1018
|
+
background: rgb(225, 223, 221);
|
|
1019
|
+
}
|
|
1020
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1021
|
+
height: 12px;
|
|
1022
|
+
width: 108px;
|
|
1023
|
+
left: 64px;
|
|
1024
|
+
border-radius: 0;
|
|
1025
|
+
background: rgb(225, 223, 221);
|
|
1026
|
+
}
|
|
1027
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1028
|
+
height: 18px;
|
|
1029
|
+
width: 195px;
|
|
1030
|
+
left: 192px;
|
|
1031
|
+
border-radius: 0;
|
|
1032
|
+
background: rgb(225, 223, 221);
|
|
1033
|
+
}
|
|
1034
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1035
|
+
height: 18px;
|
|
1036
|
+
width: 156px;
|
|
1037
|
+
left: 388px;
|
|
1038
|
+
border-radius: 0;
|
|
1039
|
+
background: rgb(225, 223, 221);
|
|
1040
|
+
}
|
|
880
1041
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
881
1042
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
882
1043
|
display: inline-block;
|
|
@@ -911,7 +1072,7 @@
|
|
|
911
1072
|
border-right: 7px solid transparent;
|
|
912
1073
|
cursor: col-resize;
|
|
913
1074
|
height: 0;
|
|
914
|
-
left:
|
|
1075
|
+
left: 1px;
|
|
915
1076
|
position: absolute;
|
|
916
1077
|
top: -7px;
|
|
917
1078
|
width: 0;
|
|
@@ -923,7 +1084,7 @@
|
|
|
923
1084
|
border-right: 6px solid transparent;
|
|
924
1085
|
cursor: col-resize;
|
|
925
1086
|
height: 0;
|
|
926
|
-
left:
|
|
1087
|
+
left: 2px;
|
|
927
1088
|
position: absolute;
|
|
928
1089
|
top: -7px;
|
|
929
1090
|
width: 0;
|
|
@@ -971,6 +1132,7 @@
|
|
|
971
1132
|
}
|
|
972
1133
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
973
1134
|
overflow: hidden;
|
|
1135
|
+
border-collapse: separate;
|
|
974
1136
|
}
|
|
975
1137
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
976
1138
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1015,7 +1177,6 @@
|
|
|
1015
1177
|
border-radius: 3px;
|
|
1016
1178
|
font-weight: 500;
|
|
1017
1179
|
height: 28px;
|
|
1018
|
-
left: 5px;
|
|
1019
1180
|
line-height: 1.5;
|
|
1020
1181
|
padding: 3px 12px;
|
|
1021
1182
|
position: absolute;
|
|
@@ -1138,6 +1299,8 @@
|
|
|
1138
1299
|
}
|
|
1139
1300
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1140
1301
|
display: block;
|
|
1302
|
+
bottom: 1px;
|
|
1303
|
+
height: 3px;
|
|
1141
1304
|
}
|
|
1142
1305
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1143
1306
|
border-style: solid;
|
|
@@ -1224,7 +1387,7 @@
|
|
|
1224
1387
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1225
1388
|
border-radius: 50%;
|
|
1226
1389
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1227
|
-
width: auto
|
|
1390
|
+
width: auto;
|
|
1228
1391
|
}
|
|
1229
1392
|
|
|
1230
1393
|
.e-icon-rowselect::before {
|
|
@@ -1403,6 +1566,7 @@
|
|
|
1403
1566
|
font-size: 12px;
|
|
1404
1567
|
font-weight: 400;
|
|
1405
1568
|
line-height: 1.8;
|
|
1569
|
+
color: #201f1e;
|
|
1406
1570
|
margin-bottom: 0;
|
|
1407
1571
|
}
|
|
1408
1572
|
|
|
@@ -1460,6 +1624,7 @@
|
|
|
1460
1624
|
border-bottom-color: #edebe9;
|
|
1461
1625
|
border-bottom-width: 1px;
|
|
1462
1626
|
border-right-color: #edebe9;
|
|
1627
|
+
border-left-color: #edebe9;
|
|
1463
1628
|
color: #201f1e;
|
|
1464
1629
|
height: 52px;
|
|
1465
1630
|
}
|
|
@@ -1502,7 +1667,7 @@
|
|
|
1502
1667
|
}
|
|
1503
1668
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1504
1669
|
background-color: #6ec0ff;
|
|
1505
|
-
|
|
1670
|
+
outline: 1px solid #0078d4;
|
|
1506
1671
|
border-radius: 4px;
|
|
1507
1672
|
}
|
|
1508
1673
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1524,7 +1689,7 @@
|
|
|
1524
1689
|
}
|
|
1525
1690
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1526
1691
|
background-color: #e1dfdd;
|
|
1527
|
-
|
|
1692
|
+
outline: 1px solid #c8c6c4;
|
|
1528
1693
|
border-radius: 4px;
|
|
1529
1694
|
}
|
|
1530
1695
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1580,6 +1745,7 @@
|
|
|
1580
1745
|
}
|
|
1581
1746
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1582
1747
|
border-right-color: #fff4ce;
|
|
1748
|
+
border-left-color: #fff4ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1583
1749
|
}
|
|
1584
1750
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1585
1751
|
background: linear-gradient(to right, #c7e0f4, #0078d4 30%, #0078d4 70%, #0078d4 70%, #c7e0f4 100%);
|
|
@@ -1672,14 +1838,16 @@
|
|
|
1672
1838
|
border-width: 3px;
|
|
1673
1839
|
}
|
|
1674
1840
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1675
|
-
border-
|
|
1676
|
-
border-bottom-
|
|
1677
|
-
border-top-left-radius: 0px;
|
|
1841
|
+
border-top-left-radius: 0;
|
|
1842
|
+
border-bottom-left-radius: 0;
|
|
1678
1843
|
border-top-right-radius: 2px;
|
|
1844
|
+
border-bottom-right-radius: 2px;
|
|
1679
1845
|
}
|
|
1680
1846
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1681
1847
|
border-bottom-left-radius: 2px;
|
|
1682
1848
|
border-top-left-radius: 2px;
|
|
1849
|
+
border-bottom-right-radius: 0;
|
|
1850
|
+
border-top-right-radius: 0;
|
|
1683
1851
|
}
|
|
1684
1852
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1685
1853
|
color: #fff;
|
|
@@ -1832,6 +2000,9 @@
|
|
|
1832
2000
|
color: #605e5c !important; /* stylelint-disable-line declaration-no-important */
|
|
1833
2001
|
}
|
|
1834
2002
|
|
|
2003
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
2004
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
+
}
|
|
1835
2006
|
.e-gantt-dialog .e-dlg-header {
|
|
1836
2007
|
color: #201f1e;
|
|
1837
2008
|
}
|
|
@@ -32,6 +32,8 @@ $gantt-connector-point-margin-radius: 4px !default;
|
|
|
32
32
|
$gantt-connector-point-left: 8px !default;
|
|
33
33
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
34
34
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
35
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
36
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
35
37
|
$gantt-label-size: 13px !default;
|
|
36
38
|
$gantt-header-border-spacing: 0 !default;
|
|
37
39
|
$gantt-line-container-cell-border-color: $grey-88 !default;
|
|
@@ -48,6 +50,8 @@ $gantt-child-task-bar: lighten($brand-primary, 10%) !default;
|
|
|
48
50
|
$gantt-child-progress-bar: $brand-primary !default;
|
|
49
51
|
$gantt-child-progress-bar-border: 1px solid $brand-primary !default;
|
|
50
52
|
$gantt-child-progress-bar-border-radious:4px;
|
|
53
|
+
$gantt-empty-taskbar-background-color: rgba(0, 112, 240, .15);
|
|
54
|
+
$gantt-empty-taskbar-border-color: rgba(0, 112, 240, .65) !important;
|
|
51
55
|
$gantt-child-task-bar-border: 1px solid $brand-primary !default;
|
|
52
56
|
$gantt-manualchild-task-bar: #8dd1c4;
|
|
53
57
|
$gantt-manualchild-progress-bar: #67c1b2;
|
|
@@ -63,8 +67,6 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
63
67
|
$gantt-parent-milestone-border-color: #4cc7ba !default;
|
|
64
68
|
$gantt-parent-progress-bar-border: 1px solid #4cc7ba !default;
|
|
65
69
|
$gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
|
|
66
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
67
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
68
70
|
$gantt-unscheduled-taskbar-border-radius: 4px !default;
|
|
69
71
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
70
72
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
@@ -91,6 +93,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
91
93
|
$gantt-bigger-tooltip-button-color: $shadow;
|
|
92
94
|
$gantt-bigger-tooltip-dialog-color: $grey-light-font;
|
|
93
95
|
$gantt-bigger-tooltip-button-text-color: $grey-light-font;
|
|
96
|
+
$gantt-bigger-tooltip-dialog-text-color: $shadow;
|
|
94
97
|
$gantt-bigger-tooltip-disabled-button-color: #adadad !important;
|
|
95
98
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
96
99
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -208,3 +211,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
208
211
|
$rangecontainer-border-color: #FC7A05;
|
|
209
212
|
$gantt-range-container-arc-radius: 2px !default;
|
|
210
213
|
$bigger-column-menu-size: 40px !default;
|
|
214
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
@@ -32,7 +32,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
32
32
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
33
33
|
$gantt-connector-point-left: 8px !default;
|
|
34
34
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
35
|
-
$gantt-unscheduled-taskbar-
|
|
35
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
36
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
36
37
|
$gantt-label-size: 13px !default;
|
|
37
38
|
$gantt-header-border-spacing: 0 !default;
|
|
38
39
|
$gantt-line-container-cell-border-color: $grey-dd !default;
|
|
@@ -48,6 +49,8 @@ $gantt-unscheduled-milestone-bottom-border: $grey !default;
|
|
|
48
49
|
$gantt-child-task-bar: $brand-primary !default;
|
|
49
50
|
$gantt-child-progress-bar: darken($brand-primary, 15%) !default;
|
|
50
51
|
$gantt-child-progress-bar-border: 1px solid darken($brand-primary, 15%) !default;
|
|
52
|
+
$gantt-empty-taskbar-background-color: rgba(33, 82, 125, .15);
|
|
53
|
+
$gantt-empty-taskbar-border-color: rgba(33, 82, 125, .65) !important;
|
|
51
54
|
$gantt-child-progress-bar-border-radious:4px;
|
|
52
55
|
$gantt-child-task-bar-border: 1px solid darken($brand-primary, 15%) !default;
|
|
53
56
|
$gantt-manualchild-task-bar: #7538C9;
|
|
@@ -64,8 +67,6 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
64
67
|
$gantt-parent-milestone-border-color: $grey !default;
|
|
65
68
|
$gantt-parent-progress-bar-border: 1px solid $grey !default;
|
|
66
69
|
$gantt-parent-task-bar-border: 1px solid $grey !default;
|
|
67
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
68
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
69
70
|
$gantt-unscheduled-taskbar-border-radius: 4px !default;
|
|
70
71
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
71
72
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
@@ -92,6 +93,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
92
93
|
$gantt-bigger-tooltip-button-color: $grey-base;
|
|
93
94
|
$gantt-bigger-tooltip-dialog-color: $grey-f5;
|
|
94
95
|
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
96
|
+
$gantt-bigger-tooltip-dialog-text-color: $grey-base;
|
|
95
97
|
$gantt-bigger-tooltip-disabled-button-color: $grey-ad !important;
|
|
96
98
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
97
99
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -209,3 +211,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
209
211
|
$rangecontainer-border-color: #FC7A05;
|
|
210
212
|
$gantt-range-container-arc-radius: 2px !default;
|
|
211
213
|
$bigger-column-menu-size: 40px !default;
|
|
214
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
@@ -32,7 +32,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
32
32
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
33
33
|
$gantt-connector-point-left: 8px !default;
|
|
34
34
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
35
|
-
$gantt-unscheduled-taskbar-
|
|
35
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
36
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
36
37
|
$gantt-label-size: 13px !default;
|
|
37
38
|
$gantt-header-border-spacing: 0 !default;
|
|
38
39
|
$gantt-line-container-cell-border-color: #e0e0e0 !default;
|
|
@@ -48,6 +49,8 @@ $gantt-unscheduled-milestone-bottom-border: $gray-700 !default;
|
|
|
48
49
|
$gantt-child-task-bar: $primary !default;
|
|
49
50
|
$gantt-child-progress-bar: darken($primary, 15%) !default;
|
|
50
51
|
$gantt-child-progress-bar-border: 0px !default;
|
|
52
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
53
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
54
|
$gantt-child-progress-bar-border-radious:4px;
|
|
52
55
|
$gantt-child-task-bar-border: 1px solid darken($primary, 15%) !default;
|
|
53
56
|
$gantt-manualchild-task-bar: #8553F1;
|
|
@@ -64,8 +67,6 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
64
67
|
$gantt-parent-milestone-border-color: $gray-700 !default;
|
|
65
68
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
66
69
|
$gantt-parent-task-bar-border: 1px solid $gray-700 !default;
|
|
67
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
68
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
69
70
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
70
71
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
71
72
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -90,6 +91,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
90
91
|
$gantt-bigger-tooltip-button-color: $black;
|
|
91
92
|
$gantt-bigger-tooltip-dialog-color: $light;
|
|
92
93
|
$gantt-bigger-tooltip-button-text-color: $light;
|
|
94
|
+
$gantt-bigger-tooltip-dialog-text-color: $black;
|
|
93
95
|
$gantt-bigger-tooltip-disabled-button-color: $gray-500 !important;
|
|
94
96
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
95
97
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -211,3 +213,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
211
213
|
$rangecontainer-border-color: #FC7A05;
|
|
212
214
|
$gantt-range-container-arc-radius: 2px !default;
|
|
213
215
|
$bigger-column-menu-size: 38px !default;
|
|
216
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
@@ -48,6 +48,8 @@ $gantt-parent-progress-bar: $content-bg-color-alt5 !default;
|
|
|
48
48
|
$gantt-milestone-border-color: $content-bg-color-alt5 !default;
|
|
49
49
|
$gantt-critical-milestone-border-color: $danger !default;
|
|
50
50
|
$gantt-parent-milestone-border-color: $content-bg-color-alt5 !default;
|
|
51
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
52
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
53
|
$gantt-label-font-color: $content-text-color-alt2 !default;
|
|
52
54
|
$gantt-task-label-font-color: $primary-text-color !default;
|
|
53
55
|
$gantt-tab-header-active-font-color: $primary !default;
|
|
@@ -99,7 +101,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
99
101
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
100
102
|
$gantt-connector-point-left: 8px !default;
|
|
101
103
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
102
|
-
$gantt-unscheduled-taskbar-
|
|
104
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
105
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
103
106
|
$gantt-label-size: 13px !default;
|
|
104
107
|
$gantt-header-border-spacing: 0 !default;
|
|
105
108
|
$gantt-child-progress-bar-border: 0px !default;
|
|
@@ -108,8 +111,6 @@ $gantt-child-task-bar-border: 1px solid $primary !default;
|
|
|
108
111
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
109
112
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
110
113
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
111
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
112
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
113
114
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
114
115
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
115
116
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -124,6 +125,7 @@ $gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
|
124
125
|
$gantt-bigger-tooltip-button-color: $warning-text;
|
|
125
126
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color;
|
|
126
127
|
$gantt-bigger-tooltip-button-text-color: $white;
|
|
128
|
+
$gantt-bigger-tooltip-dialog-text-color: $content-text-color;
|
|
127
129
|
$gantt-bigger-tooltip-disabled-button-color: $content-bg-color-alt5 !important;
|
|
128
130
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
129
131
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -213,3 +215,4 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
213
215
|
$gantt-collapse-progress-width: 0px !important;
|
|
214
216
|
$gantt-range-container-arc-radius: 2px !default;
|
|
215
217
|
$bigger-column-menu-size: 35px !default;
|
|
218
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
@@ -30,7 +30,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
30
30
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
31
31
|
$gantt-connector-point-left: 8px !default;
|
|
32
32
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
33
|
-
$gantt-unscheduled-taskbar-
|
|
33
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
34
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
34
35
|
$gantt-label-size: 13px !default;
|
|
35
36
|
$gantt-header-border-spacing: 0 !default;
|
|
36
37
|
$gantt-line-container-cell-border-color: $neutral-light !default;
|
|
@@ -48,6 +49,8 @@ $gantt-child-progress-bar: $theme-dark !default;
|
|
|
48
49
|
$gantt-child-task-bar-border: 1px solid $theme-dark !default;
|
|
49
50
|
$gantt-manualchild-task-bar: #8dd1c4;
|
|
50
51
|
$gantt-manualchild-progress-bar: #67c1b2;
|
|
52
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
53
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
54
|
$gantt-manualchild-progress-bar-border: #4fb29f;
|
|
52
55
|
$gantt-manualchild-task-bar-border: #4fb29f;
|
|
53
56
|
$gantt-manualparent-background-color: #989A9C;
|
|
@@ -62,8 +65,6 @@ $gantt-critical-milestone-border-color: #d13438 !default;
|
|
|
62
65
|
$gantt-parent-milestone-border-color: #4cc7ba !default;
|
|
63
66
|
$gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
|
|
64
67
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
65
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
66
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
67
68
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
68
69
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
69
70
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -88,6 +89,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
88
89
|
$gantt-bigger-tooltip-button-color: $grey-dark-font;
|
|
89
90
|
$gantt-bigger-tooltip-dialog-color: $neutral-black;
|
|
90
91
|
$gantt-bigger-tooltip-button-text-color: $neutral-primary;
|
|
92
|
+
$gantt-bigger-tooltip-dialog-text-color: $grey-dark-font;
|
|
91
93
|
$gantt-bigger-tooltip-disabled-button-color: #A6A6A6 !important;
|
|
92
94
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
93
95
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -209,3 +211,4 @@ $rangecontainer-border-color: #FC7A05;
|
|
|
209
211
|
$gantt-range-container-arc-radius: 0px !default;
|
|
210
212
|
$gantt-active-background-color: #a9a9a9;
|
|
211
213
|
$bigger-column-menu-size: 45px !default;
|
|
214
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
@@ -30,7 +30,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
30
30
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
31
31
|
$gantt-connector-point-left: 8px !default;
|
|
32
32
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
33
|
-
$gantt-unscheduled-taskbar-
|
|
33
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
34
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
34
35
|
$gantt-label-size: 13px !default;
|
|
35
36
|
$gantt-header-border-spacing: 0 !default;
|
|
36
37
|
$gantt-line-container-cell-border-color: #e0e0e0 !default;
|
|
@@ -48,6 +49,8 @@ $gantt-child-progress-bar: $theme-dark !default;
|
|
|
48
49
|
$gantt-child-task-bar-border: 1px solid $theme-dark !default;
|
|
49
50
|
$gantt-manualchild-task-bar: #9A38BA;
|
|
50
51
|
$gantt-manualchild-task-bar-border: 1px solid #6D1888;
|
|
52
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
53
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
54
|
$gantt-manualchild-progress-bar: #6D1888;
|
|
52
55
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
53
56
|
$gantt-manualparent-background-color: #989A9C;
|
|
@@ -62,8 +65,6 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
62
65
|
$gantt-parent-milestone-border-color: darken($neutral-secondary-alt, 15%) !default;
|
|
63
66
|
$gantt-parent-task-bar-border: 1px solid darken($neutral-secondary-alt, 15%) !default;
|
|
64
67
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
65
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
66
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
67
68
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
68
69
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
69
70
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -88,6 +89,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
88
89
|
$gantt-bigger-tooltip-button-color: $neutral-black;
|
|
89
90
|
$gantt-bigger-tooltip-dialog-color: $neutral-lighter-alt;
|
|
90
91
|
$gantt-bigger-tooltip-button-text-color: $neutral-white;
|
|
92
|
+
$gantt-bigger-tooltip-dialog-text-color: $neutral-black;
|
|
91
93
|
$gantt-bigger-tooltip-disabled-button-color: $neutral-tertiary !important;
|
|
92
94
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
93
95
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -209,3 +211,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
209
211
|
$rangecontainer-border-color: #FC7A05;
|
|
210
212
|
$gantt-range-container-arc-radius: 0px !default;
|
|
211
213
|
$bigger-column-menu-size: 45px !default;
|
|
214
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
@@ -48,6 +48,8 @@ $gantt-parent-progress-bar: $content-bg-color-alt5 !default;
|
|
|
48
48
|
$gantt-milestone-border-color: $content-bg-color-alt5 !default;
|
|
49
49
|
$gantt-critical-milestone-border-color: $danger !default;
|
|
50
50
|
$gantt-parent-milestone-border-color: $content-bg-color-alt5 !default;
|
|
51
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
52
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
53
|
$gantt-label-font-color: $content-text-color-alt2 !default;
|
|
52
54
|
$gantt-task-label-font-color: $white !default;
|
|
53
55
|
$gantt-tab-header-active-font-color: $primary !default;
|
|
@@ -99,7 +101,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
99
101
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
100
102
|
$gantt-connector-point-left: 8px !default;
|
|
101
103
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
102
|
-
$gantt-unscheduled-taskbar-
|
|
104
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
105
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
103
106
|
$gantt-label-size: 13px !default;
|
|
104
107
|
$gantt-header-border-spacing: 0 !default;
|
|
105
108
|
$gantt-child-progress-bar-border: 0px !default;
|
|
@@ -108,8 +111,6 @@ $gantt-child-task-bar-border: 1px solid $primary !default;
|
|
|
108
111
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
109
112
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
110
113
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
111
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
112
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
113
114
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
114
115
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
115
116
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -128,6 +129,7 @@ $gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
|
128
129
|
$gantt-bigger-tooltip-button-color: $black;
|
|
129
130
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color-alt1;
|
|
130
131
|
$gantt-bigger-tooltip-button-text-color: $theme-lighter-alt;
|
|
132
|
+
$gantt-bigger-tooltip-dialog-text-color: $content-text-color;
|
|
131
133
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
132
134
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 28px !default;
|
|
133
135
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 28px 0 8px !default;
|
|
@@ -213,3 +215,4 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
213
215
|
$gantt-collapse-progress-width: 0px !important;
|
|
214
216
|
$gantt-range-container-arc-radius: 2px !default;
|
|
215
217
|
$bigger-column-menu-size: 38px !default;
|
|
218
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
@@ -48,6 +48,8 @@ $gantt-parent-progress-bar: $content-bg-color-alt5 !default;
|
|
|
48
48
|
$gantt-milestone-border-color: $content-bg-color-alt5 !default;
|
|
49
49
|
$gantt-critical-milestone-border-color: $danger !default;
|
|
50
50
|
$gantt-parent-milestone-border-color: $content-bg-color-alt5 !default;
|
|
51
|
+
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
52
|
+
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
51
53
|
$gantt-label-font-color: $content-text-color-alt2 !default;
|
|
52
54
|
$gantt-task-label-font-color: $primary-text-color !default;
|
|
53
55
|
$gantt-tab-header-active-font-color: $primary !default;
|
|
@@ -99,7 +101,8 @@ $gantt-connector-point-margin-top: 7.5px !default;
|
|
|
99
101
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
100
102
|
$gantt-connector-point-left: 8px !default;
|
|
101
103
|
$gantt-unscheduled-taskbar-left: 3px !default;
|
|
102
|
-
$gantt-unscheduled-taskbar-
|
|
104
|
+
$gantt-unscheduled-taskbar-straight-radius: 2px !default;
|
|
105
|
+
$gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
103
106
|
$gantt-label-size: 13px !default;
|
|
104
107
|
$gantt-header-border-spacing: 0 !default;
|
|
105
108
|
$gantt-child-progress-bar-border: 0px !default;
|
|
@@ -108,8 +111,6 @@ $gantt-child-task-bar-border: 1px solid $primary !default;
|
|
|
108
111
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
109
112
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
110
113
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
111
|
-
$gantt-progress-bar-left-radius: 2px !default;
|
|
112
|
-
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
113
114
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
114
115
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
115
116
|
$gantt-task-label-font-size: 12px !default;
|
|
@@ -123,6 +124,7 @@ $gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
124
125
|
$gantt-bigger-tooltip-button-color: $warning-text;
|
|
125
126
|
$gantt-bigger-tooltip-button-text-color: $toooltip-text-color;
|
|
127
|
+
$gantt-bigger-tooltip-dialog-text-color: $warnig-text;
|
|
126
128
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
127
129
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
128
130
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -212,3 +214,4 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
212
214
|
$gantt-collapse-progress-width: 0px !important;
|
|
213
215
|
$gantt-range-container-arc-radius: 2px !default;
|
|
214
216
|
$bigger-column-menu-size: 35px !default;
|
|
217
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|