@syncfusion/ej2-react-gantt 20.1.55 → 20.1.59

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