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