@syncfusion/ej2-react-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.
Files changed (38) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/dist/ej2-react-gantt.min.js +1 -1
  3. package/dist/ej2-react-gantt.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -2035
  6. package/styles/bootstrap.css +1 -2172
  7. package/styles/bootstrap4.css +1 -2386
  8. package/styles/bootstrap5-dark.css +1 -2073
  9. package/styles/bootstrap5.css +1 -2073
  10. package/styles/fabric-dark.css +1 -1989
  11. package/styles/fabric.css +1 -1982
  12. package/styles/fluent-dark.css +1 -2061
  13. package/styles/fluent.css +1 -2061
  14. package/styles/gantt/bootstrap-dark.css +1 -2035
  15. package/styles/gantt/bootstrap.css +1 -2172
  16. package/styles/gantt/bootstrap4.css +1 -2386
  17. package/styles/gantt/bootstrap5-dark.css +1 -2073
  18. package/styles/gantt/bootstrap5.css +1 -2073
  19. package/styles/gantt/fabric-dark.css +1 -1989
  20. package/styles/gantt/fabric.css +1 -1982
  21. package/styles/gantt/fluent-dark.css +1 -2061
  22. package/styles/gantt/fluent.css +1 -2061
  23. package/styles/gantt/highcontrast-light.css +1 -1963
  24. package/styles/gantt/highcontrast.css +1 -2075
  25. package/styles/gantt/material-dark.css +1 -2026
  26. package/styles/gantt/material.css +1 -2070
  27. package/styles/gantt/material3-dark.css +1 -2135
  28. package/styles/gantt/material3.css +1 -2191
  29. package/styles/gantt/tailwind-dark.css +1 -2043
  30. package/styles/gantt/tailwind.css +1 -2043
  31. package/styles/highcontrast-light.css +1 -1963
  32. package/styles/highcontrast.css +1 -2075
  33. package/styles/material-dark.css +1 -2026
  34. package/styles/material.css +1 -2070
  35. package/styles/material3-dark.css +1 -2135
  36. package/styles/material3.css +1 -2191
  37. package/styles/tailwind-dark.css +1 -2043
  38. package/styles/tailwind.css +1 -2043
