@syncfusion/ej2-angular-gantt 20.4.48-ngcc → 20.4.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 (89) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +71 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +255 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +734 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +734 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +26 -12
  18. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  19. package/src/gantt/columns.directive.d.ts +5 -0
  20. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  21. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  22. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  23. package/src/gantt/gantt-all.module.d.ts +6 -0
  24. package/src/gantt/gantt.component.d.ts +3 -0
  25. package/src/gantt/gantt.module.d.ts +12 -0
  26. package/src/gantt/holidays.directive.d.ts +5 -0
  27. package/styles/gantt/_all.scss +2 -0
  28. package/styles/gantt/_bootstrap-dark-definition.scss +214 -0
  29. package/styles/gantt/_bootstrap-definition.scss +214 -0
  30. package/styles/gantt/_bootstrap4-definition.scss +216 -0
  31. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  32. package/styles/gantt/_bootstrap5-definition.scss +218 -0
  33. package/styles/gantt/_fabric-dark-definition.scss +214 -0
  34. package/styles/gantt/_fabric-definition.scss +214 -0
  35. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  36. package/styles/gantt/_fluent-definition.scss +218 -0
  37. package/styles/gantt/_fusionnew-definition.scss +217 -0
  38. package/styles/gantt/_highcontrast-definition.scss +214 -0
  39. package/styles/gantt/_highcontrast-light-definition.scss +214 -0
  40. package/styles/gantt/_layout.scss +1660 -0
  41. package/styles/gantt/_material-dark-definition.scss +215 -0
  42. package/styles/gantt/_material-definition.scss +215 -0
  43. package/styles/gantt/_material3-definition.scss +218 -0
  44. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  45. package/styles/gantt/_tailwind-definition.scss +218 -0
  46. package/styles/gantt/_theme.scss +711 -0
  47. package/styles/gantt/bootstrap-dark.scss +22 -1
  48. package/styles/gantt/bootstrap.scss +22 -1
  49. package/styles/gantt/bootstrap4.scss +22 -1
  50. package/styles/gantt/bootstrap5-dark.scss +22 -1
  51. package/styles/gantt/bootstrap5.scss +22 -1
  52. package/styles/gantt/fabric-dark.scss +22 -1
  53. package/styles/gantt/fabric.scss +22 -1
  54. package/styles/gantt/fluent-dark.scss +22 -1
  55. package/styles/gantt/fluent.scss +22 -1
  56. package/styles/gantt/highcontrast-light.scss +21 -1
  57. package/styles/gantt/highcontrast.scss +22 -1
  58. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  59. package/styles/gantt/icons/_bootstrap.scss +124 -0
  60. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  61. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  62. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  63. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  64. package/styles/gantt/icons/_fabric.scss +124 -0
  65. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  66. package/styles/gantt/icons/_fluent.scss +124 -0
  67. package/styles/gantt/icons/_fusionnew.scss +120 -0
  68. package/styles/gantt/icons/_highcontrast.scss +124 -0
  69. package/styles/gantt/icons/_material-dark.scss +124 -0
  70. package/styles/gantt/icons/_material.scss +124 -0
  71. package/styles/gantt/icons/_material3.scss +124 -0
  72. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  73. package/styles/gantt/icons/_tailwind.scss +124 -0
  74. package/styles/gantt/material-dark.scss +22 -1
  75. package/styles/gantt/material.scss +22 -1
  76. package/styles/gantt/tailwind-dark.scss +22 -1
  77. package/styles/gantt/tailwind.scss +22 -1
  78. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  79. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  80. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  81. package/@syncfusion/ej2-angular-gantt.js +0 -764
  82. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  83. package/CHANGELOG.md +0 -1555
  84. package/dist/ej2-angular-gantt.umd.js +0 -909
  85. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  86. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  87. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  88. package/ej2-angular-gantt.metadata.json +0 -1
  89. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1660 @@
