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