@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/fluent-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: 0;
|
|
43
42
|
display: block;
|
|
@@ -975,8 +974,6 @@ ejs-calendar {
|
|
|
975
974
|
color: #484644;
|
|
976
975
|
}
|
|
977
976
|
|
|
978
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
979
|
-
/* stylelint-disable-line no-empty-source */
|
|
980
977
|
/*! component icons */
|
|
981
978
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
982
979
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -991,7 +988,6 @@ ejs-calendar {
|
|
|
991
988
|
|
|
992
989
|
.e-time-wrapper,
|
|
993
990
|
*.e-control-wrapper.e-time-wrapper {
|
|
994
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
995
991
|
-webkit-tap-highlight-color: transparent;
|
|
996
992
|
}
|
|
997
993
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1107,7 +1103,6 @@ ejs-calendar {
|
|
|
1107
1103
|
min-height: 40px;
|
|
1108
1104
|
}
|
|
1109
1105
|
|
|
1110
|
-
/* stylelint-disable */
|
|
1111
1106
|
.e-time-overflow {
|
|
1112
1107
|
overflow: hidden;
|
|
1113
1108
|
}
|
|
@@ -1135,7 +1130,6 @@ ejs-calendar {
|
|
|
1135
1130
|
top: 0 !important;
|
|
1136
1131
|
}
|
|
1137
1132
|
|
|
1138
|
-
/* stylelint-enable */
|
|
1139
1133
|
/*! timepicker theme */
|
|
1140
1134
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1141
1135
|
color: #f3f2f1;
|
|
@@ -1185,8 +1179,7 @@ ejs-calendar {
|
|
|
1185
1179
|
color: #f3f2f1;
|
|
1186
1180
|
}
|
|
1187
1181
|
|
|
1188
|
-
|
|
1189
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1182
|
+
/*! calendar bootstrap5 theme variables */
|
|
1190
1183
|
/*! component icons */
|
|
1191
1184
|
.e-input-group-icon.e-date-icon,
|
|
1192
1185
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1285,7 +1278,6 @@ ejs-calendar {
|
|
|
1285
1278
|
margin: 0;
|
|
1286
1279
|
}
|
|
1287
1280
|
|
|
1288
|
-
/* stylelint-disable */
|
|
1289
1281
|
.e-date-overflow {
|
|
1290
1282
|
overflow: hidden !important;
|
|
1291
1283
|
}
|
|
@@ -1312,6 +1304,10 @@ ejs-calendar {
|
|
|
1312
1304
|
top: 0 !important;
|
|
1313
1305
|
left: 0 !important;
|
|
1314
1306
|
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1308
|
+
min-width: 100%;
|
|
1309
|
+
min-height: 100%;
|
|
1310
|
+
}
|
|
1315
1311
|
|
|
1316
1312
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1317
1313
|
background-size: 250px 33px;
|
|
@@ -1324,7 +1320,40 @@ ejs-calendar {
|
|
|
1324
1320
|
min-height: 40px;
|
|
1325
1321
|
}
|
|
1326
1322
|
|
|
1327
|
-
|
|
1323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1324
|
+
height: 15%;
|
|
1325
|
+
}
|
|
1326
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1327
|
+
float: right;
|
|
1328
|
+
margin-right: 10px;
|
|
1329
|
+
padding: 5px;
|
|
1330
|
+
}
|
|
1331
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1332
|
+
content: "\e932";
|
|
1333
|
+
font-family: "e-icons";
|
|
1334
|
+
color: rgb(255, 255, 255);
|
|
1335
|
+
}
|
|
1336
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1337
|
+
min-width: 100%;
|
|
1338
|
+
min-height: 100%;
|
|
1339
|
+
height: 100%;
|
|
1340
|
+
}
|
|
1341
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1342
|
+
height: 10%;
|
|
1343
|
+
}
|
|
1344
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1345
|
+
height: 85%;
|
|
1346
|
+
}
|
|
1347
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1348
|
+
height: 10%;
|
|
1349
|
+
}
|
|
1350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1351
|
+
height: 80%;
|
|
1352
|
+
}
|
|
1353
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1354
|
+
height: 100%;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1328
1357
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1329
1358
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1330
1359
|
display: inline-block;
|
|
@@ -1332,6 +1361,47 @@ ejs-calendar {
|
|
|
1332
1361
|
overflow: auto;
|
|
1333
1362
|
}
|
|
1334
1363
|
}
|
|
1364
|
+
@media screen and (orientation: landscape) {
|
|
1365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1366
|
+
float: left;
|
|
1367
|
+
height: 100%;
|
|
1368
|
+
width: 30%;
|
|
1369
|
+
}
|
|
1370
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1371
|
+
float: left;
|
|
1372
|
+
padding: 5px;
|
|
1373
|
+
}
|
|
1374
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1375
|
+
font-size: 35px;
|
|
1376
|
+
margin-top: 35%;
|
|
1377
|
+
}
|
|
1378
|
+
.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 {
|
|
1379
|
+
display: block;
|
|
1380
|
+
font-size: 40px;
|
|
1381
|
+
margin-top: 10%;
|
|
1382
|
+
}
|
|
1383
|
+
.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 {
|
|
1384
|
+
height: 10%;
|
|
1385
|
+
}
|
|
1386
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1387
|
+
height: 75%;
|
|
1388
|
+
}
|
|
1389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1390
|
+
display: -ms-flexbox;
|
|
1391
|
+
display: flex;
|
|
1392
|
+
}
|
|
1393
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1394
|
+
float: right;
|
|
1395
|
+
height: 90%;
|
|
1396
|
+
width: 70%;
|
|
1397
|
+
}
|
|
1398
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1399
|
+
display: table-row-group;
|
|
1400
|
+
}
|
|
1401
|
+
.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 {
|
|
1402
|
+
height: 100%;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1335
1405
|
.e-datepicker.e-popup-wrapper,
|
|
1336
1406
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1337
1407
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1364,8 +1434,7 @@ ejs-calendar {
|
|
|
1364
1434
|
color: #a19f9d;
|
|
1365
1435
|
}
|
|
1366
1436
|
|
|
1367
|
-
|
|
1368
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1437
|
+
/*! calendar bootstrap5 theme variables */
|
|
1369
1438
|
/*! component icons */
|
|
1370
1439
|
.e-input-group-icon.e-range-icon,
|
|
1371
1440
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1947,7 +2016,6 @@ ejs-calendar {
|
|
|
1947
2016
|
line-height: 26px;
|
|
1948
2017
|
}
|
|
1949
2018
|
|
|
1950
|
-
/* stylelint-disable */
|
|
1951
2019
|
.e-range-overflow {
|
|
1952
2020
|
overflow: hidden;
|
|
1953
2021
|
}
|
|
@@ -1974,6 +2042,12 @@ ejs-calendar {
|
|
|
1974
2042
|
top: 0 !important;
|
|
1975
2043
|
left: 0 !important;
|
|
1976
2044
|
}
|
|
2045
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2046
|
+
min-height: 100%;
|
|
2047
|
+
min-width: 100%;
|
|
2048
|
+
height: 100%;
|
|
2049
|
+
width: 100%;
|
|
2050
|
+
}
|
|
1977
2051
|
|
|
1978
2052
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1979
2053
|
background-size: 250px 33px;
|
|
@@ -1986,7 +2060,111 @@ ejs-calendar {
|
|
|
1986
2060
|
min-height: 40px;
|
|
1987
2061
|
}
|
|
1988
2062
|
|
|
1989
|
-
|
|
2063
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2064
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2065
|
+
min-height: 100%;
|
|
2066
|
+
min-width: 100%;
|
|
2067
|
+
height: 100%;
|
|
2068
|
+
width: 100%;
|
|
2069
|
+
}
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2071
|
+
height: 100%;
|
|
2072
|
+
}
|
|
2073
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2074
|
+
height: 78%;
|
|
2075
|
+
}
|
|
2076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2077
|
+
height: 90%;
|
|
2078
|
+
}
|
|
2079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2080
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2081
|
+
height: 10%;
|
|
2082
|
+
}
|
|
2083
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2084
|
+
margin: 0;
|
|
2085
|
+
}
|
|
2086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2087
|
+
height: 90%;
|
|
2088
|
+
}
|
|
2089
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2090
|
+
height: 100%;
|
|
2091
|
+
border-spacing: 0px 30px;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
@media screen and (orientation: landscape) {
|
|
2095
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2096
|
+
float: left;
|
|
2097
|
+
height: 100%;
|
|
2098
|
+
border-right: 1.5px;
|
|
2099
|
+
border-color: black;
|
|
2100
|
+
width: 40%;
|
|
2101
|
+
margin: 0;
|
|
2102
|
+
display: block;
|
|
2103
|
+
background-color: #3f51b5;
|
|
2104
|
+
}
|
|
2105
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2106
|
+
height: 100%;
|
|
2107
|
+
width: 100%;
|
|
2108
|
+
}
|
|
2109
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2110
|
+
display: block;
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
text-align: -webkit-center;
|
|
2113
|
+
}
|
|
2114
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2115
|
+
display: block;
|
|
2116
|
+
width: 100%;
|
|
2117
|
+
text-align: -webkit-center;
|
|
2118
|
+
margin-top: 20%;
|
|
2119
|
+
font-size: 20px;
|
|
2120
|
+
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);
|
|
2121
|
+
}
|
|
2122
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2123
|
+
font-size: 20px;
|
|
2124
|
+
margin-top: 60%;
|
|
2125
|
+
color: #fff;
|
|
2126
|
+
}
|
|
2127
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2128
|
+
width: 100%;
|
|
2129
|
+
text-align: -webkit-center;
|
|
2130
|
+
margin-top: 20%;
|
|
2131
|
+
font-size: 20px;
|
|
2132
|
+
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);
|
|
2133
|
+
}
|
|
2134
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2135
|
+
height: 82%;
|
|
2136
|
+
}
|
|
2137
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2138
|
+
height: 80%;
|
|
2139
|
+
}
|
|
2140
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2141
|
+
border-spacing: unset;
|
|
2142
|
+
}
|
|
2143
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2144
|
+
height: 20%;
|
|
2145
|
+
}
|
|
2146
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2147
|
+
width: 100%;
|
|
2148
|
+
}
|
|
2149
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2150
|
+
display: -ms-flexbox;
|
|
2151
|
+
display: flex;
|
|
2152
|
+
}
|
|
2153
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2154
|
+
border-radius: 0 40% 40% 0;
|
|
2155
|
+
}
|
|
2156
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2157
|
+
border-radius: 0 40% 40% 0;
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
.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 {
|
|
2161
|
+
width: calc(100% - 80px);
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.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 {
|
|
2165
|
+
width: calc(100% - 110px);
|
|
2166
|
+
}
|
|
2167
|
+
|
|
1990
2168
|
/*! daterangepicker theme */
|
|
1991
2169
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1992
2170
|
color: #f3f2f1;
|
|
@@ -2270,8 +2448,6 @@ ejs-calendar {
|
|
|
2270
2448
|
color: #3b3a39;
|
|
2271
2449
|
}
|
|
2272
2450
|
|
|
2273
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2274
|
-
/* stylelint-disable-line no-empty-source */
|
|
2275
2451
|
/*! component icons */
|
|
2276
2452
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2277
2453
|
content: "\e705";
|
|
@@ -2285,7 +2461,6 @@ ejs-calendar {
|
|
|
2285
2461
|
}
|
|
2286
2462
|
|
|
2287
2463
|
.e-datetime-wrapper {
|
|
2288
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2289
2464
|
-webkit-tap-highlight-color: transparent;
|
|
2290
2465
|
}
|
|
2291
2466
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/fluent.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: 0;
|
|
43
42
|
display: block;
|
|
@@ -975,8 +974,6 @@ ejs-calendar {
|
|
|
975
974
|
color: #a19f9d;
|
|
976
975
|
}
|
|
977
976
|
|
|
978
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
979
|
-
/* stylelint-disable-line no-empty-source */
|
|
980
977
|
/*! component icons */
|
|
981
978
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
982
979
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -991,7 +988,6 @@ ejs-calendar {
|
|
|
991
988
|
|
|
992
989
|
.e-time-wrapper,
|
|
993
990
|
*.e-control-wrapper.e-time-wrapper {
|
|
994
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
995
991
|
-webkit-tap-highlight-color: transparent;
|
|
996
992
|
}
|
|
997
993
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1107,7 +1103,6 @@ ejs-calendar {
|
|
|
1107
1103
|
min-height: 40px;
|
|
1108
1104
|
}
|
|
1109
1105
|
|
|
1110
|
-
/* stylelint-disable */
|
|
1111
1106
|
.e-time-overflow {
|
|
1112
1107
|
overflow: hidden;
|
|
1113
1108
|
}
|
|
@@ -1135,7 +1130,6 @@ ejs-calendar {
|
|
|
1135
1130
|
top: 0 !important;
|
|
1136
1131
|
}
|
|
1137
1132
|
|
|
1138
|
-
/* stylelint-enable */
|
|
1139
1133
|
/*! timepicker theme */
|
|
1140
1134
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1141
1135
|
color: #201f1e;
|
|
@@ -1185,8 +1179,7 @@ ejs-calendar {
|
|
|
1185
1179
|
color: #201f1e;
|
|
1186
1180
|
}
|
|
1187
1181
|
|
|
1188
|
-
|
|
1189
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1182
|
+
/*! calendar bootstrap5 theme variables */
|
|
1190
1183
|
/*! component icons */
|
|
1191
1184
|
.e-input-group-icon.e-date-icon,
|
|
1192
1185
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1285,7 +1278,6 @@ ejs-calendar {
|
|
|
1285
1278
|
margin: 0;
|
|
1286
1279
|
}
|
|
1287
1280
|
|
|
1288
|
-
/* stylelint-disable */
|
|
1289
1281
|
.e-date-overflow {
|
|
1290
1282
|
overflow: hidden !important;
|
|
1291
1283
|
}
|
|
@@ -1312,6 +1304,10 @@ ejs-calendar {
|
|
|
1312
1304
|
top: 0 !important;
|
|
1313
1305
|
left: 0 !important;
|
|
1314
1306
|
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1308
|
+
min-width: 100%;
|
|
1309
|
+
min-height: 100%;
|
|
1310
|
+
}
|
|
1315
1311
|
|
|
1316
1312
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1317
1313
|
background-size: 250px 33px;
|
|
@@ -1324,7 +1320,40 @@ ejs-calendar {
|
|
|
1324
1320
|
min-height: 40px;
|
|
1325
1321
|
}
|
|
1326
1322
|
|
|
1327
|
-
|
|
1323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1324
|
+
height: 15%;
|
|
1325
|
+
}
|
|
1326
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1327
|
+
float: right;
|
|
1328
|
+
margin-right: 10px;
|
|
1329
|
+
padding: 5px;
|
|
1330
|
+
}
|
|
1331
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1332
|
+
content: "\e932";
|
|
1333
|
+
font-family: "e-icons";
|
|
1334
|
+
color: rgb(255, 255, 255);
|
|
1335
|
+
}
|
|
1336
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1337
|
+
min-width: 100%;
|
|
1338
|
+
min-height: 100%;
|
|
1339
|
+
height: 100%;
|
|
1340
|
+
}
|
|
1341
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1342
|
+
height: 10%;
|
|
1343
|
+
}
|
|
1344
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1345
|
+
height: 85%;
|
|
1346
|
+
}
|
|
1347
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1348
|
+
height: 10%;
|
|
1349
|
+
}
|
|
1350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1351
|
+
height: 80%;
|
|
1352
|
+
}
|
|
1353
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1354
|
+
height: 100%;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1328
1357
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1329
1358
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1330
1359
|
display: inline-block;
|
|
@@ -1332,6 +1361,47 @@ ejs-calendar {
|
|
|
1332
1361
|
overflow: auto;
|
|
1333
1362
|
}
|
|
1334
1363
|
}
|
|
1364
|
+
@media screen and (orientation: landscape) {
|
|
1365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1366
|
+
float: left;
|
|
1367
|
+
height: 100%;
|
|
1368
|
+
width: 30%;
|
|
1369
|
+
}
|
|
1370
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1371
|
+
float: left;
|
|
1372
|
+
padding: 5px;
|
|
1373
|
+
}
|
|
1374
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1375
|
+
font-size: 35px;
|
|
1376
|
+
margin-top: 35%;
|
|
1377
|
+
}
|
|
1378
|
+
.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 {
|
|
1379
|
+
display: block;
|
|
1380
|
+
font-size: 40px;
|
|
1381
|
+
margin-top: 10%;
|
|
1382
|
+
}
|
|
1383
|
+
.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 {
|
|
1384
|
+
height: 10%;
|
|
1385
|
+
}
|
|
1386
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1387
|
+
height: 75%;
|
|
1388
|
+
}
|
|
1389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1390
|
+
display: -ms-flexbox;
|
|
1391
|
+
display: flex;
|
|
1392
|
+
}
|
|
1393
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1394
|
+
float: right;
|
|
1395
|
+
height: 90%;
|
|
1396
|
+
width: 70%;
|
|
1397
|
+
}
|
|
1398
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1399
|
+
display: table-row-group;
|
|
1400
|
+
}
|
|
1401
|
+
.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 {
|
|
1402
|
+
height: 100%;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1335
1405
|
.e-datepicker.e-popup-wrapper,
|
|
1336
1406
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1337
1407
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1364,8 +1434,7 @@ ejs-calendar {
|
|
|
1364
1434
|
color: #605e5c;
|
|
1365
1435
|
}
|
|
1366
1436
|
|
|
1367
|
-
|
|
1368
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1437
|
+
/*! calendar bootstrap5 theme variables */
|
|
1369
1438
|
/*! component icons */
|
|
1370
1439
|
.e-input-group-icon.e-range-icon,
|
|
1371
1440
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1947,7 +2016,6 @@ ejs-calendar {
|
|
|
1947
2016
|
line-height: 26px;
|
|
1948
2017
|
}
|
|
1949
2018
|
|
|
1950
|
-
/* stylelint-disable */
|
|
1951
2019
|
.e-range-overflow {
|
|
1952
2020
|
overflow: hidden;
|
|
1953
2021
|
}
|
|
@@ -1974,6 +2042,12 @@ ejs-calendar {
|
|
|
1974
2042
|
top: 0 !important;
|
|
1975
2043
|
left: 0 !important;
|
|
1976
2044
|
}
|
|
2045
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2046
|
+
min-height: 100%;
|
|
2047
|
+
min-width: 100%;
|
|
2048
|
+
height: 100%;
|
|
2049
|
+
width: 100%;
|
|
2050
|
+
}
|
|
1977
2051
|
|
|
1978
2052
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1979
2053
|
background-size: 250px 33px;
|
|
@@ -1986,7 +2060,111 @@ ejs-calendar {
|
|
|
1986
2060
|
min-height: 40px;
|
|
1987
2061
|
}
|
|
1988
2062
|
|
|
1989
|
-
|
|
2063
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2064
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2065
|
+
min-height: 100%;
|
|
2066
|
+
min-width: 100%;
|
|
2067
|
+
height: 100%;
|
|
2068
|
+
width: 100%;
|
|
2069
|
+
}
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2071
|
+
height: 100%;
|
|
2072
|
+
}
|
|
2073
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2074
|
+
height: 78%;
|
|
2075
|
+
}
|
|
2076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2077
|
+
height: 90%;
|
|
2078
|
+
}
|
|
2079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2080
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2081
|
+
height: 10%;
|
|
2082
|
+
}
|
|
2083
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2084
|
+
margin: 0;
|
|
2085
|
+
}
|
|
2086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2087
|
+
height: 90%;
|
|
2088
|
+
}
|
|
2089
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2090
|
+
height: 100%;
|
|
2091
|
+
border-spacing: 0px 30px;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
@media screen and (orientation: landscape) {
|
|
2095
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2096
|
+
float: left;
|
|
2097
|
+
height: 100%;
|
|
2098
|
+
border-right: 1.5px;
|
|
2099
|
+
border-color: black;
|
|
2100
|
+
width: 40%;
|
|
2101
|
+
margin: 0;
|
|
2102
|
+
display: block;
|
|
2103
|
+
background-color: #3f51b5;
|
|
2104
|
+
}
|
|
2105
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2106
|
+
height: 100%;
|
|
2107
|
+
width: 100%;
|
|
2108
|
+
}
|
|
2109
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2110
|
+
display: block;
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
text-align: -webkit-center;
|
|
2113
|
+
}
|
|
2114
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2115
|
+
display: block;
|
|
2116
|
+
width: 100%;
|
|
2117
|
+
text-align: -webkit-center;
|
|
2118
|
+
margin-top: 20%;
|
|
2119
|
+
font-size: 20px;
|
|
2120
|
+
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);
|
|
2121
|
+
}
|
|
2122
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2123
|
+
font-size: 20px;
|
|
2124
|
+
margin-top: 60%;
|
|
2125
|
+
color: #fff;
|
|
2126
|
+
}
|
|
2127
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2128
|
+
width: 100%;
|
|
2129
|
+
text-align: -webkit-center;
|
|
2130
|
+
margin-top: 20%;
|
|
2131
|
+
font-size: 20px;
|
|
2132
|
+
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);
|
|
2133
|
+
}
|
|
2134
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2135
|
+
height: 82%;
|
|
2136
|
+
}
|
|
2137
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2138
|
+
height: 80%;
|
|
2139
|
+
}
|
|
2140
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2141
|
+
border-spacing: unset;
|
|
2142
|
+
}
|
|
2143
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2144
|
+
height: 20%;
|
|
2145
|
+
}
|
|
2146
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2147
|
+
width: 100%;
|
|
2148
|
+
}
|
|
2149
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2150
|
+
display: -ms-flexbox;
|
|
2151
|
+
display: flex;
|
|
2152
|
+
}
|
|
2153
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2154
|
+
border-radius: 0 40% 40% 0;
|
|
2155
|
+
}
|
|
2156
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2157
|
+
border-radius: 0 40% 40% 0;
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
.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 {
|
|
2161
|
+
width: calc(100% - 80px);
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.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 {
|
|
2165
|
+
width: calc(100% - 110px);
|
|
2166
|
+
}
|
|
2167
|
+
|
|
1990
2168
|
/*! daterangepicker theme */
|
|
1991
2169
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1992
2170
|
color: #201f1e;
|
|
@@ -2270,8 +2448,6 @@ ejs-calendar {
|
|
|
2270
2448
|
color: #a19f9d;
|
|
2271
2449
|
}
|
|
2272
2450
|
|
|
2273
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2274
|
-
/* stylelint-disable-line no-empty-source */
|
|
2275
2451
|
/*! component icons */
|
|
2276
2452
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2277
2453
|
content: "\e705";
|
|
@@ -2285,7 +2461,6 @@ ejs-calendar {
|
|
|
2285
2461
|
}
|
|
2286
2462
|
|
|
2287
2463
|
.e-datetime-wrapper {
|
|
2288
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2289
2464
|
-webkit-tap-highlight-color: transparent;
|
|
2290
2465
|
}
|
|
2291
2466
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|