@syncfusion/ej2-vue-gantt 26.1.41 → 26.2.4

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