@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36
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/esm2020/src/calendar/calendar.component.mjs +5 -4
- package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
- package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -2
- package/src/datepicker/datepicker.component.d.ts +3 -2
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
- package/src/timepicker/timepicker.component.d.ts +3 -2
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/bootstrap-dark.scss +1 -1
- package/styles/calendar/bootstrap.scss +1 -1
- package/styles/calendar/bootstrap4.scss +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -1
- package/styles/calendar/bootstrap5.scss +1 -1
- package/styles/calendar/fabric-dark.scss +1 -1
- package/styles/calendar/fabric.scss +1 -1
- package/styles/calendar/fluent-dark.scss +1 -1
- package/styles/calendar/fluent.scss +1 -1
- package/styles/calendar/highcontrast-light.scss +1 -1
- package/styles/calendar/highcontrast.scss +1 -1
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -1
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -1
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -1
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -1
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
- package/styles/datepicker/_bootstrap-definition.scss +5 -5
- package/styles/datepicker/_bootstrap4-definition.scss +5 -5
- package/styles/datepicker/_bootstrap5-definition.scss +6 -6
- package/styles/datepicker/_fabric-dark-definition.scss +4 -4
- package/styles/datepicker/_fabric-definition.scss +6 -6
- package/styles/datepicker/_fluent-definition.scss +4 -4
- package/styles/datepicker/_fusionnew-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
- package/styles/datepicker/_layout.scss +34 -9
- package/styles/datepicker/_material-dark-definition.scss +4 -4
- package/styles/datepicker/_material-definition.scss +4 -4
- package/styles/datepicker/_material3-definition.scss +4 -4
- package/styles/datepicker/_tailwind-definition.scss +8 -8
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -1
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -1
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -1
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -1
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -1
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -1
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -1
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -1
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -1
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -1
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -1
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -1
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -1
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -1
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -1
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -1
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-definition.scss +4 -4
- package/styles/daterangepicker/_fluent-definition.scss +4 -4
- package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
- package/styles/daterangepicker/_layout.scss +48 -19
- package/styles/daterangepicker/_material-dark-definition.scss +4 -4
- package/styles/daterangepicker/_material-definition.scss +4 -4
- package/styles/daterangepicker/_material3-definition.scss +8 -5
- package/styles/daterangepicker/_tailwind-definition.scss +5 -5
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -1
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -1
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -1
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -1
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -1
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -1
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -1
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -1
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -1
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -1
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -1
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -1
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -1
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -1
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap5.scss +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -1
- package/styles/datetimepicker/fabric.scss +1 -1
- package/styles/datetimepicker/fluent-dark.scss +1 -1
- package/styles/datetimepicker/fluent.scss +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -1
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -1
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -1
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -1
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -1
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -1
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +113 -41
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +113 -41
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
- package/styles/timepicker/_bootstrap-definition.scss +2 -2
- package/styles/timepicker/_bootstrap4-definition.scss +2 -2
- package/styles/timepicker/_bootstrap5-definition.scss +2 -2
- package/styles/timepicker/_fabric-dark-definition.scss +2 -2
- package/styles/timepicker/_fabric-definition.scss +4 -4
- package/styles/timepicker/_fluent-definition.scss +2 -2
- package/styles/timepicker/_fusionnew-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
- package/styles/timepicker/_layout.scss +16 -0
- package/styles/timepicker/_material-dark-definition.scss +2 -2
- package/styles/timepicker/_material-definition.scss +2 -2
- package/styles/timepicker/_material3-definition.scss +2 -2
- package/styles/timepicker/_tailwind-definition.scss +2 -2
- package/styles/timepicker/_theme.scss +1 -0
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -1
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -1
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -1
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -1
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -1
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -1
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -1
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -1
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -1
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -1
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -1
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -1
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -1
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -1
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -1
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -1
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -1
package/styles/fluent-dark.css
CHANGED
|
@@ -1165,15 +1165,22 @@ ejs-calendar {
|
|
|
1165
1165
|
top: 0 !important;
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1169
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1170
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1171
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1172
|
+
border-radius: 0;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1168
1175
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1169
1176
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1170
1177
|
height: 10%;
|
|
1171
|
-
padding: 2.5vh 2.5vw;
|
|
1178
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1172
1179
|
display: -ms-flexbox;
|
|
1173
1180
|
display: flex;
|
|
1174
1181
|
-ms-flex-align: center;
|
|
1175
1182
|
align-items: center;
|
|
1176
|
-
font-size:
|
|
1183
|
+
font-size: 2vh;
|
|
1177
1184
|
border-bottom: none;
|
|
1178
1185
|
}
|
|
1179
1186
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1185,6 +1192,11 @@ ejs-calendar {
|
|
|
1185
1192
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1186
1193
|
padding: 1vh 2vw;
|
|
1187
1194
|
text-transform: capitalize;
|
|
1195
|
+
font-weight: 500;
|
|
1196
|
+
}
|
|
1197
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1198
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1199
|
+
font-size: 2vh;
|
|
1188
1200
|
}
|
|
1189
1201
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1190
1202
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1223,6 +1235,10 @@ ejs-calendar {
|
|
|
1223
1235
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1224
1236
|
padding: 1vh 1vw;
|
|
1225
1237
|
}
|
|
1238
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1239
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1240
|
+
font-size: 2vw;
|
|
1241
|
+
}
|
|
1226
1242
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1227
1243
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1228
1244
|
height: 85%;
|
|
@@ -1291,6 +1307,7 @@ ejs-calendar {
|
|
|
1291
1307
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1292
1308
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1293
1309
|
color: #1b1a19;
|
|
1310
|
+
font-weight: 500;
|
|
1294
1311
|
}
|
|
1295
1312
|
|
|
1296
1313
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1447,6 +1464,11 @@ ejs-calendar {
|
|
|
1447
1464
|
min-height: 40px;
|
|
1448
1465
|
}
|
|
1449
1466
|
|
|
1467
|
+
@media screen and (orientation: landscape) {
|
|
1468
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1469
|
+
line-height: 64px;
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1450
1472
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1451
1473
|
border-radius: 0;
|
|
1452
1474
|
}
|
|
@@ -1456,9 +1478,15 @@ ejs-calendar {
|
|
|
1456
1478
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1457
1479
|
float: right;
|
|
1458
1480
|
}
|
|
1481
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1482
|
+
height: 15vh;
|
|
1483
|
+
}
|
|
1484
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1485
|
+
float: right;
|
|
1486
|
+
}
|
|
1459
1487
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1460
1488
|
height: 20vh;
|
|
1461
|
-
padding: 2vh
|
|
1489
|
+
padding: 2vh 6vw;
|
|
1462
1490
|
}
|
|
1463
1491
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1464
1492
|
margin: 12vh 0 0 0;
|
|
@@ -1467,13 +1495,19 @@ ejs-calendar {
|
|
|
1467
1495
|
color: inherit;
|
|
1468
1496
|
float: left;
|
|
1469
1497
|
font-size: 18px;
|
|
1470
|
-
padding: 2px;
|
|
1471
1498
|
}
|
|
1472
1499
|
@media (min-device-width: 768px) {
|
|
1473
1500
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1474
1501
|
font-size: 24px;
|
|
1475
1502
|
}
|
|
1476
1503
|
}
|
|
1504
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1505
|
+
background: transparent;
|
|
1506
|
+
border-color: transparent;
|
|
1507
|
+
box-shadow: none;
|
|
1508
|
+
font-weight: 400;
|
|
1509
|
+
padding: 0;
|
|
1510
|
+
}
|
|
1477
1511
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1478
1512
|
color: #1b1a19;
|
|
1479
1513
|
float: right;
|
|
@@ -1515,13 +1549,19 @@ ejs-calendar {
|
|
|
1515
1549
|
}
|
|
1516
1550
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1517
1551
|
margin-right: 16px;
|
|
1552
|
+
vertical-align: inherit;
|
|
1553
|
+
height: 35px;
|
|
1554
|
+
width: 35px;
|
|
1518
1555
|
}
|
|
1519
1556
|
@media (min-device-width: 768px) {
|
|
1520
1557
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1521
|
-
height:
|
|
1522
|
-
width:
|
|
1558
|
+
height: 55px;
|
|
1559
|
+
width: 55px;
|
|
1523
1560
|
}
|
|
1524
1561
|
}
|
|
1562
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1563
|
+
vertical-align: inherit;
|
|
1564
|
+
}
|
|
1525
1565
|
@media (min-device-width: 768px) {
|
|
1526
1566
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1527
1567
|
font-size: 24px;
|
|
@@ -1529,6 +1569,18 @@ ejs-calendar {
|
|
|
1529
1569
|
}
|
|
1530
1570
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1531
1571
|
margin-right: 0;
|
|
1572
|
+
vertical-align: inherit;
|
|
1573
|
+
height: 35px;
|
|
1574
|
+
width: 35px;
|
|
1575
|
+
}
|
|
1576
|
+
@media (min-device-width: 768px) {
|
|
1577
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1578
|
+
height: 55px;
|
|
1579
|
+
width: 55px;
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
1583
|
+
vertical-align: inherit;
|
|
1532
1584
|
}
|
|
1533
1585
|
@media (min-device-width: 768px) {
|
|
1534
1586
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
@@ -1553,15 +1605,11 @@ ejs-calendar {
|
|
|
1553
1605
|
}
|
|
1554
1606
|
}
|
|
1555
1607
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1556
|
-
height:
|
|
1608
|
+
height: 79vh;
|
|
1557
1609
|
}
|
|
1558
1610
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1559
1611
|
display: none;
|
|
1560
1612
|
}
|
|
1561
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1562
|
-
display: block;
|
|
1563
|
-
padding: 5px 0;
|
|
1564
|
-
}
|
|
1565
1613
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1566
1614
|
height: 69vh;
|
|
1567
1615
|
}
|
|
@@ -1620,7 +1668,6 @@ ejs-calendar {
|
|
|
1620
1668
|
@media screen and (orientation: landscape) {
|
|
1621
1669
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1622
1670
|
float: left;
|
|
1623
|
-
padding: 2px;
|
|
1624
1671
|
}
|
|
1625
1672
|
}
|
|
1626
1673
|
@media screen and (orientation: landscape) {
|
|
@@ -1640,7 +1687,7 @@ ejs-calendar {
|
|
|
1640
1687
|
}
|
|
1641
1688
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1642
1689
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1643
|
-
line-height:
|
|
1690
|
+
line-height: 12vh;
|
|
1644
1691
|
}
|
|
1645
1692
|
}
|
|
1646
1693
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2405,7 +2452,7 @@ ejs-calendar {
|
|
|
2405
2452
|
}
|
|
2406
2453
|
@media (min-device-width: 768px) {
|
|
2407
2454
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2408
|
-
font-size:
|
|
2455
|
+
font-size: 18px;
|
|
2409
2456
|
}
|
|
2410
2457
|
}
|
|
2411
2458
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2440,17 +2487,27 @@ ejs-calendar {
|
|
|
2440
2487
|
padding: 2vh 2vw;
|
|
2441
2488
|
line-height: 5vh;
|
|
2442
2489
|
}
|
|
2443
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2490
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2491
|
+
height: 36px;
|
|
2492
|
+
width: 36px;
|
|
2493
|
+
}
|
|
2494
|
+
@media (min-device-width: 768px) {
|
|
2495
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2496
|
+
font-size: 18px;
|
|
2497
|
+
padding: 11px;
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2444
2501
|
height: 36px;
|
|
2445
2502
|
width: 36px;
|
|
2446
2503
|
}
|
|
2447
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2504
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2448
2505
|
padding: 10px;
|
|
2449
2506
|
line-height: 1;
|
|
2450
2507
|
}
|
|
2451
2508
|
@media (min-device-width: 768px) {
|
|
2452
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2453
|
-
font-size:
|
|
2509
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2510
|
+
font-size: 18px;
|
|
2454
2511
|
}
|
|
2455
2512
|
}
|
|
2456
2513
|
@media (max-height: 600px) {
|
|
@@ -2465,18 +2522,18 @@ ejs-calendar {
|
|
|
2465
2522
|
}
|
|
2466
2523
|
@media (min-device-width: 768px) {
|
|
2467
2524
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2468
|
-
font-size:
|
|
2525
|
+
font-size: 18px;
|
|
2469
2526
|
}
|
|
2470
2527
|
}
|
|
2471
2528
|
@media (min-device-width: 768px) {
|
|
2472
2529
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2473
|
-
font-size:
|
|
2530
|
+
font-size: 18px;
|
|
2474
2531
|
height: 48px;
|
|
2475
2532
|
}
|
|
2476
2533
|
}
|
|
2477
2534
|
@media (min-device-width: 768px) {
|
|
2478
2535
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2479
|
-
font-size:
|
|
2536
|
+
font-size: 18px;
|
|
2480
2537
|
height: 64px;
|
|
2481
2538
|
width: 64px;
|
|
2482
2539
|
line-height: 64px;
|
|
@@ -2500,12 +2557,6 @@ ejs-calendar {
|
|
|
2500
2557
|
height: 78vh;
|
|
2501
2558
|
}
|
|
2502
2559
|
}
|
|
2503
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2504
|
-
display: block;
|
|
2505
|
-
}
|
|
2506
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2507
|
-
float: right;
|
|
2508
|
-
}
|
|
2509
2560
|
@media (max-height: 600px) {
|
|
2510
2561
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2511
2562
|
min-height: 100%;
|
|
@@ -2553,7 +2604,7 @@ ejs-calendar {
|
|
|
2553
2604
|
}
|
|
2554
2605
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2555
2606
|
height: 10%;
|
|
2556
|
-
padding: 2.5vh 2.5vw;
|
|
2607
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2557
2608
|
display: -ms-flexbox;
|
|
2558
2609
|
display: flex;
|
|
2559
2610
|
-ms-flex-align: center;
|
|
@@ -2563,7 +2614,7 @@ ejs-calendar {
|
|
|
2563
2614
|
}
|
|
2564
2615
|
@media (min-device-width: 768px) {
|
|
2565
2616
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2566
|
-
font-size:
|
|
2617
|
+
font-size: 18px;
|
|
2567
2618
|
}
|
|
2568
2619
|
}
|
|
2569
2620
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2575,14 +2626,14 @@ ejs-calendar {
|
|
|
2575
2626
|
text-transform: capitalize;
|
|
2576
2627
|
}
|
|
2577
2628
|
|
|
2578
|
-
@media screen and (orientation: landscape)
|
|
2579
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2580
|
-
|
|
2629
|
+
@media screen and (orientation: landscape) {
|
|
2630
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2631
|
+
padding: 0;
|
|
2581
2632
|
}
|
|
2582
2633
|
}
|
|
2583
|
-
@media screen and (orientation: landscape) and (min-
|
|
2584
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2585
|
-
|
|
2634
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2635
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2636
|
+
font-size: 18px;
|
|
2586
2637
|
}
|
|
2587
2638
|
}
|
|
2588
2639
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2617,7 +2668,7 @@ ejs-calendar {
|
|
|
2617
2668
|
@media screen and (orientation: landscape) {
|
|
2618
2669
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2619
2670
|
height: 15%;
|
|
2620
|
-
font-size:
|
|
2671
|
+
font-size: 18px;
|
|
2621
2672
|
}
|
|
2622
2673
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2623
2674
|
padding: 1vh 1vw;
|
|
@@ -2644,7 +2695,7 @@ ejs-calendar {
|
|
|
2644
2695
|
@media screen and (orientation: landscape) {
|
|
2645
2696
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2646
2697
|
margin: 0;
|
|
2647
|
-
height:
|
|
2698
|
+
height: 28px;
|
|
2648
2699
|
}
|
|
2649
2700
|
}
|
|
2650
2701
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2654,8 +2705,8 @@ ejs-calendar {
|
|
|
2654
2705
|
}
|
|
2655
2706
|
@media screen and (orientation: landscape) {
|
|
2656
2707
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2657
|
-
margin:
|
|
2658
|
-
font-size:
|
|
2708
|
+
margin: 8px 0;
|
|
2709
|
+
font-size: 16px;
|
|
2659
2710
|
}
|
|
2660
2711
|
}
|
|
2661
2712
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
package/styles/fluent.css
CHANGED
|
@@ -1165,15 +1165,22 @@ ejs-calendar {
|
|
|
1165
1165
|
top: 0 !important;
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1169
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1170
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1171
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1172
|
+
border-radius: 0;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1168
1175
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1169
1176
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1170
1177
|
height: 10%;
|
|
1171
|
-
padding: 2.5vh 2.5vw;
|
|
1178
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1172
1179
|
display: -ms-flexbox;
|
|
1173
1180
|
display: flex;
|
|
1174
1181
|
-ms-flex-align: center;
|
|
1175
1182
|
align-items: center;
|
|
1176
|
-
font-size:
|
|
1183
|
+
font-size: 2vh;
|
|
1177
1184
|
border-bottom: none;
|
|
1178
1185
|
}
|
|
1179
1186
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1185,6 +1192,11 @@ ejs-calendar {
|
|
|
1185
1192
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1186
1193
|
padding: 1vh 2vw;
|
|
1187
1194
|
text-transform: capitalize;
|
|
1195
|
+
font-weight: 500;
|
|
1196
|
+
}
|
|
1197
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1198
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1199
|
+
font-size: 2vh;
|
|
1188
1200
|
}
|
|
1189
1201
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1190
1202
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1223,6 +1235,10 @@ ejs-calendar {
|
|
|
1223
1235
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1224
1236
|
padding: 1vh 1vw;
|
|
1225
1237
|
}
|
|
1238
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1239
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1240
|
+
font-size: 2vw;
|
|
1241
|
+
}
|
|
1226
1242
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1227
1243
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1228
1244
|
height: 85%;
|
|
@@ -1291,6 +1307,7 @@ ejs-calendar {
|
|
|
1291
1307
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1292
1308
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1293
1309
|
color: #fff;
|
|
1310
|
+
font-weight: 500;
|
|
1294
1311
|
}
|
|
1295
1312
|
|
|
1296
1313
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1447,6 +1464,11 @@ ejs-calendar {
|
|
|
1447
1464
|
min-height: 40px;
|
|
1448
1465
|
}
|
|
1449
1466
|
|
|
1467
|
+
@media screen and (orientation: landscape) {
|
|
1468
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1469
|
+
line-height: 64px;
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1450
1472
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1451
1473
|
border-radius: 0;
|
|
1452
1474
|
}
|
|
@@ -1456,9 +1478,15 @@ ejs-calendar {
|
|
|
1456
1478
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1457
1479
|
float: right;
|
|
1458
1480
|
}
|
|
1481
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1482
|
+
height: 15vh;
|
|
1483
|
+
}
|
|
1484
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1485
|
+
float: right;
|
|
1486
|
+
}
|
|
1459
1487
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1460
1488
|
height: 20vh;
|
|
1461
|
-
padding: 2vh
|
|
1489
|
+
padding: 2vh 6vw;
|
|
1462
1490
|
}
|
|
1463
1491
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1464
1492
|
margin: 12vh 0 0 0;
|
|
@@ -1467,13 +1495,19 @@ ejs-calendar {
|
|
|
1467
1495
|
color: inherit;
|
|
1468
1496
|
float: left;
|
|
1469
1497
|
font-size: 18px;
|
|
1470
|
-
padding: 2px;
|
|
1471
1498
|
}
|
|
1472
1499
|
@media (min-device-width: 768px) {
|
|
1473
1500
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1474
1501
|
font-size: 24px;
|
|
1475
1502
|
}
|
|
1476
1503
|
}
|
|
1504
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1505
|
+
background: transparent;
|
|
1506
|
+
border-color: transparent;
|
|
1507
|
+
box-shadow: none;
|
|
1508
|
+
font-weight: 400;
|
|
1509
|
+
padding: 0;
|
|
1510
|
+
}
|
|
1477
1511
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1478
1512
|
color: #fff;
|
|
1479
1513
|
float: right;
|
|
@@ -1515,13 +1549,19 @@ ejs-calendar {
|
|
|
1515
1549
|
}
|
|
1516
1550
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1517
1551
|
margin-right: 16px;
|
|
1552
|
+
vertical-align: inherit;
|
|
1553
|
+
height: 35px;
|
|
1554
|
+
width: 35px;
|
|
1518
1555
|
}
|
|
1519
1556
|
@media (min-device-width: 768px) {
|
|
1520
1557
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1521
|
-
height:
|
|
1522
|
-
width:
|
|
1558
|
+
height: 55px;
|
|
1559
|
+
width: 55px;
|
|
1523
1560
|
}
|
|
1524
1561
|
}
|
|
1562
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1563
|
+
vertical-align: inherit;
|
|
1564
|
+
}
|
|
1525
1565
|
@media (min-device-width: 768px) {
|
|
1526
1566
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1527
1567
|
font-size: 24px;
|
|
@@ -1529,6 +1569,18 @@ ejs-calendar {
|
|
|
1529
1569
|
}
|
|
1530
1570
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1531
1571
|
margin-right: 0;
|
|
1572
|
+
vertical-align: inherit;
|
|
1573
|
+
height: 35px;
|
|
1574
|
+
width: 35px;
|
|
1575
|
+
}
|
|
1576
|
+
@media (min-device-width: 768px) {
|
|
1577
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1578
|
+
height: 55px;
|
|
1579
|
+
width: 55px;
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
1583
|
+
vertical-align: inherit;
|
|
1532
1584
|
}
|
|
1533
1585
|
@media (min-device-width: 768px) {
|
|
1534
1586
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
@@ -1553,15 +1605,11 @@ ejs-calendar {
|
|
|
1553
1605
|
}
|
|
1554
1606
|
}
|
|
1555
1607
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1556
|
-
height:
|
|
1608
|
+
height: 79vh;
|
|
1557
1609
|
}
|
|
1558
1610
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1559
1611
|
display: none;
|
|
1560
1612
|
}
|
|
1561
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1562
|
-
display: block;
|
|
1563
|
-
padding: 5px 0;
|
|
1564
|
-
}
|
|
1565
1613
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1566
1614
|
height: 69vh;
|
|
1567
1615
|
}
|
|
@@ -1620,7 +1668,6 @@ ejs-calendar {
|
|
|
1620
1668
|
@media screen and (orientation: landscape) {
|
|
1621
1669
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1622
1670
|
float: left;
|
|
1623
|
-
padding: 2px;
|
|
1624
1671
|
}
|
|
1625
1672
|
}
|
|
1626
1673
|
@media screen and (orientation: landscape) {
|
|
@@ -1640,7 +1687,7 @@ ejs-calendar {
|
|
|
1640
1687
|
}
|
|
1641
1688
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1642
1689
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1643
|
-
line-height:
|
|
1690
|
+
line-height: 12vh;
|
|
1644
1691
|
}
|
|
1645
1692
|
}
|
|
1646
1693
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2405,7 +2452,7 @@ ejs-calendar {
|
|
|
2405
2452
|
}
|
|
2406
2453
|
@media (min-device-width: 768px) {
|
|
2407
2454
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2408
|
-
font-size:
|
|
2455
|
+
font-size: 18px;
|
|
2409
2456
|
}
|
|
2410
2457
|
}
|
|
2411
2458
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2440,17 +2487,27 @@ ejs-calendar {
|
|
|
2440
2487
|
padding: 2vh 2vw;
|
|
2441
2488
|
line-height: 5vh;
|
|
2442
2489
|
}
|
|
2443
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2490
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2491
|
+
height: 36px;
|
|
2492
|
+
width: 36px;
|
|
2493
|
+
}
|
|
2494
|
+
@media (min-device-width: 768px) {
|
|
2495
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2496
|
+
font-size: 18px;
|
|
2497
|
+
padding: 11px;
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2444
2501
|
height: 36px;
|
|
2445
2502
|
width: 36px;
|
|
2446
2503
|
}
|
|
2447
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2504
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2448
2505
|
padding: 10px;
|
|
2449
2506
|
line-height: 1;
|
|
2450
2507
|
}
|
|
2451
2508
|
@media (min-device-width: 768px) {
|
|
2452
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2453
|
-
font-size:
|
|
2509
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2510
|
+
font-size: 18px;
|
|
2454
2511
|
}
|
|
2455
2512
|
}
|
|
2456
2513
|
@media (max-height: 600px) {
|
|
@@ -2465,18 +2522,18 @@ ejs-calendar {
|
|
|
2465
2522
|
}
|
|
2466
2523
|
@media (min-device-width: 768px) {
|
|
2467
2524
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2468
|
-
font-size:
|
|
2525
|
+
font-size: 18px;
|
|
2469
2526
|
}
|
|
2470
2527
|
}
|
|
2471
2528
|
@media (min-device-width: 768px) {
|
|
2472
2529
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2473
|
-
font-size:
|
|
2530
|
+
font-size: 18px;
|
|
2474
2531
|
height: 48px;
|
|
2475
2532
|
}
|
|
2476
2533
|
}
|
|
2477
2534
|
@media (min-device-width: 768px) {
|
|
2478
2535
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2479
|
-
font-size:
|
|
2536
|
+
font-size: 18px;
|
|
2480
2537
|
height: 64px;
|
|
2481
2538
|
width: 64px;
|
|
2482
2539
|
line-height: 64px;
|
|
@@ -2500,12 +2557,6 @@ ejs-calendar {
|
|
|
2500
2557
|
height: 78vh;
|
|
2501
2558
|
}
|
|
2502
2559
|
}
|
|
2503
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2504
|
-
display: block;
|
|
2505
|
-
}
|
|
2506
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2507
|
-
float: right;
|
|
2508
|
-
}
|
|
2509
2560
|
@media (max-height: 600px) {
|
|
2510
2561
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2511
2562
|
min-height: 100%;
|
|
@@ -2553,7 +2604,7 @@ ejs-calendar {
|
|
|
2553
2604
|
}
|
|
2554
2605
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2555
2606
|
height: 10%;
|
|
2556
|
-
padding: 2.5vh 2.5vw;
|
|
2607
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2557
2608
|
display: -ms-flexbox;
|
|
2558
2609
|
display: flex;
|
|
2559
2610
|
-ms-flex-align: center;
|
|
@@ -2563,7 +2614,7 @@ ejs-calendar {
|
|
|
2563
2614
|
}
|
|
2564
2615
|
@media (min-device-width: 768px) {
|
|
2565
2616
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2566
|
-
font-size:
|
|
2617
|
+
font-size: 18px;
|
|
2567
2618
|
}
|
|
2568
2619
|
}
|
|
2569
2620
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2575,14 +2626,14 @@ ejs-calendar {
|
|
|
2575
2626
|
text-transform: capitalize;
|
|
2576
2627
|
}
|
|
2577
2628
|
|
|
2578
|
-
@media screen and (orientation: landscape)
|
|
2579
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2580
|
-
|
|
2629
|
+
@media screen and (orientation: landscape) {
|
|
2630
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2631
|
+
padding: 0;
|
|
2581
2632
|
}
|
|
2582
2633
|
}
|
|
2583
|
-
@media screen and (orientation: landscape) and (min-
|
|
2584
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2585
|
-
|
|
2634
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2635
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2636
|
+
font-size: 18px;
|
|
2586
2637
|
}
|
|
2587
2638
|
}
|
|
2588
2639
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2617,7 +2668,7 @@ ejs-calendar {
|
|
|
2617
2668
|
@media screen and (orientation: landscape) {
|
|
2618
2669
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2619
2670
|
height: 15%;
|
|
2620
|
-
font-size:
|
|
2671
|
+
font-size: 18px;
|
|
2621
2672
|
}
|
|
2622
2673
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2623
2674
|
padding: 1vh 1vw;
|
|
@@ -2644,7 +2695,7 @@ ejs-calendar {
|
|
|
2644
2695
|
@media screen and (orientation: landscape) {
|
|
2645
2696
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2646
2697
|
margin: 0;
|
|
2647
|
-
height:
|
|
2698
|
+
height: 28px;
|
|
2648
2699
|
}
|
|
2649
2700
|
}
|
|
2650
2701
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2654,8 +2705,8 @@ ejs-calendar {
|
|
|
2654
2705
|
}
|
|
2655
2706
|
@media screen and (orientation: landscape) {
|
|
2656
2707
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2657
|
-
margin:
|
|
2658
|
-
font-size:
|
|
2708
|
+
margin: 8px 0;
|
|
2709
|
+
font-size: 16px;
|
|
2659
2710
|
}
|
|
2660
2711
|
}
|
|
2661
2712
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|