1
+ @include export-module('gantt-layout') {
2
+
3
+ .e-bigger {
4
+ .e-gantt {
5
+ .e-gantt-chart {
6
+ .e-timeline-header-container {
7
+ height: $gantt-bigger-header-border-height;
8
+ }
9
+
10
+ .e-timeline-top-header-cell {
11
+ height: $gantt-bigger-timeline-top-header-cell-height;
12
+ }
13
+
14
+ .e-event-markers {
15
+ .e-span-label {
16
+ border-radius: $gantt-bigger-event-markers-border-radius;
17
+ font-size: $gantt-bigger-event-arrow-font-size;
18
+ height: $gantt-bigger-event-markers-height;
19
+ padding: $gantt-bigger-event-markers-padding;
20
+ top: $gantt-bigger-event-markers-top;
21
+ }
22
+
23
+ .e-gantt-right-arrow {
24
+ border-bottom: $gantt-bigger-event-arrow-bottom;
25
+ border-right: $gantt-bigger-event-arrow-right;
26
+ border-right-color: $gantt-bigger-event-arrow-color;
27
+ border-top: $gantt-bigger-event-arrow-top;
28
+ top: $gantt-bigger-event-arrow-top-value;
29
+ }
30
+ }
31
+
32
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
33
+ .e-left-resize-gripper::before,
34
+ .e-right-resize-gripper::before {
35
+ content: '\e888';
36
+ }
37
+ }
38
+ @else {
39
+ .e-left-resize-gripper::before,
40
+ .e-right-resize-gripper::before {
41
+ content: '\e92c';
42
+ }
43
+ }
44
+
45
+ .e-connectorpoint-right,
46
+ .e-connectorpoint-left,
47
+ .e-right-connectorpoint-outer-div,
48
+ .e-left-connectorpoint-outer-div {
49
+ border-radius: 50%;
50
+ display: inline-block;
51
+ position: absolute;
52
+ }
53
+
54
+ .e-connectorpoint-left-hover,
55
+ .e-connectorpoint-right-hover {
56
+ border-style: solid;
57
+ border-width: 1px;
58
+ box-sizing: content-box;
59
+ cursor: pointer;
60
+ display: inline-block;
61
+ }
62
+
63
+ .e-connectorpoint-left-hover,
64
+ .e-connectorpoint-right-hover {
65
+ background-color: $connector-point-hover-color;
66
+ border-color: $connector-point-border-color;
67
+ }
68
+
69
+ .e-connectorpoint-left-hover:hover,
70
+ .e-connectorpoint-right-hover:hover {
71
+ background-color: $connector-point-hover-color;
72
+ border-color: $connector-point-border-color;
73
+ outline: 2px solid $connector-point-hover-outerline-color;
74
+ }
75
+ }
76
+
77
+ .e-tab .e-content {
78
+ height: $gantt-bigger-add-dialog-content-height;
79
+ }
80
+
81
+ .e-gantt-tree-grid-pane {
82
+ .e-columnheader {
83
+ .e-headercell {
84
+ height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
85
+ }
86
+ }
87
+ }
88
+
89
+ .e-dialog {
90
+ .e-dlg-header-content {
91
+ padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
92
+
93
+ .e-btn.e-dlg-closeicon-btn {
94
+ left: $gantt-bigger-dialog-close-button-left;
95
+ }
96
+ }
97
+ @if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
98
+ .e-dlg-content {
99
+ margin-bottom: 0;
100
+ }
101
+ }
102
+ @if ($skin-name == 'tailwind') {
103
+ .e-dlg-header-content {
104
+ height: 68px !important; /* stylelint-disable-line declaration-no-important */
105
+ }
106
+ }
107
+
108
+ .e-btn .e-btn-icon.e-icon-dlg-close {
109
+ font-size: $gantt-bigger-dialog-close-button-size;
110
+ }
111
+
112
+ .e-footer-content {
113
+ height: $gantt-bigger-filter-dialog-footer-height;
114
+ padding: $gantt-bigger-filter-dialog-footer-padding;
115
+
116
+ .e-btn {
117
+ margin-left: 12px;
118
+ }
119
+ }
120
+
121
+ .e-dlg-header {
122
+ line-height: 28px;
123
+ }
124
+ }
125
+
126
+ .e-filter-popup.e-popup {
127
+ width: $gantt-bigger-filter-dialog-width;
128
+ }
129
+
130
+ .e-grid .e-flmenu-valuediv {
131
+ padding: $gantt-bigger-filter-dialog-input-padding;
132
+ }
133
+
134
+ .e-filter-popup {
135
+ .e-dlg-content {
136
+ border-radius: $gantt-dialog-bigger-border-radius;
137
+ padding: $gantt-dialog-bigger-input-padding-field;
138
+ }
139
+ }
140
+ }
141
+
142
+ .e-grid .e-columnmenu {
143
+ @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
144
+ top: 35px;
145
+ }
146
+ @else if $skin-name == 'fluent-dark' {
147
+ top: 38px;
148
+ }
149
+ @else {
150
+ top: $bigger-column-menu-size;
151
+ }
152
+ }
153
+
154
+ .e-gantt-dialog {
155
+ .e-dialog {
156
+ border-radius: 6px;
157
+ width: $gantt-bigger-dialog-width;
158
+ }
159
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
160
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
161
+ }
162
+
163
+ .e-edit-form-column:nth-child(odd) {
164
+ padding: $gantt-bigger-dialog-edit-form-odd-padding;
165
+ }
166
+
167
+ .e-edit-form-column:nth-child(even) {
168
+ padding: $gantt-bigger-dialog-edit-form-even-padding;
169
+ }
170
+
171
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
172
+ padding: $gantt-bigger-dialog-edit-form-scroll-padding;
173
+ }
174
+
175
+ .e-edit-form-row {
176
+ height: $gantt-bigger-add-dialog-content-height;
177
+ }
178
+
179
+ .e-edit-form-column {
180
+ height: $gantt-bigger-add-dialog-input-height;
181
+ }
182
+
183
+ .e-dlg-header-content {
184
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
185
+ }
186
+
187
+ > .e-dlg-content {
188
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
189
+ }
190
+
191
+ .e-dlg-header-content {
192
+ border-radius: $gantt-bigger-dialog-border-radius;
193
+ padding-bottom: $gantt-dialog-padding-bottom;
194
+ @if ($skin-name == 'bootstrap-dark') {
195
+ .e-btn.e-dlg-closeicon-btn {
196
+ border-radius: 50%;
197
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
198
+ width: auto;
199
+ box-shadow: none;
200
+ }
201
+ }
202
+ @else{
203
+ .e-btn.e-dlg-closeicon-btn {
204
+ border-radius: 50%;
205
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
206
+ width: auto;
207
+ }
208
+ }
209
+ }
210
+
211
+ .e-tab {
212
+ .e-tab-header .e-toolbar-item.e-active {
213
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
214
+ }
215
+ }
216
+
217
+ @if ($skin-name == 'bootstrap4') {
218
+ .e-icon-dlg-close {
219
+ color: $gantt-bigger-dialog-icon-color;
220
+ }
221
+ }
222
+
223
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
224
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
225
+ }
226
+
227
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
228
+ min-height: $gantt-bigger-dialog-input-icon;
229
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
230
+ }
231
+
232
+ .e-btn.e-flat {
233
+ line-height: 24px;
234
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
235
+ }
236
+
237
+ .e-btn.e-primary {
238
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
239
+ }
240
+
241
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
242
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
243
+ }
244
+
245
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
246
+ font-size: 14px;
247
+ line-height: 22px;
248
+ }
249
+
250
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
251
+ font-size: 14px;
252
+ line-height: 22px;
253
+ }
254
+
255
+ .e-float-input.e-control-wrapper input {
256
+ height: $gantt-bigger-dialog-input-field-height;
257
+
258
+ @if ($skin-name == 'material') {
259
+ padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
260
+ }
261
+ }
262
+
263
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
264
+ min-height: $gantt-bigger-dialog-input-icon;
265
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
266
+ }
267
+
268
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
269
+ min-height: $gantt-bigger-dialog-input-icon;
270
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
271
+ }
272
+
273
+ .e-input-group.e-control-wrapper {
274
+ height: $gantt-dialog-bigger-input-field;
275
+ }
276
+
277
+ .e-input-group-icon.e-date-icon {
278
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
279
+ }
280
+
281
+ @if ($skin-name == 'material') {
282
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
283
+ margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
284
+ }
285
+
286
+ .e-input-group.e-control-wrapper .e-input-group-icon {
287
+ margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
288
+ }
289
+ }
290
+
291
+ @if ($skin-name == 'tailwind') {
292
+ .e-input-group.e-control-wrapper .e-input-group-icon {
293
+ padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
294
+ }
295
+ }
296
+ }
297
+
298
+ .e-predecessor-tooltip {
299
+ .e-arrow-tip-outer.e-tip-bottom {
300
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
301
+ @if ($skin-name == 'FluentUI')
302
+ {
303
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
304
+ }
305
+ @else if ($skin-name == 'highcontrast'){
306
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
307
+ }
308
+ }
309
+
310
+ .e-arrow-tip-inner.e-tip-bottom {
311
+ color: $gantt-bigger-tooltip-button-color;
312
+ }
313
+
314
+ .e-left-btn:disabled {
315
+ color: $gantt-bigger-tooltip-disabled-button-color;
316
+ }
317
+
318
+ .e-right-btn:disabled {
319
+ color: $gantt-bigger-tooltip-disabled-button-color;
320
+ }
321
+
322
+ .e-tip-content {
323
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
324
+ }
325
+
326
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
327
+ background-color: $gantt-bigger-tooltip-button-color;
328
+ border-color: $gantt-bigger-tooltip-button-color;
329
+ color: $gantt-bigger-tooltip-button-text-color;
330
+ font-size: 12px;
331
+ line-height: 18px;
332
+ padding: 0 8px 0 0;
333
+ }
334
+
335
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
336
+ background-color: $gantt-bigger-tooltip-button-color;
337
+ border-color: $gantt-bigger-tooltip-button-color;
338
+ color: $gantt-bigger-tooltip-button-text-color;
339
+ font-size: 12px;
340
+ line-height: 18px;
341
+ padding: 0 0 0 8px;
342
+ }
343
+ }
344
+
345
+ .e-predecessor-dialog {
346
+ background-color: $gantt-bigger-tooltip-dialog-color;
347
+
348
+ .e-dlg-content {
349
+ background-color: $gantt-bigger-tooltip-dialog-color;
350
+ padding: $gantt-bigger-predecessor-dialog-padding;
351
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
352
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
353
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
354
+ color: $gantt-bigger-tooltip-dialog-text-color;
355
+ @if ($skin-name == 'FluentUI') {
356
+ margin-bottom: 0;
357
+ }
358
+ }
359
+ }
360
+ }
361
+ .e-blazor-gantt-tooltip{
362
+ .e-tip-content{
363
+ overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
364
+ white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
365
+ word-break: unset !important; /* stylelint-disable-line declaration-no-important */
366
+ }
367
+ }
368
+ .e-gantt-tooltip{
369
+ .e-tip-content{
370
+ text-align: left !important; /* stylelint-disable-line declaration-no-important */
371
+ }
372
+ }
373
+ .e-gantt.e-gantt-rtl{
374
+ .e-connector-line-right-arrow {
375
+ border-left: none !important; /* stylelint-disable-line declaration-no-important */
376
+ border-right-color: $connector-line-hover-color;
377
+ }
378
+ .e-connector-line-left-arrow{
379
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
380
+ border-left-color: $connector-line-hover-color;
381
+ }
382
+ .e-toolbar-right{
383
+ left: auto !important; /* stylelint-disable-line declaration-no-important */
384
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
385
+ }
386
+ .e-gantt-chart{
387
+ .e-timeline-header-container{
388
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
389
+ border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
390
+ border-left-color: $gantt-header-border-color !important; /* stylelint-disable-line declaration-no-important */
391
+ }
392
+ .e-timeline-top-header-cell{
393
+ .e-gantt-top-cell-text {
394
+ padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
395
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
396
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
397
+ }
398
+ }
399
+ .e-progress-resize-gripper {
400
+ .e-progressbar-handler-element {
401
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
402
+ }
403
+ .e-progressbar-handler-after{
404
+ right: 1px !important; /* stylelint-disable-line declaration-no-important */
405
+ }
406
+ }
407
+ .e-connectorpoint-right {
408
+ margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
409
+ }
410
+ .e-event-markers{
411
+ .e-gantt-right-arrow{
412
+ border-left: 5px solid;
413
+ border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
414
+ }
415
+ }
416
+ .e-holiday {
417
+ .e-span {
418
+ transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
419
+ }
420
+ }
421
+ .e-left-label-container {
422
+ padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
423
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
424
+ }
425
+ .e-right-label-container {
426
+ margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
427
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
428
+ }
429
+ }
430
+ }
431
+ .e-gantt-rtl{
432
+ .e-gantt-tooltip-label{
433
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
434
+ }
435
+ .e-tip-content{
436
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
437
+ }
438
+ }
439
+ .e-gantt-dialog.e-rtl{
440
+ .e-dlg-closeicon-btn{
441
+ padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
442
+ }
443
+ }
444
+
445
+ #{&}.e-gantt {
446
+ display: block;
447
+ width: 100%;
448
+
449
+ .e-cloneproperties {
450
+ padding: $gantt-bigger-clone-padding;
451
+ }
452
+
453
+ & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
454
+ left: -5px;
455
+ position: relative;
456
+ }
457
+
458
+ .e-cloneproperties {
459
+ border-style: solid;
460
+ border-width: $gantt-border-size;
461
+ box-shadow: $gantt-group-clone-box-shadow;
462
+ font-size: $gantt-header-font-size;
463
+ font-weight: $gantt-drag-clone-font-weight;
464
+ opacity: $gantt-drag-clone-opacity;
465
+ overflow: hidden;
466
+ padding: $gantt-clone-padding;
467
+ text-align: $gantt-group-clone-text-align;
468
+ user-select: none;
469
+ vertical-align: middle;
470
+ white-space: nowrap;
471
+ z-index: 100;
472
+ }
473
+
474
+ .e-cloneproperties.e-draganddrop {
475
+ border-spacing: 0;
476
+ font-size: $gantt-header-font-size;
477
+ font-weight: normal;
478
+ overflow: visible;
479
+ }
480
+
481
+ .e-cloneproperties .e-bothganttlines {
482
+ border-width: 1px 0 0 1px;
483
+ }
484
+
485
+ .e-draganddrop {
486
+ border-width: 0 1px 1px;
487
+ font-weight: normal;
488
+ padding: 0;
489
+ }
490
+
491
+ .e-draganddrop .e-rowcell {
492
+ opacity: .95;
493
+ }
494
+
495
+ .e-cloneproperties.e-draganddrop table {
496
+ border-spacing: 0;
497
+ }
498
+
499
+ .e-icons.e-errorelem {
500
+ display: inline-block;
501
+ padding-left: 10px;
502
+ vertical-align: middle;
503
+ }
504
+
505
+ .e-errorelem::before {
506
+ color: $error-elem-color;
507
+ content: '\e22a';
508
+ transform: rotate(180deg);
509
+ }
510
+
511
+ & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
512
+ & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
513
+ border-bottom: 0;
514
+ border-right: 1px solid $gantt-cell-border-color;
515
+ border-top: 1px solid $gantt-cell-border-color;
516
+ }
517
+
518
+ .e-gantt-toolbar {
519
+ border-bottom-left-radius: 0;
520
+ border-bottom-right-radius: 0;
521
+ border-style: solid;
522
+ border-width: 1px 1px 0;
523
+ }
524
+
525
+ .e-flmenu-valuediv {
526
+ padding-top: $gantt-filter-menu-value-div-padding;
527
+ }
528
+
529
+ .e-gantt-splitter {
530
+ .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
531
+ margin: 0;
532
+ }
533
+
534
+ .e-pane {
535
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
536
+ }
537
+ }
538
+
539
+ .e-temp-content {
540
+ border-left: 1px solid;
541
+ }
542
+
543
+ .e-tab {
544
+ border: 0;
545
+
546
+ .e-tab-header .e-toolbar-item.e-active {
547
+ border-color: transparent;
548
+ }
549
+ }
550
+
551
+ .e-gantt-tree-grid-pane {
552
+ .e-grid {
553
+ border-width: 0;
554
+ }
555
+
556
+ .e-grid.e-gridhover tr[role = 'row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
557
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
558
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
559
+ .e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
560
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
561
+ background-color: transparent;
562
+ }
563
+
564
+ .e-gantt-temp-header {
565
+ border-bottom-style: solid;
566
+ border-bottom-width: 1px;
567
+ height: 45px;
568
+ }
569
+
570
+ .e-headercontent {
571
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
572
+ }
573
+
574
+ .e-gridheader {
575
+ border-top-style: none;
576
+ border-top-width: 0;
577
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
578
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
579
+ }
580
+
581
+ .e-columnheader,
582
+ .e-headercell {
583
+ height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
584
+ }
585
+
586
+ .e-gridcontent .e-content {
587
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
588
+ }
589
+
590
+ .e-gridcontent .e-gantt-frozen {
591
+ overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
592
+ }
593
+
594
+ .e-gridcontent .e-content.e-gantt-scroll-padding {
595
+ width: calc(100% + 17px);
596
+ }
597
+
598
+ .e-ganttnotes-info {
599
+ text-align: center;
600
+ }
601
+
602
+ .e-icons.e-notes-info {
603
+ display: inline-block;
604
+ font-size: 18px;
605
+ height: 15px;
606
+ line-height: 10px;
607
+ vertical-align: middle;
608
+ }
609
+ }
610
+
611
+ .e-gantt-chart {
612
+ height: 100%;
613
+ overflow: hidden;
614
+ position: relative;
615
+ width: 100%;
616
+
617
+ .e-chart-empty-row {
618
+ border: .5px solid;
619
+ position: absolute;
620
+ background-color: $gantt-empty-taskbar-background-color;
621
+ border-color: $gantt-empty-taskbar-border-color;
622
+ }
623
+
624
+ .e-chart-root-container {
625
+ border-right: 0 solid;
626
+
627
+ .e-content {
628
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
629
+ overflow-x: scroll;
630
+ overflow-y: auto;
631
+ position: relative;
632
+ }
633
+
634
+ .e-nonworking-day-container {
635
+ position: absolute;
636
+ }
637
+
638
+ .e-event-markers-container {
639
+ position: absolute;
640
+ }
641
+
642
+ .e-holiday-container {
643
+ height: 100%;
644
+ position: absolute;
645
+ }
646
+
647
+ .e-weekend-container {
648
+ height: 100%;
649
+ position: absolute;
650
+ }
651
+ }
652
+
653
+ .e-timeline-header-container {
654
+ border-bottom-style: solid;
655
+ border-right: 1px solid;
656
+ overflow: hidden;
657
+ position: relative;
658
+ z-index: 6;
659
+ }
660
+
661
+ .e-timeline-header-table-container > thead > tr > th {
662
+ border-left: 0;
663
+ }
664
+
665
+ .e-timeline-header-table-container {
666
+ border-collapse: collapse;
667
+ border-spacing: 0;
668
+ border-width: 0;
669
+ box-sizing: border-box;
670
+ margin: 0;
671
+ padding: 0;
672
+ }
673
+
674
+ .e-timeline-header-table-body {
675
+ border-collapse: collapse;
676
+ box-sizing: border-box;
677
+ display: inline-block;
678
+ transform: scale(1);
679
+ white-space: nowrap;
680
+ }
681
+
682
+ .e-timeline-header-table-body > tr {
683
+ display: inline-flex;
684
+ }
685
+
686
+ .e-timeline-top-header-cell,
687
+ .e-timeline-single-header-cell {
688
+ border-spacing: 0;
689
+ border-style: solid;
690
+ border-top: 0;
691
+ border-width: 1px;
692
+ box-sizing: border-box;
693
+ display: inline-flex;
694
+ font-size: $gantt-timeline-top-headercell-font-size;
695
+ font-weight: $gantt-timeline-top-headercell-font-weight;
696
+ margin: 0;
697
+ padding: 0;
698
+ position: static;
699
+ text-align: center;
700
+ user-select: none;
701
+ white-space: nowrap;
702
+
703
+ .e-header-cell-label {
704
+ box-sizing: border-box;
705
+ margin: auto;
706
+ overflow: hidden;
707
+ position: static;
708
+ text-overflow: ellipsis;
709
+ white-space: nowrap;
710
+ }
711
+
712
+ .e-gantt-top-cell-text {
713
+ padding-left: 11px;
714
+ text-align: left;
715
+ }
716
+ }
717
+
718
+ .e-gantt-grid-lines {
719
+ border-bottom-style: solid;
720
+ border-bottom-width: 1px;
721
+ border-collapse: collapse;
722
+ border-spacing: 0;
723
+ box-sizing: border-box;
724
+ }
725
+
726
+ .e-zero-spacing {
727
+ border-spacing: .25px;
728
+ }
729
+
730
+ .e-chart-row:first-child .e-chart-row-border {
731
+ //border-width: 0;
732
+ border-top: 0;
733
+ }
734
+
735
+ .e-chart-row {
736
+ .e-chart-row-border {
737
+ border-collapse: separate;
738
+ border-style: solid;
739
+ border-width: 1px 0 0;
740
+ }
741
+
742
+ .e-chart-row-cell {
743
+ font-size: 0;
744
+ padding: 0;
745
+ }
746
+
747
+ .e-chart-row-border.e-lastrow {
748
+ border-bottom-width: 1px;
749
+ }
750
+
751
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
752
+ line-height: normal;
753
+ }
754
+ }
755
+
756
+ .e-line-container-cell {
757
+ border-right-style: solid;
758
+ border-right-width: 1px;
759
+ height: 100%;
760
+ position: absolute;
761
+ }
762
+
763
+ .e-taskbar-main-container {
764
+ cursor: move;
765
+ display: inline-block;
766
+ position: absolute;
767
+ vertical-align: middle;
768
+ z-index: 3;
769
+ }
770
+
771
+ .e-left-label-container.e-left-label-temp-container {
772
+ align-items: center;
773
+ display: inline-flex;
774
+ justify-content: flex-end;
775
+ overflow: hidden;
776
+ text-overflow: ellipsis;
777
+ white-space: nowrap;
778
+ }
779
+
780
+ .e-right-label-container.e-right-label-temp-container {
781
+ align-items: center;
782
+ display: inline-flex;
783
+ float: left;
784
+ outline: none;
785
+ overflow: hidden;
786
+ position: absolute;
787
+ text-overflow: ellipsis;
788
+ white-space: nowrap;
789
+ }
790
+
791
+ .e-left-label-container {
792
+ display: inline-block;
793
+ }
794
+
795
+ .e-left-label-inner-div,
796
+ .e-right-label-container {
797
+ overflow: hidden;
798
+ }
799
+
800
+ .e-left-label-inner-div {
801
+ align-items: center;
802
+ display: inline-flex;
803
+ justify-content: flex-end;
804
+ width: 100%;
805
+ }
806
+
807
+ .e-label {
808
+ margin: 3px;
809
+ overflow: hidden;
810
+ text-overflow: ellipsis;
811
+ white-space: nowrap;
812
+ }
813
+
814
+ .e-right-label-container {
815
+ background-color: transparent;
816
+ display: inline-block;
817
+ margin: 0;
818
+ position: absolute;
819
+ }
820
+
821
+ .e-right-label-inner-div {
822
+ align-items: center;
823
+ display: inline-flex;
824
+ float: left;
825
+ outline: none;
826
+ overflow: hidden;
827
+ }
828
+
829
+ .e-indicator-span {
830
+ display: inline-block;
831
+ font-size: 13px;
832
+ font-weight: normal;
833
+ overflow: hidden;
834
+ position: absolute;
835
+ text-overflow: ellipsis;
836
+ }
837
+
838
+ .e-gantt-child-taskbar,
839
+ .e-gantt-parent-taskbar,
840
+ .e-gantt-child-progressbar,
841
+ .e-gantt-parent-progressbar,
842
+ .e-gantt-milestone,
843
+ .e-gantt-parent-milestone,
844
+ .e-gantt-manualparent-milestone {
845
+ display: inline-block;
846
+ width: 100%;
847
+ }
848
+
849
+ .e-manualparent-main-container {
850
+ background-color: transparent;
851
+ cursor: move;
852
+ margin-top: -5px;
853
+ position: absolute;
854
+ }
855
+
856
+ .e-gantt-manualparent-taskbar {
857
+ margin-top: 3px;
858
+ }
859
+
860
+ .e-gantt-split-container-line {
861
+ @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
862
+ border-color: $gantt-active-background-color;
863
+ }
864
+ @else {
865
+ border-color: inherit;
866
+ }
867
+ border-top-style: dotted;
868
+ border-top-width: 2px;
869
+ height: 0;
870
+ left: 2px;
871
+ pointer-events: none;
872
+ position: absolute;
873
+ top: 50%;
874
+ width: 98%;
875
+ }
876
+
877
+ .e-gantt-child-taskbar-inner-div,
878
+ .e-gantt-parent-taskbar-inner-div {
879
+ border-spacing: 0;
880
+ box-sizing: border-box;
881
+ margin: auto;
882
+ overflow: hidden;
883
+ padding: 0;
884
+ z-index: 3;
885
+ }
886
+
887
+ .e-gantt-parent-progressbar-inner-div {
888
+ z-index: 3;
889
+ }
890
+
891
+ .e-gantt-child-progressbar-inner-div,
892
+ .e-gantt-parent-progressbar-inner-div {
893
+ box-sizing: border-box;
894
+ text-align: right;
895
+ }
896
+
897
+ .e-chart-scroll-container,
898
+ .e-chart-rows-container {
899
+ user-select: none;
900
+ }
901
+
902
+ .e-chart-rows-container {
903
+ line-height: initial;
904
+ }
905
+
906
+ .e-masked-tbody {
907
+ table-layout: fixed;
908
+ width: 100%;
909
+ }
910
+
911
+ .e-div-background {
912
+ border-color: $gantt-masked-table-background-color;
913
+ border-right-style: solid;
914
+ border-right-width: 1px;
915
+ height: 100%;
916
+ position: absolute;
917
+ }
918
+
919
+ .e-innerHTML {
920
+ height: 16px;
921
+ width: 16px;
922
+ left: 14px;
923
+ background: $gantt-masked-table-background-color;
924
+ }
925
+
926
+ .e-innerHTML1 {
927
+ height: 16px;
928
+ width: 16px;
929
+ left: 30px;
930
+ background: $gantt-masked-table-background-color;
931
+ }
932
+
933
+ .e-innerHTML2 {
934
+ height: 16px;
935
+ width: 16px;
936
+ left: 60px;
937
+ background: $gantt-masked-table-background-color;
938
+ }
939
+
940
+ .e-timelineHeader {
941
+ height: 16px;
942
+ width: 82px;
943
+ left: 20px;
944
+ background: $gantt-masked-table-background-color;
945
+ }
946
+
947
+ .e-maskcell01 {
948
+ height: 12px;
949
+ width: 88px;
950
+ left: 14px;
951
+ border-radius: 0;
952
+ background: $gantt-masked-table-background-color;
953
+ }
954
+
955
+ .e-maskcell02 {
956
+ height: 18px;
957
+ width: 410px;
958
+ border-radius: 0;
959
+ background: $gantt-masked-table-background-color;
960
+ }
961
+
962
+ .e-maskcell03 {
963
+ height: 12px;
964
+ width: 88px;
965
+ left: 14px;
966
+ border-radius: 0;
967
+ background: $gantt-masked-table-background-color;
968
+ }
969
+
970
+ .e-maskcell04 {
971
+ height: 18px;
972
+ width: 208px;
973
+ border-radius: 0;
974
+ background: $gantt-masked-table-background-color;
975
+ }
976
+
977
+ .e-maskcell05 {
978
+ height: 12px;
979
+ width: 108px;
980
+ left: 64px;
981
+ border-radius: 0;
982
+ background: $gantt-masked-table-background-color;
983
+ }
984
+
985
+ .e-maskcell06 {
986
+ height: 18px;
987
+ width: 195px;
988
+ left: 192px;
989
+ border-radius: 0;
990
+ background: $gantt-masked-table-background-color;
991
+ }
992
+
993
+ .e-maskcell07 {
994
+ height: 18px;
995
+ width: 156px;
996
+ left: 388px;
997
+ border-radius: 0;
998
+ background: $gantt-masked-table-background-color;
999
+ }
1000
+
1001
+ .e-taskbar-left-resizer,
1002
+ .e-taskbar-right-resizer {
1003
+ display: inline-block;
1004
+ position: absolute;
1005
+ top: 0;
1006
+ width: 10px;
1007
+ z-index: 4;
1008
+ }
1009
+
1010
+ .e-child-progress-resizer {
1011
+ display: inline-block;
1012
+ height: 15px;
1013
+ position: absolute;
1014
+ top: 0;
1015
+ width: 20px;
1016
+ z-index: 5;
1017
+ }
1018
+
1019
+ .e-progress-resize-gripper {
1020
+ cursor: col-resize;
1021
+
1022
+ .e-progressbar-handler {
1023
+ border-width: 1px;
1024
+ box-sizing: content-box;
1025
+ cursor: col-resize;
1026
+ height: 2px;
1027
+ position: absolute;
1028
+ top: 7px;
1029
+ }
1030
+
1031
+ .e-progressbar-handler-element {
1032
+ border-bottom-style: solid;
1033
+ border-bottom-width: 8px;
1034
+ border-left: 7px solid transparent;
1035
+ border-right: 7px solid transparent;
1036
+ cursor: col-resize;
1037
+ height: 0;
1038
+ left: 1px;
1039
+ position: absolute;
1040
+ top: -7px;
1041
+ width: 0;
1042
+ }
1043
+
1044
+ .e-progressbar-handler-after {
1045
+ border-bottom-style: solid;
1046
+ border-bottom-width: 8px;
1047
+ border-left: 6px solid transparent;
1048
+ border-right: 6px solid transparent;
1049
+ cursor: col-resize;
1050
+ height: 0;
1051
+ left: 2px;
1052
+ position: absolute;
1053
+ top: -7px;
1054
+ width: 0;
1055
+ }
1056
+ }
1057
+
1058
+ .e-baseline-bar {
1059
+ border-radius: 2px;
1060
+ box-sizing: border-box;
1061
+ position: absolute;
1062
+ z-index: 2;
1063
+ }
1064
+
1065
+ .e-milestone-top,
1066
+ .e-parent-milestone-top,
1067
+ .e-manualparent-milestone-top {
1068
+ border-style: none solid solid;
1069
+ border-top: 0;
1070
+ }
1071
+
1072
+ .e-milestone-top,
1073
+ .e-milestone-bottom,
1074
+ .e-parent-milestone-top,
1075
+ .e-parent-milestone-bottom,
1076
+ .e-manualparent-milestone-top,
1077
+ .e-manualparent-milestone-bottom {
1078
+ border-left-color: transparent;
1079
+ border-right-color: transparent;
1080
+ }
1081
+
1082
+ .e-milestone-bottom,
1083
+ .e-parent-milestone-bottom,
1084
+ .e-manualparent-milestone-bottom {
1085
+ border-bottom: 0;
1086
+ border-style: solid solid none;
1087
+ }
1088
+
1089
+ .e-baseline-gantt-milestone-container {
1090
+ position: absolute;
1091
+ z-index: 2;
1092
+ }
1093
+
1094
+ .e-task-label {
1095
+ display: inline;
1096
+ font-weight: normal;
1097
+ margin-left: 8px;
1098
+ margin-right: 15px;
1099
+ overflow: hidden;
1100
+ text-overflow: ellipsis;
1101
+ vertical-align: middle;
1102
+ white-space: nowrap;
1103
+ }
1104
+
1105
+ .e-task-table {
1106
+ overflow: hidden;
1107
+ border-collapse: separate;
1108
+ }
1109
+
1110
+ .e-left-resize-gripper,
1111
+ .e-right-resize-gripper {
1112
+ align-items: center;
1113
+ cursor: ew-resize;
1114
+ display: inline-flex;
1115
+ }
1116
+
1117
+ .e-holiday {
1118
+ display: inline-block;
1119
+ position: absolute;
1120
+
1121
+ .e-span {
1122
+ position: absolute;
1123
+ transform: rotate(-90deg);
1124
+ white-space: nowrap;
1125
+ width: 0;
1126
+ }
1127
+ }
1128
+
1129
+ .e-weekend {
1130
+ display: inline-block;
1131
+ position: absolute;
1132
+ z-index: 0;
1133
+ }
1134
+
1135
+ .e-rangecontainer {
1136
+
1137
+ .e-leftarc {
1138
+ border-bottom-left-radius: $gantt-range-container-arc-radius;
1139
+ border-top-left-radius: $gantt-range-container-arc-radius;
1140
+ position: absolute;
1141
+ }
1142
+
1143
+ .e-rightarc {
1144
+ border-bottom-right-radius: $gantt-range-container-arc-radius;
1145
+ border-top-right-radius: $gantt-range-container-arc-radius;
1146
+ position: absolute;
1147
+ }
1148
+ }
1149
+
1150
+ .e-event-markers {
1151
+ border-left: 1px dashed;
1152
+ position: absolute;
1153
+ width: 1px;
1154
+ z-index: 2;
1155
+
1156
+ .e-span-label {
1157
+ border-radius: 3px;
1158
+ font-weight: 500;
1159
+ height: $event-marker-label-height;
1160
+ line-height: $event-marker-line-height;
1161
+ padding: $event-marker-label-padding;
1162
+ position: absolute;
1163
+ top: 50px;
1164
+ white-space: nowrap;
1165
+ width: auto;
1166
+ z-index: 2;
1167
+ }
1168
+
1169
+ .e-gantt-right-arrow {
1170
+ border-bottom: 5px solid transparent;
1171
+ border-right: 5px solid;
1172
+ border-top: 5px solid transparent;
1173
+ height: 0;
1174
+ position: absolute;
1175
+ top: $event-marker-label-arrow-top;
1176
+ width: 0;
1177
+ }
1178
+ }
1179
+
1180
+ .e-gantt-unscheduled-taskbar {
1181
+ border-radius: 0;
1182
+ border-style: none;
1183
+ display: inline-block;
1184
+ }
1185
+
1186
+ .e-connector-line-right-arrow {
1187
+ border-left-style: solid;
1188
+ border-left-width: 10px;
1189
+ }
1190
+
1191
+ .e-connector-line-left-arrow {
1192
+ border-right-style: solid;
1193
+ border-right-width: 10px;
1194
+ }
1195
+
1196
+ .e-connector-line-right-arrow,
1197
+ .e-connector-line-left-arrow {
1198
+ border-bottom: 5px solid transparent;
1199
+ border-top: 5px solid transparent;
1200
+ }
1201
+
1202
+ .e-connector-line-container {
1203
+ z-index: 5;
1204
+ }
1205
+
1206
+ .e-connector-line-z-index {
1207
+ z-index: 1;
1208
+ }
1209
+
1210
+ .e-connector-line-hover {
1211
+ outline: 1px solid;
1212
+ }
1213
+
1214
+ .e-critical-connector-line-hover {
1215
+ outline: 1px solid;
1216
+ }
1217
+
1218
+ .e-connector-line-hover-z-index {
1219
+ z-index: 100;
1220
+ }
1221
+
1222
+ .e-connectortouchpoint {
1223
+ background-color: transparent;
1224
+ display: block;
1225
+ position: absolute;
1226
+ z-index: 5;
1227
+ }
1228
+
1229
+ .e-connectorpoint-right,
1230
+ .e-connectorpoint-left,
1231
+ .e-right-connectorpoint-outer-div,
1232
+ .e-left-connectorpoint-outer-div {
1233
+ border-radius: 50%;
1234
+ display: inline-block;
1235
+ position: absolute;
1236
+ }
1237
+
1238
+ .e-connectorpoint-left-hover,
1239
+ .e-connectorpoint-right-hover {
1240
+ border-style: solid;
1241
+ border-width: 1px;
1242
+ box-sizing: content-box;
1243
+ cursor: pointer;
1244
+ display: inline-block;
1245
+ }
1246
+
1247
+ .e-connectorpoint-allow-block {
1248
+ cursor: no-drop;
1249
+ }
1250
+
1251
+ .e-gantt-manualparenttaskbar-left,
1252
+ .e-gantt-manualparenttaskbar-right {
1253
+ background-color: $gantt-manualparent-background-color;
1254
+ border-color: $gantt-manualparent-background-color;
1255
+ border-radius: 50%;
1256
+ display: inline-block;
1257
+ height: 10px;
1258
+ margin: -1px;
1259
+ position: absolute;
1260
+ width: 10px;
1261
+ }
1262
+
1263
+ .e-manualparent-milestone-top,
1264
+ .e-manualparent-milestone-bottom {
1265
+ border-bottom-color: $gantt-manualparent-background-color;
1266
+ }
1267
+
1268
+ .e-gantt-manualparenttaskbar-right {
1269
+ cursor: e-resize;
1270
+ margin-left: -8px;
1271
+ }
1272
+
1273
+ .e-gantt-manualparenttaskbar-left {
1274
+ margin-left: 0;
1275
+ }
1276
+
1277
+ .e-gantt-manualparenttaskbar {
1278
+ background: $gantt-manualparent-background-color;
1279
+ margin-top: 3px;
1280
+ position: absolute;
1281
+ }
1282
+
1283
+ .e-icon {
1284
+ font-family: 'e-icons';
1285
+ font-size: 13px;
1286
+ font-style: normal;
1287
+ font-variant: normal;
1288
+ font-weight: normal;
1289
+ line-height: 1;
1290
+ text-transform: none;
1291
+ vertical-align: middle;
1292
+ }
1293
+
1294
+ .e-active-container {
1295
+ outline: 1px solid;
1296
+ outline-offset: 2px;
1297
+ }
1298
+ }
1299
+ }
1300
+
1301
+ .e-gantt-dialog .e-tab .e-tab-header {
1302
+ padding-left: $gantt-dialog-tab-padding-left;
1303
+
1304
+ @if ($skin-name == 'FluentUI'){
1305
+ .e-indicator {
1306
+ display: block;
1307
+ bottom: 1px;
1308
+ height: 3px;
1309
+ }
1310
+ }
1311
+ @else{
1312
+ .e-indicator {
1313
+ display: block;
1314
+ }
1315
+ }
1316
+
1317
+ .e-toolbar-item .e-tab-wrap {
1318
+ border-style: solid;
1319
+ border-width: $gantt-tab-header-border-width;
1320
+ }
1321
+ }
1322
+
1323
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1324
+ border: 0;
1325
+ }
1326
+
1327
+ .e-gantt-dialog {
1328
+ border: 0;
1329
+
1330
+ .e-gridform .e-table {
1331
+ border-spacing: 0;
1332
+ }
1333
+
1334
+ .e-item {
1335
+ height: $gantt-dialog-general-height;
1336
+ }
1337
+
1338
+ .e-dependent-div {
1339
+ border-bottom-width: $gantt-depedent-div-border-bottom;
1340
+ }
1341
+
1342
+ .e-icon-dlg-close {
1343
+ opacity: initial;
1344
+ }
1345
+
1346
+ .e-toolbar {
1347
+ border-top-width: 0;
1348
+ }
1349
+
1350
+ .e-resource-div {
1351
+ border-bottom-width: $gantt-resource-div-border-bottom;
1352
+
1353
+ .e-gridheader {
1354
+ border-top-width: 0;
1355
+ }
1356
+ }
1357
+
1358
+ .e-edit-form-row {
1359
+ height: $gantt-dialog-general-height;
1360
+ overflow-y: auto;
1361
+ }
1362
+
1363
+ .e-edit-form-column:nth-child(odd) {
1364
+ float: left;
1365
+ padding: $gantt-dialog-edit-form-odd-padding;
1366
+ width: 50%;
1367
+ }
1368
+
1369
+ .e-edit-form-column:nth-child(even) {
1370
+ float: left;
1371
+ padding: $gantt-dialog-edit-form-even-padding;
1372
+ width: 50%;
1373
+ }
1374
+
1375
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1376
+ padding: $gantt-dialog-edit-form-scroll-padding;
1377
+ }
1378
+
1379
+ .e-edit-form-column {
1380
+ height: 75px;
1381
+ }
1382
+
1383
+ .e-dependent-div .e-content {
1384
+ height: $gantt-dialog-dependent-height;
1385
+ }
1386
+
1387
+ .e-resource-div .e-content {
1388
+ height: $gantt-dialog-resource-height;
1389
+ }
1390
+
1391
+ .e-richtexteditor {
1392
+ border-bottom-width: $gantt-richtext-border-bottom;
1393
+ height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
1394
+ overflow: hidden;
1395
+ }
1396
+
1397
+ .e-richtexteditor.e-rte-tb-expand {
1398
+ border-top: 0;
1399
+ }
1400
+
1401
+ .e-richtexteditor .e-rte-content {
1402
+ border-bottom-width: $gantt-richtext-content-border-bottom;
1403
+ height: $gantt-dialog-rte-content-height;
1404
+ overflow: hidden;
1405
+ }
1406
+
1407
+ > .e-dlg-content {
1408
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1409
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1410
+ height: 291px;
1411
+ }
1412
+ }
1413
+
1414
+ .e-dlg-header-content {
1415
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1416
+ }
1417
+
1418
+ .e-dlg-header-content {
1419
+ border-radius: $gantt-dialog-border-radius;
1420
+ padding-bottom: $gantt-dialog-padding-bottom;
1421
+
1422
+ @if ($skin-name == 'bootstrap-dark'){
1423
+ .e-btn.e-dlg-closeicon-btn {
1424
+ border-radius: 50%;
1425
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1426
+ width: auto;
1427
+ box-shadow: none;
1428
+ }
1429
+ }
1430
+ @else{
1431
+ .e-btn.e-dlg-closeicon-btn {
1432
+ border-radius: 50%;
1433
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1434
+ width: auto;
1435
+ }
1436
+ }
1437
+ }
1438
+ }
1439
+
1440
+ .e-icon-rowselect::before {
1441
+ content: '\e930';
1442
+ }
1443
+
1444
+ .e-ganttpopup {
1445
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1446
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1447
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1448
+ font-weight: normal;
1449
+ position: absolute;
1450
+ user-select: none;
1451
+ z-index: 99999;
1452
+
1453
+ .e-rowselect {
1454
+ line-height: 18px;
1455
+ text-indent: 7%;
1456
+ }
1457
+
1458
+ span {
1459
+ border: 1px solid transparent;
1460
+ cursor: pointer;
1461
+ display: inline-block;
1462
+ height: 26px;
1463
+ padding: 4px;
1464
+ width: 26px;
1465
+ }
1466
+
1467
+ .e-content {
1468
+ border-radius: 4px;
1469
+ border-style: solid;
1470
+ border-width: 1px;
1471
+ font-size: 14px;
1472
+ padding: 4px;
1473
+ }
1474
+
1475
+ .e-tail::after,
1476
+ .e-tail::before,
1477
+ .e-ganttpopup {
1478
+ border: 10px solid transparent;
1479
+ content: '';
1480
+ height: 0;
1481
+ left: 8px;
1482
+ position: absolute;
1483
+ width: 0;
1484
+ }
1485
+
1486
+ .e-downtail::after {
1487
+ top: 34px;
1488
+ }
1489
+ }
1490
+
1491
+ .e-gantt-tooltip.e-tooltip-wrap {
1492
+ opacity: 1;
1493
+ }
1494
+
1495
+ .e-gantt-tooltip {
1496
+ visibility: hidden;
1497
+ }
1498
+
1499
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1500
+ content: '';
1501
+ }
1502
+
1503
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1504
+ font-size: $gantt-bigger-label-font-size;
1505
+ }
1506
+
1507
+ .e-gantt-tooltip-label {
1508
+ padding-bottom: 2px;
1509
+ padding-right: 2px;
1510
+ text-align: left;
1511
+ }
1512
+
1513
+ .e-gantt.e-device {
1514
+ .e-edit-form-column {
1515
+ &:nth-child(odd),
1516
+ &:nth-child(even) {
1517
+ float: none;
1518
+ padding: $gantt-dialog-edit-form-odd-padding;
1519
+ width: 100%;
1520
+ }
1521
+ }
1522
+
1523
+ .e-edit-form-row {
1524
+ height: auto;
1525
+ }
1526
+
1527
+ .e-adaptive-searchbar {
1528
+ padding: 5px 10px;
1529
+ width: 90%;
1530
+ }
1531
+
1532
+ .e-backarrowspan {
1533
+ font-size: 16px;
1534
+ padding: 5px 10px;
1535
+ }
1536
+
1537
+ .e-gantt-dialog {
1538
+ max-height: none;
1539
+
1540
+ .e-dlg-closeicon-btn {
1541
+ float: left;
1542
+ left: -4px;
1543
+ }
1544
+
1545
+ .e-icon-dlg-close {
1546
+ font-size: 16px;
1547
+ }
1548
+
1549
+ .e-dlg-header {
1550
+ display: inline-block;
1551
+ }
1552
+ }
1553
+
1554
+ .e-toolbar-item {
1555
+ padding: 7px;
1556
+ }
1557
+
1558
+ .e-toolbar .e-icons {
1559
+ font-size: 18px;
1560
+ }
1561
+
1562
+ .e-gridheader .e-icons {
1563
+ font-size: 12px;
1564
+ }
1565
+
1566
+ .e-right-resize-gripper,
1567
+ .e-left-resize-gripper {
1568
+ border: 7px solid;
1569
+ z-index: -1;
1570
+
1571
+ &::before {
1572
+ font-size: 14px;
1573
+ margin-left: -7px;
1574
+ }
1575
+ }
1576
+
1577
+ .e-dependent-div .e-content {
1578
+ height: 100%;
1579
+ }
1580
+
1581
+ .e-resource-div .e-content {
1582
+ height: 100%;
1583
+ }
1584
+
1585
+ .e-richtexteditor {
1586
+ height: 100%;
1587
+
1588
+ .e-rte-content {
1589
+ height: 100%;
1590
+ }
1591
+ }
1592
+ }
1593
+
1594
+ .e-predecessor-tooltip {
1595
+ background-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1596
+ border-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1597
+ visibility: hidden;
1598
+
1599
+ .e-arrow-tip-outer.e-tip-bottom {
1600
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
1601
+ @if ($skin-name == 'FluentUI')
1602
+ {
1603
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
1604
+ }
1605
+ @else if ($skin-name == 'highcontrast'){
1606
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
1607
+ }
1608
+ }
1609
+
1610
+ .e-arrow-tip-inner.e-tip-bottom {
1611
+ color: $gantt-bigger-tooltip-button-color;
1612
+ }
1613
+
1614
+ .e-left-btn:disabled {
1615
+ color: $gantt-bigger-tooltip-disabled-button-color;
1616
+ }
1617
+
1618
+ .e-right-btn:disabled {
1619
+ color: $gantt-bigger-tooltip-disabled-button-color;
1620
+ }
1621
+
1622
+ .e-tip-content {
1623
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1624
+ }
1625
+
1626
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1627
+ background-color: $gantt-bigger-tooltip-button-color;
1628
+ border-color: $gantt-bigger-tooltip-button-color;
1629
+ color: $gantt-bigger-tooltip-button-text-color;
1630
+ font-size: 12px;
1631
+ line-height: 18px;
1632
+ padding: 0 8px 0 0;
1633
+ }
1634
+
1635
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1636
+ background-color: $gantt-bigger-tooltip-button-color;
1637
+ border-color: $gantt-bigger-tooltip-button-color;
1638
+ color: $gantt-bigger-tooltip-button-text-color;
1639
+ font-size: 12px;
1640
+ line-height: 18px;
1641
+ padding: 0 0 0 8px;
1642
+ }
1643
+ }
1644
+
1645
+ .e-predecessor-dialog {
1646
+ background-color: $gantt-bigger-tooltip-dialog-color;
1647
+
1648
+ .e-dlg-content {
1649
+ background-color: $gantt-bigger-tooltip-dialog-color;
1650
+ padding: $gantt-bigger-predecessor-dialog-padding;
1651
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
1652
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
1653
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
1654
+ color: $gantt-bigger-tooltip-dialog-text-color;
1655
+ @if ($skin-name == 'FluentUI') {
1656
+ margin-bottom: 0;
1657
+ }
1658
+ }
1659
+ }
1660
+ }