@@ -1,2135 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 208, 188, 255;
5
- --color-sf-primary-container: 79, 55, 139;
6
- --color-sf-secondary: 204, 194, 220;
7
- --color-sf-secondary-container: 74, 68, 88;
8
- --color-sf-tertiary: 239, 184, 200;
9
- --color-sf-tertiary-container: 99, 59, 72;
10
- --color-sf-surface: 28, 27, 31;
11
- --color-sf-surface-variant: 73, 69, 79;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 55, 30, 115;
14
- --color-sf-on-primary-container: 234, 221, 255;
15
- --color-sf-on-secondary: 51, 45, 65;
16
- --color-sf-on-secondary-container: 232, 222, 248;
17
- --color-sf-on-tertiary: 73, 37, 50;
18
- --color-sf-on-tertiary-containe: 255, 216, 228;
19
- --color-sf-on-surface: 230, 225, 229;
20
- --color-sf-on-surface-variant: 202, 196, 208;
21
- --color-sf-on-background: 230, 225, 229;
22
- --color-sf-outline: 147, 143, 153;
23
- --color-sf-outline-variant: 68, 71, 70;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 208, 188, 255;
26
- --color-sf-inverse-surface: 230, 225, 229;
27
- --color-sf-inverse-on-surface: 49, 48, 51;
28
- --color-sf-inverse-primary: 103, 80, 164;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 242, 184, 181;
31
- --color-sf-error-container: 140, 29, 24;
32
- --color-sf-on-error: 96, 20, 16;
33
- --color-sf-on-error-container: 249, 222, 220;
34
- --color-sf-success: 83, 202, 23;
35
- --color-sf-success-container: 22, 62, 2;
36
- --color-sf-on-success: 13, 39, 0;
37
- --color-sf-on-success-container: 183, 250, 150;
38
- --color-sf-info: 71, 172, 251;
39
- --color-sf-info-container: 0, 67, 120;
40
- --color-sf-on-info: 0, 51, 91;
41
- --color-sf-on-info-container: 173, 219, 255;
42
- --color-sf-warning: 245, 180, 130;
43
- --color-sf-warning-container: 123, 65, 0;
44
- --color-sf-on-warning: 99, 52, 0;
45
- --color-sf-on-warning-container: 255, 220, 193;
46
- --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
48
- --color-sf-success-text: 0, 0, 0;
49
- --color-sf-warning-text: 0, 0, 0;
50
- --color-sf-info-text: 0, 0, 0;
51
- --color-sf-danger-text: 0, 0, 0;
52
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
- }
55
-
56
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
57
- transform: rotate(0deg);
58
- transition: transform 300ms ease;
59
- }
60
-
61
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
62
- transform: rotate(180deg);
63
- transition: transform 300ms ease;
64
- }
65
-
66
- .e-dropdownbase .e-list-item.e-active.e-hover {
67
- color: rgba(var(--color-sf-on-surface));
68
- }
69
-
70
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
71
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
72
- .e-input-group:not(.e-disabled) .e-back-icon:active,
73
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
74
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
75
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
76
- background: rgba(var(--color-sf-on-surface), 0.08);
77
- }
78
-
79
- .e-input-group .e-ddl-icon:not(:active)::after {
80
- animation: none;
81
- }
82
-
83
- .e-ddl.e-popup {
84
- border: 0;
85
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
86
- margin-top: 2px;
87
- }
88
-
89
- .e-popup.e-ddl .e-dropdownbase {
90
- min-height: 26px;
91
- border-radius: 4px;
92
- }
93
-
94
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
95
- border-color: rgba(var(--color-sf-primary));
96
- }
97
-
98
- .e-bigger .e-popup.e-ddl-device-filter {
99
- margin-top: 0;
100
- }
101
-
102
- .e-bigger .e-ddl-device .e-input-group,
103
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
104
- background: rgba(0, 0, 0, 0.0001);
105
- border-width: 0;
106
- box-shadow: none;
107
- margin-bottom: 0;
108
- }
109
-
110
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
111
- .e-bigger .e-ddl-device .e-input-group input.e-input,
112
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
113
- background: rgba(0, 0, 0, 0.0001);
114
- }
115
-
116
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
117
- margin: 0 6px;
118
- min-height: 30px;
119
- min-width: 30px;
120
- }
121
-
122
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
123
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
124
- min-height: 38px;
125
- min-width: 38px;
126
- }
127
-
128
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
129
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
130
- min-height: 22px;
131
- min-width: 22px;
132
- }
133
-
134
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
135
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
136
- padding: 4px 16px 4px 0;
137
- }
138
-
139
- .e-input-group.e-ddl,
140
- .e-input-group.e-ddl .e-input,
141
- .e-input-group.e-ddl .e-ddl-icon {
142
- background: transparent;
143
- }
144
-
145
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
146
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
147
- border-bottom-width: 0;
148
- }
149
-
150
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
151
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
152
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
153
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
154
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
155
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
156
- margin: 4px;
157
- }
158
-
159
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
160
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
161
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
162
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
163
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
164
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
165
- padding: 4px 5px 4px 12px;
166
- }
167
-
168
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
169
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
170
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
171
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
172
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
173
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
174
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
175
- min-height: 34px;
176
- min-width: 34px;
177
- }
178
-
179
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
180
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
181
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
182
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
183
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
184
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
185
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
186
- padding: 8px 16px;
187
- }
188
-
189
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
190
- margin: 0 4px;
191
- }
192
-
193
- .e-ddl.e-popup.e-outline .e-filter-parent {
194
- padding: 4px 8px;
195
- }
196
-
197
- /*! Toolbar's material3 theme wise override definitions and variables */
198
- /* stylelint-disable */
199
- /*! Tab's material3 theme wise override definitions and variables */
200
- /* stylelint-disable */
201
- /*! Horizontal Tab */
202
- /*! Material3 specific themes definition's */
203
- /*! Vertical Tab */
204
- /* stylelint-disable property-no-vendor-prefix */
205
- @keyframes e-input-ripple {
206
- 100% {
207
- opacity: 0;
208
- transform: scale(4);
209
- }
210
- }
211
- @keyframes slideTopUp {
212
- from {
213
- transform: translate3d(0, 0, 0) scale(1);
214
- }
215
- to {
216
- transform: translate3d(0, 0, 0) scale(1);
217
- }
218
- }
219
- /* stylelint-disable property-no-vendor-prefix */
220
- @keyframes material-spinner-rotate {
221
- 0% {
222
- transform: rotate(0deg);
223
- }
224
- 100% {
225
- transform: rotate(360deg);
226
- }
227
- }
228
- @keyframes fabric-spinner-rotate {
229
- 0% {
230
- transform: rotate(0deg);
231
- }
232
- 100% {
233
- transform: rotate(360deg);
234
- }
235
- }
236
- /* stylelint-disable */
237
- .e-gantt .e-add::before {
238
- content: "\e805";
239
- }
240
- .e-gantt .e-critical-path::before {
241
- content: "\e88c";
242
- }
243
- .e-gantt .e-edit::before {
244
- content: "\e730";
245
- }
246
- .e-gantt .e-delete::before {
247
- content: "\e820";
248
- }
249
- .e-gantt .e-cancel::before {
250
- content: "\e7e7";
251
- }
252
- .e-gantt .e-save::before {
253
- content: "\e7c8";
254
- }
255
- .e-gantt .e-update::before {
256
- content: "\e7c8";
257
- }
258
- .e-gantt .e-search-icon::before {
259
- content: "\e754";
260
- }
261
- .e-gantt .e-cancel-icon::before {
262
- content: "\e7e7";
263
- }
264
- .e-gantt .e-notes-info::before {
265
- content: "\e72d";
266
- }
267
- .e-gantt .e-left-resize-gripper::before,
268
- .e-gantt .e-right-resize-gripper::before {
269
- content: "\e770";
270
- }
271
- .e-gantt .e-expandall::before {
272
- content: "\e7c9";
273
- }
274
- .e-gantt .e-collapseall::before {
275
- content: "\e80f";
276
- }
277
- .e-gantt .e-prevtimespan::before {
278
- content: "\e773";
279
- }
280
- .e-gantt .e-nexttimespan::before {
281
- content: "\e7f9";
282
- }
283
- .e-gantt .e-zoomin::before {
284
- content: "\e795";
285
- }
286
- .e-gantt .e-zoomout::before {
287
- content: "\e825";
288
- }
289
- .e-gantt .e-zoomtofit::before {
290
- content: "\e838";
291
- }
292
- .e-gantt .e-csvexport::before {
293
- content: "\e7ba";
294
- }
295
- .e-gantt .e-excelexport::before {
296
- content: "\e7c1";
297
- }
298
- .e-gantt .e-pdfexport::before {
299
- content: "\e700";
300
- }
301
- .e-gantt .e-indent::before {
302
- content: "\e810";
303
- }
304
- .e-gantt .e-outdent::before {
305
- content: "\e72a";
306
- }
307
- .e-gantt .e-add-above::before {
308
- content: "\e836";
309
- }
310
- .e-gantt .e-add-below::before {
311
- content: "\e801";
312
- }
313
-
314
- .e-gantt.e-device .e-backarrowspan::before,
315
- .e-gantt.e-device .e-icon-dlg-close::before {
316
- content: "\e773";
317
- }
318
- .e-gantt.e-device .e-left-resize-gripper::before,
319
- .e-gantt.e-device .e-right-resize-gripper::before {
320
- content: "\e770";
321
- }
322
-
323
- .e-icon-rowselect::before {
324
- content: "\e7d4";
325
- }
326
-
327
- .e-gantt-tooltip-arrow-left::before {
328
- content: "\e773";
329
- }
330
-
331
- .e-gantt-tooltip-arrow-right::before {
332
- content: "\e7f9";
333
- }
334
-
335
- .e-bigger .e-gantt .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
336
- font-size: 18px;
337
- }
338
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
339
- height: 64px;
340
- }
341
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
342
- height: 32px;
343
- }
344
- .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
345
- border-radius: 4px !important;
346
- font-size: 12px !important;
347
- height: 26px !important;
348
- padding: 4px 11px 4px 9px !important;
349
- top: 65px !important;
350
- }
351
- .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
352
- border-bottom: 6px solid transparent;
353
- border-right: 6px solid transparent;
354
- border-right-color: rgba(var(--color-sf-warning-container));
355
- border-top: 6px solid transparent;
356
- top: 73px !important;
357
- }
358
- .e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
359
- .e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
360
- content: "\e888";
361
- }
362
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
363
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
364
- .e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
365
- .e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
366
- border-radius: 50%;
367
- display: inline-block;
368
- position: absolute;
369
- }
370
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
371
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
372
- border-style: solid;
373
- border-width: 1px;
374
- box-sizing: content-box;
375
- cursor: pointer;
376
- display: inline-block;
377
- }
378
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
379
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
380
- background-color: rgba(var(--color-sf-on-surface-variant));
381
- border-color: rgba(var(--color-sf-surface));
382
- position: relative;
383
- }
384
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
385
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
386
- background-color: rgba(var(--color-sf-on-surface-variant));
387
- border-color: rgba(var(--color-sf-surface));
388
- outline: 2px solid rgba(var(--color-sf-surface));
389
- }
390
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
391
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
392
- content: "";
393
- position: absolute;
394
- width: 30px;
395
- height: 40px;
396
- top: -10px;
397
- }
398
- .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
399
- cursor: no-drop;
400
- }
401
- .e-bigger .e-gantt .e-tab .e-content {
402
- height: 250px !important;
403
- }
404
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
405
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
406
- }
407
- .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
408
- padding-left: 12px;
409
- }
410
- .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
411
- display: block;
412
- border-top-left-radius: 4px;
413
- border-top-right-radius: 4px;
414
- }
415
- .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
416
- padding: 20px !important; /* stylelint-disable-line declaration-no-important */
417
- }
418
- .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
419
- left: 2px !important;
420
- }
421
- .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
422
- font-size: 20px !important;
423
- width: 20px !important;
424
- }
425
- .e-bigger .e-gantt .e-dialog .e-footer-content {
426
- height: 70px !important;
427
- padding: 16px !important;
428
- }
429
- .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
430
- margin-left: 12px;
431
- }
432
- .e-bigger .e-gantt .e-dialog .e-dlg-header {
433
- line-height: 28px;
434
- }
435
- .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
436
- padding: 16px 0 0 !important;
437
- }
438
- .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
439
- border-radius: 6px !important;
440
- padding: 32px 16px 16px !important;
441
- }
442
- .e-bigger .e-gantt .e-grid .e-columnmenu {
443
- top: 35px;
444
- }
445
- .e-bigger .e-gantt-dialog .e-dialog {
446
- border-radius: 6px;
447
- }
448
- .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
449
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
450
- }
451
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
452
- padding: 16px 12px 0 16px;
453
- }
454
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
455
- padding: 16px 16px 0 12px;
456
- }
457
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
458
- padding: 16px 18px 0 9px;
459
- }
460
- .e-bigger .e-gantt-dialog .e-edit-form-row {
461
- height: 250px !important;
462
- }
463
- .e-bigger .e-gantt-dialog .e-edit-form-column {
464
- height: 78px !important;
465
- }
466
- .e-bigger .e-gantt-dialog .e-dlg-header-content {
467
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
468
- }
469
- .e-bigger .e-gantt-dialog > .e-dlg-content {
470
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
471
- }
472
- .e-bigger .e-gantt-dialog .e-dlg-header-content {
473
- border-radius: 16px 16px 0px 0px;
474
- padding-bottom: 12px;
475
- }
476
- .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
477
- border-radius: 50%;
478
- height: auto !important; /* stylelint-disable-line declaration-no-important */
479
- width: auto;
480
- line-height: 0px;
481
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
482
- }
483
- .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
484
- margin-left: 5px !important;
485
- }
486
- .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
487
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
488
- }
489
- .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
490
- min-height: 36px !important;
491
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
492
- }
493
- .e-bigger .e-gantt-dialog .e-btn.e-flat {
494
- line-height: 24px;
495
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
496
- }
497
- .e-bigger .e-gantt-dialog .e-btn.e-primary {
498
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
499
- }
500
- .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
501
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
502
- }
503
- .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
504
- font-size: 14px;
505
- line-height: 22px;
506
- }
507
- .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
508
- font-size: 14px;
509
- line-height: 22px;
510
- }
511
- .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
512
- height: 36px !important;
513
- }
514
- .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
515
- min-height: 36px !important;
516
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
517
- }
518
- .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
519
- min-height: 36px !important;
520
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
521
- }
522
- .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
523
- height: 38px;
524
- }
525
- .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
526
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
527
- }
528
- .e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
529
- border-top: 8px solid rgba(var(--color-sf-inverse-surface));
530
- }
531
- .e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
532
- color: rgba(var(--color-sf-inverse-surface));
533
- }
534
- .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
535
- color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface)) !important;
536
- }
537
- .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
538
- color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface)) !important;
539
- }
540
- .e-bigger .e-predecessor-tooltip .e-tip-content {
541
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
542
- }
543
- .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
544
- background-color: rgba(var(--color-sf-inverse-surface));
545
- border-color: rgba(var(--color-sf-inverse-surface));
546
- color: #f9fafb;
547
- font-size: 12px;
548
- line-height: 18px;
549
- padding: 0 8px 0 0;
550
- }
551
- .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
552
- background-color: rgba(var(--color-sf-inverse-surface));
553
- border-color: rgba(var(--color-sf-inverse-surface));
554
- color: #f9fafb;
555
- font-size: 12px;
556
- line-height: 18px;
557
- padding: 0 0 0 8px;
558
- }
559
- .e-bigger .e-predecessor-dialog {
560
- background-color: rgba(var(--color-sf-inverse-surface));
561
- }
562
- .e-bigger .e-predecessor-dialog .e-dlg-content {
563
- background-color: rgba(var(--color-sf-inverse-surface));
564
- padding: 10px 9px 9px 14px !important;
565
- font-size: 12px;
566
- font-weight: 400;
567
- line-height: 1.8;
568
- color: rgba(var(--color-sf-inverse-on-surface));
569
- }
570
-
571
- .e-blazor-gantt-tooltip .e-tip-content {
572
- overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
573
- white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
574
- word-break: unset !important; /* stylelint-disable-line declaration-no-important */
575
- }
576
-
577
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
578
- font-size: 16px;
579
- }
580
-
581
- .e-gantt-tooltip .e-tip-content {
582
- text-align: left !important; /* stylelint-disable-line declaration-no-important */
583
- }
584
-
585
- .e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
586
- border-left: none !important; /* stylelint-disable-line declaration-no-important */
587
- border-right-color: rgba(var(--color-sf-primary));
588
- }
589
- .e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
590
- border-right: none !important; /* stylelint-disable-line declaration-no-important */
591
- border-left-color: rgba(var(--color-sf-primary));
592
- }
593
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
594
- border-right: none !important; /* stylelint-disable-line declaration-no-important */
595
- border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
596
- border-left-color: rgba(var(--color-sf-outline-variant)) !important; /* stylelint-disable-line declaration-no-important */
597
- }
598
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
599
- padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
600
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
601
- text-align: right !important; /* stylelint-disable-line declaration-no-important */
602
- }
603
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
604
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
605
- }
606
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
607
- right: 1px !important; /* stylelint-disable-line declaration-no-important */
608
- }
609
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
610
- margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
611
- }
612
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
613
- border-left: 5px solid;
614
- border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
615
- }
616
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
617
- transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
618
- }
619
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
620
- padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
621
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
622
- }
623
- .e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
624
- margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
625
- margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
626
- }
627
-
628
- .e-gantt-rtl .e-gantt-tooltip-label {
629
- text-align: right !important; /* stylelint-disable-line declaration-no-important */
630
- }
631
- .e-gantt-rtl .e-tip-content {
632
- text-align: right !important; /* stylelint-disable-line declaration-no-important */
633
- }
634
-
635
- .e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
636
- padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
637
- }
638
-
639
- .e-gantt {
640
- display: block;
641
- width: 100%;
642
- }
643
- .e-gantt .e-cloneproperties {
644
- padding: 2px 8px 1px;
645
- }
646
- .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
647
- left: -5px;
648
- position: relative;
649
- }
650
- .e-gantt .e-cloneproperties {
651
- border-style: solid;
652
- border-width: 1px;
653
- box-shadow: 0 0;
654
- font-size: 12px;
655
- font-weight: bold;
656
- opacity: 1;
657
- overflow: hidden;
658
- padding: 2px 8px 1px;
659
- text-align: center;
660
- -webkit-user-select: none;
661
- -ms-user-select: none;
662
- user-select: none;
663
- vertical-align: middle;
664
- white-space: nowrap;
665
- z-index: 100;
666
- }
667
- .e-gantt .e-cloneproperties.e-draganddrop {
668
- border-spacing: 0;
669
- font-size: 12px;
670
- font-weight: normal;
671
- overflow: visible;
672
- }
673
- .e-gantt .e-cloneproperties .e-bothganttlines {
674
- border-width: 1px 0 0 1px;
675
- }
676
- .e-gantt .e-draganddrop {
677
- border-width: 0 1px 1px;
678
- font-weight: normal;
679
- padding: 0;
680
- }
681
- .e-gantt .e-draganddrop .e-rowcell {
682
- opacity: 0.95;
683
- }
684
- .e-gantt .e-cloneproperties.e-draganddrop table {
685
- border-spacing: 0;
686
- }
687
- .e-gantt .e-icons.e-errorelem {
688
- display: inline-block;
689
- padding-left: 10px;
690
- vertical-align: middle;
691
- }
692
- .e-gantt .e-errorelem::before {
693
- color: rgba(var(--color-sf-error));
694
- content: "\e22a";
695
- transform: rotate(180deg);
696
- }
697
- .e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
698
- border-bottom: 0;
699
- border-right: 1px solid rgba(var(--color-sf-outline));
700
- border-top: 1px solid rgba(var(--color-sf-outline));
701
- }
702
- .e-gantt .e-gantt-toolbar {
703
- border-bottom-left-radius: 0;
704
- border-bottom-right-radius: 0;
705
- border-style: solid;
706
- border-width: 1px 1px 0;
707
- }
708
- .e-gantt .e-flmenu-valuediv {
709
- padding-top: 16px;
710
- }
711
- .e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
712
- margin: 0;
713
- }
714
- .e-gantt .e-gantt-splitter .e-pane {
715
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
716
- }
717
- .e-gantt .e-temp-content {
718
- border-left: 1px solid;
719
- }
720
- .e-gantt .e-tab {
721
- border: 0;
722
- }
723
- .e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
724
- border-color: transparent;
725
- }
726
- .e-gantt .e-gantt-tree-grid-pane .e-grid {
727
- border-width: 0;
728
- }
729
- .e-gantt .e-gantt-tree-grid-pane .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),
730
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
731
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
732
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
733
- .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
734
- background-color: transparent;
735
- }
736
- .e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
737
- border-bottom-style: solid;
738
- border-bottom-width: 1px;
739
- height: 45px;
740
- }
741
- .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
742
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
743
- }
744
- .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
745
- border-top-style: none;
746
- border-top-width: 0;
747
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
748
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
749
- }
750
- .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
751
- .e-gantt .e-gantt-tree-grid-pane .e-headercell {
752
- height: 51px !important; /* stylelint-disable-line declaration-no-important */
753
- }
754
- .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
755
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
756
- }
757
- .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
758
- overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
759
- }
760
- .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
761
- width: calc(100% + 17px);
762
- }
763
- .e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
764
- text-align: center;
765
- }
766
- .e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
767
- display: inline-block;
768
- font-size: 18px;
769
- height: 15px;
770
- line-height: 10px;
771
- vertical-align: middle;
772
- }
773
- .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
774
- pointer-events: none;
775
- }
776
- .e-gantt .e-gantt-chart {
777
- height: 100%;
778
- overflow: hidden;
779
- position: relative;
780
- width: 100%;
781
- }
782
- .e-gantt .e-gantt-chart .e-chart-empty-row {
783
- border: 0.5px solid;
784
- position: absolute;
785
- background-color: rgba(0, 120, 222, 0.15);
786
- border-color: rgba(0, 120, 222, 0.65) !important;
787
- }
788
- .e-gantt .e-gantt-chart .e-chart-root-container {
789
- border-right: 0 solid;
790
- }
791
- .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
792
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
793
- overflow-x: scroll;
794
- overflow-y: auto;
795
- position: relative;
796
- }
797
- .e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
798
- position: absolute;
799
- }
800
- .e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
801
- position: absolute;
802
- }
803
- .e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
804
- height: 100%;
805
- position: absolute;
806
- }
807
- .e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
808
- height: 100%;
809
- position: absolute;
810
- }
811
- .e-gantt .e-gantt-chart .e-timeline-header-container {
812
- border-bottom-style: solid;
813
- border-right: 1px solid;
814
- overflow: hidden;
815
- position: relative;
816
- z-index: 6;
817
- }
818
- .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
819
- border-left: 0;
820
- }
821
- .e-gantt .e-gantt-chart .e-timeline-header-table-container {
822
- border-collapse: collapse;
823
- border-spacing: 0;
824
- border-width: 0;
825
- box-sizing: border-box;
826
- margin: 0;
827
- padding: 0;
828
- }
829
- .e-gantt .e-gantt-chart .e-timeline-header-table-body {
830
- border-collapse: collapse;
831
- box-sizing: border-box;
832
- display: inline-block;
833
- transform: scale(1);
834
- white-space: nowrap;
835
- }
836
- .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
837
- display: -ms-inline-flexbox;
838
- display: inline-flex;
839
- }
840
- .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
841
- .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
842
- border-spacing: 0;
843
- border-style: solid;
844
- border-top: 0;
845
- border-width: 1px;
846
- box-sizing: border-box;
847
- display: -ms-inline-flexbox;
848
- display: inline-flex;
849
- font-size: 14px;
850
- font-weight: bold;
851
- margin: 0;
852
- padding: 0;
853
- position: static;
854
- text-align: center;
855
- -webkit-user-select: none;
856
- -ms-user-select: none;
857
- user-select: none;
858
- white-space: nowrap;
859
- }
860
- .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
861
- .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
862
- box-sizing: border-box;
863
- margin: auto;
864
- overflow: hidden;
865
- position: static;
866
- text-overflow: ellipsis;
867
- white-space: nowrap;
868
- }
869
- .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
870
- .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
871
- padding-left: 11px;
872
- text-align: left;
873
- }
874
- .e-gantt .e-gantt-chart .e-gantt-grid-lines {
875
- border-bottom-style: solid;
876
- border-bottom-width: 1px;
877
- border-collapse: collapse;
878
- border-spacing: 0;
879
- box-sizing: border-box;
880
- }
881
- .e-gantt .e-gantt-chart .e-zero-spacing {
882
- border-spacing: 0;
883
- }
884
- .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
885
- border-top: 0;
886
- }
887
- .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
888
- border-collapse: separate;
889
- border-style: solid;
890
- border-width: 1px 0 0;
891
- }
892
- .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
893
- font-size: 0;
894
- padding: 0;
895
- }
896
- .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
897
- border-bottom-width: 1px;
898
- }
899
- .e-gantt .e-gantt-chart .e-line-container-cell {
900
- border-right-style: solid;
901
- border-right-width: 1px;
902
- height: 100%;
903
- position: absolute;
904
- }
905
- .e-gantt .e-gantt-chart .e-taskbar-main-container {
906
- cursor: move;
907
- display: inline-block;
908
- position: absolute;
909
- vertical-align: middle;
910
- z-index: 3;
911
- }
912
- .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
913
- z-index: 4;
914
- }
915
- .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
916
- z-index: 4;
917
- }
918
- .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
919
- -ms-flex-align: center;
920
- align-items: center;
921
- display: -ms-inline-flexbox;
922
- display: inline-flex;
923
- -ms-flex-pack: end;
924
- justify-content: flex-end;
925
- overflow: hidden;
926
- text-overflow: ellipsis;
927
- white-space: nowrap;
928
- }
929
- .e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
930
- -ms-flex-align: center;
931
- align-items: center;
932
- display: -ms-inline-flexbox;
933
- display: inline-flex;
934
- float: left;
935
- outline: none;
936
- overflow: hidden;
937
- position: absolute;
938
- text-overflow: ellipsis;
939
- white-space: nowrap;
940
- }
941
- .e-gantt .e-gantt-chart .e-left-label-container {
942
- display: inline-block;
943
- }
944
- .e-gantt .e-gantt-chart .e-left-label-inner-div,
945
- .e-gantt .e-gantt-chart .e-right-label-container {
946
- overflow: hidden;
947
- }
948
- .e-gantt .e-gantt-chart .e-left-label-inner-div {
949
- -ms-flex-align: center;
950
- align-items: center;
951
- display: -ms-inline-flexbox;
952
- display: inline-flex;
953
- -ms-flex-pack: end;
954
- justify-content: flex-end;
955
- width: 100%;
956
- }
957
- .e-gantt .e-gantt-chart .e-label {
958
- margin: 3px;
959
- overflow: hidden;
960
- text-overflow: ellipsis;
961
- white-space: nowrap;
962
- }
963
- .e-gantt .e-gantt-chart .e-right-label-container {
964
- background-color: transparent;
965
- display: inline-block;
966
- margin: 0;
967
- position: absolute;
968
- }
969
- .e-gantt .e-gantt-chart .e-right-label-inner-div {
970
- -ms-flex-align: center;
971
- align-items: center;
972
- display: -ms-inline-flexbox;
973
- display: inline-flex;
974
- float: left;
975
- outline: none;
976
- overflow: hidden;
977
- }
978
- .e-gantt .e-gantt-chart .e-indicator-span {
979
- display: inline-block;
980
- font-size: 13px;
981
- font-weight: normal;
982
- overflow: hidden;
983
- position: absolute;
984
- text-overflow: ellipsis;
985
- }
986
- .e-gantt .e-gantt-chart .e-gantt-child-taskbar,
987
- .e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
988
- .e-gantt .e-gantt-chart .e-gantt-child-progressbar,
989
- .e-gantt .e-gantt-chart .e-gantt-parent-progressbar,
990
- .e-gantt .e-gantt-chart .e-gantt-milestone,
991
- .e-gantt .e-gantt-chart .e-gantt-parent-milestone,
992
- .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
993
- display: inline-block;
994
- width: 100%;
995
- }
996
- .e-gantt .e-gantt-chart .e-gantt-milestone {
997
- border: 1px;
998
- border-style: solid;
999
- }
1000
- .e-gantt .e-gantt-chart .e-manualparent-main-container {
1001
- background-color: transparent;
1002
- cursor: move;
1003
- margin-top: -5px;
1004
- position: absolute;
1005
- }
1006
- .e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
1007
- margin-top: 3px;
1008
- }
1009
- .e-gantt .e-gantt-chart .e-gantt-split-container-line {
1010
- border-color: rgba(var(--color-sf-outline));
1011
- border-top-style: dashed;
1012
- border-top-width: 2px;
1013
- height: 0;
1014
- left: 2px;
1015
- pointer-events: none;
1016
- position: absolute;
1017
- top: 50%;
1018
- width: 99.5%;
1019
- }
1020
- .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1021
- .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1022
- border-spacing: 0;
1023
- box-sizing: border-box;
1024
- margin: auto;
1025
- overflow: hidden;
1026
- padding: 0;
1027
- z-index: 3;
1028
- }
1029
- .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1030
- z-index: 3;
1031
- }
1032
- .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
1033
- .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1034
- box-sizing: border-box;
1035
- text-align: right;
1036
- }
1037
- .e-gantt .e-gantt-chart .e-chart-scroll-container,
1038
- .e-gantt .e-gantt-chart .e-chart-rows-container {
1039
- -webkit-user-select: none;
1040
- -ms-user-select: none;
1041
- user-select: none;
1042
- }
1043
- .e-gantt .e-gantt-chart .e-chart-rows-container {
1044
- line-height: initial;
1045
- }
1046
- .e-gantt .e-gantt-chart .e-masked-tbody {
1047
- table-layout: fixed;
1048
- width: 100%;
1049
- }
1050
- .e-gantt .e-gantt-chart .e-div-background {
1051
- border-color: rgb(225, 223, 221);
1052
- border-right-style: solid;
1053
- border-right-width: 1px;
1054
- height: 100%;
1055
- position: absolute;
1056
- }
1057
- .e-gantt .e-gantt-chart .e-innerHTML {
1058
- height: 16px;
1059
- width: 16px;
1060
- left: 14px;
1061
- }
1062
- .e-gantt .e-gantt-chart .e-innerHTML1 {
1063
- height: 16px;
1064
- width: 16px;
1065
- left: 30px;
1066
- }
1067
- .e-gantt .e-gantt-chart .e-innerHTML2 {
1068
- height: 16px;
1069
- width: 16px;
1070
- left: 60px;
1071
- }
1072
- .e-gantt .e-gantt-chart .e-timelineHeader {
1073
- height: 16px;
1074
- width: 82px;
1075
- left: 20px;
1076
- }
1077
- .e-gantt .e-gantt-chart .e-maskcell01 {
1078
- height: 12px;
1079
- width: 88px;
1080
- left: 14px;
1081
- border-radius: 0;
1082
- }
1083
- .e-gantt .e-gantt-chart .e-maskcell02 {
1084
- height: 18px;
1085
- width: 410px;
1086
- border-radius: 0;
1087
- }
1088
- .e-gantt .e-gantt-chart .e-maskcell03 {
1089
- height: 12px;
1090
- width: 88px;
1091
- left: 14px;
1092
- border-radius: 0;
1093
- }
1094
- .e-gantt .e-gantt-chart .e-maskcell04 {
1095
- height: 18px;
1096
- width: 208px;
1097
- border-radius: 0;
1098
- }
1099
- .e-gantt .e-gantt-chart .e-maskcell05 {
1100
- height: 12px;
1101
- width: 108px;
1102
- left: 64px;
1103
- border-radius: 0;
1104
- }
1105
- .e-gantt .e-gantt-chart .e-maskcell06 {
1106
- height: 18px;
1107
- width: 195px;
1108
- left: 192px;
1109
- border-radius: 0;
1110
- }
1111
- .e-gantt .e-gantt-chart .e-maskcell07 {
1112
- height: 18px;
1113
- width: 156px;
1114
- left: 388px;
1115
- border-radius: 0;
1116
- }
1117
- .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1118
- .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
1119
- display: inline-block;
1120
- position: absolute;
1121
- top: 0;
1122
- width: 10px;
1123
- z-index: 4;
1124
- }
1125
- .e-gantt .e-gantt-chart .e-child-progress-resizer {
1126
- display: inline-block;
1127
- height: 15px;
1128
- position: absolute;
1129
- top: 0;
1130
- width: 20px;
1131
- z-index: 5;
1132
- }
1133
- .e-gantt .e-gantt-chart .e-progress-resize-gripper {
1134
- cursor: col-resize;
1135
- }
1136
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1137
- border-width: 1px;
1138
- box-sizing: content-box;
1139
- cursor: col-resize;
1140
- height: 2px;
1141
- position: absolute;
1142
- top: 7px;
1143
- }
1144
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1145
- border-bottom-style: solid;
1146
- border-bottom-width: 8px;
1147
- border-left: 7px solid transparent;
1148
- border-right: 7px solid transparent;
1149
- cursor: col-resize;
1150
- height: 0;
1151
- left: 1px;
1152
- position: absolute;
1153
- top: -7px;
1154
- width: 0;
1155
- }
1156
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
1157
- border-bottom-style: solid;
1158
- border-bottom-width: 8px;
1159
- border-left: 6px solid transparent;
1160
- border-right: 6px solid transparent;
1161
- cursor: col-resize;
1162
- height: 0;
1163
- left: 2px;
1164
- position: absolute;
1165
- top: -7px;
1166
- width: 0;
1167
- }
1168
- .e-gantt .e-gantt-chart .e-baseline-bar {
1169
- border-radius: 2px;
1170
- box-sizing: border-box;
1171
- position: absolute;
1172
- z-index: 2;
1173
- }
1174
- .e-gantt .e-gantt-chart .e-milestone-top,
1175
- .e-gantt .e-gantt-chart .e-parent-milestone-top,
1176
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1177
- border-style: none solid solid;
1178
- border-top: 0;
1179
- }
1180
- .e-gantt .e-gantt-chart .e-milestone-top,
1181
- .e-gantt .e-gantt-chart .e-milestone-bottom,
1182
- .e-gantt .e-gantt-chart .e-parent-milestone-top,
1183
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom,
1184
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top,
1185
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1186
- border-left-color: transparent;
1187
- border-right-color: transparent;
1188
- }
1189
- .e-gantt .e-gantt-chart .e-milestone-bottom,
1190
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom,
1191
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1192
- border-bottom: 0;
1193
- border-style: solid solid none;
1194
- }
1195
- .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1196
- position: absolute;
1197
- z-index: 2;
1198
- border: 2px;
1199
- border-color: rgba(var(--color-sf-error));
1200
- border-style: solid;
1201
- }
1202
- .e-gantt .e-gantt-chart .e-task-label {
1203
- display: inline;
1204
- font-weight: normal;
1205
- margin-left: 8px;
1206
- margin-right: 15px;
1207
- overflow: hidden;
1208
- text-overflow: ellipsis;
1209
- vertical-align: middle;
1210
- white-space: nowrap;
1211
- }
1212
- .e-gantt .e-gantt-chart .e-task-table {
1213
- overflow: hidden;
1214
- border-collapse: separate;
1215
- }
1216
- .e-gantt .e-gantt-chart .e-left-resize-gripper,
1217
- .e-gantt .e-gantt-chart .e-right-resize-gripper {
1218
- -ms-flex-align: center;
1219
- align-items: center;
1220
- cursor: ew-resize;
1221
- display: -ms-inline-flexbox;
1222
- display: inline-flex;
1223
- }
1224
- .e-gantt .e-gantt-chart .e-holiday {
1225
- display: inline-block;
1226
- position: absolute;
1227
- }
1228
- .e-gantt .e-gantt-chart .e-holiday .e-span {
1229
- position: absolute;
1230
- transform: rotate(-90deg);
1231
- white-space: nowrap;
1232
- width: 0;
1233
- }
1234
- .e-gantt .e-gantt-chart .e-weekend {
1235
- display: inline-block;
1236
- position: absolute;
1237
- z-index: 0;
1238
- }
1239
- .e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
1240
- border-bottom-left-radius: 2px;
1241
- border-top-left-radius: 2px;
1242
- position: absolute;
1243
- }
1244
- .e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
1245
- border-bottom-right-radius: 2px;
1246
- border-top-right-radius: 2px;
1247
- position: absolute;
1248
- }
1249
- .e-gantt .e-gantt-chart .e-event-markers {
1250
- border-left: 1px dashed;
1251
- position: absolute;
1252
- width: 1px;
1253
- z-index: 4;
1254
- }
1255
- .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1256
- border-radius: 3px;
1257
- font-weight: 500;
1258
- height: 28px;
1259
- line-height: 1.5;
1260
- padding: 3px 12px;
1261
- position: absolute;
1262
- top: 50px;
1263
- white-space: nowrap;
1264
- width: auto;
1265
- z-index: 2;
1266
- }
1267
- .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1268
- border-bottom: 5px solid transparent;
1269
- border-right: 5px solid;
1270
- border-top: 5px solid transparent;
1271
- height: 0;
1272
- position: absolute;
1273
- top: 56px;
1274
- width: 0;
1275
- }
1276
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1277
- border-radius: 0;
1278
- border-style: none;
1279
- display: inline-block;
1280
- }
1281
- .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1282
- border-left-style: solid;
1283
- border-left-width: 10px;
1284
- }
1285
- .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
1286
- border-right-style: solid;
1287
- border-right-width: 10px;
1288
- }
1289
- .e-gantt .e-gantt-chart .e-connector-line-right-arrow,
1290
- .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
1291
- border-bottom: 5px solid transparent;
1292
- border-top: 5px solid transparent;
1293
- }
1294
- .e-gantt .e-gantt-chart .e-connector-line-container {
1295
- z-index: 5;
1296
- }
1297
- .e-gantt .e-gantt-chart .e-connector-line-z-index {
1298
- z-index: 1;
1299
- }
1300
- .e-gantt .e-gantt-chart .e-connector-line-hover {
1301
- outline: 1px solid;
1302
- }
1303
- .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1304
- outline: 1px solid;
1305
- }
1306
- .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1307
- z-index: 100;
1308
- }
1309
- .e-gantt .e-gantt-chart .e-connectortouchpoint {
1310
- background-color: transparent;
1311
- display: block;
1312
- position: absolute;
1313
- z-index: 5;
1314
- }
1315
- .e-gantt .e-gantt-chart .e-connectorpoint-right,
1316
- .e-gantt .e-gantt-chart .e-connectorpoint-left,
1317
- .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1318
- .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1319
- border-radius: 50%;
1320
- display: inline-block;
1321
- position: absolute;
1322
- }
1323
- .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1324
- .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1325
- border-style: solid;
1326
- border-width: 1px;
1327
- box-sizing: content-box;
1328
- cursor: pointer;
1329
- display: inline-block;
1330
- }
1331
- .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
1332
- cursor: no-drop;
1333
- }
1334
- .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
1335
- .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1336
- background-color: rgba(var(--color-sf-on-surface));
1337
- border-color: rgba(var(--color-sf-on-surface));
1338
- border-radius: 50%;
1339
- display: inline-block;
1340
- height: 10px;
1341
- margin: -1px;
1342
- position: absolute;
1343
- width: 10px;
1344
- }
1345
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top,
1346
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1347
- border-bottom-color: rgba(var(--color-sf-on-surface));
1348
- }
1349
- .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1350
- cursor: e-resize;
1351
- margin-left: -8px;
1352
- }
1353
- .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
1354
- margin-left: 0;
1355
- }
1356
- .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
1357
- background: rgba(var(--color-sf-on-surface));
1358
- margin-top: 3px;
1359
- position: absolute;
1360
- }
1361
- .e-gantt .e-gantt-chart .e-icon {
1362
- font-family: "e-icons";
1363
- font-size: 13px;
1364
- font-style: normal;
1365
- font-variant: normal;
1366
- font-weight: normal;
1367
- line-height: 1;
1368
- text-transform: none;
1369
- vertical-align: middle;
1370
- }
1371
- .e-gantt .e-gantt-chart .e-active-container {
1372
- outline: 1px solid;
1373
- outline-offset: 2px;
1374
- }
1375
-
1376
- .e-gantt-dialog .e-tab .e-tab-header {
1377
- padding-left: 12px;
1378
- }
1379
- .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1380
- display: block;
1381
- }
1382
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1383
- border-style: solid;
1384
- border-width: 1px;
1385
- }
1386
-
1387
- .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1388
- border: 0;
1389
- }
1390
-
1391
- .e-gantt-dialog {
1392
- border: 0;
1393
- }
1394
- .e-gantt-dialog .e-gridform .e-table {
1395
- border-spacing: 0;
1396
- }
1397
- .e-gantt-dialog .e-item {
1398
- height: 241px;
1399
- }
1400
- .e-gantt-dialog .e-dependent-div {
1401
- border-bottom-width: 0px;
1402
- }
1403
- .e-gantt-dialog .e-icon-dlg-close {
1404
- opacity: initial;
1405
- }
1406
- .e-gantt-dialog .e-toolbar {
1407
- border-top-width: 0;
1408
- }
1409
- .e-gantt-dialog .e-resource-div {
1410
- border-bottom-width: 0px;
1411
- }
1412
- .e-gantt-dialog .e-resource-div .e-gridheader {
1413
- border-top-width: 0;
1414
- }
1415
- .e-gantt-dialog .e-edit-form-row {
1416
- height: 241px;
1417
- overflow-y: auto;
1418
- }
1419
- .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1420
- float: left;
1421
- padding: 12px 18px 0 18px;
1422
- width: 50%;
1423
- }
1424
- .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1425
- float: left;
1426
- padding: 12px 18px 0 0;
1427
- width: 50%;
1428
- }
1429
- .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1430
- padding: 12px 18px 0 0;
1431
- }
1432
- .e-gantt-dialog .e-edit-form-column {
1433
- height: 75px;
1434
- }
1435
- .e-gantt-dialog .e-dependent-div .e-content {
1436
- height: 161px;
1437
- }
1438
- .e-gantt-dialog .e-resource-div .e-content {
1439
- height: 202px;
1440
- }
1441
- .e-gantt-dialog .e-richtexteditor {
1442
- border-bottom-width: 0px;
1443
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1444
- overflow: hidden;
1445
- }
1446
- .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1447
- border-top: 0;
1448
- }
1449
- .e-gantt-dialog .e-richtexteditor .e-rte-content {
1450
- border-bottom-width: 0px;
1451
- height: 200px;
1452
- overflow: hidden;
1453
- }
1454
- .e-gantt-dialog > .e-dlg-content {
1455
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1456
- }
1457
- .e-gantt-dialog .e-dlg-header-content {
1458
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1459
- }
1460
- .e-gantt-dialog .e-dlg-header-content {
1461
- border-radius: 16px 16px 0px 0px;
1462
- padding-bottom: 12px;
1463
- }
1464
- .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1465
- border-radius: 50%;
1466
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1467
- width: auto;
1468
- }
1469
-
1470
- .e-ganttpopup {
1471
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1472
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1473
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1474
- font-weight: normal;
1475
- position: absolute;
1476
- user-select: none;
1477
- z-index: 99999;
1478
- }
1479
- .e-ganttpopup .e-rowselect {
1480
- line-height: 18px;
1481
- text-indent: 7%;
1482
- }
1483
- .e-ganttpopup span {
1484
- border: 1px solid transparent;
1485
- cursor: pointer;
1486
- display: inline-block;
1487
- height: 26px;
1488
- padding: 4px;
1489
- width: 26px;
1490
- }
1491
- .e-ganttpopup .e-content {
1492
- border-radius: 4px;
1493
- border-style: solid;
1494
- border-width: 1px;
1495
- font-size: 14px;
1496
- padding: 4px;
1497
- }
1498
- .e-ganttpopup .e-tail::after,
1499
- .e-ganttpopup .e-tail::before,
1500
- .e-ganttpopup .e-ganttpopup {
1501
- border: 10px solid transparent;
1502
- content: "";
1503
- height: 0;
1504
- left: 8px;
1505
- position: absolute;
1506
- width: 0;
1507
- }
1508
- .e-ganttpopup .e-downtail::after {
1509
- top: 34px;
1510
- }
1511
-
1512
- .e-gantt-tooltip.e-tooltip-wrap {
1513
- opacity: 1;
1514
- }
1515
-
1516
- .e-gantt-tooltip {
1517
- visibility: hidden;
1518
- }
1519
-
1520
- .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1521
- content: "";
1522
- }
1523
-
1524
- .e-bigger .e-gantt .e-gantt-chart .e-label {
1525
- font-size: 16px;
1526
- }
1527
-
1528
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1529
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1530
- }
1531
-
1532
- .e-bigger .e-timeline-single-header-cell {
1533
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1534
- line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1535
- }
1536
-
1537
- .e-gantt-tooltip-label {
1538
- padding-bottom: 2px;
1539
- padding-right: 2px;
1540
- text-align: left;
1541
- }
1542
-
1543
- .e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
1544
- float: none;
1545
- padding: 12px 18px 0 18px;
1546
- width: 100%;
1547
- }
1548
- .e-gantt.e-device .e-edit-form-row {
1549
- height: auto;
1550
- }
1551
- .e-gantt.e-device .e-adaptive-searchbar {
1552
- padding: 5px 10px;
1553
- width: 90%;
1554
- }
1555
- .e-gantt.e-device .e-backarrowspan {
1556
- font-size: 16px;
1557
- padding: 5px 10px;
1558
- }
1559
- .e-gantt.e-device .e-gantt-dialog {
1560
- max-height: none;
1561
- }
1562
- .e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
1563
- float: left;
1564
- left: -4px;
1565
- }
1566
- .e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
1567
- font-size: 16px;
1568
- }
1569
- .e-gantt.e-device .e-gantt-dialog .e-dlg-header {
1570
- display: inline-block;
1571
- }
1572
- .e-gantt.e-device .e-toolbar-item {
1573
- padding: 7px;
1574
- }
1575
- .e-gantt.e-device .e-toolbar .e-icons {
1576
- font-size: 18px;
1577
- }
1578
- .e-gantt.e-device .e-gridheader .e-icons {
1579
- font-size: 12px;
1580
- }
1581
- .e-gantt.e-device .e-dependent-div .e-content {
1582
- height: 100%;
1583
- }
1584
- .e-gantt.e-device .e-resource-div .e-content {
1585
- height: 100%;
1586
- }
1587
- .e-gantt.e-device .e-richtexteditor {
1588
- height: 100%;
1589
- }
1590
- .e-gantt.e-device .e-richtexteditor .e-rte-content {
1591
- height: 100%;
1592
- }
1593
-
1594
- .e-predecessor-tooltip {
1595
- background-color: rgba(var(--color-sf-inverse-surface)) !important; /* stylelint-disable-line declaration-no-important */
1596
- border-color: rgba(var(--color-sf-inverse-surface)) !important; /* stylelint-disable-line declaration-no-important */
1597
- visibility: hidden;
1598
- }
1599
- .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
1600
- border-top: 8px solid rgba(var(--color-sf-inverse-surface));
1601
- }
1602
- .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
1603
- color: rgba(var(--color-sf-inverse-surface));
1604
- }
1605
- .e-predecessor-tooltip .e-left-btn:disabled {
1606
- color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface)) !important;
1607
- }
1608
- .e-predecessor-tooltip .e-right-btn:disabled {
1609
- color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface)) !important;
1610
- }
1611
- .e-predecessor-tooltip .e-tip-content {
1612
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1613
- }
1614
- .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1615
- background-color: rgba(var(--color-sf-inverse-surface));
1616
- border-color: rgba(var(--color-sf-inverse-surface));
1617
- color: #f9fafb;
1618
- font-size: 12px;
1619
- line-height: 18px;
1620
- padding: 0 8px 0 0;
1621
- }
1622
- .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1623
- background-color: rgba(var(--color-sf-inverse-surface));
1624
- border-color: rgba(var(--color-sf-inverse-surface));
1625
- color: #f9fafb;
1626
- font-size: 12px;
1627
- line-height: 18px;
1628
- padding: 0 0 0 8px;
1629
- }
1630
-
1631
- .e-predecessor-dialog {
1632
- background-color: rgba(var(--color-sf-inverse-surface));
1633
- }
1634
- .e-predecessor-dialog .e-dlg-content {
1635
- background-color: rgba(var(--color-sf-inverse-surface));
1636
- padding: 10px 9px 9px 14px !important;
1637
- font-size: 12px;
1638
- font-weight: 400;
1639
- line-height: 1.8;
1640
- color: rgba(var(--color-sf-inverse-on-surface));
1641
- }
1642
-
1643
- .e-gantt-chart-resize-indicator {
1644
- height: 100%;
1645
- position: absolute;
1646
- z-index: 1;
1647
- }
1648
-
1649
- /*! Gantt theme */
1650
- .e-gantt .e-gantt-splitter {
1651
- border-color: rgba(var(--color-sf-outline-variant));
1652
- border-radius: 0px;
1653
- }
1654
- .e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
1655
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1656
- border: solid var(--color-sf-outline-variant);
1657
- border-width: 0 1px;
1658
- width: 8px !important; /* stylelint-disable-line declaration-no-important */
1659
- }
1660
- .e-gantt .e-grid .e-spinner-pane {
1661
- display: none;
1662
- }
1663
- .e-gantt .e-cloneproperties.e-draganddrop {
1664
- box-shadow: 0 6px 12px rgba(var(--color-sf-warning-text), 0.175);
1665
- opacity: 0.95;
1666
- overflow: visible;
1667
- }
1668
- .e-gantt .e-cloneproperties {
1669
- background-color: rgba(var(--color-sf-surface));
1670
- border-color: rgba(var(--color-sf-outline-variant));
1671
- color: rgba(var(--color-sf-on-surface));
1672
- }
1673
- .e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
1674
- color: rgba(var(--color-sf-on-surface));
1675
- }
1676
- .e-gantt .e-cloneproperties.e-draganddrop table,
1677
- .e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
1678
- background-color: rgba(var(--color-sf-surface));
1679
- height: 30px;
1680
- }
1681
- .e-gantt .e-gantt-toolbar + .e-gantt-splitter {
1682
- border-top-left-radius: 0px;
1683
- border-top-right-radius: 0px;
1684
- }
1685
- .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1686
- box-shadow: 0 0 0 1px rgba(var(--color-sf-outline)) inset !important; /* stylelint-disable-line declaration-no-important */
1687
- }
1688
- .e-gantt .e-temp-content {
1689
- border-color: rgba(var(--color-sf-outline-variant));
1690
- }
1691
- .e-gantt .e-splitter-box {
1692
- border-color: rgba(var(--color-sf-outline-variant));
1693
- }
1694
- .e-gantt .e-gantt-temp-header {
1695
- border-color: rgba(var(--color-sf-outline-variant));
1696
- }
1697
- .e-gantt .e-gantt-chart-pane {
1698
- border-color: rgba(var(--color-sf-outline-variant));
1699
- }
1700
- .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1701
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1702
- }
1703
- .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1704
- background: rgba(var(--color-sf-primary-container), 0.65);
1705
- opacity: 0.9;
1706
- }
1707
- .e-gantt .e-taskbar-resize-div {
1708
- border-color: rgba(var(--color-sf-primary));
1709
- }
1710
- .e-gantt .e-gantt-chart .e-timeline-header-container {
1711
- background: rgba(var(--color-sf-surface));
1712
- border-bottom-color: rgba(var(--color-sf-outline-variant));
1713
- border-bottom-width: 1px;
1714
- border-right-color: rgba(var(--color-sf-outline-variant));
1715
- border-left-color: rgba(var(--color-sf-outline-variant));
1716
- color: rgba(var(--color-sf-on-surface));
1717
- height: 52px;
1718
- }
1719
- .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
1720
- .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1721
- border-color: rgba(var(--color-sf-outline-variant));
1722
- color: rgba(var(--color-sf-on-surface));
1723
- }
1724
- .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1725
- height: 46px;
1726
- line-height: 46px;
1727
- }
1728
- .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1729
- height: 46px !important; /* stylelint-disable-line declaration-no-important */
1730
- }
1731
- .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1732
- height: 26px;
1733
- }
1734
- .e-gantt .e-gantt-chart .e-chart-root-container {
1735
- background-color: rgba(var(--color-sf-surface));
1736
- border-color: rgba(var(--color-sf-outline-variant));
1737
- }
1738
- .e-gantt .e-gantt-chart .e-timeline-header-table-body {
1739
- border-spacing: 0;
1740
- }
1741
- .e-gantt .e-gantt-chart .e-chart-row-border {
1742
- border-top-color: rgba(var(--color-sf-outline-variant));
1743
- }
1744
- .e-gantt .e-gantt-chart .e-chart-row-cell {
1745
- color: rgba(var(--color-sf-on-surface-variant));
1746
- }
1747
- .e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
1748
- border-bottom-color: rgba(var(--color-sf-outline-variant));
1749
- }
1750
- .e-gantt .e-gantt-chart .e-line-container-cell {
1751
- border-color: rgba(var(--color-sf-outline-variant));
1752
- }
1753
- .e-gantt .e-gantt-chart .e-active-container {
1754
- outline-color: rgba(var(--color-sf-outline));
1755
- }
1756
- .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1757
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.75), rgba(var(--color-sf-primary), 0.75)), rgba(var(--color-sf-surface));
1758
- outline: 1px solid rgba(var(--color-sf-primary));
1759
- border-radius: 4px;
1760
- }
1761
- .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1762
- border: 1px solid rgba(var(--color-sf-on-primary));
1763
- border-bottom: 0;
1764
- border-top: 0;
1765
- }
1766
- .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
1767
- width: 0px !important;
1768
- }
1769
- .e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
1770
- background-color: rgba(var(--color-sf-primary));
1771
- }
1772
- .e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
1773
- display: none;
1774
- }
1775
- .e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
1776
- display: none;
1777
- }
1778
- .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1779
- border-bottom: 0;
1780
- border-top: 0;
1781
- }
1782
- .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1783
- background-color: rgba(var(--color-sf-on-surface-variant), 0.75);
1784
- outline: 1px solid rgba(var(--color-sf-on-surface), 0.38);
1785
- border-radius: 4px;
1786
- }
1787
- .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1788
- background-color: rgba(var(--color-sf-on-surface-variant));
1789
- border: 0px;
1790
- border-radius: 4px;
1791
- }
1792
- .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1793
- background-color: rgba(var(--color-sf-primary));
1794
- border: 0px;
1795
- border-radius: 3px;
1796
- }
1797
- .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1798
- background: linear-gradient(0deg, rgba(var(--color-sf-success), 0.5), rgba(var(--color-sf-success), 0.5)), rgba(var(--color-sf-surface));
1799
- outline: 1px solid rgba(var(--color-sf-success), 0.5);
1800
- }
1801
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1802
- background: linear-gradient(to right, rgba(var(--color-sf-success-container)), rgba(var(--color-sf-success)) 30%, rgba(var(--color-sf-success)) 70%, rgba(var(--color-sf-success)) 70%, rgba(var(--color-sf-success-container)) 100%);
1803
- }
1804
- .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1805
- background-color: rgba(var(--color-sf-success));
1806
- outline: 0px;
1807
- }
1808
- .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1809
- background-color: rgba(var(--color-sf-success));
1810
- border: 0px;
1811
- }
1812
- .e-gantt .e-gantt-chart .e-holiday {
1813
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1814
- }
1815
- .e-gantt .e-gantt-chart .e-holiday .e-span {
1816
- color: rgba(var(--color-sf-on-surface-variant));
1817
- font-size: 13px;
1818
- }
1819
- .e-gantt .e-gantt-chart .e-weekend {
1820
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1821
- }
1822
- .e-gantt .e-gantt-chart .e-weekend-header-cell {
1823
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1824
- }
1825
- .e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
1826
- border: 2px solid rgba(var(--color-sf-warning));
1827
- width: 5px;
1828
- z-index: 6;
1829
- }
1830
- .e-gantt .e-gantt-chart .e-event-markers {
1831
- border-left-color: rgba(var(--color-sf-primary));
1832
- }
1833
- .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1834
- background-color: rgba(var(--color-sf-warning-container));
1835
- color: rgba(var(--color-sf-warning));
1836
- font-size: 14px;
1837
- }
1838
- .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1839
- border-right-color: rgba(var(--color-sf-warning-container));
1840
- border-left-color: rgba(var(--color-sf-warning-container)) !important; /* stylelint-disable-line declaration-no-important */
1841
- }
1842
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1843
- background: linear-gradient(to right, rgba(var(--color-sf-primary-container)), rgba(var(--color-sf-primary)) 30%, rgba(var(--color-sf-primary)) 70%, rgba(var(--color-sf-primary)) 70%, rgba(var(--color-sf-primary-container)) 100%);
1844
- border: 0px;
1845
- border-radius: 4px;
1846
- }
1847
- .e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
1848
- border-bottom-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
1849
- }
1850
- .e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
1851
- border-top-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
1852
- }
1853
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1854
- background: rgba(var(--color-sf-on-surface));
1855
- }
1856
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
1857
- border-bottom-color: rgba(var(--color-sf-on-surface));
1858
- }
1859
- .e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
1860
- display: block;
1861
- z-index: 5;
1862
- }
1863
- .e-gantt .e-gantt-chart .e-line {
1864
- border-color: rgba(var(--color-sf-primary));
1865
- }
1866
- .e-gantt .e-gantt-chart .e-connector-line {
1867
- stroke: rgba(var(--color-sf-primary));
1868
- }
1869
- .e-gantt .e-gantt-chart .e-critical-line {
1870
- stroke: rgba(var(--color-sf-error));
1871
- }
1872
- .e-gantt .e-gantt-chart .e-connector-line-arrow {
1873
- fill: rgba(var(--color-sf-primary));
1874
- }
1875
- .e-gantt .e-gantt-chart .e-critical-line-arrow {
1876
- fill: rgba(var(--color-sf-error));
1877
- }
1878
- .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1879
- border-left-color: rgba(var(--color-sf-primary));
1880
- }
1881
- .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
1882
- border-right-color: rgba(var(--color-sf-primary));
1883
- }
1884
- .e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
1885
- border-left-color: rgba(var(--color-sf-primary));
1886
- }
1887
- .e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
1888
- border-right-color: rgba(var(--color-sf-primary));
1889
- }
1890
- .e-gantt .e-gantt-chart .e-connector-line-hover {
1891
- border-color: rgba(var(--color-sf-primary));
1892
- outline-color: rgba(var(--color-sf-primary));
1893
- }
1894
- .e-gantt .e-gantt-chart .e-gantt-false-line {
1895
- border-top-color: rgba(var(--color-sf-primary));
1896
- }
1897
- .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1898
- .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1899
- background-color: rgba(var(--color-sf-on-surface-variant));
1900
- border-color: rgba(var(--color-sf-surface));
1901
- }
1902
- .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
1903
- .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
1904
- background-color: rgba(var(--color-sf-on-surface));
1905
- border-color: rgba(var(--color-sf-surface));
1906
- }
1907
- .e-gantt .e-gantt-chart .e-left-label-inner-div,
1908
- .e-gantt .e-gantt-chart .e-right-label-inner-div {
1909
- color: rgba(var(--color-sf-on-surface-variant));
1910
- font-size: 13px;
1911
- }
1912
- .e-gantt .e-gantt-chart .e-left-label-temp-container {
1913
- color: rgba(var(--color-sf-on-surface));
1914
- font-size: 14px;
1915
- padding-right: 25px;
1916
- }
1917
- .e-gantt .e-gantt-chart .e-right-label-temp-container {
1918
- color: rgba(var(--color-sf-on-surface));
1919
- font-size: 14px;
1920
- margin-left: 25px;
1921
- }
1922
- .e-gantt .e-gantt-chart .e-right-label-container {
1923
- margin-left: 25px;
1924
- }
1925
- .e-gantt .e-gantt-chart .e-left-label-container {
1926
- padding-right: 25px;
1927
- }
1928
- .e-gantt .e-gantt-chart .e-connectorpoint-right {
1929
- margin-left: 3px;
1930
- }
1931
- .e-gantt .e-gantt-chart .e-connectorpoint-left {
1932
- margin-right: 3px;
1933
- }
1934
- .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1935
- .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1936
- height: 8px;
1937
- width: 12px;
1938
- }
1939
- .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1940
- left: -12px;
1941
- }
1942
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
1943
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1944
- border-right: transparent;
1945
- border-width: 3px;
1946
- }
1947
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1948
- border-top-left-radius: 0;
1949
- border-bottom-left-radius: 0;
1950
- border-top-right-radius: 2px;
1951
- border-bottom-right-radius: 2px;
1952
- }
1953
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
1954
- border-bottom-left-radius: 2px;
1955
- border-top-left-radius: 2px;
1956
- border-bottom-right-radius: 0;
1957
- border-top-right-radius: 0;
1958
- }
1959
- .e-gantt .e-gantt-chart .e-task-label {
1960
- color: rgba(var(--color-sf-on-primary));
1961
- font-size: 12px;
1962
- }
1963
- .e-gantt .e-gantt-chart .e-icon {
1964
- color: rgba(var(--color-sf-on-surface-variant));
1965
- }
1966
- .e-gantt .e-gantt-chart .e-gantt-milestone {
1967
- background-color: rgba(var(--color-sf-surface));
1968
- border-color: rgba(var(--color-sf-primary));
1969
- }
1970
- .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1971
- background-color: rgba(var(--color-sf-primary));
1972
- }
1973
- .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1974
- background-color: rgba(var(--color-sf-on-surface));
1975
- border-color: rgba(var(--color-sf-primary));
1976
- }
1977
- .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1978
- background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
1979
- }
1980
- .e-gantt .e-gantt-chart .e-label {
1981
- color: rgba(var(--color-sf-on-surface));
1982
- font-size: 14px;
1983
- }
1984
- .e-gantt .e-gantt-chart .e-active {
1985
- background: rgba(var(--color-sf-primary-container), 0.65);
1986
- color: rgba(var(--color-sf-on-surface));
1987
- opacity: 0.9;
1988
- }
1989
- .e-gantt .e-gantt-chart .e-active .e-label {
1990
- color: rgba(var(--color-sf-on-surface));
1991
- }
1992
- .e-gantt .e-gantt-chart .e-baseline-bar {
1993
- background-color: rgba(var(--color-sf-error));
1994
- }
1995
- .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1996
- background-color: rgba(var(--color-sf-surface));
1997
- }
1998
- .e-gantt .e-gantt-chart .e-uptail::before {
1999
- border-bottom-color: rgba(var(--color-sf-outline-variant));
2000
- }
2001
- .e-gantt .e-gantt-chart .e-downtail::after {
2002
- border-top-color: rgba(var(--color-sf-on-primary));
2003
- }
2004
- .e-gantt .e-gantt-chart .e-downtail::before {
2005
- border-top-color: rgba(var(--color-sf-outline-variant));
2006
- }
2007
- .e-gantt .e-gantt-chart .e-ganttpopup .e-content {
2008
- background-color: rgba(var(--color-sf-on-primary));
2009
- border-color: rgba(var(--color-sf-outline-variant));
2010
- }
2011
- .e-gantt .e-gantt-chart .e-spanclicked,
2012
- .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
2013
- border-color: rgba(var(--color-sf-warning-text));
2014
- }
2015
- .e-gantt .e-icons {
2016
- color: rgba(var(--color-sf-on-surface-variant));
2017
- }
2018
- .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
2019
- color: rgba(var(--color-sf-on-surface-variant)) !important; /* stylelint-disable-line declaration-no-important */
2020
- }
2021
-
2022
- .e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
2023
- border: none !important; /* stylelint-disable-line declaration-no-important */
2024
- }
2025
- .e-gantt-dialog .e-dlg-header {
2026
- color: rgba(var(--color-sf-on-surface));
2027
- }
2028
- .e-gantt-dialog .e-dlg-header-content {
2029
- background: transparent;
2030
- }
2031
- .e-gantt-dialog .e-icon-dlg-close {
2032
- color: rgba(var(--color-sf-on-surface-variant));
2033
- }
2034
- .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
2035
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2036
- }
2037
- .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
2038
- color: rgba(var(--color-sf-on-surface-variant));
2039
- }
2040
- .e-gantt-dialog .e-tab .e-tab-header {
2041
- background: transparent;
2042
- }
2043
- .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
2044
- background: rgba(var(--color-sf-primary));
2045
- }
2046
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
2047
- background-color: transparent;
2048
- }
2049
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
2050
- color: rgba(var(--color-sf-primary));
2051
- }
2052
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
2053
- border-color: transparent;
2054
- }
2055
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
2056
- color: rgba(var(--color-sf-on-surface-variant));
2057
- }
2058
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
2059
- background: transparent;
2060
- border-bottom: 0px;
2061
- border-bottom-left-radius: 0px;
2062
- border-bottom-right-radius: 0px;
2063
- border-color: transparent;
2064
- }
2065
- .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
2066
- color: rgba(var(--color-sf-on-surface-variant));
2067
- }
2068
-
2069
- .e-gantt.e-device .e-left-resize-gripper,
2070
- .e-gantt.e-device .e-right-resize-gripper {
2071
- border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface));
2072
- color: rgba(var(--color-sf-on-primary));
2073
- }
2074
- .e-gantt.e-device .e-backarrowspan {
2075
- color: rgba(var(--color-sf-warning-text));
2076
- }
2077
-
2078
- .e-gantt .e-gantt-chart .e-criticalconnector-line {
2079
- border-color: rgba(var(--color-sf-error));
2080
- }
2081
-
2082
- .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
2083
- border-left-color: rgba(var(--color-sf-error));
2084
- }
2085
-
2086
- .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
2087
- border-right-color: rgba(var(--color-sf-error));
2088
- }
2089
-
2090
- .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
2091
- border-color: rgba(var(--color-sf-error-container));
2092
- outline-color: rgba(var(--color-sf-error-container));
2093
- }
2094
-
2095
- .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
2096
- border-left-color: rgba(var(--color-sf-error-container));
2097
- }
2098
-
2099
- .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
2100
- border-right-color: rgba(var(--color-sf-error-container));
2101
- }
2102
-
2103
- .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2104
- background: linear-gradient(0deg, rgba(var(--color-sf-warning), 0.75), rgba(var(--color-sf-warning), 0.75)), rgba(var(--color-sf-surface));
2105
- outline: 1px solid rgba(var(--color-sf-error-container));
2106
- border-radius: 4px;
2107
- }
2108
-
2109
- .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2110
- background-color: rgba(var(--color-sf-warning));
2111
- border: 0px;
2112
- border-radius: 3px;
2113
- }
2114
-
2115
- .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
2116
- background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
2117
- background-color: rgba(255, 85, 85, 0.2);
2118
- border: 0px;
2119
- border-radius: 4px;
2120
- }
2121
-
2122
- .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
2123
- display: none;
2124
- }
2125
-
2126
- .e-gantt .e-gantt-chart .e-critical-milestone {
2127
- background-color: rgba(var(--color-sf-surface));
2128
- border: 1px solid rgba(var(--color-sf-warning));
2129
- }
2130
-
2131
- .e-gantt-chart-resize-indicator {
2132
- border: 1px dashed linear-gradient(0deg, rgba(var(--color-sf-primary), 0.75), rgba(var(--color-sf-primary), 0.75)), rgba(var(--color-sf-surface));
2133
- border-bottom: none;
2134
- border-top: none;
2135
- }
1
+ @import '@syncfusion/ej2-gantt/styles/material3-dark.css';