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