@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/material-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component icons */
|
|
3
2
|
.e-calendar .e-header .e-date-icon-prev::before {
|
|
4
3
|
content: "\e910";
|
|
@@ -1036,15 +1035,22 @@ ejs-calendar {
|
|
|
1036
1035
|
top: 0 !important;
|
|
1037
1036
|
}
|
|
1038
1037
|
|
|
1038
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1039
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1040
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1041
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1042
|
+
border-radius: 0;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1039
1045
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1040
1046
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1041
1047
|
height: 10%;
|
|
1042
|
-
padding: 2.5vh 2.5vw;
|
|
1048
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1043
1049
|
display: -ms-flexbox;
|
|
1044
1050
|
display: flex;
|
|
1045
1051
|
-ms-flex-align: center;
|
|
1046
1052
|
align-items: center;
|
|
1047
|
-
font-size:
|
|
1053
|
+
font-size: 2vh;
|
|
1048
1054
|
border-bottom: none;
|
|
1049
1055
|
}
|
|
1050
1056
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1056,6 +1062,11 @@ ejs-calendar {
|
|
|
1056
1062
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1057
1063
|
padding: 1vh 2vw;
|
|
1058
1064
|
text-transform: uppercase;
|
|
1065
|
+
font-weight: 500;
|
|
1066
|
+
}
|
|
1067
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1068
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1069
|
+
font-size: 2vh;
|
|
1059
1070
|
}
|
|
1060
1071
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1061
1072
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1094,6 +1105,10 @@ ejs-calendar {
|
|
|
1094
1105
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1095
1106
|
padding: 1vh 1vw;
|
|
1096
1107
|
}
|
|
1108
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1109
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1110
|
+
font-size: 2vw;
|
|
1111
|
+
}
|
|
1097
1112
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1098
1113
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1099
1114
|
height: 85%;
|
|
@@ -1162,6 +1177,7 @@ ejs-calendar {
|
|
|
1162
1177
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1163
1178
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1164
1179
|
color: #fff;
|
|
1180
|
+
font-weight: 500;
|
|
1165
1181
|
}
|
|
1166
1182
|
|
|
1167
1183
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1349,6 +1365,11 @@ ejs-calendar {
|
|
|
1349
1365
|
min-height: 40px;
|
|
1350
1366
|
}
|
|
1351
1367
|
|
|
1368
|
+
@media screen and (orientation: landscape) {
|
|
1369
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1370
|
+
line-height: 64px;
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1352
1373
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1353
1374
|
border-radius: 0;
|
|
1354
1375
|
}
|
|
@@ -1358,9 +1379,15 @@ ejs-calendar {
|
|
|
1358
1379
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1359
1380
|
float: right;
|
|
1360
1381
|
}
|
|
1382
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1383
|
+
height: 15vh;
|
|
1384
|
+
}
|
|
1385
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1386
|
+
float: right;
|
|
1387
|
+
}
|
|
1361
1388
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1362
1389
|
height: 20vh;
|
|
1363
|
-
padding: 2vh
|
|
1390
|
+
padding: 2vh 6vw;
|
|
1364
1391
|
}
|
|
1365
1392
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1366
1393
|
margin: 12vh 0 0 0;
|
|
@@ -1369,13 +1396,19 @@ ejs-calendar {
|
|
|
1369
1396
|
color: inherit;
|
|
1370
1397
|
float: left;
|
|
1371
1398
|
font-size: 18px;
|
|
1372
|
-
padding: 2px;
|
|
1373
1399
|
}
|
|
1374
1400
|
@media (min-device-width: 768px) {
|
|
1375
1401
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1376
1402
|
font-size: 24px;
|
|
1377
1403
|
}
|
|
1378
1404
|
}
|
|
1405
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1406
|
+
background: transparent;
|
|
1407
|
+
border-color: transparent;
|
|
1408
|
+
box-shadow: none;
|
|
1409
|
+
font-weight: 400;
|
|
1410
|
+
padding: 0;
|
|
1411
|
+
}
|
|
1379
1412
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1380
1413
|
color: inherit;
|
|
1381
1414
|
float: right;
|
|
@@ -1417,13 +1450,19 @@ ejs-calendar {
|
|
|
1417
1450
|
}
|
|
1418
1451
|
.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 {
|
|
1419
1452
|
margin-right: 0;
|
|
1453
|
+
vertical-align: inherit;
|
|
1454
|
+
height: 35px;
|
|
1455
|
+
width: 35px;
|
|
1420
1456
|
}
|
|
1421
1457
|
@media (min-device-width: 768px) {
|
|
1422
1458
|
.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 {
|
|
1423
|
-
height:
|
|
1424
|
-
width:
|
|
1459
|
+
height: 55px;
|
|
1460
|
+
width: 55px;
|
|
1425
1461
|
}
|
|
1426
1462
|
}
|
|
1463
|
+
.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 {
|
|
1464
|
+
vertical-align: inherit;
|
|
1465
|
+
}
|
|
1427
1466
|
@media (min-device-width: 768px) {
|
|
1428
1467
|
.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 {
|
|
1429
1468
|
font-size: 24px;
|
|
@@ -1431,6 +1470,18 @@ ejs-calendar {
|
|
|
1431
1470
|
}
|
|
1432
1471
|
.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 {
|
|
1433
1472
|
margin-right: 0;
|
|
1473
|
+
vertical-align: inherit;
|
|
1474
|
+
height: 35px;
|
|
1475
|
+
width: 35px;
|
|
1476
|
+
}
|
|
1477
|
+
@media (min-device-width: 768px) {
|
|
1478
|
+
.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 {
|
|
1479
|
+
height: 55px;
|
|
1480
|
+
width: 55px;
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
.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 {
|
|
1484
|
+
vertical-align: inherit;
|
|
1434
1485
|
}
|
|
1435
1486
|
@media (min-device-width: 768px) {
|
|
1436
1487
|
.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 {
|
|
@@ -1455,15 +1506,11 @@ ejs-calendar {
|
|
|
1455
1506
|
}
|
|
1456
1507
|
}
|
|
1457
1508
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1458
|
-
height:
|
|
1509
|
+
height: 79vh;
|
|
1459
1510
|
}
|
|
1460
1511
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1461
1512
|
display: none;
|
|
1462
1513
|
}
|
|
1463
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1464
|
-
display: block;
|
|
1465
|
-
padding: 5px 0;
|
|
1466
|
-
}
|
|
1467
1514
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1468
1515
|
height: 69vh;
|
|
1469
1516
|
}
|
|
@@ -1522,7 +1569,6 @@ ejs-calendar {
|
|
|
1522
1569
|
@media screen and (orientation: landscape) {
|
|
1523
1570
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1524
1571
|
float: left;
|
|
1525
|
-
padding: 2px;
|
|
1526
1572
|
}
|
|
1527
1573
|
}
|
|
1528
1574
|
@media screen and (orientation: landscape) {
|
|
@@ -1542,7 +1588,7 @@ ejs-calendar {
|
|
|
1542
1588
|
}
|
|
1543
1589
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1544
1590
|
.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 {
|
|
1545
|
-
line-height:
|
|
1591
|
+
line-height: 12vh;
|
|
1546
1592
|
}
|
|
1547
1593
|
}
|
|
1548
1594
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2338,7 +2384,7 @@ ejs-calendar {
|
|
|
2338
2384
|
}
|
|
2339
2385
|
@media (min-device-width: 768px) {
|
|
2340
2386
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2341
|
-
font-size:
|
|
2387
|
+
font-size: 18px;
|
|
2342
2388
|
}
|
|
2343
2389
|
}
|
|
2344
2390
|
.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 {
|
|
@@ -2373,17 +2419,27 @@ ejs-calendar {
|
|
|
2373
2419
|
padding: 2vh 2vw;
|
|
2374
2420
|
line-height: 5vh;
|
|
2375
2421
|
}
|
|
2376
|
-
.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-
|
|
2422
|
+
.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 {
|
|
2377
2423
|
height: 36px;
|
|
2378
2424
|
width: 36px;
|
|
2379
2425
|
}
|
|
2380
|
-
|
|
2426
|
+
@media (min-device-width: 768px) {
|
|
2427
|
+
.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 {
|
|
2428
|
+
font-size: 18px;
|
|
2429
|
+
padding: 11px;
|
|
2430
|
+
}
|
|
2431
|
+
}
|
|
2432
|
+
.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 {
|
|
2433
|
+
height: 36px;
|
|
2434
|
+
width: 36px;
|
|
2435
|
+
}
|
|
2436
|
+
.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 {
|
|
2381
2437
|
padding: 10px;
|
|
2382
2438
|
line-height: 1;
|
|
2383
2439
|
}
|
|
2384
2440
|
@media (min-device-width: 768px) {
|
|
2385
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2386
|
-
font-size:
|
|
2441
|
+
.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 {
|
|
2442
|
+
font-size: 18px;
|
|
2387
2443
|
}
|
|
2388
2444
|
}
|
|
2389
2445
|
@media (max-height: 600px) {
|
|
@@ -2398,18 +2454,18 @@ ejs-calendar {
|
|
|
2398
2454
|
}
|
|
2399
2455
|
@media (min-device-width: 768px) {
|
|
2400
2456
|
.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 {
|
|
2401
|
-
font-size:
|
|
2457
|
+
font-size: 18px;
|
|
2402
2458
|
}
|
|
2403
2459
|
}
|
|
2404
2460
|
@media (min-device-width: 768px) {
|
|
2405
2461
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2406
|
-
font-size:
|
|
2462
|
+
font-size: 18px;
|
|
2407
2463
|
height: 48px;
|
|
2408
2464
|
}
|
|
2409
2465
|
}
|
|
2410
2466
|
@media (min-device-width: 768px) {
|
|
2411
2467
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2412
|
-
font-size:
|
|
2468
|
+
font-size: 18px;
|
|
2413
2469
|
height: 64px;
|
|
2414
2470
|
width: 64px;
|
|
2415
2471
|
line-height: 64px;
|
|
@@ -2433,12 +2489,6 @@ ejs-calendar {
|
|
|
2433
2489
|
height: 78vh;
|
|
2434
2490
|
}
|
|
2435
2491
|
}
|
|
2436
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2437
|
-
display: block;
|
|
2438
|
-
}
|
|
2439
|
-
.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 {
|
|
2440
|
-
float: right;
|
|
2441
|
-
}
|
|
2442
2492
|
@media (max-height: 600px) {
|
|
2443
2493
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2444
2494
|
min-height: 100%;
|
|
@@ -2486,7 +2536,7 @@ ejs-calendar {
|
|
|
2486
2536
|
}
|
|
2487
2537
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2488
2538
|
height: 10%;
|
|
2489
|
-
padding: 2.5vh 2.5vw;
|
|
2539
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2490
2540
|
display: -ms-flexbox;
|
|
2491
2541
|
display: flex;
|
|
2492
2542
|
-ms-flex-align: center;
|
|
@@ -2496,7 +2546,7 @@ ejs-calendar {
|
|
|
2496
2546
|
}
|
|
2497
2547
|
@media (min-device-width: 768px) {
|
|
2498
2548
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2499
|
-
font-size:
|
|
2549
|
+
font-size: 18px;
|
|
2500
2550
|
}
|
|
2501
2551
|
}
|
|
2502
2552
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2508,14 +2558,14 @@ ejs-calendar {
|
|
|
2508
2558
|
text-transform: uppercase;
|
|
2509
2559
|
}
|
|
2510
2560
|
|
|
2511
|
-
@media screen and (orientation: landscape)
|
|
2512
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2513
|
-
|
|
2561
|
+
@media screen and (orientation: landscape) {
|
|
2562
|
+
.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 {
|
|
2563
|
+
padding: 0;
|
|
2514
2564
|
}
|
|
2515
2565
|
}
|
|
2516
|
-
@media screen and (orientation: landscape) and (min-
|
|
2517
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2518
|
-
|
|
2566
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2567
|
+
.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 {
|
|
2568
|
+
font-size: 18px;
|
|
2519
2569
|
}
|
|
2520
2570
|
}
|
|
2521
2571
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2550,7 +2600,7 @@ ejs-calendar {
|
|
|
2550
2600
|
@media screen and (orientation: landscape) {
|
|
2551
2601
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2552
2602
|
height: 15%;
|
|
2553
|
-
font-size:
|
|
2603
|
+
font-size: 18px;
|
|
2554
2604
|
}
|
|
2555
2605
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2556
2606
|
padding: 1vh 1vw;
|
|
@@ -2577,7 +2627,7 @@ ejs-calendar {
|
|
|
2577
2627
|
@media screen and (orientation: landscape) {
|
|
2578
2628
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2579
2629
|
margin: 0;
|
|
2580
|
-
height:
|
|
2630
|
+
height: 28px;
|
|
2581
2631
|
}
|
|
2582
2632
|
}
|
|
2583
2633
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2587,8 +2637,8 @@ ejs-calendar {
|
|
|
2587
2637
|
}
|
|
2588
2638
|
@media screen and (orientation: landscape) {
|
|
2589
2639
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2590
|
-
margin:
|
|
2591
|
-
font-size:
|
|
2640
|
+
margin: 8px 0;
|
|
2641
|
+
font-size: 16px;
|
|
2592
2642
|
}
|
|
2593
2643
|
}
|
|
2594
2644
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! calendar material theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-calendar .e-header .e-date-icon-prev::before {
|
|
@@ -1045,15 +1044,22 @@ ejs-calendar {
|
|
|
1045
1044
|
top: 0 !important;
|
|
1046
1045
|
}
|
|
1047
1046
|
|
|
1047
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1048
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1049
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1050
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1051
|
+
border-radius: 0;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1048
1054
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1049
1055
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1050
1056
|
height: 10%;
|
|
1051
|
-
padding: 2.5vh 2.5vw;
|
|
1057
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1052
1058
|
display: -ms-flexbox;
|
|
1053
1059
|
display: flex;
|
|
1054
1060
|
-ms-flex-align: center;
|
|
1055
1061
|
align-items: center;
|
|
1056
|
-
font-size:
|
|
1062
|
+
font-size: 2vh;
|
|
1057
1063
|
border-bottom: none;
|
|
1058
1064
|
}
|
|
1059
1065
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1065,6 +1071,11 @@ ejs-calendar {
|
|
|
1065
1071
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1066
1072
|
padding: 1vh 2vw;
|
|
1067
1073
|
text-transform: uppercase;
|
|
1074
|
+
font-weight: 500;
|
|
1075
|
+
}
|
|
1076
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1077
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1078
|
+
font-size: 2vh;
|
|
1068
1079
|
}
|
|
1069
1080
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1070
1081
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1103,6 +1114,10 @@ ejs-calendar {
|
|
|
1103
1114
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1104
1115
|
padding: 1vh 1vw;
|
|
1105
1116
|
}
|
|
1117
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1118
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1119
|
+
font-size: 2vw;
|
|
1120
|
+
}
|
|
1106
1121
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1107
1122
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1108
1123
|
height: 85%;
|
|
@@ -1171,6 +1186,7 @@ ejs-calendar {
|
|
|
1171
1186
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1172
1187
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1173
1188
|
color: #fff;
|
|
1189
|
+
font-weight: 500;
|
|
1174
1190
|
}
|
|
1175
1191
|
|
|
1176
1192
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1367,6 +1383,11 @@ ejs-calendar {
|
|
|
1367
1383
|
min-height: 40px;
|
|
1368
1384
|
}
|
|
1369
1385
|
|
|
1386
|
+
@media screen and (orientation: landscape) {
|
|
1387
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1388
|
+
line-height: 64px;
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1370
1391
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1371
1392
|
border-radius: 0;
|
|
1372
1393
|
}
|
|
@@ -1376,9 +1397,15 @@ ejs-calendar {
|
|
|
1376
1397
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1377
1398
|
float: right;
|
|
1378
1399
|
}
|
|
1400
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1401
|
+
height: 15vh;
|
|
1402
|
+
}
|
|
1403
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1404
|
+
float: right;
|
|
1405
|
+
}
|
|
1379
1406
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1380
1407
|
height: 20vh;
|
|
1381
|
-
padding: 2vh
|
|
1408
|
+
padding: 2vh 6vw;
|
|
1382
1409
|
}
|
|
1383
1410
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1384
1411
|
margin: 12vh 0 0 0;
|
|
@@ -1387,13 +1414,19 @@ ejs-calendar {
|
|
|
1387
1414
|
color: inherit;
|
|
1388
1415
|
float: left;
|
|
1389
1416
|
font-size: 18px;
|
|
1390
|
-
padding: 2px;
|
|
1391
1417
|
}
|
|
1392
1418
|
@media (min-device-width: 768px) {
|
|
1393
1419
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1394
1420
|
font-size: 24px;
|
|
1395
1421
|
}
|
|
1396
1422
|
}
|
|
1423
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1424
|
+
background: transparent;
|
|
1425
|
+
border-color: transparent;
|
|
1426
|
+
box-shadow: none;
|
|
1427
|
+
font-weight: 400;
|
|
1428
|
+
padding: 0;
|
|
1429
|
+
}
|
|
1397
1430
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1398
1431
|
color: inherit;
|
|
1399
1432
|
float: right;
|
|
@@ -1435,13 +1468,19 @@ ejs-calendar {
|
|
|
1435
1468
|
}
|
|
1436
1469
|
.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 {
|
|
1437
1470
|
margin-right: 0;
|
|
1471
|
+
vertical-align: inherit;
|
|
1472
|
+
height: 35px;
|
|
1473
|
+
width: 35px;
|
|
1438
1474
|
}
|
|
1439
1475
|
@media (min-device-width: 768px) {
|
|
1440
1476
|
.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 {
|
|
1441
|
-
height:
|
|
1442
|
-
width:
|
|
1477
|
+
height: 55px;
|
|
1478
|
+
width: 55px;
|
|
1443
1479
|
}
|
|
1444
1480
|
}
|
|
1481
|
+
.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 {
|
|
1482
|
+
vertical-align: inherit;
|
|
1483
|
+
}
|
|
1445
1484
|
@media (min-device-width: 768px) {
|
|
1446
1485
|
.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 {
|
|
1447
1486
|
font-size: 24px;
|
|
@@ -1449,6 +1488,18 @@ ejs-calendar {
|
|
|
1449
1488
|
}
|
|
1450
1489
|
.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 {
|
|
1451
1490
|
margin-right: 0;
|
|
1491
|
+
vertical-align: inherit;
|
|
1492
|
+
height: 35px;
|
|
1493
|
+
width: 35px;
|
|
1494
|
+
}
|
|
1495
|
+
@media (min-device-width: 768px) {
|
|
1496
|
+
.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 {
|
|
1497
|
+
height: 55px;
|
|
1498
|
+
width: 55px;
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
.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 {
|
|
1502
|
+
vertical-align: inherit;
|
|
1452
1503
|
}
|
|
1453
1504
|
@media (min-device-width: 768px) {
|
|
1454
1505
|
.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 {
|
|
@@ -1473,15 +1524,11 @@ ejs-calendar {
|
|
|
1473
1524
|
}
|
|
1474
1525
|
}
|
|
1475
1526
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1476
|
-
height:
|
|
1527
|
+
height: 79vh;
|
|
1477
1528
|
}
|
|
1478
1529
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1479
1530
|
display: none;
|
|
1480
1531
|
}
|
|
1481
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1482
|
-
display: block;
|
|
1483
|
-
padding: 5px 0;
|
|
1484
|
-
}
|
|
1485
1532
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1486
1533
|
height: 69vh;
|
|
1487
1534
|
}
|
|
@@ -1540,7 +1587,6 @@ ejs-calendar {
|
|
|
1540
1587
|
@media screen and (orientation: landscape) {
|
|
1541
1588
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1542
1589
|
float: left;
|
|
1543
|
-
padding: 2px;
|
|
1544
1590
|
}
|
|
1545
1591
|
}
|
|
1546
1592
|
@media screen and (orientation: landscape) {
|
|
@@ -1560,7 +1606,7 @@ ejs-calendar {
|
|
|
1560
1606
|
}
|
|
1561
1607
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1562
1608
|
.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 {
|
|
1563
|
-
line-height:
|
|
1609
|
+
line-height: 12vh;
|
|
1564
1610
|
}
|
|
1565
1611
|
}
|
|
1566
1612
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2370,7 +2416,7 @@ ejs-calendar {
|
|
|
2370
2416
|
}
|
|
2371
2417
|
@media (min-device-width: 768px) {
|
|
2372
2418
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2373
|
-
font-size:
|
|
2419
|
+
font-size: 18px;
|
|
2374
2420
|
}
|
|
2375
2421
|
}
|
|
2376
2422
|
.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 {
|
|
@@ -2405,17 +2451,27 @@ ejs-calendar {
|
|
|
2405
2451
|
padding: 2vh 2vw;
|
|
2406
2452
|
line-height: 5vh;
|
|
2407
2453
|
}
|
|
2408
|
-
.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-
|
|
2454
|
+
.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 {
|
|
2409
2455
|
height: 36px;
|
|
2410
2456
|
width: 36px;
|
|
2411
2457
|
}
|
|
2412
|
-
|
|
2458
|
+
@media (min-device-width: 768px) {
|
|
2459
|
+
.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 {
|
|
2460
|
+
font-size: 18px;
|
|
2461
|
+
padding: 11px;
|
|
2462
|
+
}
|
|
2463
|
+
}
|
|
2464
|
+
.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 {
|
|
2465
|
+
height: 36px;
|
|
2466
|
+
width: 36px;
|
|
2467
|
+
}
|
|
2468
|
+
.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 {
|
|
2413
2469
|
padding: 10px;
|
|
2414
2470
|
line-height: 1;
|
|
2415
2471
|
}
|
|
2416
2472
|
@media (min-device-width: 768px) {
|
|
2417
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2418
|
-
font-size:
|
|
2473
|
+
.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 {
|
|
2474
|
+
font-size: 18px;
|
|
2419
2475
|
}
|
|
2420
2476
|
}
|
|
2421
2477
|
@media (max-height: 600px) {
|
|
@@ -2430,18 +2486,18 @@ ejs-calendar {
|
|
|
2430
2486
|
}
|
|
2431
2487
|
@media (min-device-width: 768px) {
|
|
2432
2488
|
.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 {
|
|
2433
|
-
font-size:
|
|
2489
|
+
font-size: 18px;
|
|
2434
2490
|
}
|
|
2435
2491
|
}
|
|
2436
2492
|
@media (min-device-width: 768px) {
|
|
2437
2493
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2438
|
-
font-size:
|
|
2494
|
+
font-size: 18px;
|
|
2439
2495
|
height: 48px;
|
|
2440
2496
|
}
|
|
2441
2497
|
}
|
|
2442
2498
|
@media (min-device-width: 768px) {
|
|
2443
2499
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2444
|
-
font-size:
|
|
2500
|
+
font-size: 18px;
|
|
2445
2501
|
height: 64px;
|
|
2446
2502
|
width: 64px;
|
|
2447
2503
|
line-height: 64px;
|
|
@@ -2465,12 +2521,6 @@ ejs-calendar {
|
|
|
2465
2521
|
height: 78vh;
|
|
2466
2522
|
}
|
|
2467
2523
|
}
|
|
2468
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2469
|
-
display: block;
|
|
2470
|
-
}
|
|
2471
|
-
.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 {
|
|
2472
|
-
float: right;
|
|
2473
|
-
}
|
|
2474
2524
|
@media (max-height: 600px) {
|
|
2475
2525
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2476
2526
|
min-height: 100%;
|
|
@@ -2518,7 +2568,7 @@ ejs-calendar {
|
|
|
2518
2568
|
}
|
|
2519
2569
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2520
2570
|
height: 10%;
|
|
2521
|
-
padding: 2.5vh 2.5vw;
|
|
2571
|
+
padding: 2.5vh 2.5vw 2.5vh 0;
|
|
2522
2572
|
display: -ms-flexbox;
|
|
2523
2573
|
display: flex;
|
|
2524
2574
|
-ms-flex-align: center;
|
|
@@ -2528,7 +2578,7 @@ ejs-calendar {
|
|
|
2528
2578
|
}
|
|
2529
2579
|
@media (min-device-width: 768px) {
|
|
2530
2580
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2531
|
-
font-size:
|
|
2581
|
+
font-size: 18px;
|
|
2532
2582
|
}
|
|
2533
2583
|
}
|
|
2534
2584
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2540,14 +2590,14 @@ ejs-calendar {
|
|
|
2540
2590
|
text-transform: uppercase;
|
|
2541
2591
|
}
|
|
2542
2592
|
|
|
2543
|
-
@media screen and (orientation: landscape)
|
|
2544
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2545
|
-
|
|
2593
|
+
@media screen and (orientation: landscape) {
|
|
2594
|
+
.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 {
|
|
2595
|
+
padding: 0;
|
|
2546
2596
|
}
|
|
2547
2597
|
}
|
|
2548
|
-
@media screen and (orientation: landscape) and (min-
|
|
2549
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2550
|
-
|
|
2598
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2599
|
+
.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 {
|
|
2600
|
+
font-size: 18px;
|
|
2551
2601
|
}
|
|
2552
2602
|
}
|
|
2553
2603
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2582,7 +2632,7 @@ ejs-calendar {
|
|
|
2582
2632
|
@media screen and (orientation: landscape) {
|
|
2583
2633
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2584
2634
|
height: 15%;
|
|
2585
|
-
font-size:
|
|
2635
|
+
font-size: 18px;
|
|
2586
2636
|
}
|
|
2587
2637
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2588
2638
|
padding: 1vh 1vw;
|
|
@@ -2609,7 +2659,7 @@ ejs-calendar {
|
|
|
2609
2659
|
@media screen and (orientation: landscape) {
|
|
2610
2660
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2611
2661
|
margin: 0;
|
|
2612
|
-
height:
|
|
2662
|
+
height: 28px;
|
|
2613
2663
|
}
|
|
2614
2664
|
}
|
|
2615
2665
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2619,8 +2669,8 @@ ejs-calendar {
|
|
|
2619
2669
|
}
|
|
2620
2670
|
@media screen and (orientation: landscape) {
|
|
2621
2671
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2622
|
-
margin:
|
|
2623
|
-
font-size:
|
|
2672
|
+
margin: 8px 0;
|
|
2673
|
+
font-size: 16px;
|
|
2624
2674
|
}
|
|
2625
2675
|
}
|
|
2626
2676
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|