@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
|
@@ -533,23 +533,6 @@
|
|
|
533
533
|
border-color: transparent;
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
537
|
-
padding-left: 12px;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
541
|
-
display: block;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
545
|
-
border-style: solid;
|
|
546
|
-
border-width: 0px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
550
|
-
border: 0;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
536
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
554
537
|
border-width: 0;
|
|
555
538
|
}
|
|
@@ -1002,7 +985,7 @@
|
|
|
1002
985
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
1003
986
|
-ms-flex-align: center;
|
|
1004
987
|
align-items: center;
|
|
1005
|
-
cursor:
|
|
988
|
+
cursor: ew-resize;
|
|
1006
989
|
display: -ms-inline-flexbox;
|
|
1007
990
|
display: inline-flex;
|
|
1008
991
|
}
|
|
@@ -1184,101 +1167,118 @@
|
|
|
1184
1167
|
outline-offset: 2px;
|
|
1185
1168
|
}
|
|
1186
1169
|
|
|
1187
|
-
.e-gantt .e-
|
|
1170
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1171
|
+
padding-left: 12px;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1175
|
+
display: block;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1179
|
+
border-style: solid;
|
|
1180
|
+
border-width: 0px;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1188
1184
|
border: 0;
|
|
1189
1185
|
}
|
|
1190
1186
|
|
|
1191
|
-
.e-gantt
|
|
1187
|
+
.e-gantt-dialog {
|
|
1188
|
+
border: 0;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1192
1192
|
border-spacing: 0;
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
|
-
.e-gantt
|
|
1195
|
+
.e-gantt-dialog .e-item {
|
|
1196
1196
|
height: 241px;
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
|
-
.e-gantt
|
|
1199
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1200
1200
|
border-bottom-width: 0px;
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
|
-
.e-gantt
|
|
1203
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1204
1204
|
opacity: initial;
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
.e-gantt
|
|
1207
|
+
.e-gantt-dialog .e-toolbar {
|
|
1208
1208
|
border-top-width: 0;
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
.e-gantt
|
|
1211
|
+
.e-gantt-dialog .e-resource-div {
|
|
1212
1212
|
border-bottom-width: 0px;
|
|
1213
1213
|
}
|
|
1214
1214
|
|
|
1215
|
-
.e-gantt
|
|
1215
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1216
1216
|
border-top-width: 0;
|
|
1217
1217
|
}
|
|
1218
1218
|
|
|
1219
|
-
.e-gantt
|
|
1219
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1220
1220
|
height: 241px;
|
|
1221
1221
|
overflow-y: auto;
|
|
1222
1222
|
padding-bottom: 16px;
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
|
-
.e-gantt
|
|
1225
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1226
1226
|
float: left;
|
|
1227
1227
|
padding: 16px 18px 0 18px;
|
|
1228
1228
|
width: 50%;
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
.e-gantt
|
|
1231
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1232
1232
|
float: left;
|
|
1233
1233
|
padding: 16px 16px 0 0;
|
|
1234
1234
|
width: 50%;
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
|
-
.e-gantt
|
|
1237
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1238
1238
|
padding: 16px 16px 0 0;
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
.e-gantt
|
|
1241
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1242
1242
|
height: 75px;
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
|
-
.e-gantt
|
|
1245
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1246
1246
|
height: 161px;
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
|
-
.e-gantt
|
|
1249
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1250
1250
|
height: 202px;
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
.e-gantt
|
|
1253
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1254
1254
|
border-bottom-width: 0px;
|
|
1255
1255
|
height: 241px !important;
|
|
1256
1256
|
overflow: hidden;
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
.e-gantt
|
|
1259
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1260
1260
|
border-top: 0;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
.e-gantt
|
|
1263
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1264
1264
|
border-bottom-width: 0px;
|
|
1265
1265
|
height: 200px;
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.e-gantt
|
|
1268
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1269
1269
|
padding: 0 !important;
|
|
1270
1270
|
}
|
|
1271
1271
|
|
|
1272
|
-
.e-gantt
|
|
1272
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1273
1273
|
border-bottom: 0 !important;
|
|
1274
1274
|
}
|
|
1275
1275
|
|
|
1276
|
-
.e-gantt
|
|
1276
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1277
1277
|
border-radius: 6px 6px 0px 0px;
|
|
1278
1278
|
padding-bottom: 20px;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.e-gantt
|
|
1281
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1282
1282
|
border-radius: 50%;
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
@@ -1434,10 +1434,6 @@
|
|
|
1434
1434
|
border-radius: 4px;
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1438
|
-
height: calc(100% - 41px) !important;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
1437
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1442
1438
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1443
1439
|
opacity: .95;
|
|
@@ -1469,62 +1465,6 @@
|
|
|
1469
1465
|
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1470
1466
|
}
|
|
1471
1467
|
|
|
1472
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1473
|
-
color: #fff;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1477
|
-
background: #317ab9;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1481
|
-
color: #fff;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1485
|
-
background-color: transparent;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1489
|
-
color: rgba(0, 0, 0, 0.8);
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1493
|
-
background: #317ab9;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1497
|
-
background: transparent;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1501
|
-
background-color: #fff;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1505
|
-
color: #333;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1509
|
-
border-color: transparent;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1513
|
-
color: #fff;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1517
|
-
background: #8ab8e0;
|
|
1518
|
-
border-bottom: 0px;
|
|
1519
|
-
border-bottom-left-radius: 0px;
|
|
1520
|
-
border-bottom-right-radius: 0px;
|
|
1521
|
-
border-color: transparent;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1525
|
-
color: #fff;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
1468
|
.e-gantt .e-temp-content {
|
|
1529
1469
|
border-color: #ddd;
|
|
1530
1470
|
}
|
|
@@ -2029,6 +1969,62 @@
|
|
|
2029
1969
|
color: #333 !important;
|
|
2030
1970
|
}
|
|
2031
1971
|
|
|
1972
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1973
|
+
color: #fff;
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1977
|
+
background: #317ab9;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1981
|
+
color: #fff;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1985
|
+
background-color: transparent;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1989
|
+
color: rgba(0, 0, 0, 0.8);
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1993
|
+
background: #317ab9;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1997
|
+
background: transparent;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2001
|
+
background-color: #fff;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
2005
|
+
color: #333;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2009
|
+
border-color: transparent;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2013
|
+
color: #fff;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
2017
|
+
background: #8ab8e0;
|
|
2018
|
+
border-bottom: 0px;
|
|
2019
|
+
border-bottom-left-radius: 0px;
|
|
2020
|
+
border-bottom-right-radius: 0px;
|
|
2021
|
+
border-color: transparent;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
2025
|
+
color: #fff;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2032
2028
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
2033
2029
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
2034
2030
|
border-color: #9e9e9e;
|
|
@@ -750,23 +750,6 @@
|
|
|
750
750
|
border-color: transparent;
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
754
|
-
padding-left: 12px;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
758
|
-
display: block;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
762
|
-
border-style: solid;
|
|
763
|
-
border-width: 1px;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
767
|
-
border: 0;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
753
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
771
754
|
border-width: 0;
|
|
772
755
|
}
|
|
@@ -1219,7 +1202,7 @@
|
|
|
1219
1202
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
1220
1203
|
-ms-flex-align: center;
|
|
1221
1204
|
align-items: center;
|
|
1222
|
-
cursor:
|
|
1205
|
+
cursor: ew-resize;
|
|
1223
1206
|
display: -ms-inline-flexbox;
|
|
1224
1207
|
display: inline-flex;
|
|
1225
1208
|
}
|
|
@@ -1401,101 +1384,118 @@
|
|
|
1401
1384
|
outline-offset: 2px;
|
|
1402
1385
|
}
|
|
1403
1386
|
|
|
1404
|
-
.e-gantt .e-
|
|
1387
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1388
|
+
padding-left: 12px;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1392
|
+
display: block;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1396
|
+
border-style: solid;
|
|
1397
|
+
border-width: 1px;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1405
1401
|
border: 0;
|
|
1406
1402
|
}
|
|
1407
1403
|
|
|
1408
|
-
.e-gantt
|
|
1404
|
+
.e-gantt-dialog {
|
|
1405
|
+
border: 0;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1409
1409
|
border-spacing: 0;
|
|
1410
1410
|
}
|
|
1411
1411
|
|
|
1412
|
-
.e-gantt
|
|
1412
|
+
.e-gantt-dialog .e-item {
|
|
1413
1413
|
height: 241px;
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
|
-
.e-gantt
|
|
1416
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1417
1417
|
border-bottom-width: 0px;
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
|
-
.e-gantt
|
|
1420
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1421
1421
|
opacity: initial;
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
|
-
.e-gantt
|
|
1424
|
+
.e-gantt-dialog .e-toolbar {
|
|
1425
1425
|
border-top-width: 0;
|
|
1426
1426
|
}
|
|
1427
1427
|
|
|
1428
|
-
.e-gantt
|
|
1428
|
+
.e-gantt-dialog .e-resource-div {
|
|
1429
1429
|
border-bottom-width: 0px;
|
|
1430
1430
|
}
|
|
1431
1431
|
|
|
1432
|
-
.e-gantt
|
|
1432
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1433
1433
|
border-top-width: 0;
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
.e-gantt
|
|
1436
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1437
1437
|
height: 241px;
|
|
1438
1438
|
overflow-y: auto;
|
|
1439
1439
|
padding-bottom: 12px;
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
1442
|
-
.e-gantt
|
|
1442
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1443
1443
|
float: left;
|
|
1444
1444
|
padding: 16px 18px 0 18px;
|
|
1445
1445
|
width: 50%;
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
|
-
.e-gantt
|
|
1448
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1449
1449
|
float: left;
|
|
1450
1450
|
padding: 16px 16px 0 0;
|
|
1451
1451
|
width: 50%;
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
-
.e-gantt
|
|
1454
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1455
1455
|
padding: 16px 16px 0 0;
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
-
.e-gantt
|
|
1458
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1459
1459
|
height: 75px;
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
|
-
.e-gantt
|
|
1462
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1463
1463
|
height: 161px;
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
|
-
.e-gantt
|
|
1466
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1467
1467
|
height: 202px;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
-
.e-gantt
|
|
1470
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1471
1471
|
border-bottom-width: 0px;
|
|
1472
1472
|
height: 241px !important;
|
|
1473
1473
|
overflow: hidden;
|
|
1474
1474
|
}
|
|
1475
1475
|
|
|
1476
|
-
.e-gantt
|
|
1476
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1477
1477
|
border-top: 0;
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
|
-
.e-gantt
|
|
1480
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1481
1481
|
border-bottom-width: 0px;
|
|
1482
1482
|
height: 200px;
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
.e-gantt
|
|
1485
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1486
1486
|
padding: 0 !important;
|
|
1487
1487
|
}
|
|
1488
1488
|
|
|
1489
|
-
.e-gantt
|
|
1489
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1490
1490
|
border-bottom: 0 !important;
|
|
1491
1491
|
}
|
|
1492
1492
|
|
|
1493
|
-
.e-gantt
|
|
1493
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1494
1494
|
border-radius: 3px 3px 0px 0px;
|
|
1495
1495
|
padding-bottom: 20px;
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
|
-
.e-gantt
|
|
1498
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1499
1499
|
border-radius: 50%;
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
@@ -1651,10 +1651,6 @@
|
|
|
1651
1651
|
border-radius: 0px;
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1655
|
-
height: calc(100% - 38px) !important;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
1654
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1659
1655
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1660
1656
|
opacity: .95;
|
|
@@ -1686,62 +1682,6 @@
|
|
|
1686
1682
|
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1687
1683
|
}
|
|
1688
1684
|
|
|
1689
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1690
|
-
color: #fff;
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1694
|
-
background: #007bff;
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1698
|
-
color: rgba(255, 255, 255, 0.75);
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1702
|
-
background-color: transparent;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1706
|
-
color: white;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1710
|
-
background: #007bff;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1714
|
-
background: transparent;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1718
|
-
background-color: #fff;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1722
|
-
color: #495057;
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1726
|
-
border-color: transparent;
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1730
|
-
color: #fff;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1734
|
-
background: transparent;
|
|
1735
|
-
border-bottom: 0px;
|
|
1736
|
-
border-bottom-left-radius: 0px;
|
|
1737
|
-
border-bottom-right-radius: 0px;
|
|
1738
|
-
border-color: #dee2e6;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1742
|
-
color: #fff;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
1685
|
.e-gantt .e-temp-content {
|
|
1746
1686
|
border-color: #dee2e6;
|
|
1747
1687
|
}
|
|
@@ -2246,6 +2186,62 @@
|
|
|
2246
2186
|
color: #212529 !important;
|
|
2247
2187
|
}
|
|
2248
2188
|
|
|
2189
|
+
.e-gantt-dialog .e-dlg-header {
|
|
2190
|
+
color: #fff;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
2194
|
+
background: #007bff;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
2198
|
+
color: rgba(255, 255, 255, 0.75);
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
2202
|
+
background-color: transparent;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
2206
|
+
color: white;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
2210
|
+
background: #007bff;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
2214
|
+
background: transparent;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2218
|
+
background-color: #fff;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
2222
|
+
color: #495057;
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2226
|
+
border-color: transparent;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2230
|
+
color: #fff;
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
2234
|
+
background: transparent;
|
|
2235
|
+
border-bottom: 0px;
|
|
2236
|
+
border-bottom-left-radius: 0px;
|
|
2237
|
+
border-bottom-right-radius: 0px;
|
|
2238
|
+
border-color: #dee2e6;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
2242
|
+
color: #fff;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2249
2245
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
2250
2246
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
2251
2247
|
border-color: #9e9e9e;
|