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