@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
|
@@ -246,26 +246,234 @@
|
|
|
246
246
|
content: "\e770";
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
250
|
+
content: "\e773";
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
254
|
+
content: "\e7f9";
|
|
255
|
+
}
|
|
256
|
+
|
|
249
257
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
250
258
|
height: 64px;
|
|
251
259
|
}
|
|
252
260
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
253
261
|
height: 32px;
|
|
254
262
|
}
|
|
263
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
264
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
265
|
+
padding-left: 10px;
|
|
266
|
+
padding-right: 10px;
|
|
267
|
+
width: 30px;
|
|
268
|
+
}
|
|
269
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
270
|
+
border-radius: 4px !important;
|
|
271
|
+
font-size: 12px !important;
|
|
272
|
+
height: 26px !important;
|
|
273
|
+
padding: 4px 8px 4px 8px !important;
|
|
274
|
+
top: 36px !important;
|
|
275
|
+
}
|
|
276
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
277
|
+
border-bottom: 6px solid transparent;
|
|
278
|
+
border-right: 6px solid transparent;
|
|
279
|
+
border-right-color: #FFEDD5;
|
|
280
|
+
border-top: 6px solid transparent;
|
|
281
|
+
top: 43px !important;
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
285
|
+
content: "\e888";
|
|
286
|
+
}
|
|
287
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
288
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
289
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
290
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
291
|
+
border-radius: 50%;
|
|
292
|
+
display: inline-block;
|
|
293
|
+
position: absolute;
|
|
294
|
+
}
|
|
295
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
296
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
297
|
+
border-style: solid;
|
|
298
|
+
border-width: 1px;
|
|
299
|
+
box-sizing: content-box;
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
display: inline-block;
|
|
302
|
+
}
|
|
303
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
305
|
+
background-color: #4f46e5;
|
|
306
|
+
border-color: #1f2937;
|
|
307
|
+
}
|
|
308
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
309
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
310
|
+
background-color: #4f46e5;
|
|
311
|
+
border-color: #1f2937;
|
|
312
|
+
outline: 2px solid #818cf8;
|
|
313
|
+
}
|
|
255
314
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
256
315
|
height: 63px !important;
|
|
257
316
|
}
|
|
317
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
|
+
background-color: #000000;
|
|
319
|
+
border-color: #000000;
|
|
320
|
+
color: #FFFFFF;
|
|
321
|
+
font-size: 12px;
|
|
322
|
+
line-height: 18px;
|
|
323
|
+
padding: 0 8px 0 0;
|
|
324
|
+
}
|
|
325
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
|
+
background-color: #000000;
|
|
327
|
+
border-color: #000000;
|
|
328
|
+
color: #FFFFFF;
|
|
329
|
+
font-size: 12px;
|
|
330
|
+
line-height: 18px;
|
|
331
|
+
padding: 0 0 0 8px;
|
|
332
|
+
}
|
|
333
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
334
|
+
padding: 3px !important;
|
|
335
|
+
}
|
|
336
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
337
|
+
padding: 24px 0 0 !important;
|
|
338
|
+
}
|
|
339
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
340
|
+
padding: 0 16px !important;
|
|
341
|
+
}
|
|
258
342
|
.e-bigger .e-columnmenu {
|
|
259
343
|
top: 35px;
|
|
260
344
|
}
|
|
345
|
+
.e-bigger .e-gantt-dialog {
|
|
346
|
+
border-radius: 6px;
|
|
347
|
+
width: 564px !important;
|
|
348
|
+
}
|
|
261
349
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
262
|
-
padding: 16px
|
|
350
|
+
padding: 16px 8px 0 24px;
|
|
263
351
|
}
|
|
264
352
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
265
|
-
padding: 16px
|
|
353
|
+
padding: 16px 24px 0 8px;
|
|
266
354
|
}
|
|
267
355
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
268
|
-
padding: 16px 18px 0
|
|
356
|
+
padding: 16px 18px 0 9px;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
359
|
+
height: 242px !important;
|
|
360
|
+
}
|
|
361
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
362
|
+
height: 75px !important;
|
|
363
|
+
}
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
365
|
+
border-bottom: 0 !important;
|
|
366
|
+
}
|
|
367
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
368
|
+
border-radius: 0 !important;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
371
|
+
border-radius: 6px 6px 0px 0px;
|
|
372
|
+
padding-bottom: 12px;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
375
|
+
border-radius: 50%;
|
|
376
|
+
height: auto !important;
|
|
377
|
+
width: auto !important;
|
|
378
|
+
}
|
|
379
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
380
|
+
margin-left: 12px !important;
|
|
381
|
+
}
|
|
382
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
383
|
+
padding: 7px 0 !important;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
386
|
+
font-size: 16px !important;
|
|
387
|
+
}
|
|
388
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
389
|
+
width: 250px !important;
|
|
390
|
+
}
|
|
391
|
+
.e-bigger .e-predecessor-tooltip {
|
|
392
|
+
background-color: #000000;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-predecessor-dialog {
|
|
395
|
+
background-color: #f9fafb;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
398
|
+
background-color: #f9fafb;
|
|
399
|
+
padding: 10px 9px 9px 14px !important;
|
|
400
|
+
}
|
|
401
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
402
|
+
padding: 16px 4px 16px 24px !important;
|
|
403
|
+
}
|
|
404
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
405
|
+
left: -2px !important;
|
|
406
|
+
}
|
|
407
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
408
|
+
height: 68px !important;
|
|
409
|
+
}
|
|
410
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
411
|
+
font-size: 16px !important;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
414
|
+
height: 62px !important;
|
|
415
|
+
padding: 12px 24px 12px 12px !important;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
418
|
+
margin-left: 12px;
|
|
419
|
+
}
|
|
420
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
421
|
+
line-height: 28px;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-tab .e-content {
|
|
424
|
+
height: 242px !important;
|
|
425
|
+
}
|
|
426
|
+
.e-bigger .e-filter-popup {
|
|
427
|
+
width: 319px !important;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-dlg-content {
|
|
430
|
+
border-radius: 6px !important;
|
|
431
|
+
padding: 23px 24px 15px 24px !important;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
434
|
+
font-size: 14px;
|
|
435
|
+
line-height: 22px;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
438
|
+
font-size: 14px;
|
|
439
|
+
line-height: 22px;
|
|
440
|
+
}
|
|
441
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
442
|
+
height: 36px !important;
|
|
443
|
+
}
|
|
444
|
+
.e-bigger .e-left-btn:disabled {
|
|
445
|
+
color: #9CA3Af !important;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-right-btn:disabled {
|
|
448
|
+
color: #9CA3Af !important;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
451
|
+
min-width: 36px !important;
|
|
452
|
+
}
|
|
453
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
454
|
+
min-height: 18px !important;
|
|
455
|
+
min-width: 35.82px !important;
|
|
456
|
+
}
|
|
457
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
458
|
+
min-height: 18px !important;
|
|
459
|
+
min-width: 35.82px !important;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
462
|
+
min-height: 18px !important;
|
|
463
|
+
min-width: 35.82px !important;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
466
|
+
height: 38px;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
469
|
+
font-size: 16px !important;
|
|
470
|
+
}
|
|
471
|
+
.e-bigger .e-btn.e-flat {
|
|
472
|
+
line-height: 24px;
|
|
473
|
+
padding: 6px 16px 6px 15px !important;
|
|
474
|
+
}
|
|
475
|
+
.e-bigger .e-btn.e-primary {
|
|
476
|
+
padding: 6px 21px 6px 23px !important;
|
|
269
477
|
}
|
|
270
478
|
|
|
271
479
|
.e-gantt {
|
|
@@ -420,9 +628,11 @@
|
|
|
420
628
|
position: absolute;
|
|
421
629
|
}
|
|
422
630
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
631
|
+
height: 100%;
|
|
423
632
|
position: absolute;
|
|
424
633
|
}
|
|
425
634
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
635
|
+
height: 100%;
|
|
426
636
|
position: absolute;
|
|
427
637
|
}
|
|
428
638
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -674,37 +884,35 @@
|
|
|
674
884
|
cursor: col-resize;
|
|
675
885
|
}
|
|
676
886
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
677
|
-
border-style: solid;
|
|
678
887
|
border-width: 1px;
|
|
679
888
|
box-sizing: content-box;
|
|
680
889
|
cursor: col-resize;
|
|
681
890
|
height: 2px;
|
|
682
891
|
position: absolute;
|
|
683
892
|
top: 7px;
|
|
684
|
-
width: 12px;
|
|
685
893
|
}
|
|
686
894
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
687
895
|
border-bottom-style: solid;
|
|
688
|
-
border-bottom-width:
|
|
896
|
+
border-bottom-width: 8px;
|
|
689
897
|
border-left: 7px solid transparent;
|
|
690
898
|
border-right: 7px solid transparent;
|
|
691
899
|
cursor: col-resize;
|
|
692
900
|
height: 0;
|
|
693
|
-
left:
|
|
901
|
+
left: 0;
|
|
694
902
|
position: absolute;
|
|
695
903
|
top: -7px;
|
|
696
904
|
width: 0;
|
|
697
905
|
}
|
|
698
906
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
699
907
|
border-bottom-style: solid;
|
|
700
|
-
border-bottom-width:
|
|
908
|
+
border-bottom-width: 8px;
|
|
701
909
|
border-left: 6px solid transparent;
|
|
702
910
|
border-right: 6px solid transparent;
|
|
703
911
|
cursor: col-resize;
|
|
704
912
|
height: 0;
|
|
705
|
-
left:
|
|
913
|
+
left: 1px;
|
|
706
914
|
position: absolute;
|
|
707
|
-
top: -
|
|
915
|
+
top: -7px;
|
|
708
916
|
width: 0;
|
|
709
917
|
}
|
|
710
918
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1132,6 +1340,10 @@
|
|
|
1132
1340
|
height: 100%;
|
|
1133
1341
|
}
|
|
1134
1342
|
|
|
1343
|
+
.e-predecessor-tooltip {
|
|
1344
|
+
visibility: hidden;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1135
1347
|
/*! Gantt theme */
|
|
1136
1348
|
.e-gantt .e-gantt-splitter {
|
|
1137
1349
|
border-color: #4b5563;
|
|
@@ -1349,7 +1561,7 @@
|
|
|
1349
1561
|
}
|
|
1350
1562
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1351
1563
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1352
|
-
background-color: #
|
|
1564
|
+
background-color: #4f46e5;
|
|
1353
1565
|
border-color: #1f2937;
|
|
1354
1566
|
}
|
|
1355
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -246,26 +246,234 @@
|
|
|
246
246
|
content: "\e770";
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
250
|
+
content: "\e773";
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
254
|
+
content: "\e7f9";
|
|
255
|
+
}
|
|
256
|
+
|
|
249
257
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
250
258
|
height: 64px;
|
|
251
259
|
}
|
|
252
260
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
253
261
|
height: 32px;
|
|
254
262
|
}
|
|
263
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
264
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
265
|
+
padding-left: 10px;
|
|
266
|
+
padding-right: 10px;
|
|
267
|
+
width: 30px;
|
|
268
|
+
}
|
|
269
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
270
|
+
border-radius: 4px !important;
|
|
271
|
+
font-size: 12px !important;
|
|
272
|
+
height: 26px !important;
|
|
273
|
+
padding: 4px 8px 4px 8px !important;
|
|
274
|
+
top: 36px !important;
|
|
275
|
+
}
|
|
276
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
277
|
+
border-bottom: 6px solid transparent;
|
|
278
|
+
border-right: 6px solid transparent;
|
|
279
|
+
border-right-color: #FFEDD5;
|
|
280
|
+
border-top: 6px solid transparent;
|
|
281
|
+
top: 43px !important;
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
285
|
+
content: "\e888";
|
|
286
|
+
}
|
|
287
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
288
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
289
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
290
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
291
|
+
border-radius: 50%;
|
|
292
|
+
display: inline-block;
|
|
293
|
+
position: absolute;
|
|
294
|
+
}
|
|
295
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
296
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
297
|
+
border-style: solid;
|
|
298
|
+
border-width: 1px;
|
|
299
|
+
box-sizing: content-box;
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
display: inline-block;
|
|
302
|
+
}
|
|
303
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
305
|
+
background-color: #4f46e5;
|
|
306
|
+
border-color: #fff;
|
|
307
|
+
}
|
|
308
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
309
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
310
|
+
background-color: #4f46e5;
|
|
311
|
+
border-color: #fff;
|
|
312
|
+
outline: 2px solid #818cf8;
|
|
313
|
+
}
|
|
255
314
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
256
315
|
height: 63px !important;
|
|
257
316
|
}
|
|
317
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
|
+
background-color: #000000;
|
|
319
|
+
border-color: #000000;
|
|
320
|
+
color: #FFFFFF;
|
|
321
|
+
font-size: 12px;
|
|
322
|
+
line-height: 18px;
|
|
323
|
+
padding: 0 8px 0 0;
|
|
324
|
+
}
|
|
325
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
|
+
background-color: #000000;
|
|
327
|
+
border-color: #000000;
|
|
328
|
+
color: #FFFFFF;
|
|
329
|
+
font-size: 12px;
|
|
330
|
+
line-height: 18px;
|
|
331
|
+
padding: 0 0 0 8px;
|
|
332
|
+
}
|
|
333
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
334
|
+
padding: 3px !important;
|
|
335
|
+
}
|
|
336
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
337
|
+
padding: 24px 0 0 !important;
|
|
338
|
+
}
|
|
339
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
340
|
+
padding: 0 16px !important;
|
|
341
|
+
}
|
|
258
342
|
.e-bigger .e-columnmenu {
|
|
259
343
|
top: 35px;
|
|
260
344
|
}
|
|
345
|
+
.e-bigger .e-gantt-dialog {
|
|
346
|
+
border-radius: 6px;
|
|
347
|
+
width: 564px !important;
|
|
348
|
+
}
|
|
261
349
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
262
|
-
padding: 16px
|
|
350
|
+
padding: 16px 8px 0 24px;
|
|
263
351
|
}
|
|
264
352
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
265
|
-
padding: 16px
|
|
353
|
+
padding: 16px 24px 0 8px;
|
|
266
354
|
}
|
|
267
355
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
268
|
-
padding: 16px 18px 0
|
|
356
|
+
padding: 16px 18px 0 9px;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
359
|
+
height: 242px !important;
|
|
360
|
+
}
|
|
361
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
362
|
+
height: 75px !important;
|
|
363
|
+
}
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
365
|
+
border-bottom: 0 !important;
|
|
366
|
+
}
|
|
367
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
368
|
+
border-radius: 0 !important;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
371
|
+
border-radius: 6px 6px 0px 0px;
|
|
372
|
+
padding-bottom: 12px;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
375
|
+
border-radius: 50%;
|
|
376
|
+
height: auto !important;
|
|
377
|
+
width: auto !important;
|
|
378
|
+
}
|
|
379
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
380
|
+
margin-left: 12px !important;
|
|
381
|
+
}
|
|
382
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
383
|
+
padding: 7px 0 !important;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
386
|
+
font-size: 16px !important;
|
|
387
|
+
}
|
|
388
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
389
|
+
width: 250px !important;
|
|
390
|
+
}
|
|
391
|
+
.e-bigger .e-predecessor-tooltip {
|
|
392
|
+
background-color: #000000;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-predecessor-dialog {
|
|
395
|
+
background-color: #f9fafb;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
398
|
+
background-color: #f9fafb;
|
|
399
|
+
padding: 10px 9px 9px 14px !important;
|
|
400
|
+
}
|
|
401
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
402
|
+
padding: 16px 4px 16px 24px !important;
|
|
403
|
+
}
|
|
404
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
405
|
+
left: -2px !important;
|
|
406
|
+
}
|
|
407
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
408
|
+
height: 68px !important;
|
|
409
|
+
}
|
|
410
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
411
|
+
font-size: 16px !important;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
414
|
+
height: 62px !important;
|
|
415
|
+
padding: 12px 24px 12px 12px !important;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
418
|
+
margin-left: 12px;
|
|
419
|
+
}
|
|
420
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
421
|
+
line-height: 28px;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-tab .e-content {
|
|
424
|
+
height: 242px !important;
|
|
425
|
+
}
|
|
426
|
+
.e-bigger .e-filter-popup {
|
|
427
|
+
width: 319px !important;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-dlg-content {
|
|
430
|
+
border-radius: 6px !important;
|
|
431
|
+
padding: 23px 24px 15px 24px !important;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
434
|
+
font-size: 14px;
|
|
435
|
+
line-height: 22px;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
438
|
+
font-size: 14px;
|
|
439
|
+
line-height: 22px;
|
|
440
|
+
}
|
|
441
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
442
|
+
height: 36px !important;
|
|
443
|
+
}
|
|
444
|
+
.e-bigger .e-left-btn:disabled {
|
|
445
|
+
color: #9CA3Af !important;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-right-btn:disabled {
|
|
448
|
+
color: #9CA3Af !important;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
451
|
+
min-width: 36px !important;
|
|
452
|
+
}
|
|
453
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
454
|
+
min-height: 18px !important;
|
|
455
|
+
min-width: 35.82px !important;
|
|
456
|
+
}
|
|
457
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
458
|
+
min-height: 18px !important;
|
|
459
|
+
min-width: 35.82px !important;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
462
|
+
min-height: 18px !important;
|
|
463
|
+
min-width: 35.82px !important;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
466
|
+
height: 38px;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
469
|
+
font-size: 16px !important;
|
|
470
|
+
}
|
|
471
|
+
.e-bigger .e-btn.e-flat {
|
|
472
|
+
line-height: 24px;
|
|
473
|
+
padding: 6px 16px 6px 15px !important;
|
|
474
|
+
}
|
|
475
|
+
.e-bigger .e-btn.e-primary {
|
|
476
|
+
padding: 6px 21px 6px 23px !important;
|
|
269
477
|
}
|
|
270
478
|
|
|
271
479
|
.e-gantt {
|
|
@@ -420,9 +628,11 @@
|
|
|
420
628
|
position: absolute;
|
|
421
629
|
}
|
|
422
630
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
631
|
+
height: 100%;
|
|
423
632
|
position: absolute;
|
|
424
633
|
}
|
|
425
634
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
635
|
+
height: 100%;
|
|
426
636
|
position: absolute;
|
|
427
637
|
}
|
|
428
638
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -674,37 +884,35 @@
|
|
|
674
884
|
cursor: col-resize;
|
|
675
885
|
}
|
|
676
886
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
677
|
-
border-style: solid;
|
|
678
887
|
border-width: 1px;
|
|
679
888
|
box-sizing: content-box;
|
|
680
889
|
cursor: col-resize;
|
|
681
890
|
height: 2px;
|
|
682
891
|
position: absolute;
|
|
683
892
|
top: 7px;
|
|
684
|
-
width: 12px;
|
|
685
893
|
}
|
|
686
894
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
687
895
|
border-bottom-style: solid;
|
|
688
|
-
border-bottom-width:
|
|
896
|
+
border-bottom-width: 8px;
|
|
689
897
|
border-left: 7px solid transparent;
|
|
690
898
|
border-right: 7px solid transparent;
|
|
691
899
|
cursor: col-resize;
|
|
692
900
|
height: 0;
|
|
693
|
-
left:
|
|
901
|
+
left: 0;
|
|
694
902
|
position: absolute;
|
|
695
903
|
top: -7px;
|
|
696
904
|
width: 0;
|
|
697
905
|
}
|
|
698
906
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
699
907
|
border-bottom-style: solid;
|
|
700
|
-
border-bottom-width:
|
|
908
|
+
border-bottom-width: 8px;
|
|
701
909
|
border-left: 6px solid transparent;
|
|
702
910
|
border-right: 6px solid transparent;
|
|
703
911
|
cursor: col-resize;
|
|
704
912
|
height: 0;
|
|
705
|
-
left:
|
|
913
|
+
left: 1px;
|
|
706
914
|
position: absolute;
|
|
707
|
-
top: -
|
|
915
|
+
top: -7px;
|
|
708
916
|
width: 0;
|
|
709
917
|
}
|
|
710
918
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1132,6 +1340,10 @@
|
|
|
1132
1340
|
height: 100%;
|
|
1133
1341
|
}
|
|
1134
1342
|
|
|
1343
|
+
.e-predecessor-tooltip {
|
|
1344
|
+
visibility: hidden;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1135
1347
|
/*! Gantt theme */
|
|
1136
1348
|
.e-gantt .e-gantt-splitter {
|
|
1137
1349
|
border-color: #e5e7eb;
|
|
@@ -1349,7 +1561,7 @@
|
|
|
1349
1561
|
}
|
|
1350
1562
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1351
1563
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1352
|
-
background-color: #
|
|
1564
|
+
background-color: #4f46e5;
|
|
1353
1565
|
border-color: #fff;
|
|
1354
1566
|
}
|
|
1355
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|