@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
|
@@ -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
|
}
|
|
@@ -806,7 +789,7 @@
|
|
|
806
789
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
807
790
|
-ms-flex-align: center;
|
|
808
791
|
align-items: center;
|
|
809
|
-
cursor:
|
|
792
|
+
cursor: ew-resize;
|
|
810
793
|
display: -ms-inline-flexbox;
|
|
811
794
|
display: inline-flex;
|
|
812
795
|
}
|
|
@@ -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 {
|
|
992
988
|
border: 0;
|
|
993
989
|
}
|
|
994
990
|
|
|
995
|
-
.e-gantt
|
|
991
|
+
.e-gantt-dialog {
|
|
992
|
+
border: 0;
|
|
993
|
+
}
|
|
994
|
+
|
|
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;
|
package/styles/gantt/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;
|