@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +190 -13
- package/styles/bootstrap.css +190 -13
- package/styles/bootstrap4.css +190 -13
- package/styles/bootstrap5-dark.css +192 -17
- package/styles/bootstrap5.css +192 -17
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +5 -6
- package/styles/calendar/_bootstrap5-definition.scss +3 -29
- package/styles/calendar/_fabric-dark-definition.scss +1 -4
- package/styles/calendar/_fabric-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +4 -30
- package/styles/calendar/_fusionnew-definition.scss +3 -29
- package/styles/calendar/_highcontrast-light-definition.scss +1 -3
- package/styles/calendar/_layout.scss +95 -153
- package/styles/calendar/_material-dark-definition.scss +1 -3
- package/styles/calendar/_material3-definition.scss +3 -29
- package/styles/calendar/_tailwind-definition.scss +5 -27
- package/styles/calendar/_theme.scss +66 -111
- package/styles/calendar/bootstrap-dark.css +0 -1
- package/styles/calendar/bootstrap.css +0 -1
- package/styles/calendar/bootstrap4.css +0 -1
- package/styles/calendar/bootstrap5-dark.css +0 -1
- package/styles/calendar/bootstrap5.css +0 -1
- package/styles/calendar/fabric-dark.css +0 -1
- package/styles/calendar/fabric.css +0 -1
- package/styles/calendar/fluent-dark.css +0 -1
- package/styles/calendar/fluent.css +0 -1
- package/styles/calendar/highcontrast-light.css +0 -1
- package/styles/calendar/highcontrast.css +0 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
- package/styles/calendar/icons/_bootstrap.scss +1 -2
- package/styles/calendar/icons/_bootstrap4.scss +1 -2
- package/styles/calendar/icons/_bootstrap5.scss +1 -2
- package/styles/calendar/icons/_fabric-dark.scss +1 -2
- package/styles/calendar/icons/_fabric.scss +1 -2
- package/styles/calendar/icons/_fluent.scss +1 -2
- package/styles/calendar/icons/_fusionnew.scss +1 -2
- package/styles/calendar/icons/_highcontrast-light.scss +1 -2
- package/styles/calendar/icons/_highcontrast.scss +1 -2
- package/styles/calendar/icons/_material-dark.scss +1 -2
- package/styles/calendar/icons/_material.scss +1 -2
- package/styles/calendar/icons/_material3.scss +1 -2
- package/styles/calendar/icons/_tailwind.scss +1 -2
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/tailwind-dark.css +0 -2
- package/styles/calendar/tailwind.css +0 -2
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
- package/styles/datepicker/_bootstrap-definition.scss +0 -2
- package/styles/datepicker/_bootstrap4-definition.scss +0 -2
- package/styles/datepicker/_bootstrap5-definition.scss +1 -5
- package/styles/datepicker/_fabric-dark-definition.scss +0 -3
- package/styles/datepicker/_fabric-definition.scss +0 -2
- package/styles/datepicker/_fluent-definition.scss +1 -4
- package/styles/datepicker/_fusionnew-definition.scss +1 -5
- package/styles/datepicker/_highcontrast-definition.scss +0 -2
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
- package/styles/datepicker/_layout.scss +131 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -4
- package/styles/datepicker/_material-definition.scss +0 -2
- package/styles/datepicker/_material3-definition.scss +1 -5
- package/styles/datepicker/_tailwind-definition.scss +1 -5
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +79 -3
- package/styles/datepicker/bootstrap.css +79 -3
- package/styles/datepicker/bootstrap4.css +79 -3
- package/styles/datepicker/bootstrap5-dark.css +80 -4
- package/styles/datepicker/bootstrap5.css +80 -4
- package/styles/datepicker/fabric-dark.css +79 -3
- package/styles/datepicker/fabric.css +79 -3
- package/styles/datepicker/fluent-dark.css +80 -4
- package/styles/datepicker/fluent.css +80 -4
- package/styles/datepicker/highcontrast-light.css +79 -3
- package/styles/datepicker/highcontrast.css +79 -3
- package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
- package/styles/datepicker/icons/_bootstrap.scss +6 -7
- package/styles/datepicker/icons/_bootstrap4.scss +6 -7
- package/styles/datepicker/icons/_bootstrap5.scss +6 -7
- package/styles/datepicker/icons/_fabric-dark.scss +5 -6
- package/styles/datepicker/icons/_fabric.scss +6 -7
- package/styles/datepicker/icons/_fluent.scss +6 -7
- package/styles/datepicker/icons/_fusionnew.scss +6 -7
- package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +6 -7
- package/styles/datepicker/icons/_material.scss +6 -7
- package/styles/datepicker/icons/_material3.scss +6 -7
- package/styles/datepicker/icons/_tailwind.scss +6 -7
- package/styles/datepicker/material-dark.css +79 -3
- package/styles/datepicker/material.css +79 -3
- package/styles/datepicker/tailwind-dark.css +80 -4
- package/styles/datepicker/tailwind.css +80 -4
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
- package/styles/daterangepicker/_fabric-definition.scss +1 -5
- package/styles/daterangepicker/_fluent-definition.scss +1 -6
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
- package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
- package/styles/daterangepicker/_layout.scss +207 -111
- package/styles/daterangepicker/_material-dark-definition.scss +1 -6
- package/styles/daterangepicker/_material-definition.scss +1 -6
- package/styles/daterangepicker/_material3-definition.scss +0 -6
- package/styles/daterangepicker/_tailwind-definition.scss +0 -5
- package/styles/daterangepicker/_theme.scss +27 -52
- package/styles/daterangepicker/bootstrap-dark.css +111 -3
- package/styles/daterangepicker/bootstrap.css +111 -3
- package/styles/daterangepicker/bootstrap4.css +111 -3
- package/styles/daterangepicker/bootstrap5-dark.css +112 -4
- package/styles/daterangepicker/bootstrap5.css +112 -4
- package/styles/daterangepicker/fabric-dark.css +111 -3
- package/styles/daterangepicker/fabric.css +111 -3
- package/styles/daterangepicker/fluent-dark.css +112 -4
- package/styles/daterangepicker/fluent.css +112 -4
- package/styles/daterangepicker/highcontrast-light.css +111 -3
- package/styles/daterangepicker/highcontrast.css +111 -3
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
- package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
- package/styles/daterangepicker/icons/_fabric.scss +8 -13
- package/styles/daterangepicker/icons/_fluent.scss +8 -13
- package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
- package/styles/daterangepicker/icons/_material-dark.scss +7 -13
- package/styles/daterangepicker/icons/_material.scss +7 -13
- package/styles/daterangepicker/icons/_material3.scss +8 -13
- package/styles/daterangepicker/icons/_tailwind.scss +8 -13
- package/styles/daterangepicker/material-dark.css +111 -3
- package/styles/daterangepicker/material.css +111 -3
- package/styles/daterangepicker/tailwind-dark.css +112 -5
- package/styles/daterangepicker/tailwind.css +112 -5
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-definition.scss +0 -4
- package/styles/datetimepicker/_fluent-definition.scss +3 -8
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/datetimepicker/_layout.scss +3 -2
- package/styles/datetimepicker/_material-dark-definition.scss +1 -6
- package/styles/datetimepicker/_material-definition.scss +0 -4
- package/styles/datetimepicker/_material3-definition.scss +0 -5
- package/styles/datetimepicker/_tailwind-definition.scss +0 -5
- package/styles/datetimepicker/_theme.scss +1 -2
- package/styles/datetimepicker/bootstrap-dark.css +0 -2
- package/styles/datetimepicker/bootstrap.css +0 -2
- package/styles/datetimepicker/bootstrap4.css +0 -2
- package/styles/datetimepicker/bootstrap5-dark.css +0 -3
- package/styles/datetimepicker/bootstrap5.css +0 -3
- package/styles/datetimepicker/fabric-dark.css +0 -2
- package/styles/datetimepicker/fabric.css +0 -2
- package/styles/datetimepicker/fluent-dark.css +0 -3
- package/styles/datetimepicker/fluent.css +0 -3
- package/styles/datetimepicker/highcontrast-light.css +0 -2
- package/styles/datetimepicker/highcontrast.css +0 -2
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -2
- package/styles/datetimepicker/material.css +0 -2
- package/styles/datetimepicker/tailwind-dark.css +0 -3
- package/styles/datetimepicker/tailwind.css +0 -3
- package/styles/fabric-dark.css +190 -13
- package/styles/fabric.css +190 -13
- package/styles/fluent-dark.css +192 -17
- package/styles/fluent.css +192 -17
- package/styles/highcontrast-light.css +190 -13
- package/styles/highcontrast.css +190 -13
- package/styles/material-dark.css +190 -13
- package/styles/material.css +190 -13
- package/styles/tailwind-dark.css +192 -19
- package/styles/tailwind.css +192 -19
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
- package/styles/timepicker/_bootstrap-definition.scss +0 -4
- package/styles/timepicker/_bootstrap4-definition.scss +0 -5
- package/styles/timepicker/_bootstrap5-definition.scss +0 -5
- package/styles/timepicker/_fabric-dark-definition.scss +1 -6
- package/styles/timepicker/_fabric-definition.scss +0 -4
- package/styles/timepicker/_fluent-definition.scss +0 -5
- package/styles/timepicker/_fusionnew-definition.scss +0 -5
- package/styles/timepicker/_highcontrast-definition.scss +0 -4
- package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/timepicker/_layout.scss +5 -4
- package/styles/timepicker/_material-dark-definition.scss +1 -6
- package/styles/timepicker/_material-definition.scss +0 -4
- package/styles/timepicker/_material3-definition.scss +0 -5
- package/styles/timepicker/_tailwind-definition.scss +0 -5
- package/styles/timepicker/_theme.scss +1 -2
- package/styles/timepicker/bootstrap-dark.css +0 -4
- package/styles/timepicker/bootstrap.css +0 -4
- package/styles/timepicker/bootstrap4.css +0 -4
- package/styles/timepicker/bootstrap5-dark.css +0 -5
- package/styles/timepicker/bootstrap5.css +0 -5
- package/styles/timepicker/fabric-dark.css +0 -4
- package/styles/timepicker/fabric.css +0 -4
- package/styles/timepicker/fluent-dark.css +0 -5
- package/styles/timepicker/fluent.css +0 -5
- package/styles/timepicker/highcontrast-light.css +0 -4
- package/styles/timepicker/highcontrast.css +0 -4
- package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
- package/styles/timepicker/icons/_bootstrap.scss +2 -1
- package/styles/timepicker/icons/_bootstrap4.scss +2 -1
- package/styles/timepicker/icons/_bootstrap5.scss +2 -1
- package/styles/timepicker/icons/_fabric-dark.scss +2 -1
- package/styles/timepicker/icons/_fabric.scss +2 -1
- package/styles/timepicker/icons/_fluent.scss +2 -1
- package/styles/timepicker/icons/_fusionnew.scss +2 -1
- package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
- package/styles/timepicker/icons/_highcontrast.scss +2 -1
- package/styles/timepicker/icons/_material-dark.scss +2 -1
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +2 -1
- package/styles/timepicker/icons/_tailwind.scss +2 -1
- package/styles/timepicker/material-dark.css +0 -4
- package/styles/timepicker/material.css +0 -4
- package/styles/timepicker/tailwind-dark.css +0 -5
- package/styles/timepicker/tailwind.css +0 -5
package/styles/material-dark.css
CHANGED
|
@@ -37,7 +37,6 @@ ejs-calendar {
|
|
|
37
37
|
|
|
38
38
|
.e-calendar,
|
|
39
39
|
.e-bigger.e-small .e-calendar {
|
|
40
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
41
40
|
-webkit-tap-highlight-color: transparent;
|
|
42
41
|
border-radius: 2px;
|
|
43
42
|
display: block;
|
|
@@ -822,7 +821,6 @@ ejs-calendar {
|
|
|
822
821
|
transform: scale(1);
|
|
823
822
|
}
|
|
824
823
|
}
|
|
825
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
826
824
|
@keyframes e-input-ripple {
|
|
827
825
|
100% {
|
|
828
826
|
opacity: 0;
|
|
@@ -871,7 +869,6 @@ ejs-calendar {
|
|
|
871
869
|
|
|
872
870
|
.e-time-wrapper,
|
|
873
871
|
*.e-control-wrapper.e-time-wrapper {
|
|
874
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
875
872
|
-webkit-tap-highlight-color: transparent;
|
|
876
873
|
}
|
|
877
874
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -991,7 +988,6 @@ ejs-calendar {
|
|
|
991
988
|
min-height: 40px;
|
|
992
989
|
}
|
|
993
990
|
|
|
994
|
-
/* stylelint-disable */
|
|
995
991
|
.e-time-overflow {
|
|
996
992
|
overflow: hidden;
|
|
997
993
|
}
|
|
@@ -1019,7 +1015,6 @@ ejs-calendar {
|
|
|
1019
1015
|
top: 0 !important;
|
|
1020
1016
|
}
|
|
1021
1017
|
|
|
1022
|
-
/* stylelint-enable */
|
|
1023
1018
|
/*! timepicker theme */
|
|
1024
1019
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1025
1020
|
color: #00b0ff;
|
|
@@ -1069,7 +1064,6 @@ ejs-calendar {
|
|
|
1069
1064
|
color: #000;
|
|
1070
1065
|
}
|
|
1071
1066
|
|
|
1072
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1073
1067
|
@keyframes e-input-ripple {
|
|
1074
1068
|
100% {
|
|
1075
1069
|
opacity: 0;
|
|
@@ -1206,7 +1200,6 @@ ejs-calendar {
|
|
|
1206
1200
|
margin: 0;
|
|
1207
1201
|
}
|
|
1208
1202
|
|
|
1209
|
-
/* stylelint-disable */
|
|
1210
1203
|
.e-date-overflow {
|
|
1211
1204
|
overflow: hidden !important;
|
|
1212
1205
|
}
|
|
@@ -1233,6 +1226,10 @@ ejs-calendar {
|
|
|
1233
1226
|
top: 0 !important;
|
|
1234
1227
|
left: 0 !important;
|
|
1235
1228
|
}
|
|
1229
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1230
|
+
min-width: 100%;
|
|
1231
|
+
min-height: 100%;
|
|
1232
|
+
}
|
|
1236
1233
|
|
|
1237
1234
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1238
1235
|
background-size: 250px 33px;
|
|
@@ -1245,7 +1242,40 @@ ejs-calendar {
|
|
|
1245
1242
|
min-height: 40px;
|
|
1246
1243
|
}
|
|
1247
1244
|
|
|
1248
|
-
|
|
1245
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1246
|
+
height: 15%;
|
|
1247
|
+
}
|
|
1248
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1249
|
+
float: right;
|
|
1250
|
+
margin-right: 10px;
|
|
1251
|
+
padding: 5px;
|
|
1252
|
+
}
|
|
1253
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1254
|
+
content: "\e932";
|
|
1255
|
+
font-family: "e-icons";
|
|
1256
|
+
color: rgb(255, 255, 255);
|
|
1257
|
+
}
|
|
1258
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1259
|
+
min-width: 100%;
|
|
1260
|
+
min-height: 100%;
|
|
1261
|
+
height: 100%;
|
|
1262
|
+
}
|
|
1263
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1264
|
+
height: 10%;
|
|
1265
|
+
}
|
|
1266
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1267
|
+
height: 85%;
|
|
1268
|
+
}
|
|
1269
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1270
|
+
height: 10%;
|
|
1271
|
+
}
|
|
1272
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1273
|
+
height: 80%;
|
|
1274
|
+
}
|
|
1275
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1276
|
+
height: 100%;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1249
1279
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1250
1280
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1251
1281
|
display: inline-block;
|
|
@@ -1253,6 +1283,47 @@ ejs-calendar {
|
|
|
1253
1283
|
overflow: auto;
|
|
1254
1284
|
}
|
|
1255
1285
|
}
|
|
1286
|
+
@media screen and (orientation: landscape) {
|
|
1287
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1288
|
+
float: left;
|
|
1289
|
+
height: 100%;
|
|
1290
|
+
width: 30%;
|
|
1291
|
+
}
|
|
1292
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1293
|
+
float: left;
|
|
1294
|
+
padding: 5px;
|
|
1295
|
+
}
|
|
1296
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1297
|
+
font-size: 35px;
|
|
1298
|
+
margin-top: 35%;
|
|
1299
|
+
}
|
|
1300
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
1301
|
+
display: block;
|
|
1302
|
+
font-size: 40px;
|
|
1303
|
+
margin-top: 10%;
|
|
1304
|
+
}
|
|
1305
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1306
|
+
height: 10%;
|
|
1307
|
+
}
|
|
1308
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1309
|
+
height: 75%;
|
|
1310
|
+
}
|
|
1311
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1312
|
+
display: -ms-flexbox;
|
|
1313
|
+
display: flex;
|
|
1314
|
+
}
|
|
1315
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1316
|
+
float: right;
|
|
1317
|
+
height: 90%;
|
|
1318
|
+
width: 70%;
|
|
1319
|
+
}
|
|
1320
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1321
|
+
display: table-row-group;
|
|
1322
|
+
}
|
|
1323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1324
|
+
height: 100%;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1256
1327
|
.e-datepicker.e-popup-wrapper,
|
|
1257
1328
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1258
1329
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1285,7 +1356,6 @@ ejs-calendar {
|
|
|
1285
1356
|
color: #00b0ff;
|
|
1286
1357
|
}
|
|
1287
1358
|
|
|
1288
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1289
1359
|
@keyframes e-input-ripple {
|
|
1290
1360
|
100% {
|
|
1291
1361
|
opacity: 0;
|
|
@@ -1923,7 +1993,6 @@ ejs-calendar {
|
|
|
1923
1993
|
line-height: 26px;
|
|
1924
1994
|
}
|
|
1925
1995
|
|
|
1926
|
-
/* stylelint-disable */
|
|
1927
1996
|
.e-range-overflow {
|
|
1928
1997
|
overflow: hidden;
|
|
1929
1998
|
}
|
|
@@ -1950,6 +2019,12 @@ ejs-calendar {
|
|
|
1950
2019
|
top: 0 !important;
|
|
1951
2020
|
left: 0 !important;
|
|
1952
2021
|
}
|
|
2022
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2023
|
+
min-height: 100%;
|
|
2024
|
+
min-width: 100%;
|
|
2025
|
+
height: 100%;
|
|
2026
|
+
width: 100%;
|
|
2027
|
+
}
|
|
1953
2028
|
|
|
1954
2029
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1955
2030
|
background-size: 250px 33px;
|
|
@@ -1962,7 +2037,111 @@ ejs-calendar {
|
|
|
1962
2037
|
min-height: 40px;
|
|
1963
2038
|
}
|
|
1964
2039
|
|
|
1965
|
-
|
|
2040
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2041
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2042
|
+
min-height: 100%;
|
|
2043
|
+
min-width: 100%;
|
|
2044
|
+
height: 100%;
|
|
2045
|
+
width: 100%;
|
|
2046
|
+
}
|
|
2047
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2048
|
+
height: 100%;
|
|
2049
|
+
}
|
|
2050
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2051
|
+
height: 78%;
|
|
2052
|
+
}
|
|
2053
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2054
|
+
height: 90%;
|
|
2055
|
+
}
|
|
2056
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2057
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2058
|
+
height: 10%;
|
|
2059
|
+
}
|
|
2060
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2061
|
+
margin: 0;
|
|
2062
|
+
}
|
|
2063
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2064
|
+
height: 90%;
|
|
2065
|
+
}
|
|
2066
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2067
|
+
height: 100%;
|
|
2068
|
+
border-spacing: 0px 30px;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
@media screen and (orientation: landscape) {
|
|
2072
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2073
|
+
float: left;
|
|
2074
|
+
height: 100%;
|
|
2075
|
+
border-right: 1.5px;
|
|
2076
|
+
border-color: black;
|
|
2077
|
+
width: 40%;
|
|
2078
|
+
margin: 0;
|
|
2079
|
+
display: block;
|
|
2080
|
+
background-color: #3f51b5;
|
|
2081
|
+
}
|
|
2082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2083
|
+
height: 100%;
|
|
2084
|
+
width: 100%;
|
|
2085
|
+
}
|
|
2086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2087
|
+
display: block;
|
|
2088
|
+
width: 100%;
|
|
2089
|
+
text-align: -webkit-center;
|
|
2090
|
+
}
|
|
2091
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2092
|
+
display: block;
|
|
2093
|
+
width: 100%;
|
|
2094
|
+
text-align: -webkit-center;
|
|
2095
|
+
margin-top: 20%;
|
|
2096
|
+
font-size: 20px;
|
|
2097
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2098
|
+
}
|
|
2099
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2100
|
+
font-size: 20px;
|
|
2101
|
+
margin-top: 60%;
|
|
2102
|
+
color: #fff;
|
|
2103
|
+
}
|
|
2104
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2105
|
+
width: 100%;
|
|
2106
|
+
text-align: -webkit-center;
|
|
2107
|
+
margin-top: 20%;
|
|
2108
|
+
font-size: 20px;
|
|
2109
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2110
|
+
}
|
|
2111
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2112
|
+
height: 82%;
|
|
2113
|
+
}
|
|
2114
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2115
|
+
height: 80%;
|
|
2116
|
+
}
|
|
2117
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2118
|
+
border-spacing: unset;
|
|
2119
|
+
}
|
|
2120
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2121
|
+
height: 20%;
|
|
2122
|
+
}
|
|
2123
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2124
|
+
width: 100%;
|
|
2125
|
+
}
|
|
2126
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2127
|
+
display: -ms-flexbox;
|
|
2128
|
+
display: flex;
|
|
2129
|
+
}
|
|
2130
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2131
|
+
border-radius: 0 40% 40% 0;
|
|
2132
|
+
}
|
|
2133
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2134
|
+
border-radius: 0 40% 40% 0;
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2138
|
+
width: calc(100% - 80px);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2142
|
+
width: calc(100% - 110px);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
1966
2145
|
/*! daterangepicker theme */
|
|
1967
2146
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1968
2147
|
color: #00b0ff;
|
|
@@ -2161,7 +2340,6 @@ ejs-calendar {
|
|
|
2161
2340
|
color: #fff;
|
|
2162
2341
|
}
|
|
2163
2342
|
|
|
2164
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2165
2343
|
@keyframes e-input-ripple {
|
|
2166
2344
|
100% {
|
|
2167
2345
|
opacity: 0;
|
|
@@ -2221,7 +2399,6 @@ ejs-calendar {
|
|
|
2221
2399
|
}
|
|
2222
2400
|
|
|
2223
2401
|
.e-datetime-wrapper {
|
|
2224
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2225
2402
|
-webkit-tap-highlight-color: transparent;
|
|
2226
2403
|
}
|
|
2227
2404
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/material.css
CHANGED
|
@@ -38,7 +38,6 @@ ejs-calendar {
|
|
|
38
38
|
|
|
39
39
|
.e-calendar,
|
|
40
40
|
.e-bigger.e-small .e-calendar {
|
|
41
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
42
41
|
-webkit-tap-highlight-color: transparent;
|
|
43
42
|
border-radius: 2px;
|
|
44
43
|
display: block;
|
|
@@ -823,7 +822,6 @@ ejs-calendar {
|
|
|
823
822
|
transform: scale(1);
|
|
824
823
|
}
|
|
825
824
|
}
|
|
826
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
827
825
|
@keyframes e-input-ripple {
|
|
828
826
|
100% {
|
|
829
827
|
opacity: 0;
|
|
@@ -880,7 +878,6 @@ ejs-calendar {
|
|
|
880
878
|
|
|
881
879
|
.e-time-wrapper,
|
|
882
880
|
*.e-control-wrapper.e-time-wrapper {
|
|
883
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
884
881
|
-webkit-tap-highlight-color: transparent;
|
|
885
882
|
}
|
|
886
883
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1000,7 +997,6 @@ ejs-calendar {
|
|
|
1000
997
|
min-height: 40px;
|
|
1001
998
|
}
|
|
1002
999
|
|
|
1003
|
-
/* stylelint-disable */
|
|
1004
1000
|
.e-time-overflow {
|
|
1005
1001
|
overflow: hidden;
|
|
1006
1002
|
}
|
|
@@ -1028,7 +1024,6 @@ ejs-calendar {
|
|
|
1028
1024
|
top: 0 !important;
|
|
1029
1025
|
}
|
|
1030
1026
|
|
|
1031
|
-
/* stylelint-enable */
|
|
1032
1027
|
/*! timepicker theme */
|
|
1033
1028
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1034
1029
|
color: #e3165b;
|
|
@@ -1078,7 +1073,6 @@ ejs-calendar {
|
|
|
1078
1073
|
color: #000;
|
|
1079
1074
|
}
|
|
1080
1075
|
|
|
1081
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1082
1076
|
@keyframes e-input-ripple {
|
|
1083
1077
|
100% {
|
|
1084
1078
|
opacity: 0;
|
|
@@ -1224,7 +1218,6 @@ ejs-calendar {
|
|
|
1224
1218
|
margin: 0;
|
|
1225
1219
|
}
|
|
1226
1220
|
|
|
1227
|
-
/* stylelint-disable */
|
|
1228
1221
|
.e-date-overflow {
|
|
1229
1222
|
overflow: hidden !important;
|
|
1230
1223
|
}
|
|
@@ -1251,6 +1244,10 @@ ejs-calendar {
|
|
|
1251
1244
|
top: 0 !important;
|
|
1252
1245
|
left: 0 !important;
|
|
1253
1246
|
}
|
|
1247
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1248
|
+
min-width: 100%;
|
|
1249
|
+
min-height: 100%;
|
|
1250
|
+
}
|
|
1254
1251
|
|
|
1255
1252
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1256
1253
|
background-size: 250px 33px;
|
|
@@ -1263,7 +1260,40 @@ ejs-calendar {
|
|
|
1263
1260
|
min-height: 40px;
|
|
1264
1261
|
}
|
|
1265
1262
|
|
|
1266
|
-
|
|
1263
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1264
|
+
height: 15%;
|
|
1265
|
+
}
|
|
1266
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1267
|
+
float: right;
|
|
1268
|
+
margin-right: 10px;
|
|
1269
|
+
padding: 5px;
|
|
1270
|
+
}
|
|
1271
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1272
|
+
content: "\e932";
|
|
1273
|
+
font-family: "e-icons";
|
|
1274
|
+
color: rgb(255, 255, 255);
|
|
1275
|
+
}
|
|
1276
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1277
|
+
min-width: 100%;
|
|
1278
|
+
min-height: 100%;
|
|
1279
|
+
height: 100%;
|
|
1280
|
+
}
|
|
1281
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1282
|
+
height: 10%;
|
|
1283
|
+
}
|
|
1284
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1285
|
+
height: 85%;
|
|
1286
|
+
}
|
|
1287
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1288
|
+
height: 10%;
|
|
1289
|
+
}
|
|
1290
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1291
|
+
height: 80%;
|
|
1292
|
+
}
|
|
1293
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1294
|
+
height: 100%;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1267
1297
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1268
1298
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1269
1299
|
display: inline-block;
|
|
@@ -1271,6 +1301,47 @@ ejs-calendar {
|
|
|
1271
1301
|
overflow: auto;
|
|
1272
1302
|
}
|
|
1273
1303
|
}
|
|
1304
|
+
@media screen and (orientation: landscape) {
|
|
1305
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1306
|
+
float: left;
|
|
1307
|
+
height: 100%;
|
|
1308
|
+
width: 30%;
|
|
1309
|
+
}
|
|
1310
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1311
|
+
float: left;
|
|
1312
|
+
padding: 5px;
|
|
1313
|
+
}
|
|
1314
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1315
|
+
font-size: 35px;
|
|
1316
|
+
margin-top: 35%;
|
|
1317
|
+
}
|
|
1318
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
1319
|
+
display: block;
|
|
1320
|
+
font-size: 40px;
|
|
1321
|
+
margin-top: 10%;
|
|
1322
|
+
}
|
|
1323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1324
|
+
height: 10%;
|
|
1325
|
+
}
|
|
1326
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1327
|
+
height: 75%;
|
|
1328
|
+
}
|
|
1329
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1330
|
+
display: -ms-flexbox;
|
|
1331
|
+
display: flex;
|
|
1332
|
+
}
|
|
1333
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1334
|
+
float: right;
|
|
1335
|
+
height: 90%;
|
|
1336
|
+
width: 70%;
|
|
1337
|
+
}
|
|
1338
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1339
|
+
display: table-row-group;
|
|
1340
|
+
}
|
|
1341
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1342
|
+
height: 100%;
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1274
1345
|
.e-datepicker.e-popup-wrapper,
|
|
1275
1346
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1276
1347
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1303,7 +1374,6 @@ ejs-calendar {
|
|
|
1303
1374
|
color: #e3165b;
|
|
1304
1375
|
}
|
|
1305
1376
|
|
|
1306
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1307
1377
|
@keyframes e-input-ripple {
|
|
1308
1378
|
100% {
|
|
1309
1379
|
opacity: 0;
|
|
@@ -1950,7 +2020,6 @@ ejs-calendar {
|
|
|
1950
2020
|
line-height: 26px;
|
|
1951
2021
|
}
|
|
1952
2022
|
|
|
1953
|
-
/* stylelint-disable */
|
|
1954
2023
|
.e-range-overflow {
|
|
1955
2024
|
overflow: hidden;
|
|
1956
2025
|
}
|
|
@@ -1977,6 +2046,12 @@ ejs-calendar {
|
|
|
1977
2046
|
top: 0 !important;
|
|
1978
2047
|
left: 0 !important;
|
|
1979
2048
|
}
|
|
2049
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2050
|
+
min-height: 100%;
|
|
2051
|
+
min-width: 100%;
|
|
2052
|
+
height: 100%;
|
|
2053
|
+
width: 100%;
|
|
2054
|
+
}
|
|
1980
2055
|
|
|
1981
2056
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1982
2057
|
background-size: 250px 33px;
|
|
@@ -1989,7 +2064,111 @@ ejs-calendar {
|
|
|
1989
2064
|
min-height: 40px;
|
|
1990
2065
|
}
|
|
1991
2066
|
|
|
1992
|
-
|
|
2067
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2068
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2069
|
+
min-height: 100%;
|
|
2070
|
+
min-width: 100%;
|
|
2071
|
+
height: 100%;
|
|
2072
|
+
width: 100%;
|
|
2073
|
+
}
|
|
2074
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2075
|
+
height: 100%;
|
|
2076
|
+
}
|
|
2077
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2078
|
+
height: 78%;
|
|
2079
|
+
}
|
|
2080
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2081
|
+
height: 90%;
|
|
2082
|
+
}
|
|
2083
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2084
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2085
|
+
height: 10%;
|
|
2086
|
+
}
|
|
2087
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2088
|
+
margin: 0;
|
|
2089
|
+
}
|
|
2090
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2091
|
+
height: 90%;
|
|
2092
|
+
}
|
|
2093
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2094
|
+
height: 100%;
|
|
2095
|
+
border-spacing: 0px 30px;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
@media screen and (orientation: landscape) {
|
|
2099
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2100
|
+
float: left;
|
|
2101
|
+
height: 100%;
|
|
2102
|
+
border-right: 1.5px;
|
|
2103
|
+
border-color: black;
|
|
2104
|
+
width: 40%;
|
|
2105
|
+
margin: 0;
|
|
2106
|
+
display: block;
|
|
2107
|
+
background-color: #3f51b5;
|
|
2108
|
+
}
|
|
2109
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2110
|
+
height: 100%;
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
}
|
|
2113
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2114
|
+
display: block;
|
|
2115
|
+
width: 100%;
|
|
2116
|
+
text-align: -webkit-center;
|
|
2117
|
+
}
|
|
2118
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2119
|
+
display: block;
|
|
2120
|
+
width: 100%;
|
|
2121
|
+
text-align: -webkit-center;
|
|
2122
|
+
margin-top: 20%;
|
|
2123
|
+
font-size: 20px;
|
|
2124
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2125
|
+
}
|
|
2126
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2127
|
+
font-size: 20px;
|
|
2128
|
+
margin-top: 60%;
|
|
2129
|
+
color: #fff;
|
|
2130
|
+
}
|
|
2131
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2132
|
+
width: 100%;
|
|
2133
|
+
text-align: -webkit-center;
|
|
2134
|
+
margin-top: 20%;
|
|
2135
|
+
font-size: 20px;
|
|
2136
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2137
|
+
}
|
|
2138
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2139
|
+
height: 82%;
|
|
2140
|
+
}
|
|
2141
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2142
|
+
height: 80%;
|
|
2143
|
+
}
|
|
2144
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2145
|
+
border-spacing: unset;
|
|
2146
|
+
}
|
|
2147
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2148
|
+
height: 20%;
|
|
2149
|
+
}
|
|
2150
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2151
|
+
width: 100%;
|
|
2152
|
+
}
|
|
2153
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2154
|
+
display: -ms-flexbox;
|
|
2155
|
+
display: flex;
|
|
2156
|
+
}
|
|
2157
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2158
|
+
border-radius: 0 40% 40% 0;
|
|
2159
|
+
}
|
|
2160
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2161
|
+
border-radius: 0 40% 40% 0;
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2165
|
+
width: calc(100% - 80px);
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2169
|
+
width: calc(100% - 110px);
|
|
2170
|
+
}
|
|
2171
|
+
|
|
1993
2172
|
/*! daterangepicker theme */
|
|
1994
2173
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1995
2174
|
color: #e3165b;
|
|
@@ -2188,7 +2367,6 @@ ejs-calendar {
|
|
|
2188
2367
|
color: #fff;
|
|
2189
2368
|
}
|
|
2190
2369
|
|
|
2191
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2192
2370
|
@keyframes e-input-ripple {
|
|
2193
2371
|
100% {
|
|
2194
2372
|
opacity: 0;
|
|
@@ -2265,7 +2443,6 @@ ejs-calendar {
|
|
|
2265
2443
|
}
|
|
2266
2444
|
|
|
2267
2445
|
.e-datetime-wrapper {
|
|
2268
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2269
2446
|
-webkit-tap-highlight-color: transparent;
|
|
2270
2447
|
}
|
|
2271
2448
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|