@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
|
@@ -988,15 +988,22 @@ ejs-calendar {
|
|
|
988
988
|
top: 0 !important;
|
|
989
989
|
}
|
|
990
990
|
|
|
991
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
992
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
993
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
994
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
995
|
+
border-radius: 0;
|
|
996
|
+
}
|
|
997
|
+
|
|
991
998
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
992
999
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
993
1000
|
height: 10%;
|
|
994
|
-
padding: 2.5vh 2.5vw;
|
|
1001
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
995
1002
|
display: -ms-flexbox;
|
|
996
1003
|
display: flex;
|
|
997
1004
|
-ms-flex-align: center;
|
|
998
1005
|
align-items: center;
|
|
999
|
-
font-size:
|
|
1006
|
+
font-size: 2vh;
|
|
1000
1007
|
border-bottom: 1px solid #757575;
|
|
1001
1008
|
}
|
|
1002
1009
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1008,6 +1015,11 @@ ejs-calendar {
|
|
|
1008
1015
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1009
1016
|
padding: 1vh 2vw;
|
|
1010
1017
|
text-transform: capitalize;
|
|
1018
|
+
font-weight: 500;
|
|
1019
|
+
}
|
|
1020
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1021
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1022
|
+
font-size: 2vh;
|
|
1011
1023
|
}
|
|
1012
1024
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1013
1025
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1046,6 +1058,10 @@ ejs-calendar {
|
|
|
1046
1058
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1047
1059
|
padding: 1vh 1vw;
|
|
1048
1060
|
}
|
|
1061
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1062
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1063
|
+
font-size: 2vw;
|
|
1064
|
+
}
|
|
1049
1065
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1050
1066
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1051
1067
|
height: 85%;
|
|
@@ -1114,6 +1130,7 @@ ejs-calendar {
|
|
|
1114
1130
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1115
1131
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1116
1132
|
color: #000;
|
|
1133
|
+
font-weight: 500;
|
|
1117
1134
|
}
|
|
1118
1135
|
|
|
1119
1136
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1265,6 +1282,11 @@ ejs-calendar {
|
|
|
1265
1282
|
min-height: 40px;
|
|
1266
1283
|
}
|
|
1267
1284
|
|
|
1285
|
+
@media screen and (orientation: landscape) {
|
|
1286
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1287
|
+
line-height: 64px;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1268
1290
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1269
1291
|
border-radius: 0;
|
|
1270
1292
|
}
|
|
@@ -1274,9 +1296,15 @@ ejs-calendar {
|
|
|
1274
1296
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1275
1297
|
float: right;
|
|
1276
1298
|
}
|
|
1299
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1300
|
+
height: 15vh;
|
|
1301
|
+
}
|
|
1302
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1303
|
+
float: right;
|
|
1304
|
+
}
|
|
1277
1305
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1278
1306
|
height: 20vh;
|
|
1279
|
-
padding: 2vh
|
|
1307
|
+
padding: 2vh 6vw;
|
|
1280
1308
|
}
|
|
1281
1309
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1282
1310
|
margin: 12vh 0 0 0;
|
|
@@ -1285,13 +1313,19 @@ ejs-calendar {
|
|
|
1285
1313
|
color: inherit;
|
|
1286
1314
|
float: left;
|
|
1287
1315
|
font-size: 18px;
|
|
1288
|
-
padding: 2px;
|
|
1289
1316
|
}
|
|
1290
1317
|
@media (min-device-width: 768px) {
|
|
1291
1318
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1292
1319
|
font-size: 24px;
|
|
1293
1320
|
}
|
|
1294
1321
|
}
|
|
1322
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1323
|
+
background: transparent;
|
|
1324
|
+
border-color: transparent;
|
|
1325
|
+
box-shadow: none;
|
|
1326
|
+
font-weight: 400;
|
|
1327
|
+
padding: 0;
|
|
1328
|
+
}
|
|
1295
1329
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1296
1330
|
color: inherit;
|
|
1297
1331
|
float: right;
|
|
@@ -1319,7 +1353,7 @@ ejs-calendar {
|
|
|
1319
1353
|
line-height: 5vh;
|
|
1320
1354
|
}
|
|
1321
1355
|
.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 {
|
|
1322
|
-
margin-left:
|
|
1356
|
+
margin-left: 22vw;
|
|
1323
1357
|
position: absolute;
|
|
1324
1358
|
text-align: center;
|
|
1325
1359
|
vertical-align: middle;
|
|
@@ -1333,13 +1367,19 @@ ejs-calendar {
|
|
|
1333
1367
|
}
|
|
1334
1368
|
.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 {
|
|
1335
1369
|
margin-right: 75vw;
|
|
1370
|
+
vertical-align: inherit;
|
|
1371
|
+
height: 35px;
|
|
1372
|
+
width: 35px;
|
|
1336
1373
|
}
|
|
1337
1374
|
@media (min-device-width: 768px) {
|
|
1338
1375
|
.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 {
|
|
1339
|
-
height:
|
|
1340
|
-
width:
|
|
1376
|
+
height: 55px;
|
|
1377
|
+
width: 55px;
|
|
1341
1378
|
}
|
|
1342
1379
|
}
|
|
1380
|
+
.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 {
|
|
1381
|
+
vertical-align: inherit;
|
|
1382
|
+
}
|
|
1343
1383
|
@media (min-device-width: 768px) {
|
|
1344
1384
|
.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 {
|
|
1345
1385
|
font-size: 24px;
|
|
@@ -1347,6 +1387,18 @@ ejs-calendar {
|
|
|
1347
1387
|
}
|
|
1348
1388
|
.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 {
|
|
1349
1389
|
margin-right: 0;
|
|
1390
|
+
vertical-align: inherit;
|
|
1391
|
+
height: 35px;
|
|
1392
|
+
width: 35px;
|
|
1393
|
+
}
|
|
1394
|
+
@media (min-device-width: 768px) {
|
|
1395
|
+
.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 {
|
|
1396
|
+
height: 55px;
|
|
1397
|
+
width: 55px;
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
.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 {
|
|
1401
|
+
vertical-align: inherit;
|
|
1350
1402
|
}
|
|
1351
1403
|
@media (min-device-width: 768px) {
|
|
1352
1404
|
.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 {
|
|
@@ -1371,15 +1423,11 @@ ejs-calendar {
|
|
|
1371
1423
|
}
|
|
1372
1424
|
}
|
|
1373
1425
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1374
|
-
height:
|
|
1426
|
+
height: 79vh;
|
|
1375
1427
|
}
|
|
1376
1428
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1377
1429
|
display: none;
|
|
1378
1430
|
}
|
|
1379
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1380
|
-
display: block;
|
|
1381
|
-
padding: 5px 0;
|
|
1382
|
-
}
|
|
1383
1431
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1384
1432
|
height: 69vh;
|
|
1385
1433
|
}
|
|
@@ -1438,7 +1486,6 @@ ejs-calendar {
|
|
|
1438
1486
|
@media screen and (orientation: landscape) {
|
|
1439
1487
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1440
1488
|
float: left;
|
|
1441
|
-
padding: 2px;
|
|
1442
1489
|
}
|
|
1443
1490
|
}
|
|
1444
1491
|
@media screen and (orientation: landscape) {
|
|
@@ -1458,7 +1505,7 @@ ejs-calendar {
|
|
|
1458
1505
|
}
|
|
1459
1506
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1460
1507
|
.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 {
|
|
1461
|
-
line-height:
|
|
1508
|
+
line-height: 12vh;
|
|
1462
1509
|
}
|
|
1463
1510
|
}
|
|
1464
1511
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2216,7 +2263,7 @@ ejs-calendar {
|
|
|
2216
2263
|
}
|
|
2217
2264
|
@media (min-device-width: 768px) {
|
|
2218
2265
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2219
|
-
font-size:
|
|
2266
|
+
font-size: 18px;
|
|
2220
2267
|
}
|
|
2221
2268
|
}
|
|
2222
2269
|
.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 {
|
|
@@ -2251,17 +2298,27 @@ ejs-calendar {
|
|
|
2251
2298
|
padding: 2vh 2vw;
|
|
2252
2299
|
line-height: 5vh;
|
|
2253
2300
|
}
|
|
2254
|
-
.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-
|
|
2301
|
+
.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 {
|
|
2302
|
+
height: 36px;
|
|
2303
|
+
width: 36px;
|
|
2304
|
+
}
|
|
2305
|
+
@media (min-device-width: 768px) {
|
|
2306
|
+
.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 {
|
|
2307
|
+
font-size: 18px;
|
|
2308
|
+
padding: 11px;
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
.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 {
|
|
2255
2312
|
height: 36px;
|
|
2256
2313
|
width: 36px;
|
|
2257
2314
|
}
|
|
2258
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2315
|
+
.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 {
|
|
2259
2316
|
padding: 10px;
|
|
2260
2317
|
line-height: 1;
|
|
2261
2318
|
}
|
|
2262
2319
|
@media (min-device-width: 768px) {
|
|
2263
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2264
|
-
font-size:
|
|
2320
|
+
.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 {
|
|
2321
|
+
font-size: 18px;
|
|
2265
2322
|
}
|
|
2266
2323
|
}
|
|
2267
2324
|
@media (max-height: 600px) {
|
|
@@ -2276,18 +2333,18 @@ ejs-calendar {
|
|
|
2276
2333
|
}
|
|
2277
2334
|
@media (min-device-width: 768px) {
|
|
2278
2335
|
.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 {
|
|
2279
|
-
font-size:
|
|
2336
|
+
font-size: 18px;
|
|
2280
2337
|
}
|
|
2281
2338
|
}
|
|
2282
2339
|
@media (min-device-width: 768px) {
|
|
2283
2340
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2284
|
-
font-size:
|
|
2341
|
+
font-size: 18px;
|
|
2285
2342
|
height: 48px;
|
|
2286
2343
|
}
|
|
2287
2344
|
}
|
|
2288
2345
|
@media (min-device-width: 768px) {
|
|
2289
2346
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2290
|
-
font-size:
|
|
2347
|
+
font-size: 18px;
|
|
2291
2348
|
height: 64px;
|
|
2292
2349
|
width: 64px;
|
|
2293
2350
|
line-height: 64px;
|
|
@@ -2311,12 +2368,6 @@ ejs-calendar {
|
|
|
2311
2368
|
height: 78vh;
|
|
2312
2369
|
}
|
|
2313
2370
|
}
|
|
2314
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2315
|
-
display: block;
|
|
2316
|
-
}
|
|
2317
|
-
.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 {
|
|
2318
|
-
float: right;
|
|
2319
|
-
}
|
|
2320
2371
|
@media (max-height: 600px) {
|
|
2321
2372
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2322
2373
|
min-height: 100%;
|
|
@@ -2364,7 +2415,7 @@ ejs-calendar {
|
|
|
2364
2415
|
}
|
|
2365
2416
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2366
2417
|
height: 10%;
|
|
2367
|
-
padding: 2.5vh 2.5vw;
|
|
2418
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2368
2419
|
display: -ms-flexbox;
|
|
2369
2420
|
display: flex;
|
|
2370
2421
|
-ms-flex-align: center;
|
|
@@ -2374,7 +2425,7 @@ ejs-calendar {
|
|
|
2374
2425
|
}
|
|
2375
2426
|
@media (min-device-width: 768px) {
|
|
2376
2427
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2377
|
-
font-size:
|
|
2428
|
+
font-size: 18px;
|
|
2378
2429
|
}
|
|
2379
2430
|
}
|
|
2380
2431
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2386,14 +2437,14 @@ ejs-calendar {
|
|
|
2386
2437
|
text-transform: capitalize;
|
|
2387
2438
|
}
|
|
2388
2439
|
|
|
2389
|
-
@media screen and (orientation: landscape)
|
|
2390
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2391
|
-
|
|
2440
|
+
@media screen and (orientation: landscape) {
|
|
2441
|
+
.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 {
|
|
2442
|
+
padding: 0;
|
|
2392
2443
|
}
|
|
2393
2444
|
}
|
|
2394
|
-
@media screen and (orientation: landscape) and (min-
|
|
2395
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2396
|
-
|
|
2445
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2446
|
+
.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 {
|
|
2447
|
+
font-size: 18px;
|
|
2397
2448
|
}
|
|
2398
2449
|
}
|
|
2399
2450
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2428,7 +2479,7 @@ ejs-calendar {
|
|
|
2428
2479
|
@media screen and (orientation: landscape) {
|
|
2429
2480
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2430
2481
|
height: 15%;
|
|
2431
|
-
font-size:
|
|
2482
|
+
font-size: 18px;
|
|
2432
2483
|
}
|
|
2433
2484
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2434
2485
|
padding: 1vh 1vw;
|
|
@@ -2455,7 +2506,7 @@ ejs-calendar {
|
|
|
2455
2506
|
@media screen and (orientation: landscape) {
|
|
2456
2507
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2457
2508
|
margin: 0;
|
|
2458
|
-
height:
|
|
2509
|
+
height: 28px;
|
|
2459
2510
|
}
|
|
2460
2511
|
}
|
|
2461
2512
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2465,8 +2516,8 @@ ejs-calendar {
|
|
|
2465
2516
|
}
|
|
2466
2517
|
@media screen and (orientation: landscape) {
|
|
2467
2518
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2468
|
-
margin:
|
|
2469
|
-
font-size:
|
|
2519
|
+
margin: 8px 0;
|
|
2520
|
+
font-size: 16px;
|
|
2470
2521
|
}
|
|
2471
2522
|
}
|
|
2472
2523
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
package/styles/highcontrast.css
CHANGED
|
@@ -998,15 +998,22 @@ ejs-calendar {
|
|
|
998
998
|
top: 0 !important;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1002
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1003
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1004
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1005
|
+
border-radius: 0;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1001
1008
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1002
1009
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1003
1010
|
height: 10%;
|
|
1004
|
-
padding: 2.5vh 2.5vw;
|
|
1011
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1005
1012
|
display: -ms-flexbox;
|
|
1006
1013
|
display: flex;
|
|
1007
1014
|
-ms-flex-align: center;
|
|
1008
1015
|
align-items: center;
|
|
1009
|
-
font-size:
|
|
1016
|
+
font-size: 2vh;
|
|
1010
1017
|
border-bottom: 1px solid #969696;
|
|
1011
1018
|
}
|
|
1012
1019
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1018,6 +1025,11 @@ ejs-calendar {
|
|
|
1018
1025
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1019
1026
|
padding: 1vh 2vw;
|
|
1020
1027
|
text-transform: capitalize;
|
|
1028
|
+
font-weight: 500;
|
|
1029
|
+
}
|
|
1030
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1031
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1032
|
+
font-size: 2vh;
|
|
1021
1033
|
}
|
|
1022
1034
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1023
1035
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1056,6 +1068,10 @@ ejs-calendar {
|
|
|
1056
1068
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1057
1069
|
padding: 1vh 1vw;
|
|
1058
1070
|
}
|
|
1071
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1072
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1073
|
+
font-size: 2vw;
|
|
1074
|
+
}
|
|
1059
1075
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1060
1076
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1061
1077
|
height: 85%;
|
|
@@ -1124,6 +1140,7 @@ ejs-calendar {
|
|
|
1124
1140
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1125
1141
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1126
1142
|
color: #fff;
|
|
1143
|
+
font-weight: 500;
|
|
1127
1144
|
}
|
|
1128
1145
|
|
|
1129
1146
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1276,6 +1293,11 @@ ejs-calendar {
|
|
|
1276
1293
|
min-height: 40px;
|
|
1277
1294
|
}
|
|
1278
1295
|
|
|
1296
|
+
@media screen and (orientation: landscape) {
|
|
1297
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1298
|
+
line-height: 64px;
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1279
1301
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1280
1302
|
border-radius: 0;
|
|
1281
1303
|
}
|
|
@@ -1285,9 +1307,15 @@ ejs-calendar {
|
|
|
1285
1307
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1286
1308
|
float: right;
|
|
1287
1309
|
}
|
|
1310
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1311
|
+
height: 15vh;
|
|
1312
|
+
}
|
|
1313
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1314
|
+
float: right;
|
|
1315
|
+
}
|
|
1288
1316
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1289
1317
|
height: 20vh;
|
|
1290
|
-
padding: 2vh
|
|
1318
|
+
padding: 2vh 6vw;
|
|
1291
1319
|
}
|
|
1292
1320
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1293
1321
|
margin: 12vh 0 0 0;
|
|
@@ -1296,13 +1324,19 @@ ejs-calendar {
|
|
|
1296
1324
|
color: inherit;
|
|
1297
1325
|
float: left;
|
|
1298
1326
|
font-size: 18px;
|
|
1299
|
-
padding: 2px;
|
|
1300
1327
|
}
|
|
1301
1328
|
@media (min-device-width: 768px) {
|
|
1302
1329
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1303
1330
|
font-size: 24px;
|
|
1304
1331
|
}
|
|
1305
1332
|
}
|
|
1333
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1334
|
+
background: transparent;
|
|
1335
|
+
border-color: transparent;
|
|
1336
|
+
box-shadow: none;
|
|
1337
|
+
font-weight: 400;
|
|
1338
|
+
padding: 0;
|
|
1339
|
+
}
|
|
1306
1340
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1307
1341
|
color: inherit;
|
|
1308
1342
|
float: right;
|
|
@@ -1330,7 +1364,7 @@ ejs-calendar {
|
|
|
1330
1364
|
line-height: 5vh;
|
|
1331
1365
|
}
|
|
1332
1366
|
.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 {
|
|
1333
|
-
margin-left:
|
|
1367
|
+
margin-left: 22vw;
|
|
1334
1368
|
position: absolute;
|
|
1335
1369
|
text-align: center;
|
|
1336
1370
|
vertical-align: middle;
|
|
@@ -1344,13 +1378,19 @@ ejs-calendar {
|
|
|
1344
1378
|
}
|
|
1345
1379
|
.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 {
|
|
1346
1380
|
margin-right: 75vw;
|
|
1381
|
+
vertical-align: inherit;
|
|
1382
|
+
height: 35px;
|
|
1383
|
+
width: 35px;
|
|
1347
1384
|
}
|
|
1348
1385
|
@media (min-device-width: 768px) {
|
|
1349
1386
|
.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 {
|
|
1350
|
-
height:
|
|
1351
|
-
width:
|
|
1387
|
+
height: 55px;
|
|
1388
|
+
width: 55px;
|
|
1352
1389
|
}
|
|
1353
1390
|
}
|
|
1391
|
+
.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 {
|
|
1392
|
+
vertical-align: inherit;
|
|
1393
|
+
}
|
|
1354
1394
|
@media (min-device-width: 768px) {
|
|
1355
1395
|
.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 {
|
|
1356
1396
|
font-size: 24px;
|
|
@@ -1358,6 +1398,18 @@ ejs-calendar {
|
|
|
1358
1398
|
}
|
|
1359
1399
|
.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 {
|
|
1360
1400
|
margin-right: 0;
|
|
1401
|
+
vertical-align: inherit;
|
|
1402
|
+
height: 35px;
|
|
1403
|
+
width: 35px;
|
|
1404
|
+
}
|
|
1405
|
+
@media (min-device-width: 768px) {
|
|
1406
|
+
.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 {
|
|
1407
|
+
height: 55px;
|
|
1408
|
+
width: 55px;
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
.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 {
|
|
1412
|
+
vertical-align: inherit;
|
|
1361
1413
|
}
|
|
1362
1414
|
@media (min-device-width: 768px) {
|
|
1363
1415
|
.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 {
|
|
@@ -1382,15 +1434,11 @@ ejs-calendar {
|
|
|
1382
1434
|
}
|
|
1383
1435
|
}
|
|
1384
1436
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1385
|
-
height:
|
|
1437
|
+
height: 79vh;
|
|
1386
1438
|
}
|
|
1387
1439
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1388
1440
|
display: none;
|
|
1389
1441
|
}
|
|
1390
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1391
|
-
display: block;
|
|
1392
|
-
padding: 5px 0;
|
|
1393
|
-
}
|
|
1394
1442
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1395
1443
|
height: 69vh;
|
|
1396
1444
|
}
|
|
@@ -1449,7 +1497,6 @@ ejs-calendar {
|
|
|
1449
1497
|
@media screen and (orientation: landscape) {
|
|
1450
1498
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1451
1499
|
float: left;
|
|
1452
|
-
padding: 2px;
|
|
1453
1500
|
}
|
|
1454
1501
|
}
|
|
1455
1502
|
@media screen and (orientation: landscape) {
|
|
@@ -1469,7 +1516,7 @@ ejs-calendar {
|
|
|
1469
1516
|
}
|
|
1470
1517
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1471
1518
|
.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 {
|
|
1472
|
-
line-height:
|
|
1519
|
+
line-height: 12vh;
|
|
1473
1520
|
}
|
|
1474
1521
|
}
|
|
1475
1522
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2228,7 +2275,7 @@ ejs-calendar {
|
|
|
2228
2275
|
}
|
|
2229
2276
|
@media (min-device-width: 768px) {
|
|
2230
2277
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2231
|
-
font-size:
|
|
2278
|
+
font-size: 18px;
|
|
2232
2279
|
}
|
|
2233
2280
|
}
|
|
2234
2281
|
.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 {
|
|
@@ -2263,17 +2310,27 @@ ejs-calendar {
|
|
|
2263
2310
|
padding: 2vh 2vw;
|
|
2264
2311
|
line-height: 5vh;
|
|
2265
2312
|
}
|
|
2266
|
-
.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-
|
|
2313
|
+
.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 {
|
|
2314
|
+
height: 36px;
|
|
2315
|
+
width: 36px;
|
|
2316
|
+
}
|
|
2317
|
+
@media (min-device-width: 768px) {
|
|
2318
|
+
.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 {
|
|
2319
|
+
font-size: 18px;
|
|
2320
|
+
padding: 11px;
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
.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 {
|
|
2267
2324
|
height: 36px;
|
|
2268
2325
|
width: 36px;
|
|
2269
2326
|
}
|
|
2270
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2327
|
+
.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 {
|
|
2271
2328
|
padding: 10px;
|
|
2272
2329
|
line-height: 1;
|
|
2273
2330
|
}
|
|
2274
2331
|
@media (min-device-width: 768px) {
|
|
2275
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2276
|
-
font-size:
|
|
2332
|
+
.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 {
|
|
2333
|
+
font-size: 18px;
|
|
2277
2334
|
}
|
|
2278
2335
|
}
|
|
2279
2336
|
@media (max-height: 600px) {
|
|
@@ -2288,18 +2345,18 @@ ejs-calendar {
|
|
|
2288
2345
|
}
|
|
2289
2346
|
@media (min-device-width: 768px) {
|
|
2290
2347
|
.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 {
|
|
2291
|
-
font-size:
|
|
2348
|
+
font-size: 18px;
|
|
2292
2349
|
}
|
|
2293
2350
|
}
|
|
2294
2351
|
@media (min-device-width: 768px) {
|
|
2295
2352
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2296
|
-
font-size:
|
|
2353
|
+
font-size: 18px;
|
|
2297
2354
|
height: 48px;
|
|
2298
2355
|
}
|
|
2299
2356
|
}
|
|
2300
2357
|
@media (min-device-width: 768px) {
|
|
2301
2358
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2302
|
-
font-size:
|
|
2359
|
+
font-size: 18px;
|
|
2303
2360
|
height: 64px;
|
|
2304
2361
|
width: 64px;
|
|
2305
2362
|
line-height: 64px;
|
|
@@ -2323,12 +2380,6 @@ ejs-calendar {
|
|
|
2323
2380
|
height: 78vh;
|
|
2324
2381
|
}
|
|
2325
2382
|
}
|
|
2326
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2327
|
-
display: block;
|
|
2328
|
-
}
|
|
2329
|
-
.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 {
|
|
2330
|
-
float: right;
|
|
2331
|
-
}
|
|
2332
2383
|
@media (max-height: 600px) {
|
|
2333
2384
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2334
2385
|
min-height: 100%;
|
|
@@ -2376,7 +2427,7 @@ ejs-calendar {
|
|
|
2376
2427
|
}
|
|
2377
2428
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2378
2429
|
height: 10%;
|
|
2379
|
-
padding: 2.5vh 2.5vw;
|
|
2430
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2380
2431
|
display: -ms-flexbox;
|
|
2381
2432
|
display: flex;
|
|
2382
2433
|
-ms-flex-align: center;
|
|
@@ -2386,7 +2437,7 @@ ejs-calendar {
|
|
|
2386
2437
|
}
|
|
2387
2438
|
@media (min-device-width: 768px) {
|
|
2388
2439
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2389
|
-
font-size:
|
|
2440
|
+
font-size: 18px;
|
|
2390
2441
|
}
|
|
2391
2442
|
}
|
|
2392
2443
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2398,14 +2449,14 @@ ejs-calendar {
|
|
|
2398
2449
|
text-transform: capitalize;
|
|
2399
2450
|
}
|
|
2400
2451
|
|
|
2401
|
-
@media screen and (orientation: landscape)
|
|
2402
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2403
|
-
|
|
2452
|
+
@media screen and (orientation: landscape) {
|
|
2453
|
+
.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 {
|
|
2454
|
+
padding: 0;
|
|
2404
2455
|
}
|
|
2405
2456
|
}
|
|
2406
|
-
@media screen and (orientation: landscape) and (min-
|
|
2407
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2408
|
-
|
|
2457
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
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-btn {
|
|
2459
|
+
font-size: 18px;
|
|
2409
2460
|
}
|
|
2410
2461
|
}
|
|
2411
2462
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2440,7 +2491,7 @@ ejs-calendar {
|
|
|
2440
2491
|
@media screen and (orientation: landscape) {
|
|
2441
2492
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2442
2493
|
height: 15%;
|
|
2443
|
-
font-size:
|
|
2494
|
+
font-size: 18px;
|
|
2444
2495
|
}
|
|
2445
2496
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2446
2497
|
padding: 1vh 1vw;
|
|
@@ -2467,7 +2518,7 @@ ejs-calendar {
|
|
|
2467
2518
|
@media screen and (orientation: landscape) {
|
|
2468
2519
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2469
2520
|
margin: 0;
|
|
2470
|
-
height:
|
|
2521
|
+
height: 28px;
|
|
2471
2522
|
}
|
|
2472
2523
|
}
|
|
2473
2524
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2477,8 +2528,8 @@ ejs-calendar {
|
|
|
2477
2528
|
}
|
|
2478
2529
|
@media screen and (orientation: landscape) {
|
|
2479
2530
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2480
|
-
margin:
|
|
2481
|
-
font-size:
|
|
2531
|
+
margin: 8px 0;
|
|
2532
|
+
font-size: 16px;
|
|
2482
2533
|
}
|
|
2483
2534
|
}
|
|
2484
2535
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|