@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
|
@@ -36,7 +36,6 @@ ejs-calendar {
|
|
|
36
36
|
|
|
37
37
|
.e-calendar,
|
|
38
38
|
.e-bigger.e-small .e-calendar {
|
|
39
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
40
39
|
-webkit-tap-highlight-color: transparent;
|
|
41
40
|
border-radius: 0;
|
|
42
41
|
display: block;
|
|
@@ -821,7 +820,6 @@ ejs-calendar {
|
|
|
821
820
|
transform: scale(1);
|
|
822
821
|
}
|
|
823
822
|
}
|
|
824
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
825
823
|
/*! component icons */
|
|
826
824
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
827
825
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -836,7 +834,6 @@ ejs-calendar {
|
|
|
836
834
|
|
|
837
835
|
.e-time-wrapper,
|
|
838
836
|
*.e-control-wrapper.e-time-wrapper {
|
|
839
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
840
837
|
-webkit-tap-highlight-color: transparent;
|
|
841
838
|
}
|
|
842
839
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -952,7 +949,6 @@ ejs-calendar {
|
|
|
952
949
|
min-height: 40px;
|
|
953
950
|
}
|
|
954
951
|
|
|
955
|
-
/* stylelint-disable */
|
|
956
952
|
.e-time-overflow {
|
|
957
953
|
overflow: hidden;
|
|
958
954
|
}
|
|
@@ -980,7 +976,6 @@ ejs-calendar {
|
|
|
980
976
|
top: 0 !important;
|
|
981
977
|
}
|
|
982
978
|
|
|
983
|
-
/* stylelint-enable */
|
|
984
979
|
/*! timepicker theme */
|
|
985
980
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
986
981
|
color: #000;
|
|
@@ -1030,7 +1025,6 @@ ejs-calendar {
|
|
|
1030
1025
|
color: #000;
|
|
1031
1026
|
}
|
|
1032
1027
|
|
|
1033
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1034
1028
|
/*! component icons */
|
|
1035
1029
|
.e-input-group-icon.e-date-icon,
|
|
1036
1030
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1125,7 +1119,6 @@ ejs-calendar {
|
|
|
1125
1119
|
margin: 0;
|
|
1126
1120
|
}
|
|
1127
1121
|
|
|
1128
|
-
/* stylelint-disable */
|
|
1129
1122
|
.e-date-overflow {
|
|
1130
1123
|
overflow: hidden !important;
|
|
1131
1124
|
}
|
|
@@ -1152,6 +1145,10 @@ ejs-calendar {
|
|
|
1152
1145
|
top: 0 !important;
|
|
1153
1146
|
left: 0 !important;
|
|
1154
1147
|
}
|
|
1148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1149
|
+
min-width: 100%;
|
|
1150
|
+
min-height: 100%;
|
|
1151
|
+
}
|
|
1155
1152
|
|
|
1156
1153
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1157
1154
|
background-size: 250px 33px;
|
|
@@ -1164,7 +1161,40 @@ ejs-calendar {
|
|
|
1164
1161
|
min-height: 40px;
|
|
1165
1162
|
}
|
|
1166
1163
|
|
|
1167
|
-
|
|
1164
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1165
|
+
height: 15%;
|
|
1166
|
+
}
|
|
1167
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1168
|
+
float: right;
|
|
1169
|
+
margin-right: 10px;
|
|
1170
|
+
padding: 5px;
|
|
1171
|
+
}
|
|
1172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1173
|
+
content: "\e932";
|
|
1174
|
+
font-family: "e-icons";
|
|
1175
|
+
color: rgb(255, 255, 255);
|
|
1176
|
+
}
|
|
1177
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1178
|
+
min-width: 100%;
|
|
1179
|
+
min-height: 100%;
|
|
1180
|
+
height: 100%;
|
|
1181
|
+
}
|
|
1182
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1183
|
+
height: 10%;
|
|
1184
|
+
}
|
|
1185
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1186
|
+
height: 85%;
|
|
1187
|
+
}
|
|
1188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1189
|
+
height: 10%;
|
|
1190
|
+
}
|
|
1191
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1192
|
+
height: 80%;
|
|
1193
|
+
}
|
|
1194
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1195
|
+
height: 100%;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1168
1198
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1169
1199
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1170
1200
|
display: inline-block;
|
|
@@ -1172,6 +1202,47 @@ ejs-calendar {
|
|
|
1172
1202
|
overflow: auto;
|
|
1173
1203
|
}
|
|
1174
1204
|
}
|
|
1205
|
+
@media screen and (orientation: landscape) {
|
|
1206
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1207
|
+
float: left;
|
|
1208
|
+
height: 100%;
|
|
1209
|
+
width: 30%;
|
|
1210
|
+
}
|
|
1211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1212
|
+
float: left;
|
|
1213
|
+
padding: 5px;
|
|
1214
|
+
}
|
|
1215
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1216
|
+
font-size: 35px;
|
|
1217
|
+
margin-top: 35%;
|
|
1218
|
+
}
|
|
1219
|
+
.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 {
|
|
1220
|
+
display: block;
|
|
1221
|
+
font-size: 40px;
|
|
1222
|
+
margin-top: 10%;
|
|
1223
|
+
}
|
|
1224
|
+
.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 {
|
|
1225
|
+
height: 10%;
|
|
1226
|
+
}
|
|
1227
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1228
|
+
height: 75%;
|
|
1229
|
+
}
|
|
1230
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1231
|
+
display: -ms-flexbox;
|
|
1232
|
+
display: flex;
|
|
1233
|
+
}
|
|
1234
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1235
|
+
float: right;
|
|
1236
|
+
height: 90%;
|
|
1237
|
+
width: 70%;
|
|
1238
|
+
}
|
|
1239
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1240
|
+
display: table-row-group;
|
|
1241
|
+
}
|
|
1242
|
+
.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 {
|
|
1243
|
+
height: 100%;
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1175
1246
|
.e-datepicker.e-popup-wrapper,
|
|
1176
1247
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1177
1248
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1204,7 +1275,6 @@ ejs-calendar {
|
|
|
1204
1275
|
color: #000;
|
|
1205
1276
|
}
|
|
1206
1277
|
|
|
1207
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1208
1278
|
/*! component icons */
|
|
1209
1279
|
.e-input-group-icon.e-range-icon,
|
|
1210
1280
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1804,7 +1874,6 @@ ejs-calendar {
|
|
|
1804
1874
|
line-height: 26px;
|
|
1805
1875
|
}
|
|
1806
1876
|
|
|
1807
|
-
/* stylelint-disable */
|
|
1808
1877
|
.e-range-overflow {
|
|
1809
1878
|
overflow: hidden;
|
|
1810
1879
|
}
|
|
@@ -1831,6 +1900,12 @@ ejs-calendar {
|
|
|
1831
1900
|
top: 0 !important;
|
|
1832
1901
|
left: 0 !important;
|
|
1833
1902
|
}
|
|
1903
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1904
|
+
min-height: 100%;
|
|
1905
|
+
min-width: 100%;
|
|
1906
|
+
height: 100%;
|
|
1907
|
+
width: 100%;
|
|
1908
|
+
}
|
|
1834
1909
|
|
|
1835
1910
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1836
1911
|
background-size: 250px 33px;
|
|
@@ -1843,7 +1918,111 @@ ejs-calendar {
|
|
|
1843
1918
|
min-height: 40px;
|
|
1844
1919
|
}
|
|
1845
1920
|
|
|
1846
|
-
|
|
1921
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1922
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1923
|
+
min-height: 100%;
|
|
1924
|
+
min-width: 100%;
|
|
1925
|
+
height: 100%;
|
|
1926
|
+
width: 100%;
|
|
1927
|
+
}
|
|
1928
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1929
|
+
height: 100%;
|
|
1930
|
+
}
|
|
1931
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1932
|
+
height: 78%;
|
|
1933
|
+
}
|
|
1934
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1935
|
+
height: 90%;
|
|
1936
|
+
}
|
|
1937
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1938
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1939
|
+
height: 10%;
|
|
1940
|
+
}
|
|
1941
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1942
|
+
margin: 0;
|
|
1943
|
+
}
|
|
1944
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1945
|
+
height: 90%;
|
|
1946
|
+
}
|
|
1947
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1948
|
+
height: 100%;
|
|
1949
|
+
border-spacing: 0px 30px;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
@media screen and (orientation: landscape) {
|
|
1953
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1954
|
+
float: left;
|
|
1955
|
+
height: 100%;
|
|
1956
|
+
border-right: 1.5px;
|
|
1957
|
+
border-color: black;
|
|
1958
|
+
width: 40%;
|
|
1959
|
+
margin: 0;
|
|
1960
|
+
display: block;
|
|
1961
|
+
background-color: #3f51b5;
|
|
1962
|
+
}
|
|
1963
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1964
|
+
height: 100%;
|
|
1965
|
+
width: 100%;
|
|
1966
|
+
}
|
|
1967
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1968
|
+
display: block;
|
|
1969
|
+
width: 100%;
|
|
1970
|
+
text-align: -webkit-center;
|
|
1971
|
+
}
|
|
1972
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1973
|
+
display: block;
|
|
1974
|
+
width: 100%;
|
|
1975
|
+
text-align: -webkit-center;
|
|
1976
|
+
margin-top: 20%;
|
|
1977
|
+
font-size: 20px;
|
|
1978
|
+
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);
|
|
1979
|
+
}
|
|
1980
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1981
|
+
font-size: 20px;
|
|
1982
|
+
margin-top: 60%;
|
|
1983
|
+
color: #fff;
|
|
1984
|
+
}
|
|
1985
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1986
|
+
width: 100%;
|
|
1987
|
+
text-align: -webkit-center;
|
|
1988
|
+
margin-top: 20%;
|
|
1989
|
+
font-size: 20px;
|
|
1990
|
+
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);
|
|
1991
|
+
}
|
|
1992
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1993
|
+
height: 82%;
|
|
1994
|
+
}
|
|
1995
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1996
|
+
height: 80%;
|
|
1997
|
+
}
|
|
1998
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1999
|
+
border-spacing: unset;
|
|
2000
|
+
}
|
|
2001
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2002
|
+
height: 20%;
|
|
2003
|
+
}
|
|
2004
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2005
|
+
width: 100%;
|
|
2006
|
+
}
|
|
2007
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2008
|
+
display: -ms-flexbox;
|
|
2009
|
+
display: flex;
|
|
2010
|
+
}
|
|
2011
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2012
|
+
border-radius: 0 40% 40% 0;
|
|
2013
|
+
}
|
|
2014
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2015
|
+
border-radius: 0 40% 40% 0;
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
.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 {
|
|
2019
|
+
width: calc(100% - 80px);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.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 {
|
|
2023
|
+
width: calc(100% - 110px);
|
|
2024
|
+
}
|
|
2025
|
+
|
|
1847
2026
|
/*! daterangepicker theme */
|
|
1848
2027
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1849
2028
|
color: #000;
|
|
@@ -2042,7 +2221,6 @@ ejs-calendar {
|
|
|
2042
2221
|
color: #fff;
|
|
2043
2222
|
}
|
|
2044
2223
|
|
|
2045
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2046
2224
|
/*! component icons */
|
|
2047
2225
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2048
2226
|
content: "\e97f";
|
|
@@ -2056,7 +2234,6 @@ ejs-calendar {
|
|
|
2056
2234
|
}
|
|
2057
2235
|
|
|
2058
2236
|
.e-datetime-wrapper {
|
|
2059
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2060
2237
|
-webkit-tap-highlight-color: transparent;
|
|
2061
2238
|
}
|
|
2062
2239
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/highcontrast.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;
|
|
@@ -822,7 +821,6 @@ ejs-calendar {
|
|
|
822
821
|
transform: scale(1);
|
|
823
822
|
}
|
|
824
823
|
}
|
|
825
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
826
824
|
/*! component icons */
|
|
827
825
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
828
826
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -837,7 +835,6 @@ ejs-calendar {
|
|
|
837
835
|
|
|
838
836
|
.e-time-wrapper,
|
|
839
837
|
*.e-control-wrapper.e-time-wrapper {
|
|
840
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
841
838
|
-webkit-tap-highlight-color: transparent;
|
|
842
839
|
}
|
|
843
840
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -953,7 +950,6 @@ ejs-calendar {
|
|
|
953
950
|
min-height: 40px;
|
|
954
951
|
}
|
|
955
952
|
|
|
956
|
-
/* stylelint-disable */
|
|
957
953
|
.e-time-overflow {
|
|
958
954
|
overflow: hidden;
|
|
959
955
|
}
|
|
@@ -981,7 +977,6 @@ ejs-calendar {
|
|
|
981
977
|
top: 0 !important;
|
|
982
978
|
}
|
|
983
979
|
|
|
984
|
-
/* stylelint-enable */
|
|
985
980
|
/*! timepicker theme */
|
|
986
981
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
987
982
|
color: #fff;
|
|
@@ -1031,7 +1026,6 @@ ejs-calendar {
|
|
|
1031
1026
|
color: #fff;
|
|
1032
1027
|
}
|
|
1033
1028
|
|
|
1034
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1035
1029
|
/*! calendar fabric theme variables */
|
|
1036
1030
|
/*! component icons */
|
|
1037
1031
|
.e-input-group-icon.e-date-icon,
|
|
@@ -1127,7 +1121,6 @@ ejs-calendar {
|
|
|
1127
1121
|
margin: 0;
|
|
1128
1122
|
}
|
|
1129
1123
|
|
|
1130
|
-
/* stylelint-disable */
|
|
1131
1124
|
.e-date-overflow {
|
|
1132
1125
|
overflow: hidden !important;
|
|
1133
1126
|
}
|
|
@@ -1154,6 +1147,10 @@ ejs-calendar {
|
|
|
1154
1147
|
top: 0 !important;
|
|
1155
1148
|
left: 0 !important;
|
|
1156
1149
|
}
|
|
1150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1151
|
+
min-width: 100%;
|
|
1152
|
+
min-height: 100%;
|
|
1153
|
+
}
|
|
1157
1154
|
|
|
1158
1155
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1159
1156
|
background-size: 250px 33px;
|
|
@@ -1166,7 +1163,40 @@ ejs-calendar {
|
|
|
1166
1163
|
min-height: 40px;
|
|
1167
1164
|
}
|
|
1168
1165
|
|
|
1169
|
-
|
|
1166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1167
|
+
height: 15%;
|
|
1168
|
+
}
|
|
1169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1170
|
+
float: right;
|
|
1171
|
+
margin-right: 10px;
|
|
1172
|
+
padding: 5px;
|
|
1173
|
+
}
|
|
1174
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1175
|
+
content: "\e932";
|
|
1176
|
+
font-family: "e-icons";
|
|
1177
|
+
color: rgb(255, 255, 255);
|
|
1178
|
+
}
|
|
1179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1180
|
+
min-width: 100%;
|
|
1181
|
+
min-height: 100%;
|
|
1182
|
+
height: 100%;
|
|
1183
|
+
}
|
|
1184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1185
|
+
height: 10%;
|
|
1186
|
+
}
|
|
1187
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1188
|
+
height: 85%;
|
|
1189
|
+
}
|
|
1190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1191
|
+
height: 10%;
|
|
1192
|
+
}
|
|
1193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1194
|
+
height: 80%;
|
|
1195
|
+
}
|
|
1196
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1197
|
+
height: 100%;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1170
1200
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1171
1201
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1172
1202
|
display: inline-block;
|
|
@@ -1174,6 +1204,47 @@ ejs-calendar {
|
|
|
1174
1204
|
overflow: auto;
|
|
1175
1205
|
}
|
|
1176
1206
|
}
|
|
1207
|
+
@media screen and (orientation: landscape) {
|
|
1208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1209
|
+
float: left;
|
|
1210
|
+
height: 100%;
|
|
1211
|
+
width: 30%;
|
|
1212
|
+
}
|
|
1213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1214
|
+
float: left;
|
|
1215
|
+
padding: 5px;
|
|
1216
|
+
}
|
|
1217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1218
|
+
font-size: 35px;
|
|
1219
|
+
margin-top: 35%;
|
|
1220
|
+
}
|
|
1221
|
+
.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 {
|
|
1222
|
+
display: block;
|
|
1223
|
+
font-size: 40px;
|
|
1224
|
+
margin-top: 10%;
|
|
1225
|
+
}
|
|
1226
|
+
.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 {
|
|
1227
|
+
height: 10%;
|
|
1228
|
+
}
|
|
1229
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1230
|
+
height: 75%;
|
|
1231
|
+
}
|
|
1232
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1233
|
+
display: -ms-flexbox;
|
|
1234
|
+
display: flex;
|
|
1235
|
+
}
|
|
1236
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1237
|
+
float: right;
|
|
1238
|
+
height: 90%;
|
|
1239
|
+
width: 70%;
|
|
1240
|
+
}
|
|
1241
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1242
|
+
display: table-row-group;
|
|
1243
|
+
}
|
|
1244
|
+
.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 {
|
|
1245
|
+
height: 100%;
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1177
1248
|
.e-datepicker.e-popup-wrapper,
|
|
1178
1249
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1179
1250
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1206,7 +1277,6 @@ ejs-calendar {
|
|
|
1206
1277
|
color: #fff;
|
|
1207
1278
|
}
|
|
1208
1279
|
|
|
1209
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1210
1280
|
/*! calendar fabric theme variables */
|
|
1211
1281
|
/*! component icons */
|
|
1212
1282
|
.e-input-group-icon.e-range-icon,
|
|
@@ -1807,7 +1877,6 @@ ejs-calendar {
|
|
|
1807
1877
|
line-height: 26px;
|
|
1808
1878
|
}
|
|
1809
1879
|
|
|
1810
|
-
/* stylelint-disable */
|
|
1811
1880
|
.e-range-overflow {
|
|
1812
1881
|
overflow: hidden;
|
|
1813
1882
|
}
|
|
@@ -1834,6 +1903,12 @@ ejs-calendar {
|
|
|
1834
1903
|
top: 0 !important;
|
|
1835
1904
|
left: 0 !important;
|
|
1836
1905
|
}
|
|
1906
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1907
|
+
min-height: 100%;
|
|
1908
|
+
min-width: 100%;
|
|
1909
|
+
height: 100%;
|
|
1910
|
+
width: 100%;
|
|
1911
|
+
}
|
|
1837
1912
|
|
|
1838
1913
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1839
1914
|
background-size: 250px 33px;
|
|
@@ -1846,7 +1921,111 @@ ejs-calendar {
|
|
|
1846
1921
|
min-height: 40px;
|
|
1847
1922
|
}
|
|
1848
1923
|
|
|
1849
|
-
|
|
1924
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1925
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1926
|
+
min-height: 100%;
|
|
1927
|
+
min-width: 100%;
|
|
1928
|
+
height: 100%;
|
|
1929
|
+
width: 100%;
|
|
1930
|
+
}
|
|
1931
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1932
|
+
height: 100%;
|
|
1933
|
+
}
|
|
1934
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1935
|
+
height: 78%;
|
|
1936
|
+
}
|
|
1937
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1938
|
+
height: 90%;
|
|
1939
|
+
}
|
|
1940
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1941
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1942
|
+
height: 10%;
|
|
1943
|
+
}
|
|
1944
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1945
|
+
margin: 0;
|
|
1946
|
+
}
|
|
1947
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1948
|
+
height: 90%;
|
|
1949
|
+
}
|
|
1950
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1951
|
+
height: 100%;
|
|
1952
|
+
border-spacing: 0px 30px;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
@media screen and (orientation: landscape) {
|
|
1956
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1957
|
+
float: left;
|
|
1958
|
+
height: 100%;
|
|
1959
|
+
border-right: 1.5px;
|
|
1960
|
+
border-color: black;
|
|
1961
|
+
width: 40%;
|
|
1962
|
+
margin: 0;
|
|
1963
|
+
display: block;
|
|
1964
|
+
background-color: #3f51b5;
|
|
1965
|
+
}
|
|
1966
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1967
|
+
height: 100%;
|
|
1968
|
+
width: 100%;
|
|
1969
|
+
}
|
|
1970
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1971
|
+
display: block;
|
|
1972
|
+
width: 100%;
|
|
1973
|
+
text-align: -webkit-center;
|
|
1974
|
+
}
|
|
1975
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1976
|
+
display: block;
|
|
1977
|
+
width: 100%;
|
|
1978
|
+
text-align: -webkit-center;
|
|
1979
|
+
margin-top: 20%;
|
|
1980
|
+
font-size: 20px;
|
|
1981
|
+
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);
|
|
1982
|
+
}
|
|
1983
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1984
|
+
font-size: 20px;
|
|
1985
|
+
margin-top: 60%;
|
|
1986
|
+
color: #fff;
|
|
1987
|
+
}
|
|
1988
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1989
|
+
width: 100%;
|
|
1990
|
+
text-align: -webkit-center;
|
|
1991
|
+
margin-top: 20%;
|
|
1992
|
+
font-size: 20px;
|
|
1993
|
+
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);
|
|
1994
|
+
}
|
|
1995
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1996
|
+
height: 82%;
|
|
1997
|
+
}
|
|
1998
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1999
|
+
height: 80%;
|
|
2000
|
+
}
|
|
2001
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2002
|
+
border-spacing: unset;
|
|
2003
|
+
}
|
|
2004
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2005
|
+
height: 20%;
|
|
2006
|
+
}
|
|
2007
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2008
|
+
width: 100%;
|
|
2009
|
+
}
|
|
2010
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2011
|
+
display: -ms-flexbox;
|
|
2012
|
+
display: flex;
|
|
2013
|
+
}
|
|
2014
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2015
|
+
border-radius: 0 40% 40% 0;
|
|
2016
|
+
}
|
|
2017
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2018
|
+
border-radius: 0 40% 40% 0;
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
.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 {
|
|
2022
|
+
width: calc(100% - 80px);
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
.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 {
|
|
2026
|
+
width: calc(100% - 110px);
|
|
2027
|
+
}
|
|
2028
|
+
|
|
1850
2029
|
/*! daterangepicker theme */
|
|
1851
2030
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1852
2031
|
color: #fff;
|
|
@@ -2045,7 +2224,6 @@ ejs-calendar {
|
|
|
2045
2224
|
color: #000;
|
|
2046
2225
|
}
|
|
2047
2226
|
|
|
2048
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2049
2227
|
/*! component icons */
|
|
2050
2228
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2051
2229
|
content: "\e97f";
|
|
@@ -2059,7 +2237,6 @@ ejs-calendar {
|
|
|
2059
2237
|
}
|
|
2060
2238
|
|
|
2061
2239
|
.e-datetime-wrapper {
|
|
2062
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2063
2240
|
-webkit-tap-highlight-color: transparent;
|
|
2064
2241
|
}
|
|
2065
2242
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|