@syncfusion/ej2-vue-gantt 20.1.52 → 20.1.58

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