@syncfusion/ej2-vue-gantt 20.1.58 → 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 +9 -0
- package/dist/ej2-vue-gantt.umd.min.js +29 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
package/styles/fabric.css
CHANGED
|
@@ -196,26 +196,228 @@
|
|
|
196
196
|
content: "\e903";
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
200
|
+
content: "\e85b";
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
204
|
+
content: "\e85f";
|
|
205
|
+
}
|
|
206
|
+
|
|
199
207
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
200
208
|
height: 64px;
|
|
201
209
|
}
|
|
202
210
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
203
211
|
height: 32px;
|
|
204
212
|
}
|
|
213
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
214
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
215
|
+
padding-left: 10px;
|
|
216
|
+
padding-right: 10px;
|
|
217
|
+
width: 30px;
|
|
218
|
+
}
|
|
219
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
220
|
+
border-radius: 4px !important;
|
|
221
|
+
font-size: 12px !important;
|
|
222
|
+
height: 26px !important;
|
|
223
|
+
padding: 4px 11px 4px 9px !important;
|
|
224
|
+
top: 65px !important;
|
|
225
|
+
}
|
|
226
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
227
|
+
border-bottom: 6px solid transparent;
|
|
228
|
+
border-right: 6px solid transparent;
|
|
229
|
+
border-right-color: #cae8ff;
|
|
230
|
+
border-top: 6px solid transparent;
|
|
231
|
+
top: 73px !important;
|
|
232
|
+
}
|
|
233
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
234
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
235
|
+
content: "\e92c";
|
|
236
|
+
}
|
|
237
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
238
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
239
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
240
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
241
|
+
border-radius: 50%;
|
|
242
|
+
display: inline-block;
|
|
243
|
+
position: absolute;
|
|
244
|
+
}
|
|
245
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
246
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
247
|
+
border-style: solid;
|
|
248
|
+
border-width: 1px;
|
|
249
|
+
box-sizing: content-box;
|
|
250
|
+
cursor: pointer;
|
|
251
|
+
display: inline-block;
|
|
252
|
+
}
|
|
253
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
254
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
255
|
+
background-color: #0d6efd;
|
|
256
|
+
border-color: #fff;
|
|
257
|
+
}
|
|
258
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
260
|
+
background-color: #0d6efd;
|
|
261
|
+
border-color: #fff;
|
|
262
|
+
outline: 2px solid #b7e0ff;
|
|
263
|
+
}
|
|
205
264
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
206
265
|
height: 63px !important;
|
|
207
266
|
}
|
|
267
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
268
|
+
background-color: #000000;
|
|
269
|
+
border-color: #000000;
|
|
270
|
+
color: #F9FAFB;
|
|
271
|
+
font-size: 12px;
|
|
272
|
+
line-height: 18px;
|
|
273
|
+
padding: 0 8px 0 0;
|
|
274
|
+
}
|
|
275
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
276
|
+
background-color: #000000;
|
|
277
|
+
border-color: #000000;
|
|
278
|
+
color: #F9FAFB;
|
|
279
|
+
font-size: 12px;
|
|
280
|
+
line-height: 18px;
|
|
281
|
+
padding: 0 0 0 8px;
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
284
|
+
padding: 3px !important;
|
|
285
|
+
}
|
|
286
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
287
|
+
padding: 16px 0 0 !important;
|
|
288
|
+
}
|
|
289
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
290
|
+
padding: 0 16px !important;
|
|
291
|
+
}
|
|
208
292
|
.e-bigger .e-columnmenu {
|
|
209
293
|
top: 45px;
|
|
210
294
|
}
|
|
295
|
+
.e-bigger .e-gantt-dialog {
|
|
296
|
+
border-radius: 6px;
|
|
297
|
+
width: 556px !important;
|
|
298
|
+
}
|
|
211
299
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
212
|
-
padding: 16px
|
|
300
|
+
padding: 16px 12px 0 16px;
|
|
213
301
|
}
|
|
214
302
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
215
|
-
padding: 16px
|
|
303
|
+
padding: 16px 16px 0 12px;
|
|
216
304
|
}
|
|
217
305
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
218
|
-
padding: 16px 18px 0
|
|
306
|
+
padding: 16px 18px 0 9px;
|
|
307
|
+
}
|
|
308
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
309
|
+
height: 242px !important;
|
|
310
|
+
}
|
|
311
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
312
|
+
height: 76px !important;
|
|
313
|
+
}
|
|
314
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
315
|
+
border-bottom: 0 !important;
|
|
316
|
+
}
|
|
317
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
318
|
+
border-radius: 0 !important;
|
|
319
|
+
}
|
|
320
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
321
|
+
border-radius: 6px 6px 0px 0px;
|
|
322
|
+
padding-bottom: 4px;
|
|
323
|
+
}
|
|
324
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
325
|
+
border-radius: 50%;
|
|
326
|
+
height: auto !important;
|
|
327
|
+
width: auto !important;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
330
|
+
margin-left: 5px !important;
|
|
331
|
+
}
|
|
332
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
333
|
+
font-size: 16px !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
336
|
+
width: 250px !important;
|
|
337
|
+
}
|
|
338
|
+
.e-bigger .e-predecessor-tooltip {
|
|
339
|
+
background-color: #000000;
|
|
340
|
+
}
|
|
341
|
+
.e-bigger .e-predecessor-dialog {
|
|
342
|
+
background-color: #f8f8f8;
|
|
343
|
+
}
|
|
344
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
345
|
+
background-color: #f8f8f8;
|
|
346
|
+
padding: 10px 9px 9px 14px !important;
|
|
347
|
+
}
|
|
348
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
349
|
+
padding: 16px 4px 16px 16px !important;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
352
|
+
left: 0 !important;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
355
|
+
font-size: 12px !important;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
358
|
+
height: 70px !important;
|
|
359
|
+
padding: 16px !important;
|
|
360
|
+
}
|
|
361
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
362
|
+
margin-left: 12px;
|
|
363
|
+
}
|
|
364
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
365
|
+
line-height: 28px;
|
|
366
|
+
}
|
|
367
|
+
.e-bigger .e-tab .e-content {
|
|
368
|
+
height: 242px !important;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-filter-popup {
|
|
371
|
+
width: 350px !important;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-dlg-content {
|
|
374
|
+
border-radius: 6px !important;
|
|
375
|
+
padding: 32px 16px 16px !important;
|
|
376
|
+
}
|
|
377
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
378
|
+
font-size: 14px;
|
|
379
|
+
line-height: 22px;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
382
|
+
font-size: 14px;
|
|
383
|
+
line-height: 22px;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
386
|
+
height: 34px !important;
|
|
387
|
+
}
|
|
388
|
+
.e-bigger .e-left-btn:disabled {
|
|
389
|
+
color: #A6A6A6 !important;
|
|
390
|
+
}
|
|
391
|
+
.e-bigger .e-right-btn:disabled {
|
|
392
|
+
color: #A6A6A6 !important;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
395
|
+
min-width: 36px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
398
|
+
min-height: 35px !important;
|
|
399
|
+
min-width: 35.82px !important;
|
|
400
|
+
}
|
|
401
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
402
|
+
min-height: 35px !important;
|
|
403
|
+
min-width: 35.82px !important;
|
|
404
|
+
}
|
|
405
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
406
|
+
min-height: 35px !important;
|
|
407
|
+
min-width: 35.82px !important;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
410
|
+
height: 36px;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
413
|
+
font-size: 16px !important;
|
|
414
|
+
}
|
|
415
|
+
.e-bigger .e-btn.e-flat {
|
|
416
|
+
line-height: 24px;
|
|
417
|
+
padding: 6px 16px 6px 15px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-btn.e-primary {
|
|
420
|
+
padding: 6px 21px 6px 23px !important;
|
|
219
421
|
}
|
|
220
422
|
|
|
221
423
|
.e-gantt {
|
|
@@ -370,9 +572,11 @@
|
|
|
370
572
|
position: absolute;
|
|
371
573
|
}
|
|
372
574
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
575
|
+
height: 100%;
|
|
373
576
|
position: absolute;
|
|
374
577
|
}
|
|
375
578
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
579
|
+
height: 100%;
|
|
376
580
|
position: absolute;
|
|
377
581
|
}
|
|
378
582
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -621,37 +825,35 @@
|
|
|
621
825
|
cursor: col-resize;
|
|
622
826
|
}
|
|
623
827
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
624
|
-
border-style: solid;
|
|
625
828
|
border-width: 1px;
|
|
626
829
|
box-sizing: content-box;
|
|
627
830
|
cursor: col-resize;
|
|
628
831
|
height: 2px;
|
|
629
832
|
position: absolute;
|
|
630
833
|
top: 7px;
|
|
631
|
-
width: 12px;
|
|
632
834
|
}
|
|
633
835
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
634
836
|
border-bottom-style: solid;
|
|
635
|
-
border-bottom-width:
|
|
837
|
+
border-bottom-width: 8px;
|
|
636
838
|
border-left: 7px solid transparent;
|
|
637
839
|
border-right: 7px solid transparent;
|
|
638
840
|
cursor: col-resize;
|
|
639
841
|
height: 0;
|
|
640
|
-
left:
|
|
842
|
+
left: 0;
|
|
641
843
|
position: absolute;
|
|
642
844
|
top: -7px;
|
|
643
845
|
width: 0;
|
|
644
846
|
}
|
|
645
847
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
646
848
|
border-bottom-style: solid;
|
|
647
|
-
border-bottom-width:
|
|
849
|
+
border-bottom-width: 8px;
|
|
648
850
|
border-left: 6px solid transparent;
|
|
649
851
|
border-right: 6px solid transparent;
|
|
650
852
|
cursor: col-resize;
|
|
651
853
|
height: 0;
|
|
652
|
-
left:
|
|
854
|
+
left: 1px;
|
|
653
855
|
position: absolute;
|
|
654
|
-
top: -
|
|
856
|
+
top: -7px;
|
|
655
857
|
width: 0;
|
|
656
858
|
}
|
|
657
859
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1078,6 +1280,10 @@
|
|
|
1078
1280
|
height: 100%;
|
|
1079
1281
|
}
|
|
1080
1282
|
|
|
1283
|
+
.e-predecessor-tooltip {
|
|
1284
|
+
visibility: hidden;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1081
1287
|
/*! Gantt theme */
|
|
1082
1288
|
.e-gantt .e-gantt-splitter {
|
|
1083
1289
|
border-color: #eaeaea;
|
|
@@ -1295,7 +1501,7 @@
|
|
|
1295
1501
|
}
|
|
1296
1502
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1297
1503
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1298
|
-
background-color: #
|
|
1504
|
+
background-color: #0d6efd;
|
|
1299
1505
|
border-color: #fff;
|
|
1300
1506
|
}
|
|
1301
1507
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -261,26 +261,228 @@
|
|
|
261
261
|
content: "\e770";
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
265
|
+
content: "\e773";
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
269
|
+
content: "\e7f9";
|
|
270
|
+
}
|
|
271
|
+
|
|
264
272
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
265
273
|
height: 64px;
|
|
266
274
|
}
|
|
267
275
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
268
276
|
height: 32px;
|
|
269
277
|
}
|
|
278
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
279
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
280
|
+
padding-left: 10px;
|
|
281
|
+
padding-right: 10px;
|
|
282
|
+
width: 30px;
|
|
283
|
+
}
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
285
|
+
border-radius: 4px !important;
|
|
286
|
+
font-size: 12px !important;
|
|
287
|
+
height: 26px !important;
|
|
288
|
+
padding: 4px 8px 4px 8px !important;
|
|
289
|
+
top: 35px !important;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
292
|
+
border-bottom: 6px solid transparent;
|
|
293
|
+
border-right: 6px solid transparent;
|
|
294
|
+
border-right-color: #fff4ce;
|
|
295
|
+
border-top: 6px solid transparent;
|
|
296
|
+
top: 43px !important;
|
|
297
|
+
}
|
|
298
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
299
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
300
|
+
content: "\e888";
|
|
301
|
+
}
|
|
302
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
303
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
305
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
306
|
+
border-radius: 50%;
|
|
307
|
+
display: inline-block;
|
|
308
|
+
position: absolute;
|
|
309
|
+
}
|
|
310
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
311
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
312
|
+
border-style: solid;
|
|
313
|
+
border-width: 1px;
|
|
314
|
+
box-sizing: content-box;
|
|
315
|
+
cursor: pointer;
|
|
316
|
+
display: inline-block;
|
|
317
|
+
}
|
|
318
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
319
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
320
|
+
background-color: #0078de;
|
|
321
|
+
border-color: #1b1a19;
|
|
322
|
+
}
|
|
323
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
324
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
325
|
+
background-color: #0078de;
|
|
326
|
+
border-color: #1b1a19;
|
|
327
|
+
outline: 2px solid #c7e0f4;
|
|
328
|
+
}
|
|
270
329
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
271
330
|
height: 63px !important;
|
|
272
331
|
}
|
|
332
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
333
|
+
background-color: #000000;
|
|
334
|
+
border-color: #000000;
|
|
335
|
+
color: #FFFFFF;
|
|
336
|
+
font-size: 12px;
|
|
337
|
+
line-height: 18px;
|
|
338
|
+
padding: 0 8px 0 0;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
341
|
+
background-color: #000000;
|
|
342
|
+
border-color: #000000;
|
|
343
|
+
color: #FFFFFF;
|
|
344
|
+
font-size: 12px;
|
|
345
|
+
line-height: 18px;
|
|
346
|
+
padding: 0 0 0 8px;
|
|
347
|
+
}
|
|
348
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
349
|
+
padding: 3px !important;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
352
|
+
padding: 28px 0 0 !important;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
355
|
+
padding: 0 16px !important;
|
|
356
|
+
}
|
|
273
357
|
.e-bigger .e-columnmenu {
|
|
274
358
|
top: 38px;
|
|
275
359
|
}
|
|
360
|
+
.e-bigger .e-gantt-dialog {
|
|
361
|
+
border-radius: 6px;
|
|
362
|
+
width: 580px !important;
|
|
363
|
+
}
|
|
276
364
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
277
|
-
padding: 16px
|
|
365
|
+
padding: 16px 8px 0 28px;
|
|
278
366
|
}
|
|
279
367
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
280
|
-
padding: 16px
|
|
368
|
+
padding: 16px 28px 0 8px;
|
|
281
369
|
}
|
|
282
370
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
283
|
-
padding: 16px 18px 0
|
|
371
|
+
padding: 16px 18px 0 9px;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
374
|
+
height: 254px !important;
|
|
375
|
+
}
|
|
376
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
377
|
+
height: 84px !important;
|
|
378
|
+
}
|
|
379
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
380
|
+
border-bottom: 0 !important;
|
|
381
|
+
}
|
|
382
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
383
|
+
border-radius: 0 !important;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
386
|
+
border-radius: 6px 6px 0px 0px;
|
|
387
|
+
padding-bottom: 20px;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
390
|
+
border-radius: 50%;
|
|
391
|
+
height: auto !important;
|
|
392
|
+
width: auto !important;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
395
|
+
margin-left: 16px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
398
|
+
font-size: 16px !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
401
|
+
width: 254px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-predecessor-tooltip {
|
|
404
|
+
background-color: #000000;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-predecessor-dialog {
|
|
407
|
+
background-color: #faf9f8;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
410
|
+
background-color: #faf9f8;
|
|
411
|
+
padding: 10px 9px 9px 14px !important;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
414
|
+
padding: 16px 4px 16px 28px !important;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
417
|
+
left: 8px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
420
|
+
font-size: 14px !important;
|
|
421
|
+
}
|
|
422
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
423
|
+
height: 96px !important;
|
|
424
|
+
padding: 28px 28px 28px 28px !important;
|
|
425
|
+
}
|
|
426
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
427
|
+
margin-left: 12px;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
430
|
+
line-height: 28px;
|
|
431
|
+
}
|
|
432
|
+
.e-bigger .e-tab .e-content {
|
|
433
|
+
height: 254px !important;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-filter-popup {
|
|
436
|
+
width: 392px !important;
|
|
437
|
+
}
|
|
438
|
+
.e-bigger .e-dlg-content {
|
|
439
|
+
border-radius: 2px !important;
|
|
440
|
+
padding: 28px 28px 0px 28px !important;
|
|
441
|
+
}
|
|
442
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
443
|
+
font-size: 14px;
|
|
444
|
+
line-height: 22px;
|
|
445
|
+
}
|
|
446
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
447
|
+
font-size: 14px;
|
|
448
|
+
line-height: 22px;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
451
|
+
height: 38px !important;
|
|
452
|
+
}
|
|
453
|
+
.e-bigger .e-left-btn:disabled {
|
|
454
|
+
color: #A19F9D !important;
|
|
455
|
+
}
|
|
456
|
+
.e-bigger .e-right-btn:disabled {
|
|
457
|
+
color: #A19F9D !important;
|
|
458
|
+
}
|
|
459
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
460
|
+
min-width: 36px !important;
|
|
461
|
+
}
|
|
462
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
463
|
+
min-height: 35px !important;
|
|
464
|
+
min-width: 35.82px !important;
|
|
465
|
+
}
|
|
466
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
467
|
+
min-height: 35px !important;
|
|
468
|
+
min-width: 35.82px !important;
|
|
469
|
+
}
|
|
470
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
471
|
+
min-height: 35px !important;
|
|
472
|
+
min-width: 35.82px !important;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
475
|
+
height: 40px;
|
|
476
|
+
}
|
|
477
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
478
|
+
font-size: 16px !important;
|
|
479
|
+
}
|
|
480
|
+
.e-bigger .e-btn.e-flat {
|
|
481
|
+
line-height: 24px;
|
|
482
|
+
padding: 6px 16px 6px 15px !important;
|
|
483
|
+
}
|
|
484
|
+
.e-bigger .e-btn.e-primary {
|
|
485
|
+
padding: 6px 21px 6px 23px !important;
|
|
284
486
|
}
|
|
285
487
|
|
|
286
488
|
.e-gantt {
|
|
@@ -435,9 +637,11 @@
|
|
|
435
637
|
position: absolute;
|
|
436
638
|
}
|
|
437
639
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
640
|
+
height: 100%;
|
|
438
641
|
position: absolute;
|
|
439
642
|
}
|
|
440
643
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
644
|
+
height: 100%;
|
|
441
645
|
position: absolute;
|
|
442
646
|
}
|
|
443
647
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -686,37 +890,35 @@
|
|
|
686
890
|
cursor: col-resize;
|
|
687
891
|
}
|
|
688
892
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
689
|
-
border-style: solid;
|
|
690
893
|
border-width: 1px;
|
|
691
894
|
box-sizing: content-box;
|
|
692
895
|
cursor: col-resize;
|
|
693
896
|
height: 2px;
|
|
694
897
|
position: absolute;
|
|
695
898
|
top: 7px;
|
|
696
|
-
width: 12px;
|
|
697
899
|
}
|
|
698
900
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
699
901
|
border-bottom-style: solid;
|
|
700
|
-
border-bottom-width:
|
|
902
|
+
border-bottom-width: 8px;
|
|
701
903
|
border-left: 7px solid transparent;
|
|
702
904
|
border-right: 7px solid transparent;
|
|
703
905
|
cursor: col-resize;
|
|
704
906
|
height: 0;
|
|
705
|
-
left:
|
|
907
|
+
left: 0;
|
|
706
908
|
position: absolute;
|
|
707
909
|
top: -7px;
|
|
708
910
|
width: 0;
|
|
709
911
|
}
|
|
710
912
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
711
913
|
border-bottom-style: solid;
|
|
712
|
-
border-bottom-width:
|
|
914
|
+
border-bottom-width: 8px;
|
|
713
915
|
border-left: 6px solid transparent;
|
|
714
916
|
border-right: 6px solid transparent;
|
|
715
917
|
cursor: col-resize;
|
|
716
918
|
height: 0;
|
|
717
|
-
left:
|
|
919
|
+
left: 1px;
|
|
718
920
|
position: absolute;
|
|
719
|
-
top: -
|
|
921
|
+
top: -7px;
|
|
720
922
|
width: 0;
|
|
721
923
|
}
|
|
722
924
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1143,6 +1345,10 @@
|
|
|
1143
1345
|
height: 100%;
|
|
1144
1346
|
}
|
|
1145
1347
|
|
|
1348
|
+
.e-predecessor-tooltip {
|
|
1349
|
+
visibility: hidden;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1146
1352
|
/*! Gantt theme */
|
|
1147
1353
|
.e-gantt .e-gantt-splitter {
|
|
1148
1354
|
border-color: #292827;
|
|
@@ -1360,7 +1566,7 @@
|
|
|
1360
1566
|
}
|
|
1361
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1362
1568
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1363
|
-
background-color: #
|
|
1569
|
+
background-color: #0078de;
|
|
1364
1570
|
border-color: #1b1a19;
|
|
1365
1571
|
}
|
|
1366
1572
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|