@syncfusion/ej2-gantt 19.3.45 → 19.3.53
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 +43 -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 +76 -13
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +129 -56
- 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 +18 -18
- package/src/gantt/actions/context-menu.js +5 -0
- package/src/gantt/actions/dialog-edit.js +6 -6
- package/src/gantt/actions/edit.js +3 -2
- package/src/gantt/actions/rowdragdrop.js +74 -41
- package/src/gantt/actions/taskbar-edit.js +3 -1
- package/src/gantt/base/date-processor.js +4 -1
- package/src/gantt/base/gantt.js +20 -0
- package/src/gantt/base/task-processor.js +11 -2
- package/src/gantt/base/utils.js +3 -3
- package/styles/bootstrap-dark.css +95 -99
- package/styles/bootstrap.css +95 -99
- package/styles/bootstrap4.css +100 -99
- package/styles/bootstrap5-dark.css +101 -99
- package/styles/bootstrap5.css +101 -99
- package/styles/fabric-dark.css +95 -99
- package/styles/fabric.css +95 -99
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap-definition.scss +0 -1
- package/styles/gantt/_bootstrap4-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -1
- package/styles/gantt/_fabric-dark-definition.scss +0 -1
- package/styles/gantt/_fabric-definition.scss +0 -1
- package/styles/gantt/_highcontrast-definition.scss +0 -1
- package/styles/gantt/_highcontrast-light-definition.scss +0 -1
- package/styles/gantt/_layout.scss +94 -93
- package/styles/gantt/_material-dark-definition.scss +0 -1
- package/styles/gantt/_material-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -1
- package/styles/gantt/_theme.scss +76 -81
- package/styles/gantt/bootstrap-dark.css +95 -99
- package/styles/gantt/bootstrap.css +95 -99
- package/styles/gantt/bootstrap4.css +100 -99
- package/styles/gantt/bootstrap5-dark.css +101 -99
- package/styles/gantt/bootstrap5.css +101 -99
- package/styles/gantt/fabric-dark.css +95 -99
- package/styles/gantt/fabric.css +95 -99
- package/styles/gantt/highcontrast-light.css +95 -99
- package/styles/gantt/highcontrast.css +95 -99
- package/styles/gantt/material-dark.css +95 -99
- package/styles/gantt/material.css +95 -99
- package/styles/gantt/tailwind-dark.css +95 -99
- package/styles/gantt/tailwind.css +95 -99
- package/styles/highcontrast-light.css +95 -99
- package/styles/highcontrast.css +95 -99
- package/styles/material-dark.css +95 -99
- package/styles/material.css +95 -99
- package/styles/tailwind-dark.css +95 -99
- package/styles/tailwind.css +95 -99
package/styles/bootstrap5.css
CHANGED
|
@@ -62,6 +62,12 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
+
color: inherit;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
+
background: #e9ecef;
|
|
65
71
|
}
|
|
66
72
|
|
|
67
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
@@ -410,23 +416,6 @@
|
|
|
410
416
|
border-color: transparent;
|
|
411
417
|
}
|
|
412
418
|
|
|
413
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
414
|
-
padding-left: 12px;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
418
|
-
display: block;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
422
|
-
border-style: solid;
|
|
423
|
-
border-width: 1px;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
427
|
-
border: 0;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
419
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
431
420
|
border-width: 0;
|
|
432
421
|
}
|
|
@@ -1061,101 +1050,118 @@
|
|
|
1061
1050
|
outline-offset: 2px;
|
|
1062
1051
|
}
|
|
1063
1052
|
|
|
1064
|
-
.e-gantt .e-
|
|
1053
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1054
|
+
padding-left: 12px;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1058
|
+
display: block;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1062
|
+
border-style: solid;
|
|
1063
|
+
border-width: 1px;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1065
1067
|
border: 0;
|
|
1066
1068
|
}
|
|
1067
1069
|
|
|
1068
|
-
.e-gantt
|
|
1070
|
+
.e-gantt-dialog {
|
|
1071
|
+
border: 0;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1069
1075
|
border-spacing: 0;
|
|
1070
1076
|
}
|
|
1071
1077
|
|
|
1072
|
-
.e-gantt
|
|
1078
|
+
.e-gantt-dialog .e-item {
|
|
1073
1079
|
height: 241px;
|
|
1074
1080
|
}
|
|
1075
1081
|
|
|
1076
|
-
.e-gantt
|
|
1082
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1077
1083
|
border-bottom-width: 0px;
|
|
1078
1084
|
}
|
|
1079
1085
|
|
|
1080
|
-
.e-gantt
|
|
1086
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1081
1087
|
opacity: initial;
|
|
1082
1088
|
}
|
|
1083
1089
|
|
|
1084
|
-
.e-gantt
|
|
1090
|
+
.e-gantt-dialog .e-toolbar {
|
|
1085
1091
|
border-top-width: 0;
|
|
1086
1092
|
}
|
|
1087
1093
|
|
|
1088
|
-
.e-gantt
|
|
1094
|
+
.e-gantt-dialog .e-resource-div {
|
|
1089
1095
|
border-bottom-width: 0px;
|
|
1090
1096
|
}
|
|
1091
1097
|
|
|
1092
|
-
.e-gantt
|
|
1098
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1093
1099
|
border-top-width: 0;
|
|
1094
1100
|
}
|
|
1095
1101
|
|
|
1096
|
-
.e-gantt
|
|
1102
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1097
1103
|
height: 241px;
|
|
1098
1104
|
overflow-y: auto;
|
|
1099
1105
|
padding-bottom: 12px;
|
|
1100
1106
|
}
|
|
1101
1107
|
|
|
1102
|
-
.e-gantt
|
|
1108
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1103
1109
|
float: left;
|
|
1104
1110
|
padding: 16px 18px 0 18px;
|
|
1105
1111
|
width: 50%;
|
|
1106
1112
|
}
|
|
1107
1113
|
|
|
1108
|
-
.e-gantt
|
|
1114
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1109
1115
|
float: left;
|
|
1110
1116
|
padding: 16px 16px 0 0;
|
|
1111
1117
|
width: 50%;
|
|
1112
1118
|
}
|
|
1113
1119
|
|
|
1114
|
-
.e-gantt
|
|
1120
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1115
1121
|
padding: 16px 16px 0 0;
|
|
1116
1122
|
}
|
|
1117
1123
|
|
|
1118
|
-
.e-gantt
|
|
1124
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1119
1125
|
height: 75px;
|
|
1120
1126
|
}
|
|
1121
1127
|
|
|
1122
|
-
.e-gantt
|
|
1128
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1123
1129
|
height: 161px;
|
|
1124
1130
|
}
|
|
1125
1131
|
|
|
1126
|
-
.e-gantt
|
|
1132
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1127
1133
|
height: 202px;
|
|
1128
1134
|
}
|
|
1129
1135
|
|
|
1130
|
-
.e-gantt
|
|
1136
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1131
1137
|
border-bottom-width: 0px;
|
|
1132
1138
|
height: 241px !important;
|
|
1133
1139
|
overflow: hidden;
|
|
1134
1140
|
}
|
|
1135
1141
|
|
|
1136
|
-
.e-gantt
|
|
1142
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1137
1143
|
border-top: 0;
|
|
1138
1144
|
}
|
|
1139
1145
|
|
|
1140
|
-
.e-gantt
|
|
1146
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1141
1147
|
border-bottom-width: 0px;
|
|
1142
1148
|
height: 200px;
|
|
1143
1149
|
}
|
|
1144
1150
|
|
|
1145
|
-
.e-gantt
|
|
1151
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1146
1152
|
padding: 0 !important;
|
|
1147
1153
|
}
|
|
1148
1154
|
|
|
1149
|
-
.e-gantt
|
|
1155
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1150
1156
|
border-bottom: 0 !important;
|
|
1151
1157
|
}
|
|
1152
1158
|
|
|
1153
|
-
.e-gantt
|
|
1159
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1154
1160
|
border-radius: 3px 3px 0px 0px;
|
|
1155
1161
|
padding-bottom: 20px;
|
|
1156
1162
|
}
|
|
1157
1163
|
|
|
1158
|
-
.e-gantt
|
|
1164
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1159
1165
|
border-radius: 50%;
|
|
1160
1166
|
}
|
|
1161
1167
|
|
|
@@ -1311,10 +1317,6 @@
|
|
|
1311
1317
|
border-radius: 0px;
|
|
1312
1318
|
}
|
|
1313
1319
|
|
|
1314
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1315
|
-
height: calc(100% - 37px) !important;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
1320
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1319
1321
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1320
1322
|
opacity: .95;
|
|
@@ -1346,62 +1348,6 @@
|
|
|
1346
1348
|
box-shadow: 0 0 0 1px #ced4da inset !important;
|
|
1347
1349
|
}
|
|
1348
1350
|
|
|
1349
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1350
|
-
color: #212529;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1354
|
-
background: #f8f9fa;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1358
|
-
color: #6c757d;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1362
|
-
background-color: #f8f9fa;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1366
|
-
color: #6c757d;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1370
|
-
background: #f8f9fa;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1374
|
-
background: #0d6efd;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1378
|
-
background-color: transparent;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1382
|
-
color: #0d6efd;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1386
|
-
border-color: transparent;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1390
|
-
color: #495057;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1394
|
-
background: transparent;
|
|
1395
|
-
border-bottom: 0px;
|
|
1396
|
-
border-bottom-left-radius: 0px;
|
|
1397
|
-
border-bottom-right-radius: 0px;
|
|
1398
|
-
border-color: transparent;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1402
|
-
color: #495057;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
1351
|
.e-gantt .e-temp-content {
|
|
1406
1352
|
border-color: #dee2e6;
|
|
1407
1353
|
}
|
|
@@ -1906,6 +1852,62 @@
|
|
|
1906
1852
|
color: #6c757d !important;
|
|
1907
1853
|
}
|
|
1908
1854
|
|
|
1855
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1856
|
+
color: #212529;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1860
|
+
background: #f8f9fa;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1864
|
+
color: #6c757d;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1868
|
+
background-color: #f8f9fa;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1872
|
+
color: #6c757d;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1876
|
+
background: #f8f9fa;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1880
|
+
background: #0d6efd;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1884
|
+
background-color: transparent;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1888
|
+
color: #0d6efd;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1892
|
+
border-color: transparent;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1896
|
+
color: #495057;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1900
|
+
background: transparent;
|
|
1901
|
+
border-bottom: 0px;
|
|
1902
|
+
border-bottom-left-radius: 0px;
|
|
1903
|
+
border-bottom-right-radius: 0px;
|
|
1904
|
+
border-color: transparent;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1908
|
+
color: #495057;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1909
1911
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1910
1912
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1911
1913
|
border-color: #ced4da;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -337,23 +337,6 @@
|
|
|
337
337
|
border-color: transparent;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
341
|
-
padding-left: 13px;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
345
|
-
display: block;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
349
|
-
border-style: solid;
|
|
350
|
-
border-width: 0px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
354
|
-
border: 0;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
340
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
358
341
|
border-width: 0;
|
|
359
342
|
}
|
|
@@ -988,101 +971,118 @@
|
|
|
988
971
|
outline-offset: 2px;
|
|
989
972
|
}
|
|
990
973
|
|
|
991
|
-
.e-gantt .e-
|
|
974
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
975
|
+
padding-left: 13px;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
979
|
+
display: block;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
983
|
+
border-style: solid;
|
|
984
|
+
border-width: 0px;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
988
|
+
border: 0;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.e-gantt-dialog {
|
|
992
992
|
border: 0;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
.e-gantt
|
|
995
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
996
996
|
border-spacing: 0;
|
|
997
997
|
}
|
|
998
998
|
|
|
999
|
-
.e-gantt
|
|
999
|
+
.e-gantt-dialog .e-item {
|
|
1000
1000
|
height: 241px;
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
|
-
.e-gantt
|
|
1003
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1004
1004
|
border-bottom-width: 1px;
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
.e-gantt
|
|
1007
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1008
1008
|
opacity: initial;
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
|
-
.e-gantt
|
|
1011
|
+
.e-gantt-dialog .e-toolbar {
|
|
1012
1012
|
border-top-width: 0;
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
|
-
.e-gantt
|
|
1015
|
+
.e-gantt-dialog .e-resource-div {
|
|
1016
1016
|
border-bottom-width: 1px;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
.e-gantt
|
|
1019
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1020
1020
|
border-top-width: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
-
.e-gantt
|
|
1023
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1024
1024
|
height: 241px;
|
|
1025
1025
|
overflow-y: auto;
|
|
1026
1026
|
padding-bottom: 16px;
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
|
-
.e-gantt
|
|
1029
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1030
1030
|
float: left;
|
|
1031
1031
|
padding: 15px 20px 0 18px;
|
|
1032
1032
|
width: 50%;
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
|
-
.e-gantt
|
|
1035
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1036
1036
|
float: left;
|
|
1037
1037
|
padding: 16px 16px 0 0;
|
|
1038
1038
|
width: 50%;
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
.e-gantt
|
|
1041
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1042
1042
|
padding: 16px 16px 0 0;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
.e-gantt
|
|
1045
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1046
1046
|
height: 75px;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
.e-gantt
|
|
1049
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1050
1050
|
height: 161px;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
.e-gantt
|
|
1053
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1054
1054
|
height: 202px;
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
|
-
.e-gantt
|
|
1057
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1058
1058
|
border-bottom-width: 1px;
|
|
1059
1059
|
height: 241px !important;
|
|
1060
1060
|
overflow: hidden;
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
-
.e-gantt
|
|
1063
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1064
1064
|
border-top: 0;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
.e-gantt
|
|
1067
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1068
1068
|
border-bottom-width: 0px;
|
|
1069
1069
|
height: 200px;
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
|
-
.e-gantt
|
|
1072
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1073
1073
|
padding: 0 !important;
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
.e-gantt
|
|
1076
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1077
1077
|
border-bottom: 0 !important;
|
|
1078
1078
|
}
|
|
1079
1079
|
|
|
1080
|
-
.e-gantt
|
|
1080
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1081
1081
|
border-radius: 0px;
|
|
1082
1082
|
padding-bottom: 4px;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
|
-
.e-gantt
|
|
1085
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1086
1086
|
border-radius: 50%;
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
@@ -1238,10 +1238,6 @@
|
|
|
1238
1238
|
border-radius: 0px;
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1242
|
-
height: calc(100% - 40px) !important;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
1241
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1246
1242
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1247
1243
|
opacity: .95;
|
|
@@ -1273,62 +1269,6 @@
|
|
|
1273
1269
|
box-shadow: 0 0 0 1px #dadada inset !important;
|
|
1274
1270
|
}
|
|
1275
1271
|
|
|
1276
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1277
|
-
color: #fff;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1281
|
-
background: #0074cc;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1285
|
-
color: #fff;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1289
|
-
background-color: #eaeaea;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1293
|
-
color: #0074cc;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1297
|
-
background: #0074cc;
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1301
|
-
background: #fff;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1305
|
-
background-color: transparent;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1309
|
-
color: #fff;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1313
|
-
border-color: transparent;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1317
|
-
color: #fff;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1321
|
-
background: transparent;
|
|
1322
|
-
border-bottom: 0px;
|
|
1323
|
-
border-bottom-left-radius: 0px;
|
|
1324
|
-
border-bottom-right-radius: 0px;
|
|
1325
|
-
border-color: transparent;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1329
|
-
color: #f0f0f0;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
1272
|
.e-gantt .e-temp-content {
|
|
1333
1273
|
border-color: #414040;
|
|
1334
1274
|
}
|
|
@@ -1833,6 +1773,62 @@
|
|
|
1833
1773
|
color: #dadada !important;
|
|
1834
1774
|
}
|
|
1835
1775
|
|
|
1776
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1777
|
+
color: #fff;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1781
|
+
background: #0074cc;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1785
|
+
color: #fff;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1789
|
+
background-color: #eaeaea;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1793
|
+
color: #0074cc;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1797
|
+
background: #0074cc;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1801
|
+
background: #fff;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1805
|
+
background-color: transparent;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1809
|
+
color: #fff;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1813
|
+
border-color: transparent;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1817
|
+
color: #fff;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1821
|
+
background: transparent;
|
|
1822
|
+
border-bottom: 0px;
|
|
1823
|
+
border-bottom-left-radius: 0px;
|
|
1824
|
+
border-bottom-right-radius: 0px;
|
|
1825
|
+
border-color: transparent;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1829
|
+
color: #f0f0f0;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1836
1832
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1837
1833
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1838
1834
|
border-color: #9e9e9e;
|