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