@syncfusion/ej2-vue-gantt 20.1.56 → 20.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +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
|
@@ -238,26 +238,235 @@
|
|
|
238
238
|
content: "\e903";
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
242
|
+
content: "\e977";
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
246
|
+
content: "\e85f";
|
|
247
|
+
}
|
|
248
|
+
|
|
241
249
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
242
250
|
height: 64px;
|
|
243
251
|
}
|
|
244
252
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
245
253
|
height: 32px;
|
|
246
254
|
}
|
|
255
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
256
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
257
|
+
padding-left: 10px;
|
|
258
|
+
padding-right: 10px;
|
|
259
|
+
width: 30px;
|
|
260
|
+
}
|
|
261
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
262
|
+
border-radius: 4px !important;
|
|
263
|
+
font-size: 12px !important;
|
|
264
|
+
height: 26px !important;
|
|
265
|
+
padding: 4px 12px 4px 9px !important;
|
|
266
|
+
top: 65px !important;
|
|
267
|
+
}
|
|
268
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
269
|
+
border-bottom: 6px solid transparent;
|
|
270
|
+
border-right: 6px solid transparent;
|
|
271
|
+
border-right-color: #cae8ff;
|
|
272
|
+
border-top: 6px solid transparent;
|
|
273
|
+
top: 73px !important;
|
|
274
|
+
}
|
|
275
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
276
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
277
|
+
content: "\e92c";
|
|
278
|
+
}
|
|
279
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
280
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
281
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
282
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
283
|
+
border-radius: 50%;
|
|
284
|
+
display: inline-block;
|
|
285
|
+
position: absolute;
|
|
286
|
+
}
|
|
287
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
288
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
289
|
+
border-style: solid;
|
|
290
|
+
border-width: 1px;
|
|
291
|
+
box-sizing: content-box;
|
|
292
|
+
cursor: pointer;
|
|
293
|
+
display: inline-block;
|
|
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
|
+
background-color: #005a9e;
|
|
298
|
+
border-color: #303030;
|
|
299
|
+
}
|
|
300
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
301
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
302
|
+
background-color: #005a9e;
|
|
303
|
+
border-color: #303030;
|
|
304
|
+
outline: 2px solid #9fa8da;
|
|
305
|
+
}
|
|
306
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
307
|
+
height: 241px !important;
|
|
308
|
+
}
|
|
247
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
248
310
|
height: 63px !important;
|
|
249
311
|
}
|
|
312
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
313
|
+
background-color: #000000;
|
|
314
|
+
border-color: #000000;
|
|
315
|
+
color: #FFFFFF;
|
|
316
|
+
font-size: 12px;
|
|
317
|
+
line-height: 18px;
|
|
318
|
+
padding: 0 8px 0 0;
|
|
319
|
+
}
|
|
320
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
321
|
+
background-color: #000000;
|
|
322
|
+
border-color: #000000;
|
|
323
|
+
color: #FFFFFF;
|
|
324
|
+
font-size: 12px;
|
|
325
|
+
line-height: 18px;
|
|
326
|
+
padding: 0 0 0 8px;
|
|
327
|
+
}
|
|
328
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
329
|
+
padding: 3px !important;
|
|
330
|
+
}
|
|
331
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
332
|
+
padding: 14px 0 0 !important;
|
|
333
|
+
}
|
|
334
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
335
|
+
padding: 0 16px !important;
|
|
336
|
+
}
|
|
250
337
|
.e-bigger .e-columnmenu {
|
|
251
338
|
top: 38px;
|
|
252
339
|
}
|
|
340
|
+
.e-bigger .e-gantt-dialog {
|
|
341
|
+
border-radius: 6px;
|
|
342
|
+
width: 550px !important;
|
|
343
|
+
}
|
|
253
344
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
254
|
-
padding: 16px
|
|
345
|
+
padding: 16px 9px 0 16px;
|
|
255
346
|
}
|
|
256
347
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
257
|
-
padding: 16px
|
|
348
|
+
padding: 16px 16px 0 9px;
|
|
258
349
|
}
|
|
259
350
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
260
|
-
padding: 16px 18px 0
|
|
351
|
+
padding: 16px 18px 0 9px;
|
|
352
|
+
}
|
|
353
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
354
|
+
height: 241px !important;
|
|
355
|
+
}
|
|
356
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
357
|
+
height: 78px !important;
|
|
358
|
+
}
|
|
359
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
360
|
+
border-bottom: 0 !important;
|
|
361
|
+
}
|
|
362
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
363
|
+
border-radius: 0 !important;
|
|
364
|
+
}
|
|
365
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
366
|
+
border-radius: 6px 6px 0px 0px;
|
|
367
|
+
padding-bottom: 4px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
370
|
+
border-radius: 50%;
|
|
371
|
+
height: auto !important;
|
|
372
|
+
width: auto !important;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
375
|
+
margin-left: 4px !important;
|
|
376
|
+
}
|
|
377
|
+
.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
378
|
+
margin: 5px 0 6px !important;
|
|
379
|
+
}
|
|
380
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
381
|
+
margin-right: 0 !important;
|
|
382
|
+
}
|
|
383
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
384
|
+
font-size: 16px !important;
|
|
385
|
+
}
|
|
386
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
387
|
+
width: 250px !important;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-predecessor-tooltip {
|
|
390
|
+
background-color: #000000;
|
|
391
|
+
}
|
|
392
|
+
.e-bigger .e-predecessor-dialog {
|
|
393
|
+
background-color: #f3f3f3;
|
|
394
|
+
}
|
|
395
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
396
|
+
background-color: #f3f3f3;
|
|
397
|
+
padding: 10px 9px 9px 14px !important;
|
|
398
|
+
}
|
|
399
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
400
|
+
padding: 16px 4px 17px 16px !important;
|
|
401
|
+
}
|
|
402
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
403
|
+
left: 1px !important;
|
|
404
|
+
}
|
|
405
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
406
|
+
font-size: 12px !important;
|
|
407
|
+
}
|
|
408
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
409
|
+
height: 70px !important;
|
|
410
|
+
padding: 16px !important;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
413
|
+
margin-left: 12px;
|
|
414
|
+
}
|
|
415
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
416
|
+
line-height: 28px;
|
|
417
|
+
}
|
|
418
|
+
.e-bigger .e-filter-popup {
|
|
419
|
+
width: 350px !important;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-dlg-content {
|
|
422
|
+
border-radius: 6px !important;
|
|
423
|
+
padding: 20px 16px 6px 16px !important;
|
|
424
|
+
}
|
|
425
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
426
|
+
font-size: 14px;
|
|
427
|
+
line-height: 22px;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
430
|
+
font-size: 14px;
|
|
431
|
+
line-height: 22px;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
434
|
+
height: 27px !important;
|
|
435
|
+
padding: 5px 0 11px !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-left-btn:disabled {
|
|
438
|
+
color: #757575 !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-right-btn:disabled {
|
|
441
|
+
color: #757575 !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-width: 36px !important;
|
|
445
|
+
}
|
|
446
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
447
|
+
min-height: 26px !important;
|
|
448
|
+
min-width: 35.82px !important;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
451
|
+
min-height: 26px !important;
|
|
452
|
+
min-width: 35.82px !important;
|
|
453
|
+
}
|
|
454
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
455
|
+
min-height: 26px !important;
|
|
456
|
+
min-width: 35.82px !important;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
459
|
+
height: 44px;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
462
|
+
font-size: 16px !important;
|
|
463
|
+
}
|
|
464
|
+
.e-bigger .e-btn.e-flat {
|
|
465
|
+
line-height: 24px;
|
|
466
|
+
padding: 6px 16px 6px 15px !important;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-btn.e-primary {
|
|
469
|
+
padding: 6px 21px 6px 23px !important;
|
|
261
470
|
}
|
|
262
471
|
|
|
263
472
|
.e-gantt {
|
|
@@ -412,9 +621,11 @@
|
|
|
412
621
|
position: absolute;
|
|
413
622
|
}
|
|
414
623
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
624
|
+
height: 100%;
|
|
415
625
|
position: absolute;
|
|
416
626
|
}
|
|
417
627
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
628
|
+
height: 100%;
|
|
418
629
|
position: absolute;
|
|
419
630
|
}
|
|
420
631
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -663,37 +874,35 @@
|
|
|
663
874
|
cursor: col-resize;
|
|
664
875
|
}
|
|
665
876
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
666
|
-
border-style: solid;
|
|
667
877
|
border-width: 1px;
|
|
668
878
|
box-sizing: content-box;
|
|
669
879
|
cursor: col-resize;
|
|
670
880
|
height: 2px;
|
|
671
881
|
position: absolute;
|
|
672
882
|
top: 7px;
|
|
673
|
-
width: 12px;
|
|
674
883
|
}
|
|
675
884
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
676
885
|
border-bottom-style: solid;
|
|
677
|
-
border-bottom-width:
|
|
886
|
+
border-bottom-width: 8px;
|
|
678
887
|
border-left: 7px solid transparent;
|
|
679
888
|
border-right: 7px solid transparent;
|
|
680
889
|
cursor: col-resize;
|
|
681
890
|
height: 0;
|
|
682
|
-
left:
|
|
891
|
+
left: 0;
|
|
683
892
|
position: absolute;
|
|
684
893
|
top: -7px;
|
|
685
894
|
width: 0;
|
|
686
895
|
}
|
|
687
896
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
688
897
|
border-bottom-style: solid;
|
|
689
|
-
border-bottom-width:
|
|
898
|
+
border-bottom-width: 8px;
|
|
690
899
|
border-left: 6px solid transparent;
|
|
691
900
|
border-right: 6px solid transparent;
|
|
692
901
|
cursor: col-resize;
|
|
693
902
|
height: 0;
|
|
694
|
-
left:
|
|
903
|
+
left: 1px;
|
|
695
904
|
position: absolute;
|
|
696
|
-
top: -
|
|
905
|
+
top: -7px;
|
|
697
906
|
width: 0;
|
|
698
907
|
}
|
|
699
908
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1120,6 +1329,10 @@
|
|
|
1120
1329
|
height: 100%;
|
|
1121
1330
|
}
|
|
1122
1331
|
|
|
1332
|
+
.e-predecessor-tooltip {
|
|
1333
|
+
visibility: hidden;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1123
1336
|
/*! Gantt theme */
|
|
1124
1337
|
.e-gantt .e-gantt-splitter {
|
|
1125
1338
|
border-color: #616161;
|
|
@@ -1337,7 +1550,7 @@
|
|
|
1337
1550
|
}
|
|
1338
1551
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1339
1552
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1340
|
-
background-color: #
|
|
1553
|
+
background-color: #005a9e;
|
|
1341
1554
|
border-color: #303030;
|
|
1342
1555
|
}
|
|
1343
1556
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -278,26 +278,235 @@
|
|
|
278
278
|
content: "\e903";
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
282
|
+
content: "\e977";
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
286
|
+
content: "\e85f";
|
|
287
|
+
}
|
|
288
|
+
|
|
281
289
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
282
290
|
height: 64px;
|
|
283
291
|
}
|
|
284
292
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
285
293
|
height: 32px;
|
|
286
294
|
}
|
|
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
|
+
}
|
|
346
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
347
|
+
height: 241px !important;
|
|
348
|
+
}
|
|
287
349
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
288
350
|
height: 63px !important;
|
|
289
351
|
}
|
|
352
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
353
|
+
background-color: #000000;
|
|
354
|
+
border-color: #000000;
|
|
355
|
+
color: #FFFFFF;
|
|
356
|
+
font-size: 12px;
|
|
357
|
+
line-height: 18px;
|
|
358
|
+
padding: 0 8px 0 0;
|
|
359
|
+
}
|
|
360
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
361
|
+
background-color: #000000;
|
|
362
|
+
border-color: #000000;
|
|
363
|
+
color: #FFFFFF;
|
|
364
|
+
font-size: 12px;
|
|
365
|
+
line-height: 18px;
|
|
366
|
+
padding: 0 0 0 8px;
|
|
367
|
+
}
|
|
368
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
369
|
+
padding: 3px !important;
|
|
370
|
+
}
|
|
371
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
372
|
+
padding: 14px 0 0 !important;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
375
|
+
padding: 0 16px !important;
|
|
376
|
+
}
|
|
290
377
|
.e-bigger .e-columnmenu {
|
|
291
378
|
top: 38px;
|
|
292
379
|
}
|
|
380
|
+
.e-bigger .e-gantt-dialog {
|
|
381
|
+
border-radius: 6px;
|
|
382
|
+
width: 550px !important;
|
|
383
|
+
}
|
|
293
384
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
294
|
-
padding: 16px
|
|
385
|
+
padding: 16px 9px 0 16px;
|
|
295
386
|
}
|
|
296
387
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
297
|
-
padding: 16px
|
|
388
|
+
padding: 16px 16px 0 9px;
|
|
298
389
|
}
|
|
299
390
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
300
|
-
padding: 16px 18px 0
|
|
391
|
+
padding: 16px 18px 0 9px;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
394
|
+
height: 241px !important;
|
|
395
|
+
}
|
|
396
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
397
|
+
height: 78px !important;
|
|
398
|
+
}
|
|
399
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
400
|
+
border-bottom: 0 !important;
|
|
401
|
+
}
|
|
402
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
403
|
+
border-radius: 0 !important;
|
|
404
|
+
}
|
|
405
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
406
|
+
border-radius: 6px 6px 0px 0px;
|
|
407
|
+
padding-bottom: 4px;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
410
|
+
border-radius: 50%;
|
|
411
|
+
height: auto !important;
|
|
412
|
+
width: auto !important;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
415
|
+
margin-left: 4px !important;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
418
|
+
margin: 5px 0 6px !important;
|
|
419
|
+
}
|
|
420
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
421
|
+
margin-right: 0 !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
424
|
+
font-size: 16px !important;
|
|
425
|
+
}
|
|
426
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
427
|
+
width: 250px !important;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-predecessor-tooltip {
|
|
430
|
+
background-color: #000000;
|
|
431
|
+
}
|
|
432
|
+
.e-bigger .e-predecessor-dialog {
|
|
433
|
+
background-color: #f3f3f3;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
436
|
+
background-color: #f3f3f3;
|
|
437
|
+
padding: 10px 9px 9px 14px !important;
|
|
438
|
+
}
|
|
439
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
440
|
+
padding: 16px 14px 17px 16px !important;
|
|
441
|
+
}
|
|
442
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
443
|
+
left: 1px !important;
|
|
444
|
+
}
|
|
445
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
446
|
+
font-size: 12px !important;
|
|
447
|
+
}
|
|
448
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
449
|
+
height: 70px !important;
|
|
450
|
+
padding: 16px !important;
|
|
451
|
+
}
|
|
452
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
453
|
+
margin-left: 12px;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
456
|
+
line-height: 28px;
|
|
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;
|
|
301
510
|
}
|
|
302
511
|
|
|
303
512
|
.e-gantt {
|
|
@@ -452,9 +661,11 @@
|
|
|
452
661
|
position: absolute;
|
|
453
662
|
}
|
|
454
663
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
664
|
+
height: 100%;
|
|
455
665
|
position: absolute;
|
|
456
666
|
}
|
|
457
667
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
668
|
+
height: 100%;
|
|
458
669
|
position: absolute;
|
|
459
670
|
}
|
|
460
671
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -703,37 +914,35 @@
|
|
|
703
914
|
cursor: col-resize;
|
|
704
915
|
}
|
|
705
916
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
706
|
-
border-style: solid;
|
|
707
917
|
border-width: 1px;
|
|
708
918
|
box-sizing: content-box;
|
|
709
919
|
cursor: col-resize;
|
|
710
920
|
height: 2px;
|
|
711
921
|
position: absolute;
|
|
712
922
|
top: 7px;
|
|
713
|
-
width: 12px;
|
|
714
923
|
}
|
|
715
924
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
716
925
|
border-bottom-style: solid;
|
|
717
|
-
border-bottom-width:
|
|
926
|
+
border-bottom-width: 8px;
|
|
718
927
|
border-left: 7px solid transparent;
|
|
719
928
|
border-right: 7px solid transparent;
|
|
720
929
|
cursor: col-resize;
|
|
721
930
|
height: 0;
|
|
722
|
-
left:
|
|
931
|
+
left: 0;
|
|
723
932
|
position: absolute;
|
|
724
933
|
top: -7px;
|
|
725
934
|
width: 0;
|
|
726
935
|
}
|
|
727
936
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
728
937
|
border-bottom-style: solid;
|
|
729
|
-
border-bottom-width:
|
|
938
|
+
border-bottom-width: 8px;
|
|
730
939
|
border-left: 6px solid transparent;
|
|
731
940
|
border-right: 6px solid transparent;
|
|
732
941
|
cursor: col-resize;
|
|
733
942
|
height: 0;
|
|
734
|
-
left:
|
|
943
|
+
left: 1px;
|
|
735
944
|
position: absolute;
|
|
736
|
-
top: -
|
|
945
|
+
top: -7px;
|
|
737
946
|
width: 0;
|
|
738
947
|
}
|
|
739
948
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1160,6 +1369,10 @@
|
|
|
1160
1369
|
height: 100%;
|
|
1161
1370
|
}
|
|
1162
1371
|
|
|
1372
|
+
.e-predecessor-tooltip {
|
|
1373
|
+
visibility: hidden;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1163
1376
|
/*! Gantt theme */
|
|
1164
1377
|
.e-gantt .e-gantt-splitter {
|
|
1165
1378
|
border-color: #e0e0e0;
|
|
@@ -1377,7 +1590,7 @@
|
|
|
1377
1590
|
}
|
|
1378
1591
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1379
1592
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1380
|
-
background-color: #
|
|
1593
|
+
background-color: #005a9e;
|
|
1381
1594
|
border-color: #fff;
|
|
1382
1595
|
}
|
|
1383
1596
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|