@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
package/styles/fabric.css
CHANGED
|
@@ -335,23 +335,6 @@
|
|
|
335
335
|
border-color: transparent;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
339
|
-
padding-left: 13px;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
343
|
-
display: block;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
347
|
-
border-style: solid;
|
|
348
|
-
border-width: 0px;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
352
|
-
border: 0;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
338
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
356
339
|
border-width: 0;
|
|
357
340
|
}
|
|
@@ -804,7 +787,7 @@
|
|
|
804
787
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
805
788
|
-ms-flex-align: center;
|
|
806
789
|
align-items: center;
|
|
807
|
-
cursor:
|
|
790
|
+
cursor: ew-resize;
|
|
808
791
|
display: -ms-inline-flexbox;
|
|
809
792
|
display: inline-flex;
|
|
810
793
|
}
|
|
@@ -986,101 +969,118 @@
|
|
|
986
969
|
outline-offset: 2px;
|
|
987
970
|
}
|
|
988
971
|
|
|
989
|
-
.e-gantt .e-
|
|
972
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
973
|
+
padding-left: 13px;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
977
|
+
display: block;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
981
|
+
border-style: solid;
|
|
982
|
+
border-width: 0px;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
990
986
|
border: 0;
|
|
991
987
|
}
|
|
992
988
|
|
|
993
|
-
.e-gantt
|
|
989
|
+
.e-gantt-dialog {
|
|
990
|
+
border: 0;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
994
994
|
border-spacing: 0;
|
|
995
995
|
}
|
|
996
996
|
|
|
997
|
-
.e-gantt
|
|
997
|
+
.e-gantt-dialog .e-item {
|
|
998
998
|
height: 241px;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
-
.e-gantt
|
|
1001
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1002
1002
|
border-bottom-width: 1px;
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
-
.e-gantt
|
|
1005
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1006
1006
|
opacity: initial;
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
|
-
.e-gantt
|
|
1009
|
+
.e-gantt-dialog .e-toolbar {
|
|
1010
1010
|
border-top-width: 0;
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
|
-
.e-gantt
|
|
1013
|
+
.e-gantt-dialog .e-resource-div {
|
|
1014
1014
|
border-bottom-width: 1px;
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
|
-
.e-gantt
|
|
1017
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1018
1018
|
border-top-width: 0;
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
|
-
.e-gantt
|
|
1021
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1022
1022
|
height: 241px;
|
|
1023
1023
|
overflow-y: auto;
|
|
1024
1024
|
padding-bottom: 16px;
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
1027
|
-
.e-gantt
|
|
1027
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1028
1028
|
float: left;
|
|
1029
1029
|
padding: 15px 20px 0 18px;
|
|
1030
1030
|
width: 50%;
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
.e-gantt
|
|
1033
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1034
1034
|
float: left;
|
|
1035
1035
|
padding: 16px 16px 0 0;
|
|
1036
1036
|
width: 50%;
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
|
-
.e-gantt
|
|
1039
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1040
1040
|
padding: 16px 16px 0 0;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
.e-gantt
|
|
1043
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1044
1044
|
height: 75px;
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
.e-gantt
|
|
1047
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1048
1048
|
height: 161px;
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
|
-
.e-gantt
|
|
1051
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1052
1052
|
height: 202px;
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
-
.e-gantt
|
|
1055
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1056
1056
|
border-bottom-width: 1px;
|
|
1057
1057
|
height: 241px !important;
|
|
1058
1058
|
overflow: hidden;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
.e-gantt
|
|
1061
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1062
1062
|
border-top: 0;
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
.e-gantt
|
|
1065
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1066
1066
|
border-bottom-width: 0px;
|
|
1067
1067
|
height: 200px;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
.e-gantt
|
|
1070
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1071
1071
|
padding: 0 !important;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
-
.e-gantt
|
|
1074
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1075
1075
|
border-bottom: 0 !important;
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
.e-gantt
|
|
1078
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1079
1079
|
border-radius: 0px;
|
|
1080
1080
|
padding-bottom: 4px;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
-
.e-gantt
|
|
1083
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1084
1084
|
border-radius: 50%;
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
@@ -1236,10 +1236,6 @@
|
|
|
1236
1236
|
border-radius: 0px;
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1240
|
-
height: calc(100% - 40px) !important;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
1239
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1244
1240
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1245
1241
|
opacity: .95;
|
|
@@ -1271,62 +1267,6 @@
|
|
|
1271
1267
|
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1272
1268
|
}
|
|
1273
1269
|
|
|
1274
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1275
|
-
color: #fff;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1279
|
-
background: #0078d6;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1283
|
-
color: #fff;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1287
|
-
background-color: #eaeaea;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1291
|
-
color: #0078d6;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1295
|
-
background: #0078d6;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1299
|
-
background: #fff;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1303
|
-
background-color: transparent;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1307
|
-
color: #fff;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1311
|
-
border-color: transparent;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1315
|
-
color: rgba(255, 255, 255, 0.8);
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1319
|
-
background: transparent;
|
|
1320
|
-
border-bottom: 0px;
|
|
1321
|
-
border-bottom-left-radius: 0px;
|
|
1322
|
-
border-bottom-right-radius: 0px;
|
|
1323
|
-
border-color: transparent;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1327
|
-
color: white;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
1270
|
.e-gantt .e-temp-content {
|
|
1331
1271
|
border-color: #eaeaea;
|
|
1332
1272
|
}
|
|
@@ -1831,6 +1771,62 @@
|
|
|
1831
1771
|
color: #666 !important;
|
|
1832
1772
|
}
|
|
1833
1773
|
|
|
1774
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1775
|
+
color: #fff;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1779
|
+
background: #0078d6;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1783
|
+
color: #fff;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1787
|
+
background-color: #eaeaea;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1791
|
+
color: #0078d6;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1795
|
+
background: #0078d6;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1799
|
+
background: #fff;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1803
|
+
background-color: transparent;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1807
|
+
color: #fff;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1811
|
+
border-color: transparent;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1815
|
+
color: rgba(255, 255, 255, 0.8);
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1819
|
+
background: transparent;
|
|
1820
|
+
border-bottom: 0px;
|
|
1821
|
+
border-bottom-left-radius: 0px;
|
|
1822
|
+
border-bottom-right-radius: 0px;
|
|
1823
|
+
border-color: transparent;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1827
|
+
color: white;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1834
1830
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1835
1831
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1836
1832
|
border-color: #9e9e9e;
|
|
@@ -383,23 +383,6 @@
|
|
|
383
383
|
border-color: transparent;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
387
|
-
padding-left: 12px;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
391
|
-
display: block;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
395
|
-
border-style: solid;
|
|
396
|
-
border-width: 0px;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
400
|
-
border: 0;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
386
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
404
387
|
border-width: 0;
|
|
405
388
|
}
|
|
@@ -852,7 +835,7 @@
|
|
|
852
835
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
853
836
|
-ms-flex-align: center;
|
|
854
837
|
align-items: center;
|
|
855
|
-
cursor:
|
|
838
|
+
cursor: ew-resize;
|
|
856
839
|
display: -ms-inline-flexbox;
|
|
857
840
|
display: inline-flex;
|
|
858
841
|
}
|
|
@@ -1034,101 +1017,118 @@
|
|
|
1034
1017
|
outline-offset: 2px;
|
|
1035
1018
|
}
|
|
1036
1019
|
|
|
1037
|
-
.e-gantt .e-
|
|
1020
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1021
|
+
padding-left: 12px;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1025
|
+
display: block;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1029
|
+
border-style: solid;
|
|
1030
|
+
border-width: 0px;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1038
1034
|
border: 0;
|
|
1039
1035
|
}
|
|
1040
1036
|
|
|
1041
|
-
.e-gantt
|
|
1037
|
+
.e-gantt-dialog {
|
|
1038
|
+
border: 0;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1042
1042
|
border-spacing: 0;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
.e-gantt
|
|
1045
|
+
.e-gantt-dialog .e-item {
|
|
1046
1046
|
height: 241px;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
.e-gantt
|
|
1049
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1050
1050
|
border-bottom-width: 0px;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
.e-gantt
|
|
1053
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1054
1054
|
opacity: initial;
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
|
-
.e-gantt
|
|
1057
|
+
.e-gantt-dialog .e-toolbar {
|
|
1058
1058
|
border-top-width: 0;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
.e-gantt
|
|
1061
|
+
.e-gantt-dialog .e-resource-div {
|
|
1062
1062
|
border-bottom-width: 0px;
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
.e-gantt
|
|
1065
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1066
1066
|
border-top-width: 0;
|
|
1067
1067
|
}
|
|
1068
1068
|
|
|
1069
|
-
.e-gantt
|
|
1069
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1070
1070
|
height: 241px;
|
|
1071
1071
|
overflow-y: auto;
|
|
1072
1072
|
padding-bottom: 16px;
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
|
-
.e-gantt
|
|
1075
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1076
1076
|
float: left;
|
|
1077
1077
|
padding: 16px 18px 0 18px;
|
|
1078
1078
|
width: 50%;
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
.e-gantt
|
|
1081
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1082
1082
|
float: left;
|
|
1083
1083
|
padding: 16px 16px 0 0;
|
|
1084
1084
|
width: 50%;
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
|
-
.e-gantt
|
|
1087
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1088
1088
|
padding: 16px 16px 0 0;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
.e-gantt
|
|
1091
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1092
1092
|
height: 75px;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
.e-gantt
|
|
1095
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1096
1096
|
height: 161px;
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
|
-
.e-gantt
|
|
1099
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1100
1100
|
height: 202px;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
|
-
.e-gantt
|
|
1103
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1104
1104
|
border-bottom-width: 0px;
|
|
1105
1105
|
height: 241px !important;
|
|
1106
1106
|
overflow: hidden;
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
.e-gantt
|
|
1109
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1110
1110
|
border-top: 0;
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
|
-
.e-gantt
|
|
1113
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1114
1114
|
border-bottom-width: 0px;
|
|
1115
1115
|
height: 200px;
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
|
-
.e-gantt
|
|
1118
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1119
1119
|
padding: 0 !important;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
.e-gantt
|
|
1122
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1123
1123
|
border-bottom: 0 !important;
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
.e-gantt
|
|
1126
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1127
1127
|
border-radius: 6px 6px 0px 0px;
|
|
1128
1128
|
padding-bottom: 20px;
|
|
1129
1129
|
}
|
|
1130
1130
|
|
|
1131
|
-
.e-gantt
|
|
1131
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1132
1132
|
border-radius: 50%;
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
@@ -1284,10 +1284,6 @@
|
|
|
1284
1284
|
border-radius: 4px;
|
|
1285
1285
|
}
|
|
1286
1286
|
|
|
1287
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1288
|
-
height: calc(100% - 41px) !important;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
1287
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1292
1288
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1293
1289
|
opacity: .95;
|
|
@@ -1319,62 +1315,6 @@
|
|
|
1319
1315
|
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1320
1316
|
}
|
|
1321
1317
|
|
|
1322
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1323
|
-
color: #fff;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1327
|
-
background: #0070f0;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1331
|
-
color: #fff;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1335
|
-
background-color: transparent;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1339
|
-
color: #f0f0f0;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1343
|
-
background: #0070f0;
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1347
|
-
background: transparent;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1351
|
-
background-color: #1a1a1a;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1355
|
-
color: #fff;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1359
|
-
border-color: transparent;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1363
|
-
color: #fff;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1367
|
-
background: #2a2a2a;
|
|
1368
|
-
border-bottom: 0px;
|
|
1369
|
-
border-bottom-left-radius: 0px;
|
|
1370
|
-
border-bottom-right-radius: 0px;
|
|
1371
|
-
border-color: transparent;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1375
|
-
color: #f0f0f0;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
1318
|
.e-gantt .e-temp-content {
|
|
1379
1319
|
border-color: #484848;
|
|
1380
1320
|
}
|
|
@@ -1879,6 +1819,62 @@
|
|
|
1879
1819
|
color: #f0f0f0 !important;
|
|
1880
1820
|
}
|
|
1881
1821
|
|
|
1822
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1823
|
+
color: #fff;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1827
|
+
background: #0070f0;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1831
|
+
color: #fff;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1835
|
+
background-color: transparent;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1839
|
+
color: #f0f0f0;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1843
|
+
background: #0070f0;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1847
|
+
background: transparent;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1851
|
+
background-color: #1a1a1a;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1855
|
+
color: #fff;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1859
|
+
border-color: transparent;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1863
|
+
color: #fff;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1867
|
+
background: #2a2a2a;
|
|
1868
|
+
border-bottom: 0px;
|
|
1869
|
+
border-bottom-left-radius: 0px;
|
|
1870
|
+
border-bottom-right-radius: 0px;
|
|
1871
|
+
border-color: transparent;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1875
|
+
color: #f0f0f0;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1882
1878
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1883
1879
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1884
1880
|
border-color: #9e9e9e;
|