@syncfusion/ej2-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-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +31 -18
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +31 -18
- 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/dialog-edit.js +1 -1
- package/src/gantt/actions/edit.js +5 -1
- package/src/gantt/actions/taskbar-edit.js +1 -3
- package/src/gantt/actions/toolbar.js +2 -0
- package/src/gantt/base/gantt-chart.js +6 -1
- package/src/gantt/base/gantt.js +2 -5
- package/src/gantt/base/task-processor.js +7 -3
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/connector-line.js +1 -1
- package/src/gantt/renderer/timeline.js +3 -0
- 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-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 +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/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 +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/gantt/fluent.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: #fff;
|
|
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: #fff;
|
|
327
|
+
outline: 2px solid #c7e0f4;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
|
+
height: 254px !important;
|
|
331
|
+
}
|
|
270
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
271
333
|
height: 63px !important;
|
|
272
334
|
}
|
|
335
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
336
|
+
background-color: #000000;
|
|
337
|
+
border-color: #000000;
|
|
338
|
+
color: #FFFFFF;
|
|
339
|
+
font-size: 12px;
|
|
340
|
+
line-height: 18px;
|
|
341
|
+
padding: 0 8px 0 0;
|
|
342
|
+
}
|
|
343
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
344
|
+
background-color: #000000;
|
|
345
|
+
border-color: #000000;
|
|
346
|
+
color: #FFFFFF;
|
|
347
|
+
font-size: 12px;
|
|
348
|
+
line-height: 18px;
|
|
349
|
+
padding: 0 0 0 8px;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
352
|
+
padding: 3px !important;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
355
|
+
padding: 28px 0 0 !important;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
358
|
+
padding: 0 16px !important;
|
|
359
|
+
}
|
|
273
360
|
.e-bigger .e-columnmenu {
|
|
274
361
|
top: 38px;
|
|
275
362
|
}
|
|
363
|
+
.e-bigger .e-gantt-dialog {
|
|
364
|
+
border-radius: 6px;
|
|
365
|
+
width: 580px !important;
|
|
366
|
+
}
|
|
276
367
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
277
|
-
padding: 16px
|
|
368
|
+
padding: 16px 8px 0 28px;
|
|
278
369
|
}
|
|
279
370
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
280
|
-
padding: 16px
|
|
371
|
+
padding: 16px 28px 0 8px;
|
|
281
372
|
}
|
|
282
373
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
283
|
-
padding: 16px 18px 0
|
|
374
|
+
padding: 16px 18px 0 9px;
|
|
375
|
+
}
|
|
376
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
377
|
+
height: 254px !important;
|
|
378
|
+
}
|
|
379
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
380
|
+
height: 84px !important;
|
|
381
|
+
}
|
|
382
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
383
|
+
border-bottom: 0 !important;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
386
|
+
border-radius: 0 !important;
|
|
387
|
+
}
|
|
388
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
389
|
+
border-radius: 6px 6px 0px 0px;
|
|
390
|
+
padding-bottom: 20px;
|
|
391
|
+
}
|
|
392
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
393
|
+
border-radius: 50%;
|
|
394
|
+
height: auto !important;
|
|
395
|
+
width: auto !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
398
|
+
margin-left: 16px !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
401
|
+
font-size: 16px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
404
|
+
width: 254px !important;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-predecessor-tooltip {
|
|
407
|
+
background-color: #000000;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-predecessor-dialog {
|
|
410
|
+
background-color: #faf9f8;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
|
+
background-color: #faf9f8;
|
|
414
|
+
padding: 10px 9px 9px 14px !important;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
417
|
+
padding: 16px 4px 16px 28px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
420
|
+
left: 8px !important;
|
|
421
|
+
}
|
|
422
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
423
|
+
font-size: 14px !important;
|
|
424
|
+
}
|
|
425
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
426
|
+
height: 96px !important;
|
|
427
|
+
padding: 28px 28px 28px 28px !important;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
430
|
+
margin-left: 12px;
|
|
431
|
+
}
|
|
432
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
433
|
+
line-height: 28px;
|
|
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: #edebe9;
|
|
@@ -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: #fff;
|
|
1365
1571
|
}
|
|
1366
1572
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -194,20 +194,214 @@
|
|
|
194
194
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
195
195
|
height: 32px;
|
|
196
196
|
}
|
|
197
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
198
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
199
|
+
padding-left: 10px;
|
|
200
|
+
padding-right: 10px;
|
|
201
|
+
width: 30px;
|
|
202
|
+
}
|
|
203
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
204
|
+
border-radius: 4px !important;
|
|
205
|
+
font-size: 12px !important;
|
|
206
|
+
height: 26px !important;
|
|
207
|
+
padding: 4px 11px 4px 8px !important;
|
|
208
|
+
top: 36px !important;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
211
|
+
border-bottom: 6px solid transparent;
|
|
212
|
+
border-right: 6px solid transparent;
|
|
213
|
+
border-right-color: #FFF;
|
|
214
|
+
border-top: 6px solid transparent;
|
|
215
|
+
top: 43px !important;
|
|
216
|
+
}
|
|
217
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
218
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
219
|
+
content: "\e92c";
|
|
220
|
+
}
|
|
221
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
222
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
223
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
224
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
225
|
+
border-radius: 50%;
|
|
226
|
+
display: inline-block;
|
|
227
|
+
position: absolute;
|
|
228
|
+
}
|
|
229
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
230
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
231
|
+
border-style: solid;
|
|
232
|
+
border-width: 1px;
|
|
233
|
+
box-sizing: content-box;
|
|
234
|
+
cursor: pointer;
|
|
235
|
+
display: inline-block;
|
|
236
|
+
}
|
|
237
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
238
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
239
|
+
background-color: #ffd939;
|
|
240
|
+
border-color: #000;
|
|
241
|
+
}
|
|
242
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
243
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
244
|
+
background-color: #ffd939;
|
|
245
|
+
border-color: #000;
|
|
246
|
+
outline: 2px solid #e7f1ff;
|
|
247
|
+
}
|
|
248
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
249
|
+
height: 241px !important;
|
|
250
|
+
}
|
|
197
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
198
252
|
height: 63px !important;
|
|
199
253
|
}
|
|
254
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
255
|
+
background-color: #000000;
|
|
256
|
+
border-color: #000000;
|
|
257
|
+
color: #F9FAFB;
|
|
258
|
+
font-size: 12px;
|
|
259
|
+
line-height: 18px;
|
|
260
|
+
padding: 0 8px 0 0;
|
|
261
|
+
}
|
|
262
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
263
|
+
background-color: #000000;
|
|
264
|
+
border-color: #000000;
|
|
265
|
+
color: #F9FAFB;
|
|
266
|
+
font-size: 12px;
|
|
267
|
+
line-height: 18px;
|
|
268
|
+
padding: 0 0 0 8px;
|
|
269
|
+
}
|
|
270
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
271
|
+
padding: 3px !important;
|
|
272
|
+
}
|
|
273
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
274
|
+
padding: 20px 0 0 !important;
|
|
275
|
+
}
|
|
276
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
277
|
+
padding: 0 16px !important;
|
|
278
|
+
}
|
|
200
279
|
.e-bigger .e-columnmenu {
|
|
201
280
|
top: 45px;
|
|
202
281
|
}
|
|
282
|
+
.e-bigger .e-gantt-dialog {
|
|
283
|
+
border-radius: 6px;
|
|
284
|
+
width: 554px !important;
|
|
285
|
+
}
|
|
203
286
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
204
|
-
padding: 16px
|
|
287
|
+
padding: 16px 9px 0 18px;
|
|
205
288
|
}
|
|
206
289
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
207
|
-
padding: 16px 18px 0
|
|
290
|
+
padding: 16px 18px 0 9px;
|
|
208
291
|
}
|
|
209
292
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
210
|
-
padding: 16px 18px 0
|
|
293
|
+
padding: 16px 18px 0 9px;
|
|
294
|
+
}
|
|
295
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
296
|
+
height: 241px !important;
|
|
297
|
+
}
|
|
298
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
299
|
+
height: 78px !important;
|
|
300
|
+
}
|
|
301
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
302
|
+
border-bottom: 0 !important;
|
|
303
|
+
}
|
|
304
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
305
|
+
border-radius: 0 !important;
|
|
306
|
+
}
|
|
307
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
308
|
+
border-radius: 6px 6px 0px 0px;
|
|
309
|
+
padding-bottom: 4px;
|
|
310
|
+
}
|
|
311
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
312
|
+
border-radius: 50%;
|
|
313
|
+
height: auto !important;
|
|
314
|
+
width: auto !important;
|
|
315
|
+
}
|
|
316
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
317
|
+
margin-left: 6px !important;
|
|
318
|
+
}
|
|
319
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
320
|
+
font-size: 16px !important;
|
|
321
|
+
}
|
|
322
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
323
|
+
width: 250px !important;
|
|
324
|
+
}
|
|
325
|
+
.e-bigger .e-predecessor-tooltip {
|
|
326
|
+
background-color: #000000;
|
|
327
|
+
}
|
|
328
|
+
.e-bigger .e-predecessor-dialog {
|
|
329
|
+
background-color: #1a1a1a;
|
|
330
|
+
}
|
|
331
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
332
|
+
background-color: #1a1a1a;
|
|
333
|
+
padding: 10px 9px 9px 14px !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
336
|
+
padding: 16px 4px 12px 18px !important;
|
|
337
|
+
}
|
|
338
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
339
|
+
left: 2px !important;
|
|
340
|
+
}
|
|
341
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
342
|
+
font-size: 12px !important;
|
|
343
|
+
}
|
|
344
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
345
|
+
height: 76px !important;
|
|
346
|
+
padding: 19px 18px 19px 16px !important;
|
|
347
|
+
}
|
|
348
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
349
|
+
margin-left: 12px;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
352
|
+
line-height: 28px;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-filter-popup {
|
|
355
|
+
width: 307px !important;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-dlg-content {
|
|
358
|
+
border-radius: 0px !important;
|
|
359
|
+
padding: 20px 18px 0px 18px !important;
|
|
360
|
+
}
|
|
361
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
line-height: 22px;
|
|
364
|
+
}
|
|
365
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
366
|
+
font-size: 14px;
|
|
367
|
+
line-height: 22px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
370
|
+
height: 38px !important;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-left-btn:disabled {
|
|
373
|
+
color: #757575 !important;
|
|
374
|
+
}
|
|
375
|
+
.e-bigger .e-right-btn:disabled {
|
|
376
|
+
color: #757575 !important;
|
|
377
|
+
}
|
|
378
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
379
|
+
min-width: 36px !important;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
382
|
+
min-height: 38px !important;
|
|
383
|
+
min-width: 35.82px !important;
|
|
384
|
+
}
|
|
385
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
386
|
+
min-height: 38px !important;
|
|
387
|
+
min-width: 35.82px !important;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
390
|
+
min-height: 38px !important;
|
|
391
|
+
min-width: 35.82px !important;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
394
|
+
height: 40px;
|
|
395
|
+
}
|
|
396
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
397
|
+
font-size: 16px !important;
|
|
398
|
+
}
|
|
399
|
+
.e-bigger .e-btn.e-flat {
|
|
400
|
+
line-height: 24px;
|
|
401
|
+
padding: 6px 16px 6px 15px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-btn.e-primary {
|
|
404
|
+
padding: 6px 21px 6px 23px !important;
|
|
211
405
|
}
|
|
212
406
|
|
|
213
407
|
.e-gantt {
|
|
@@ -362,9 +556,11 @@
|
|
|
362
556
|
position: absolute;
|
|
363
557
|
}
|
|
364
558
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
559
|
+
height: 100%;
|
|
365
560
|
position: absolute;
|
|
366
561
|
}
|
|
367
562
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
563
|
+
height: 100%;
|
|
368
564
|
position: absolute;
|
|
369
565
|
}
|
|
370
566
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -613,37 +809,35 @@
|
|
|
613
809
|
cursor: col-resize;
|
|
614
810
|
}
|
|
615
811
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
616
|
-
border-style: solid;
|
|
617
812
|
border-width: 1px;
|
|
618
813
|
box-sizing: content-box;
|
|
619
814
|
cursor: col-resize;
|
|
620
815
|
height: 2px;
|
|
621
816
|
position: absolute;
|
|
622
817
|
top: 7px;
|
|
623
|
-
width: 12px;
|
|
624
818
|
}
|
|
625
819
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
626
820
|
border-bottom-style: solid;
|
|
627
|
-
border-bottom-width:
|
|
821
|
+
border-bottom-width: 8px;
|
|
628
822
|
border-left: 7px solid transparent;
|
|
629
823
|
border-right: 7px solid transparent;
|
|
630
824
|
cursor: col-resize;
|
|
631
825
|
height: 0;
|
|
632
|
-
left:
|
|
826
|
+
left: 0;
|
|
633
827
|
position: absolute;
|
|
634
828
|
top: -7px;
|
|
635
829
|
width: 0;
|
|
636
830
|
}
|
|
637
831
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
638
832
|
border-bottom-style: solid;
|
|
639
|
-
border-bottom-width:
|
|
833
|
+
border-bottom-width: 8px;
|
|
640
834
|
border-left: 6px solid transparent;
|
|
641
835
|
border-right: 6px solid transparent;
|
|
642
836
|
cursor: col-resize;
|
|
643
837
|
height: 0;
|
|
644
|
-
left:
|
|
838
|
+
left: 1px;
|
|
645
839
|
position: absolute;
|
|
646
|
-
top: -
|
|
840
|
+
top: -7px;
|
|
647
841
|
width: 0;
|
|
648
842
|
}
|
|
649
843
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1070,6 +1264,10 @@
|
|
|
1070
1264
|
height: 100%;
|
|
1071
1265
|
}
|
|
1072
1266
|
|
|
1267
|
+
.e-predecessor-tooltip {
|
|
1268
|
+
visibility: hidden;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1073
1271
|
/*! Gantt theme */
|
|
1074
1272
|
.e-gantt .e-gantt-splitter {
|
|
1075
1273
|
border-color: #757575;
|
|
@@ -1287,7 +1485,7 @@
|
|
|
1287
1485
|
}
|
|
1288
1486
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1289
1487
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1290
|
-
background-color: #
|
|
1488
|
+
background-color: #ffd939;
|
|
1291
1489
|
border-color: #000;
|
|
1292
1490
|
}
|
|
1293
1491
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|