@syncfusion/ej2-gantt 20.1.51 → 20.1.56

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