@syncfusion/ej2-angular-gantt 23.2.7 → 24.1.41
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/esm2020/src/gantt/columns.directive.mjs +3 -3
- package/esm2020/src/gantt/gantt.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/columns.directive.d.ts +6 -1
- package/src/gantt/gantt.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +77 -16
- package/styles/bootstrap.css +78 -17
- package/styles/bootstrap4.css +78 -17
- package/styles/bootstrap5-dark.css +78 -17
- package/styles/bootstrap5.css +78 -17
- package/styles/fabric-dark.css +78 -17
- package/styles/fabric.css +78 -17
- package/styles/fluent-dark.css +78 -17
- package/styles/fluent.css +78 -17
- package/styles/gantt/_bootstrap-dark-definition.scss +7 -2
- package/styles/gantt/_bootstrap-definition.scss +7 -2
- package/styles/gantt/_bootstrap4-definition.scss +7 -2
- package/styles/gantt/_bootstrap5-definition.scss +7 -2
- package/styles/gantt/_fabric-dark-definition.scss +7 -2
- package/styles/gantt/_fabric-definition.scss +7 -2
- package/styles/gantt/_fluent-definition.scss +7 -2
- package/styles/gantt/_fusionnew-definition.scss +6 -2
- package/styles/gantt/_highcontrast-definition.scss +7 -2
- package/styles/gantt/_highcontrast-light-definition.scss +7 -2
- package/styles/gantt/_layout.scss +92 -20
- package/styles/gantt/_material-dark-definition.scss +7 -2
- package/styles/gantt/_material-definition.scss +7 -2
- package/styles/gantt/_material3-definition.scss +7 -2
- package/styles/gantt/_tailwind-definition.scss +6 -1
- package/styles/gantt/_theme.scss +11 -0
- package/styles/gantt/bootstrap-dark.css +77 -16
- package/styles/gantt/bootstrap.css +78 -17
- package/styles/gantt/bootstrap4.css +78 -17
- package/styles/gantt/bootstrap5-dark.css +78 -17
- package/styles/gantt/bootstrap5.css +78 -17
- package/styles/gantt/fabric-dark.css +78 -17
- package/styles/gantt/fabric.css +78 -17
- package/styles/gantt/fluent-dark.css +78 -17
- package/styles/gantt/fluent.css +78 -17
- package/styles/gantt/highcontrast-light.css +78 -17
- package/styles/gantt/highcontrast.css +78 -17
- package/styles/gantt/material-dark.css +78 -17
- package/styles/gantt/material.css +78 -17
- package/styles/gantt/material3-dark.css +77 -16
- package/styles/gantt/material3.css +77 -16
- package/styles/gantt/tailwind-dark.css +78 -17
- package/styles/gantt/tailwind.css +78 -17
- package/styles/highcontrast-light.css +78 -17
- package/styles/highcontrast.css +78 -17
- package/styles/material-dark.css +78 -17
- package/styles/material.css +78 -17
- package/styles/material3-dark.css +77 -16
- package/styles/material3.css +77 -16
- package/styles/tailwind-dark.css +78 -17
- package/styles/tailwind.css +78 -17
|
@@ -85,6 +85,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
85
85
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
86
86
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
87
87
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
88
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
89
90
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
90
91
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -97,7 +98,6 @@ $gantt-bigger-tooltip-disabled-button-color: $gray-500 !important;
|
|
|
97
98
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
98
99
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
99
100
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
100
|
-
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
101
101
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
102
102
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
103
103
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
@@ -129,6 +129,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
129
129
|
$gantt-bigger-dialog-tab-padding-left: 5px !important;
|
|
130
130
|
$gantt-bigger-dialog-icon-color: $primary-font !default;
|
|
131
131
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
132
|
+
$gantt-dialog-close-button-top: 2px !important;
|
|
132
133
|
$gantt-dialog-dependent-height: 161px !default;
|
|
133
134
|
$gantt-dialog-resource-height: 202px !default;
|
|
134
135
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -158,6 +159,7 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
158
159
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
159
160
|
$gantt-timeline-top-headercell-font-weight: bold !default;
|
|
160
161
|
$gantt-active-background: rgba($primary, .16) !default;
|
|
162
|
+
$gantt-active-frozen-background: #d6eaff !default;
|
|
161
163
|
$gantt-active-color: #333 !default;
|
|
162
164
|
$gantt-active-color-opacity: 1 !default;
|
|
163
165
|
$gantt-table-background: $primary-font !default;
|
|
@@ -214,4 +216,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
214
216
|
$rangecontainer-border-color: #FC7A05;
|
|
215
217
|
$gantt-range-container-arc-radius: 2px !default;
|
|
216
218
|
$bigger-column-menu-size: 38px !default;
|
|
217
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
219
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
220
|
+
$gantt-rowdd-topbottom-border: 1px solid #e3165b !default;
|
|
221
|
+
$gantt-rowdd-boxshadow: #e3165b !default;
|
|
222
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -69,6 +69,7 @@ $gantt-tab-selection-indicator-color: $primary !default;
|
|
|
69
69
|
$gantt-tab-header-hover-color: $transparent !default;
|
|
70
70
|
$gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
|
|
71
71
|
$gantt-active-background: $table-bg-color-selected;
|
|
72
|
+
$gantt-active-frozen-background: $table-bg-color-selected;
|
|
72
73
|
$gantt-active-color: $table-text-color-selected !default;
|
|
73
74
|
$gantt-table-background: $content-bg-color !default;
|
|
74
75
|
$gantt-baseline-color: $warning !default;
|
|
@@ -123,6 +124,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
124
125
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
125
126
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
127
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
126
128
|
$gantt-bigger-tooltip-button-color: $warning-text;
|
|
127
129
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color;
|
|
128
130
|
$gantt-bigger-tooltip-button-text-color: $white;
|
|
@@ -130,7 +132,6 @@ $gantt-bigger-tooltip-dialog-text-color: $content-text-color;
|
|
|
130
132
|
$gantt-bigger-tooltip-disabled-button-color: $content-bg-color-alt5 !important;
|
|
131
133
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
132
134
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
133
|
-
$gantt-bigger-dialog-close-button-left: 2px !important;
|
|
134
135
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
135
136
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
136
137
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
@@ -166,6 +167,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
166
167
|
$gantt-bigger-dialog-tab-padding-left: 5px !important;
|
|
167
168
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
168
169
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
170
|
+
$gantt-dialog-close-button-top: 0 !important;
|
|
169
171
|
$gantt-dialog-dependent-height: 161px !default;
|
|
170
172
|
$gantt-dialog-resource-height: 202px !default;
|
|
171
173
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -216,4 +218,7 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
216
218
|
$gantt-collapse-progress-width: 0px !important;
|
|
217
219
|
$gantt-range-container-arc-radius: 2px !default;
|
|
218
220
|
$bigger-column-menu-size: 35px !default;
|
|
219
|
-
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
221
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
222
|
+
$gantt-rowdd-topbottom-border: 2px solid #4f46e5 !default;
|
|
223
|
+
$gantt-rowdd-boxshadow: $primary !default;
|
|
224
|
+
$gantt-rowdd-childborder-width: 2px 0 0 !default;
|
|
@@ -83,6 +83,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
83
83
|
$gantt-dialog-edit-form-odd-padding: 15px 20px 0 18px !default;
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
86
87
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
88
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -94,7 +95,6 @@ $gantt-bigger-tooltip-dialog-text-color: $grey-dark-font;
|
|
|
94
95
|
$gantt-bigger-tooltip-disabled-button-color: #A6A6A6 !important;
|
|
95
96
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
96
97
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
97
|
-
$gantt-bigger-dialog-close-button-left: 0 !important;
|
|
98
98
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
99
99
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
100
100
|
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
@@ -126,6 +126,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
126
126
|
$gantt-bigger-dialog-tab-padding-left: 5px !important;
|
|
127
127
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
128
128
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
129
|
+
$gantt-dialog-close-button-top: 0 !important;
|
|
129
130
|
$gantt-dialog-dependent-height: 161px !default;
|
|
130
131
|
$gantt-dialog-resource-height: 202px !default;
|
|
131
132
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -155,6 +156,7 @@ $gantt-parent-progress-bar-border-radius: 0px !default;
|
|
|
155
156
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
156
157
|
$gantt-timeline-top-headercell-font-weight: 400 !default;
|
|
157
158
|
$gantt-active-background: $neutral-quintenary!default;
|
|
159
|
+
$gantt-active-frozen-background: $neutral-quintenary!default;
|
|
158
160
|
$gantt-active-color: $neutral-primary !default;
|
|
159
161
|
$gantt-active-color-opacity: 1 !default;
|
|
160
162
|
$gantt-table-background: $neutral-white !default;
|
|
@@ -212,4 +214,7 @@ $rangecontainer-border-color: #FC7A05;
|
|
|
212
214
|
$gantt-range-container-arc-radius: 0px !default;
|
|
213
215
|
$gantt-active-background-color: #a9a9a9;
|
|
214
216
|
$bigger-column-menu-size: 45px !default;
|
|
215
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
217
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-rowdd-topbottom-border: 1px solid #0074cc !default;
|
|
219
|
+
$gantt-rowdd-boxshadow: #0074cc !default;
|
|
220
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -83,6 +83,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
83
83
|
$gantt-dialog-edit-form-odd-padding: 15px 20px 0 18px !default;
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
86
87
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
88
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -94,7 +95,6 @@ $gantt-bigger-tooltip-dialog-text-color: $neutral-black;
|
|
|
94
95
|
$gantt-bigger-tooltip-disabled-button-color: $neutral-tertiary !important;
|
|
95
96
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
96
97
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
97
|
-
$gantt-bigger-dialog-close-button-left: 0 !important;
|
|
98
98
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
99
99
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
100
100
|
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
@@ -126,6 +126,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
126
126
|
$gantt-bigger-dialog-tab-padding-left: 5px !important;
|
|
127
127
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
128
128
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
129
|
+
$gantt-dialog-close-button-top: 0 !important;
|
|
129
130
|
$gantt-dialog-dependent-height: 161px !default;
|
|
130
131
|
$gantt-dialog-resource-height: 202px !default;
|
|
131
132
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -155,6 +156,7 @@ $gantt-parent-progress-bar-border-radius: 0px !default;
|
|
|
155
156
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
156
157
|
$gantt-timeline-top-headercell-font-weight: 400 !default;
|
|
157
158
|
$gantt-active-background: rgb(209, 235, 255)!default;
|
|
159
|
+
$gantt-active-frozen-background: rgb(209, 235, 255)!default;
|
|
158
160
|
$gantt-active-color: $neutral-primary !default;
|
|
159
161
|
$gantt-active-color-opacity: 1 !default;
|
|
160
162
|
$gantt-table-background: $neutral-white !default;
|
|
@@ -212,4 +214,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
212
214
|
$rangecontainer-border-color: #FC7A05;
|
|
213
215
|
$gantt-range-container-arc-radius: 0px !default;
|
|
214
216
|
$bigger-column-menu-size: 45px !default;
|
|
215
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
217
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-rowdd-topbottom-border: 1px solid #0078d6 !default;
|
|
219
|
+
$gantt-rowdd-boxshadow: #0078d6 !default;
|
|
220
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -69,6 +69,7 @@ $gantt-tab-selection-indicator-color: $primary !default;
|
|
|
69
69
|
$gantt-tab-header-hover-color: $transparent !default;
|
|
70
70
|
$gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
|
|
71
71
|
$gantt-active-background: $table-bg-color-selected;
|
|
72
|
+
$gantt-active-frozen-background: $table-bg-color-selected;
|
|
72
73
|
$gantt-active-color: $table-text-color-selected !default;
|
|
73
74
|
$gantt-table-background: $content-bg-color !default;
|
|
74
75
|
$gantt-baseline-color: $warning !default;
|
|
@@ -123,6 +124,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
124
125
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
125
126
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
127
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
126
128
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
127
129
|
$gantt-bigger-predecessor-dialog-font-size: $text-xs;
|
|
128
130
|
$gantt-bigger-predecessor-dialog-font-weight: $font-weight-normal !default;
|
|
@@ -134,7 +136,6 @@ $gantt-bigger-tooltip-dialog-text-color: $content-text-color;
|
|
|
134
136
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
135
137
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 28px !default;
|
|
136
138
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 28px 0 8px !default;
|
|
137
|
-
$gantt-bigger-dialog-close-button-left: 8px !important;
|
|
138
139
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
139
140
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 28px !important;
|
|
140
141
|
$gantt-bigger-add-dialog-content-height: 254px !important;
|
|
@@ -166,6 +167,7 @@ $gantt-dialog-bigger-border-radius: 2px !important;
|
|
|
166
167
|
$gantt-bigger-dialog-tab-padding-left: 16px !important;
|
|
167
168
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
168
169
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
170
|
+
$gantt-dialog-close-button-top: 0 !important;
|
|
169
171
|
$gantt-dialog-dependent-height: 161px !default;
|
|
170
172
|
$gantt-dialog-resource-height: 202px !default;
|
|
171
173
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -216,4 +218,7 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
216
218
|
$gantt-collapse-progress-width: 0px !important;
|
|
217
219
|
$gantt-range-container-arc-radius: 2px !default;
|
|
218
220
|
$bigger-column-menu-size: 38px !default;
|
|
219
|
-
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
221
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
222
|
+
$gantt-rowdd-topbottom-border: 2px solid $primary !default;
|
|
223
|
+
$gantt-rowdd-boxshadow: $primary !default;
|
|
224
|
+
$gantt-rowdd-childborder-width: 2px 0 0 !default;
|
|
@@ -69,6 +69,7 @@ $gantt-tab-selection-indicator-color: $primary !default;
|
|
|
69
69
|
$gantt-tab-header-hover-color: $transparent !default;
|
|
70
70
|
$gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
|
|
71
71
|
$gantt-active-background: $table-bg-color-selected;
|
|
72
|
+
$gantt-active-frozen-background: $table-bg-color-selected;
|
|
72
73
|
$gantt-active-color: $table-text-color-selected !default;
|
|
73
74
|
$gantt-table-background: $content-bg-color !default;
|
|
74
75
|
$gantt-baseline-color: $warning !default;
|
|
@@ -123,13 +124,13 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
124
125
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
125
126
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
127
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
126
128
|
$gantt-bigger-tooltip-button-color: $tooltip-bg-color;
|
|
127
129
|
$gantt-bigger-tooltip-button-text-color: $toooltip-text-color;
|
|
128
130
|
$gantt-bigger-tooltip-dialog-text-color: $warnig-text;
|
|
129
131
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
130
132
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
131
133
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
132
|
-
$gantt-bigger-dialog-close-button-left: 2px !important;
|
|
133
134
|
$gantt-bigger-dialog-close-button-size: 14px !important;
|
|
134
135
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
135
136
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
@@ -215,4 +216,7 @@ $grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
|
215
216
|
$gantt-collapse-progress-width: 0px !important;
|
|
216
217
|
$gantt-range-container-arc-radius: 2px !default;
|
|
217
218
|
$bigger-column-menu-size: 35px !default;
|
|
218
|
-
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
219
|
+
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
220
|
+
$gantt-rowdd-topbottom-border: 2px solid #4f46e5 !default;
|
|
221
|
+
$gantt-rowdd-boxshadow: $primary !default;
|
|
222
|
+
$gantt-rowdd-childborder-width: 2px 0 0 !default;
|
|
@@ -83,6 +83,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
83
83
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
86
87
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
88
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -92,7 +93,6 @@ $gantt-bigger-tooltip-dialog-text-color: $message-font;
|
|
|
92
93
|
$gantt-bigger-tooltip-dialog-color: $bg-base-10;
|
|
93
94
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 18px !default;
|
|
94
95
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 9px !default;
|
|
95
|
-
$gantt-bigger-dialog-close-button-left: 2px !important;
|
|
96
96
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
97
97
|
$gantt-bigger-dialog-header-padding: 16px 4px 12px 18px !important;
|
|
98
98
|
$gantt-bigger-add-dialog-content-height: 241px !important;
|
|
@@ -126,6 +126,7 @@ $gantt-dialog-bigger-border-radius: 0px !important;
|
|
|
126
126
|
$gantt-bigger-dialog-tab-padding-left: 6px !important;
|
|
127
127
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
128
128
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
129
|
+
$gantt-dialog-close-button-top: 0px !important;
|
|
129
130
|
$gantt-dialog-dependent-height: 161px !default;
|
|
130
131
|
$gantt-dialog-resource-height: 202px !default;
|
|
131
132
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -155,6 +156,7 @@ $gantt-parent-progress-bar-border-radius: 0px !default;
|
|
|
155
156
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
156
157
|
$gantt-timeline-top-headercell-font-weight: 400 !default;
|
|
157
158
|
$gantt-active-background: rgba($selection-bg, 0.70) !default;
|
|
159
|
+
$gantt-active-frozen-background: #b39828 !default;
|
|
158
160
|
$gantt-active-color: $selection-font !default;
|
|
159
161
|
$gantt-active-color-opacity: 1 !default;
|
|
160
162
|
$gantt-table-background: $selection-font !default;
|
|
@@ -212,4 +214,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
212
214
|
$rangecontainer-border-color: #FC7A05;
|
|
213
215
|
$gantt-range-container-arc-radius: 0px !default;
|
|
214
216
|
$bigger-column-menu-size: 45px !default;
|
|
215
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
217
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-rowdd-topbottom-border: 1px solid #ffd939 !default;
|
|
219
|
+
$gantt-rowdd-boxshadow: #ffd939 !default;
|
|
220
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -83,6 +83,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
83
83
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
84
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
85
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
86
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
86
87
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
87
88
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -92,7 +93,6 @@ $gantt-bigger-tooltip-dialog-color: #1a1a1a;
|
|
|
92
93
|
$gantt-bigger-tooltip-dialog-text-color: $hover-border;
|
|
93
94
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 18px !default;
|
|
94
95
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 9px !default;
|
|
95
|
-
$gantt-bigger-dialog-close-button-left: 2px !important;
|
|
96
96
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
97
97
|
$gantt-bigger-dialog-header-padding: 16px 4px 12px 18px !important;
|
|
98
98
|
$gantt-bigger-add-dialog-content-height: 241px !important;
|
|
@@ -126,6 +126,7 @@ $gantt-dialog-bigger-border-radius: 0px !important;
|
|
|
126
126
|
$gantt-bigger-dialog-tab-padding-left: 6px !important;
|
|
127
127
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
128
128
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
129
|
+
$gantt-dialog-close-button-top: 0px !important;
|
|
129
130
|
$gantt-dialog-dependent-height: 161px !default;
|
|
130
131
|
$gantt-dialog-resource-height: 202px !default;
|
|
131
132
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -155,6 +156,7 @@ $gantt-parent-progress-bar-border-radius: 0px !default;
|
|
|
155
156
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
156
157
|
$gantt-timeline-top-headercell-font-weight: 400 !default;
|
|
157
158
|
$gantt-active-background: $selection-bg !default;
|
|
159
|
+
$gantt-active-frozen-background: $selection-bg !default;
|
|
158
160
|
$gantt-active-color: $hover-font !default;
|
|
159
161
|
$gantt-active-color-opacity: 1 !default;
|
|
160
162
|
$gantt-table-background: $hover-font !default;
|
|
@@ -212,4 +214,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
212
214
|
$rangecontainer-border-color: #FC7A05;
|
|
213
215
|
$gantt-range-container-arc-radius: 0px !default;
|
|
214
216
|
$bigger-column-menu-size: 45px !default;
|
|
215
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
217
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-rowdd-topbottom-border: 1px solid #400074 !default;
|
|
219
|
+
$gantt-rowdd-boxshadow: #400074 !default;
|
|
220
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -16,6 +16,23 @@
|
|
|
16
16
|
font-size: 18px;
|
|
17
17
|
}}
|
|
18
18
|
.e-gantt-chart {
|
|
19
|
+
|
|
20
|
+
.e-taskbar-left-resizer,
|
|
21
|
+
.e-taskbar-right-resizer {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 0;
|
|
25
|
+
width: 25px;
|
|
26
|
+
z-index: 4;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-left-resize-gripper,
|
|
30
|
+
.e-right-resize-gripper {
|
|
31
|
+
align-items: center;
|
|
32
|
+
cursor: ew-resize;
|
|
33
|
+
display: inline-flex;
|
|
34
|
+
}
|
|
35
|
+
|
|
19
36
|
.e-timeline-header-container {
|
|
20
37
|
height: $gantt-bigger-header-border-height;
|
|
21
38
|
}
|
|
@@ -135,7 +152,13 @@
|
|
|
135
152
|
padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
|
|
136
153
|
|
|
137
154
|
.e-btn.e-dlg-closeicon-btn {
|
|
138
|
-
left:
|
|
155
|
+
left: -11px;
|
|
156
|
+
@if ($skin-name == 'bootstrap5-dark' or $skin-name == 'bootstrap5'){
|
|
157
|
+
top: 2px;
|
|
158
|
+
}
|
|
159
|
+
@else {
|
|
160
|
+
top: 3px;
|
|
161
|
+
}
|
|
139
162
|
}
|
|
140
163
|
}
|
|
141
164
|
@if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
|
|
@@ -165,8 +188,13 @@
|
|
|
165
188
|
}
|
|
166
189
|
}
|
|
167
190
|
|
|
168
|
-
.e-dlg-header {
|
|
169
|
-
|
|
191
|
+
.e-dlg-header:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-header) {
|
|
192
|
+
@if ($skin-name== 'Material3-dark' or $skin-name == 'Material3') {
|
|
193
|
+
line-height: 28px;
|
|
194
|
+
}
|
|
195
|
+
@else if ($skin-name != 'FluentUI' or $skin-name != 'fluent-dark'){
|
|
196
|
+
line-height: 37px;
|
|
197
|
+
}
|
|
170
198
|
}
|
|
171
199
|
}
|
|
172
200
|
|
|
@@ -197,7 +225,7 @@
|
|
|
197
225
|
.e-gantt-dialog {
|
|
198
226
|
.e-dialog {
|
|
199
227
|
border-radius: 6px;
|
|
200
|
-
|
|
228
|
+
width: $gantt-bigger-dialog-width;
|
|
201
229
|
}
|
|
202
230
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
203
231
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -243,7 +271,7 @@
|
|
|
243
271
|
}
|
|
244
272
|
}
|
|
245
273
|
@else{
|
|
246
|
-
.e-btn.e-dlg-closeicon-btn {
|
|
274
|
+
.e-btn.e-dlg-closeicon-btn:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-closeicon-btn) {
|
|
247
275
|
border-radius: 50%;
|
|
248
276
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
249
277
|
width: auto;
|
|
@@ -343,6 +371,16 @@
|
|
|
343
371
|
padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
344
372
|
}
|
|
345
373
|
}
|
|
374
|
+
.e-gantt-adaptive-dialog .e-dialog {
|
|
375
|
+
position: absolute !important; /* stylelint-disable-line declaration-no-important */
|
|
376
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
377
|
+
}
|
|
378
|
+
.e-gantt-adaptive-dialog .e-dialog .e-dlg-header-content {
|
|
379
|
+
padding: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
380
|
+
}
|
|
381
|
+
.e-gantt-adaptive-dialog .e-dialog td{
|
|
382
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
383
|
+
}
|
|
346
384
|
}
|
|
347
385
|
|
|
348
386
|
.e-predecessor-tooltip {
|
|
@@ -638,10 +676,6 @@
|
|
|
638
676
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
639
677
|
}
|
|
640
678
|
|
|
641
|
-
.e-gridcontent .e-gantt-frozen {
|
|
642
|
-
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
643
|
-
}
|
|
644
|
-
|
|
645
679
|
.e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
646
680
|
width: calc(100% + 17px);
|
|
647
681
|
}
|
|
@@ -779,7 +813,7 @@
|
|
|
779
813
|
}
|
|
780
814
|
|
|
781
815
|
.e-zero-spacing {
|
|
782
|
-
border-spacing:
|
|
816
|
+
border-spacing: .25px;
|
|
783
817
|
}
|
|
784
818
|
|
|
785
819
|
.e-chart-row:first-child .e-chart-row-border {
|
|
@@ -822,10 +856,6 @@
|
|
|
822
856
|
vertical-align: middle;
|
|
823
857
|
z-index: 3;
|
|
824
858
|
}
|
|
825
|
-
|
|
826
|
-
.e-taskbar-main-container:hover{
|
|
827
|
-
z-index: 4;
|
|
828
|
-
}
|
|
829
859
|
|
|
830
860
|
.e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
831
861
|
z-index: 4;
|
|
@@ -1407,7 +1437,7 @@
|
|
|
1407
1437
|
}
|
|
1408
1438
|
|
|
1409
1439
|
.e-item {
|
|
1410
|
-
height:
|
|
1440
|
+
height: 100%;
|
|
1411
1441
|
}
|
|
1412
1442
|
|
|
1413
1443
|
.e-dependent-div {
|
|
@@ -1486,6 +1516,10 @@
|
|
|
1486
1516
|
}
|
|
1487
1517
|
}
|
|
1488
1518
|
|
|
1519
|
+
.e-dlg-header {
|
|
1520
|
+
line-height: 30px;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1489
1523
|
.e-dlg-header-content {
|
|
1490
1524
|
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1491
1525
|
}
|
|
@@ -1494,6 +1528,11 @@
|
|
|
1494
1528
|
border-radius: $gantt-dialog-border-radius;
|
|
1495
1529
|
padding-bottom: $gantt-dialog-padding-bottom;
|
|
1496
1530
|
|
|
1531
|
+
.e-btn.e-dlg-closeicon-btn {
|
|
1532
|
+
left: -11px;
|
|
1533
|
+
top: $gantt-dialog-close-button-top;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1497
1536
|
@if ($skin-name == 'bootstrap-dark'){
|
|
1498
1537
|
.e-btn.e-dlg-closeicon-btn {
|
|
1499
1538
|
border-radius: 50%;
|
|
@@ -1574,12 +1613,14 @@
|
|
|
1574
1613
|
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1575
1614
|
font-size: $gantt-bigger-label-font-size;
|
|
1576
1615
|
}
|
|
1577
|
-
|
|
1578
|
-
|
|
1616
|
+
|
|
1617
|
+
.e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
|
|
1618
|
+
.e-bigger .e-gantt .e-excelfilter .e-dialog .e-dlg-content {
|
|
1619
|
+
padding: 0 18px 0 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1579
1620
|
}
|
|
1580
|
-
.e-bigger .e-
|
|
1581
|
-
|
|
1582
|
-
|
|
1621
|
+
.e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
|
|
1622
|
+
.e-bigger .e-gantt .e-contextmenu-wrapper ul {
|
|
1623
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1583
1624
|
}
|
|
1584
1625
|
|
|
1585
1626
|
.e-gantt-tooltip-label {
|
|
@@ -1740,4 +1781,35 @@
|
|
|
1740
1781
|
position: absolute;
|
|
1741
1782
|
z-index: 1;
|
|
1742
1783
|
}
|
|
1784
|
+
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop{
|
|
1785
|
+
border-top: $gantt-rowdd-topbottom-border;
|
|
1786
|
+
border-width: $gantt-rowdd-childborder-width;
|
|
1787
|
+
}
|
|
1788
|
+
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom{
|
|
1789
|
+
border-bottom: $gantt-rowdd-topbottom-border;
|
|
1790
|
+
box-shadow: $gantt-rowdd-boxshadow;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
|
|
1794
|
+
border-bottom: $gantt-rowdd-topbottom-border;
|
|
1795
|
+
border-top: $gantt-rowdd-topbottom-border;
|
|
1796
|
+
box-shadow: $gantt-rowdd-boxshadow;
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
@media (max-width: 767px)
|
|
1800
|
+
{
|
|
1801
|
+
.e-bigger{
|
|
1802
|
+
.e-gantt {
|
|
1803
|
+
.e-dialog {
|
|
1804
|
+
.e-edit-form-column {
|
|
1805
|
+
&:nth-child(odd),
|
|
1806
|
+
&:nth-child(even) {
|
|
1807
|
+
float: none;
|
|
1808
|
+
padding: $gantt-mobile-bigger-dialog-edit-form-padding;
|
|
1809
|
+
width: 100%;
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1743
1815
|
}
|
|
@@ -85,6 +85,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
85
85
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
86
86
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
87
87
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
88
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
89
90
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
90
91
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -96,7 +97,6 @@ $gantt-bigger-tooltip-dialog-text-color: $grey-black;
|
|
|
96
97
|
$gantt-bigger-tooltip-disabled-button-color: $grey-600 !important;
|
|
97
98
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
98
99
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
|
|
99
|
-
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
100
100
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
101
101
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
102
102
|
$gantt-bigger-dialog-header-padding: 16px 4px 17px 16px !important;
|
|
@@ -130,6 +130,7 @@ $gantt-bigger-dialog-tab-padding-left: 4px !important;
|
|
|
130
130
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
131
131
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
132
132
|
$gantt-dialog-dependent-height: 153px !default;
|
|
133
|
+
$gantt-dialog-close-button-top: 2px !important;
|
|
133
134
|
$gantt-dialog-resource-height: 196px !default;
|
|
134
135
|
$gantt-dialog-rte-height: 241px !default;
|
|
135
136
|
$gantt-dialog-rte-content-height: 198px !default;
|
|
@@ -158,6 +159,7 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
158
159
|
$gantt-timeline-top-headercell-font-size: 12px !default;
|
|
159
160
|
$gantt-timeline-top-headercell-font-weight: 500 !default;
|
|
160
161
|
$gantt-active-background: rgba(255, 255, 255, 0.28) !default;
|
|
162
|
+
$gantt-active-frozen-background: #626262 !default;
|
|
161
163
|
$gantt-active-color: $primary-font !default;
|
|
162
164
|
$gantt-active-color-opacity: 0.87 !default;
|
|
163
165
|
$gantt-table-background: $grey-dark !default;
|
|
@@ -213,4 +215,7 @@ $rangecontainer-border-color: #FC7A05;
|
|
|
213
215
|
$gantt-range-container-arc-radius: 2px !default;
|
|
214
216
|
$gantt-active-background-color: #a9a9a9;
|
|
215
217
|
$bigger-column-menu-size: 38px !default;
|
|
216
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
219
|
+
$gantt-rowdd-topbottom-border: 1px solid #00b0ff !default;
|
|
220
|
+
$gantt-rowdd-boxshadow: #00b0ff !default;
|
|
221
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -85,6 +85,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
85
85
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
86
86
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
87
87
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
88
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
88
89
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
89
90
|
$gantt-bigger-predecessor-dialog-font-size: 12px;
|
|
90
91
|
$gantt-bigger-predecessor-dialog-font-weight: 400 !default;
|
|
@@ -96,7 +97,6 @@ $gantt-bigger-tooltip-dialog-text-color: $grey-black;
|
|
|
96
97
|
$gantt-bigger-tooltip-disabled-button-color: $grey-600 !important;
|
|
97
98
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
98
99
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
|
|
99
|
-
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
100
100
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
101
101
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
102
102
|
$gantt-bigger-dialog-header-padding: 16px 14px 17px 16px !important;
|
|
@@ -129,6 +129,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
129
129
|
$gantt-bigger-dialog-tab-padding-left: 4px !important;
|
|
130
130
|
$gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
|
|
131
131
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
132
|
+
$gantt-dialog-close-button-top: 2px !important;
|
|
132
133
|
$gantt-dialog-dependent-height: 153px !default;
|
|
133
134
|
$gantt-dialog-resource-height: 196px !default;
|
|
134
135
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -158,6 +159,7 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
158
159
|
$gantt-timeline-top-headercell-font-size: 12px !default;
|
|
159
160
|
$gantt-timeline-top-headercell-font-weight: 500 !default;
|
|
160
161
|
$gantt-active-background: rgba($primary, .15) !default;
|
|
162
|
+
$gantt-active-frozen-background: #e2e5f4 !default;
|
|
161
163
|
$gantt-active-color: $grey-black !default;
|
|
162
164
|
$gantt-active-color-opacity: 1 !default;
|
|
163
165
|
$gantt-table-background: $accent-font !default;
|
|
@@ -213,4 +215,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
213
215
|
$rangecontainer-border-color: #FC7A05;
|
|
214
216
|
$gantt-range-container-arc-radius: 2px !default;
|
|
215
217
|
$bigger-column-menu-size: 38px !default;
|
|
216
|
-
$gantt-masked-table-background-color: #e1dfdd;
|
|
218
|
+
$gantt-masked-table-background-color: #e1dfdd;
|
|
219
|
+
$gantt-rowdd-topbottom-border: 1px solid #e3165b !default;
|
|
220
|
+
$gantt-rowdd-boxshadow: #e3165b !default;
|
|
221
|
+
$gantt-rowdd-childborder-width: 1px 0 0 !default;
|
|
@@ -69,6 +69,7 @@ $gantt-tab-selection-indicator-color: rgba($primary) !default;
|
|
|
69
69
|
$gantt-tab-header-hover-color: $transparent !default;
|
|
70
70
|
$gantt-tab-header-hover-font-color: rgba($content-text-color-alt2) !default;
|
|
71
71
|
$gantt-active-background: $table-bg-color-selected;
|
|
72
|
+
$gantt-active-frozen-background: rgba($primary-container, 1) !default;
|
|
72
73
|
$gantt-active-color: rgba($table-text-color-selected) !default;
|
|
73
74
|
$gantt-table-background: rgba($content-bg-color) !default;
|
|
74
75
|
$gantt-baseline-color: rgba($danger) !default;
|
|
@@ -123,6 +124,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
124
125
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
125
126
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
127
|
+
$gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
|
|
126
128
|
$gantt-bigger-tooltip-button-color: rgba($tooltip-bg-color) !default;
|
|
127
129
|
$gantt-bigger-tooltip-dialog-color: rgba($tooltip-bg-color) !default;
|
|
128
130
|
$gantt-bigger-tooltip-button-text-color: $toooltip-text-color !default;
|
|
@@ -130,7 +132,6 @@ $gantt-bigger-tooltip-dialog-text-color: rgba($tooltip-text-color) !default;
|
|
|
130
132
|
$gantt-bigger-tooltip-disabled-button-color: $content-bg-color-alt5 !important;
|
|
131
133
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
132
134
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
133
|
-
$gantt-bigger-dialog-close-button-left: 2px !important;
|
|
134
135
|
$gantt-bigger-dialog-close-button-size: 20px !important;
|
|
135
136
|
$gantt-bigger-dialog-header-padding: 20px !important;
|
|
136
137
|
$gantt-bigger-add-dialog-content-height: 250px !important;
|
|
@@ -166,6 +167,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
|
|
|
166
167
|
$gantt-bigger-dialog-tab-padding-left: 5px !important;
|
|
167
168
|
$gantt-bigger-dialog-border-radius: 16px 16px 0px 0px !default;
|
|
168
169
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
170
|
+
$gantt-dialog-close-button-top: 6px !important;
|
|
169
171
|
$gantt-dialog-dependent-height: 161px !default;
|
|
170
172
|
$gantt-dialog-resource-height: 202px !default;
|
|
171
173
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -217,4 +219,7 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
217
219
|
$gantt-range-container-arc-radius: 2px !default;
|
|
218
220
|
$bigger-column-menu-size: 35px !default;
|
|
219
221
|
$gantt-masked-table-background-color: rgb(225,223,221);
|
|
220
|
-
$gantt-split-container-line-border-color: rgba($outline);
|
|
222
|
+
$gantt-split-container-line-border-color: rgba($outline);
|
|
223
|
+
$gantt-rowdd-topbottom-border: 2px solid rgba($primary) !default;
|
|
224
|
+
$gantt-rowdd-boxshadow: rgba($primary) !default;
|
|
225
|
+
$gantt-rowdd-childborder-width: 2px 0 0 !default;
|