@syncfusion/ej2-vue-gantt 19.3.46 → 19.3.55
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 +41 -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 +96 -100
- package/styles/bootstrap.css +96 -100
- package/styles/bootstrap4.css +96 -100
- package/styles/bootstrap5-dark.css +97 -100
- package/styles/bootstrap5.css +97 -100
- package/styles/fabric-dark.css +96 -100
- package/styles/fabric.css +96 -100
- package/styles/gantt/bootstrap-dark.css +96 -100
- package/styles/gantt/bootstrap.css +96 -100
- package/styles/gantt/bootstrap4.css +96 -100
- package/styles/gantt/bootstrap5-dark.css +97 -100
- package/styles/gantt/bootstrap5.css +97 -100
- package/styles/gantt/fabric-dark.css +96 -100
- package/styles/gantt/fabric.css +96 -100
- package/styles/gantt/highcontrast-light.css +96 -100
- package/styles/gantt/highcontrast.css +96 -100
- package/styles/gantt/material-dark.css +96 -100
- package/styles/gantt/material.css +96 -100
- package/styles/gantt/tailwind-dark.css +96 -100
- package/styles/gantt/tailwind.css +96 -100
- package/styles/highcontrast-light.css +96 -100
- package/styles/highcontrast.css +96 -100
- package/styles/material-dark.css +96 -100
- package/styles/material.css +96 -100
- package/styles/tailwind-dark.css +96 -100
- package/styles/tailwind.css +96 -100
|
@@ -62,6 +62,7 @@
|
|
|
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;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -415,23 +416,6 @@
|
|
|
415
416
|
border-color: transparent;
|
|
416
417
|
}
|
|
417
418
|
|
|
418
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
419
|
-
padding-left: 12px;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
423
|
-
display: block;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
427
|
-
border-style: solid;
|
|
428
|
-
border-width: 1px;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
432
|
-
border: 0;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
419
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
436
420
|
border-width: 0;
|
|
437
421
|
}
|
|
@@ -884,7 +868,7 @@
|
|
|
884
868
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
885
869
|
-ms-flex-align: center;
|
|
886
870
|
align-items: center;
|
|
887
|
-
cursor:
|
|
871
|
+
cursor: ew-resize;
|
|
888
872
|
display: -ms-inline-flexbox;
|
|
889
873
|
display: inline-flex;
|
|
890
874
|
}
|
|
@@ -1066,101 +1050,118 @@
|
|
|
1066
1050
|
outline-offset: 2px;
|
|
1067
1051
|
}
|
|
1068
1052
|
|
|
1069
|
-
.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 {
|
|
1070
1067
|
border: 0;
|
|
1071
1068
|
}
|
|
1072
1069
|
|
|
1073
|
-
.e-gantt
|
|
1070
|
+
.e-gantt-dialog {
|
|
1071
|
+
border: 0;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1074
1075
|
border-spacing: 0;
|
|
1075
1076
|
}
|
|
1076
1077
|
|
|
1077
|
-
.e-gantt
|
|
1078
|
+
.e-gantt-dialog .e-item {
|
|
1078
1079
|
height: 241px;
|
|
1079
1080
|
}
|
|
1080
1081
|
|
|
1081
|
-
.e-gantt
|
|
1082
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1082
1083
|
border-bottom-width: 0px;
|
|
1083
1084
|
}
|
|
1084
1085
|
|
|
1085
|
-
.e-gantt
|
|
1086
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1086
1087
|
opacity: initial;
|
|
1087
1088
|
}
|
|
1088
1089
|
|
|
1089
|
-
.e-gantt
|
|
1090
|
+
.e-gantt-dialog .e-toolbar {
|
|
1090
1091
|
border-top-width: 0;
|
|
1091
1092
|
}
|
|
1092
1093
|
|
|
1093
|
-
.e-gantt
|
|
1094
|
+
.e-gantt-dialog .e-resource-div {
|
|
1094
1095
|
border-bottom-width: 0px;
|
|
1095
1096
|
}
|
|
1096
1097
|
|
|
1097
|
-
.e-gantt
|
|
1098
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1098
1099
|
border-top-width: 0;
|
|
1099
1100
|
}
|
|
1100
1101
|
|
|
1101
|
-
.e-gantt
|
|
1102
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1103
|
height: 241px;
|
|
1103
1104
|
overflow-y: auto;
|
|
1104
1105
|
padding-bottom: 12px;
|
|
1105
1106
|
}
|
|
1106
1107
|
|
|
1107
|
-
.e-gantt
|
|
1108
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1108
1109
|
float: left;
|
|
1109
1110
|
padding: 16px 18px 0 18px;
|
|
1110
1111
|
width: 50%;
|
|
1111
1112
|
}
|
|
1112
1113
|
|
|
1113
|
-
.e-gantt
|
|
1114
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1114
1115
|
float: left;
|
|
1115
1116
|
padding: 16px 16px 0 0;
|
|
1116
1117
|
width: 50%;
|
|
1117
1118
|
}
|
|
1118
1119
|
|
|
1119
|
-
.e-gantt
|
|
1120
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1120
1121
|
padding: 16px 16px 0 0;
|
|
1121
1122
|
}
|
|
1122
1123
|
|
|
1123
|
-
.e-gantt
|
|
1124
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1124
1125
|
height: 75px;
|
|
1125
1126
|
}
|
|
1126
1127
|
|
|
1127
|
-
.e-gantt
|
|
1128
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1128
1129
|
height: 161px;
|
|
1129
1130
|
}
|
|
1130
1131
|
|
|
1131
|
-
.e-gantt
|
|
1132
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1132
1133
|
height: 202px;
|
|
1133
1134
|
}
|
|
1134
1135
|
|
|
1135
|
-
.e-gantt
|
|
1136
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1136
1137
|
border-bottom-width: 0px;
|
|
1137
1138
|
height: 241px !important;
|
|
1138
1139
|
overflow: hidden;
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
|
-
.e-gantt
|
|
1142
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1142
1143
|
border-top: 0;
|
|
1143
1144
|
}
|
|
1144
1145
|
|
|
1145
|
-
.e-gantt
|
|
1146
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1146
1147
|
border-bottom-width: 0px;
|
|
1147
1148
|
height: 200px;
|
|
1148
1149
|
}
|
|
1149
1150
|
|
|
1150
|
-
.e-gantt
|
|
1151
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1151
1152
|
padding: 0 !important;
|
|
1152
1153
|
}
|
|
1153
1154
|
|
|
1154
|
-
.e-gantt
|
|
1155
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1155
1156
|
border-bottom: 0 !important;
|
|
1156
1157
|
}
|
|
1157
1158
|
|
|
1158
|
-
.e-gantt
|
|
1159
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1159
1160
|
border-radius: 3px 3px 0px 0px;
|
|
1160
1161
|
padding-bottom: 20px;
|
|
1161
1162
|
}
|
|
1162
1163
|
|
|
1163
|
-
.e-gantt
|
|
1164
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1164
1165
|
border-radius: 50%;
|
|
1165
1166
|
}
|
|
1166
1167
|
|
|
@@ -1316,10 +1317,6 @@
|
|
|
1316
1317
|
border-radius: 0px;
|
|
1317
1318
|
}
|
|
1318
1319
|
|
|
1319
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1320
|
-
height: calc(100% - 37px) !important;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
1320
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1324
1321
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1325
1322
|
opacity: .95;
|
|
@@ -1351,62 +1348,6 @@
|
|
|
1351
1348
|
box-shadow: 0 0 0 1px #6c757d inset !important;
|
|
1352
1349
|
}
|
|
1353
1350
|
|
|
1354
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1355
|
-
color: #fff;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1359
|
-
background: #282d31;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1363
|
-
color: #adb5bd;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1367
|
-
background-color: #282d31;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1371
|
-
color: #adb5bd;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1375
|
-
background: #282d31;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1379
|
-
background: #0d6efd;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1383
|
-
background-color: transparent;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1387
|
-
color: #0d6efd;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1391
|
-
border-color: transparent;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1395
|
-
color: #ced4da;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1399
|
-
background: transparent;
|
|
1400
|
-
border-bottom: 0px;
|
|
1401
|
-
border-bottom-left-radius: 0px;
|
|
1402
|
-
border-bottom-right-radius: 0px;
|
|
1403
|
-
border-color: transparent;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1407
|
-
color: #ced4da;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
1351
|
.e-gantt .e-temp-content {
|
|
1411
1352
|
border-color: #444c54;
|
|
1412
1353
|
}
|
|
@@ -1911,6 +1852,62 @@
|
|
|
1911
1852
|
color: #6c757d !important;
|
|
1912
1853
|
}
|
|
1913
1854
|
|
|
1855
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1856
|
+
color: #fff;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1860
|
+
background: #282d31;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1864
|
+
color: #adb5bd;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1868
|
+
background-color: #282d31;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1872
|
+
color: #adb5bd;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1876
|
+
background: #282d31;
|
|
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: #ced4da;
|
|
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: #ced4da;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1914
1911
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1915
1912
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1916
1913
|
border-color: #6c757d;
|
|
@@ -62,6 +62,7 @@
|
|
|
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;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -415,23 +416,6 @@
|
|
|
415
416
|
border-color: transparent;
|
|
416
417
|
}
|
|
417
418
|
|
|
418
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
419
|
-
padding-left: 12px;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
423
|
-
display: block;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
427
|
-
border-style: solid;
|
|
428
|
-
border-width: 1px;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
432
|
-
border: 0;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
419
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
436
420
|
border-width: 0;
|
|
437
421
|
}
|
|
@@ -884,7 +868,7 @@
|
|
|
884
868
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
885
869
|
-ms-flex-align: center;
|
|
886
870
|
align-items: center;
|
|
887
|
-
cursor:
|
|
871
|
+
cursor: ew-resize;
|
|
888
872
|
display: -ms-inline-flexbox;
|
|
889
873
|
display: inline-flex;
|
|
890
874
|
}
|
|
@@ -1066,101 +1050,118 @@
|
|
|
1066
1050
|
outline-offset: 2px;
|
|
1067
1051
|
}
|
|
1068
1052
|
|
|
1069
|
-
.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 {
|
|
1070
1067
|
border: 0;
|
|
1071
1068
|
}
|
|
1072
1069
|
|
|
1073
|
-
.e-gantt
|
|
1070
|
+
.e-gantt-dialog {
|
|
1071
|
+
border: 0;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1074
1075
|
border-spacing: 0;
|
|
1075
1076
|
}
|
|
1076
1077
|
|
|
1077
|
-
.e-gantt
|
|
1078
|
+
.e-gantt-dialog .e-item {
|
|
1078
1079
|
height: 241px;
|
|
1079
1080
|
}
|
|
1080
1081
|
|
|
1081
|
-
.e-gantt
|
|
1082
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1082
1083
|
border-bottom-width: 0px;
|
|
1083
1084
|
}
|
|
1084
1085
|
|
|
1085
|
-
.e-gantt
|
|
1086
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1086
1087
|
opacity: initial;
|
|
1087
1088
|
}
|
|
1088
1089
|
|
|
1089
|
-
.e-gantt
|
|
1090
|
+
.e-gantt-dialog .e-toolbar {
|
|
1090
1091
|
border-top-width: 0;
|
|
1091
1092
|
}
|
|
1092
1093
|
|
|
1093
|
-
.e-gantt
|
|
1094
|
+
.e-gantt-dialog .e-resource-div {
|
|
1094
1095
|
border-bottom-width: 0px;
|
|
1095
1096
|
}
|
|
1096
1097
|
|
|
1097
|
-
.e-gantt
|
|
1098
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1098
1099
|
border-top-width: 0;
|
|
1099
1100
|
}
|
|
1100
1101
|
|
|
1101
|
-
.e-gantt
|
|
1102
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1103
|
height: 241px;
|
|
1103
1104
|
overflow-y: auto;
|
|
1104
1105
|
padding-bottom: 12px;
|
|
1105
1106
|
}
|
|
1106
1107
|
|
|
1107
|
-
.e-gantt
|
|
1108
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1108
1109
|
float: left;
|
|
1109
1110
|
padding: 16px 18px 0 18px;
|
|
1110
1111
|
width: 50%;
|
|
1111
1112
|
}
|
|
1112
1113
|
|
|
1113
|
-
.e-gantt
|
|
1114
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1114
1115
|
float: left;
|
|
1115
1116
|
padding: 16px 16px 0 0;
|
|
1116
1117
|
width: 50%;
|
|
1117
1118
|
}
|
|
1118
1119
|
|
|
1119
|
-
.e-gantt
|
|
1120
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1120
1121
|
padding: 16px 16px 0 0;
|
|
1121
1122
|
}
|
|
1122
1123
|
|
|
1123
|
-
.e-gantt
|
|
1124
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1124
1125
|
height: 75px;
|
|
1125
1126
|
}
|
|
1126
1127
|
|
|
1127
|
-
.e-gantt
|
|
1128
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1128
1129
|
height: 161px;
|
|
1129
1130
|
}
|
|
1130
1131
|
|
|
1131
|
-
.e-gantt
|
|
1132
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1132
1133
|
height: 202px;
|
|
1133
1134
|
}
|
|
1134
1135
|
|
|
1135
|
-
.e-gantt
|
|
1136
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1136
1137
|
border-bottom-width: 0px;
|
|
1137
1138
|
height: 241px !important;
|
|
1138
1139
|
overflow: hidden;
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
|
-
.e-gantt
|
|
1142
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1142
1143
|
border-top: 0;
|
|
1143
1144
|
}
|
|
1144
1145
|
|
|
1145
|
-
.e-gantt
|
|
1146
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1146
1147
|
border-bottom-width: 0px;
|
|
1147
1148
|
height: 200px;
|
|
1148
1149
|
}
|
|
1149
1150
|
|
|
1150
|
-
.e-gantt
|
|
1151
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1151
1152
|
padding: 0 !important;
|
|
1152
1153
|
}
|
|
1153
1154
|
|
|
1154
|
-
.e-gantt
|
|
1155
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1155
1156
|
border-bottom: 0 !important;
|
|
1156
1157
|
}
|
|
1157
1158
|
|
|
1158
|
-
.e-gantt
|
|
1159
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1159
1160
|
border-radius: 3px 3px 0px 0px;
|
|
1160
1161
|
padding-bottom: 20px;
|
|
1161
1162
|
}
|
|
1162
1163
|
|
|
1163
|
-
.e-gantt
|
|
1164
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1164
1165
|
border-radius: 50%;
|
|
1165
1166
|
}
|
|
1166
1167
|
|
|
@@ -1316,10 +1317,6 @@
|
|
|
1316
1317
|
border-radius: 0px;
|
|
1317
1318
|
}
|
|
1318
1319
|
|
|
1319
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1320
|
-
height: calc(100% - 37px) !important;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
1320
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1324
1321
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1325
1322
|
opacity: .95;
|
|
@@ -1351,62 +1348,6 @@
|
|
|
1351
1348
|
box-shadow: 0 0 0 1px #ced4da inset !important;
|
|
1352
1349
|
}
|
|
1353
1350
|
|
|
1354
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1355
|
-
color: #212529;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1359
|
-
background: #f8f9fa;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1363
|
-
color: #6c757d;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1367
|
-
background-color: #f8f9fa;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1371
|
-
color: #6c757d;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1375
|
-
background: #f8f9fa;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1379
|
-
background: #0d6efd;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1383
|
-
background-color: transparent;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1387
|
-
color: #0d6efd;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1391
|
-
border-color: transparent;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1395
|
-
color: #495057;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1399
|
-
background: transparent;
|
|
1400
|
-
border-bottom: 0px;
|
|
1401
|
-
border-bottom-left-radius: 0px;
|
|
1402
|
-
border-bottom-right-radius: 0px;
|
|
1403
|
-
border-color: transparent;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1407
|
-
color: #495057;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
1351
|
.e-gantt .e-temp-content {
|
|
1411
1352
|
border-color: #dee2e6;
|
|
1412
1353
|
}
|
|
@@ -1911,6 +1852,62 @@
|
|
|
1911
1852
|
color: #6c757d !important;
|
|
1912
1853
|
}
|
|
1913
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
|
+
|
|
1914
1911
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1915
1912
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1916
1913
|
border-color: #ced4da;
|