@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/bootstrap4.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: 4px;
|
|
43
42
|
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
|
background: #545b62;
|
|
@@ -1032,7 +1027,6 @@ ejs-calendar {
|
|
|
1032
1027
|
color: #212529;
|
|
1033
1028
|
}
|
|
1034
1029
|
|
|
1035
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1036
1030
|
/*! calendar bootstrap theme variables */
|
|
1037
1031
|
/*! component icons */
|
|
1038
1032
|
.e-input-group-icon.e-date-icon,
|
|
@@ -1132,7 +1126,6 @@ ejs-calendar {
|
|
|
1132
1126
|
margin: 0;
|
|
1133
1127
|
}
|
|
1134
1128
|
|
|
1135
|
-
/* stylelint-disable */
|
|
1136
1129
|
.e-date-overflow {
|
|
1137
1130
|
overflow: hidden !important;
|
|
1138
1131
|
}
|
|
@@ -1159,6 +1152,10 @@ ejs-calendar {
|
|
|
1159
1152
|
top: 0 !important;
|
|
1160
1153
|
left: 0 !important;
|
|
1161
1154
|
}
|
|
1155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1156
|
+
min-width: 100%;
|
|
1157
|
+
min-height: 100%;
|
|
1158
|
+
}
|
|
1162
1159
|
|
|
1163
1160
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1164
1161
|
background-size: 250px 33px;
|
|
@@ -1171,7 +1168,40 @@ ejs-calendar {
|
|
|
1171
1168
|
min-height: 40px;
|
|
1172
1169
|
}
|
|
1173
1170
|
|
|
1174
|
-
|
|
1171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1172
|
+
height: 15%;
|
|
1173
|
+
}
|
|
1174
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1175
|
+
float: right;
|
|
1176
|
+
margin-right: 10px;
|
|
1177
|
+
padding: 5px;
|
|
1178
|
+
}
|
|
1179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1180
|
+
content: "\e932";
|
|
1181
|
+
font-family: "e-icons";
|
|
1182
|
+
color: rgb(255, 255, 255);
|
|
1183
|
+
}
|
|
1184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1185
|
+
min-width: 100%;
|
|
1186
|
+
min-height: 100%;
|
|
1187
|
+
height: 100%;
|
|
1188
|
+
}
|
|
1189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1190
|
+
height: 10%;
|
|
1191
|
+
}
|
|
1192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1193
|
+
height: 85%;
|
|
1194
|
+
}
|
|
1195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1196
|
+
height: 10%;
|
|
1197
|
+
}
|
|
1198
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1199
|
+
height: 80%;
|
|
1200
|
+
}
|
|
1201
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1202
|
+
height: 100%;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1175
1205
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1176
1206
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1177
1207
|
display: inline-block;
|
|
@@ -1179,6 +1209,47 @@ ejs-calendar {
|
|
|
1179
1209
|
overflow: auto;
|
|
1180
1210
|
}
|
|
1181
1211
|
}
|
|
1212
|
+
@media screen and (orientation: landscape) {
|
|
1213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1214
|
+
float: left;
|
|
1215
|
+
height: 100%;
|
|
1216
|
+
width: 30%;
|
|
1217
|
+
}
|
|
1218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1219
|
+
float: left;
|
|
1220
|
+
padding: 5px;
|
|
1221
|
+
}
|
|
1222
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1223
|
+
font-size: 35px;
|
|
1224
|
+
margin-top: 35%;
|
|
1225
|
+
}
|
|
1226
|
+
.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 {
|
|
1227
|
+
display: block;
|
|
1228
|
+
font-size: 40px;
|
|
1229
|
+
margin-top: 10%;
|
|
1230
|
+
}
|
|
1231
|
+
.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 {
|
|
1232
|
+
height: 10%;
|
|
1233
|
+
}
|
|
1234
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1235
|
+
height: 75%;
|
|
1236
|
+
}
|
|
1237
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1238
|
+
display: -ms-flexbox;
|
|
1239
|
+
display: flex;
|
|
1240
|
+
}
|
|
1241
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1242
|
+
float: right;
|
|
1243
|
+
height: 90%;
|
|
1244
|
+
width: 70%;
|
|
1245
|
+
}
|
|
1246
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1247
|
+
display: table-row-group;
|
|
1248
|
+
}
|
|
1249
|
+
.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 {
|
|
1250
|
+
height: 100%;
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1182
1253
|
.e-datepicker.e-popup-wrapper,
|
|
1183
1254
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1184
1255
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1213,7 +1284,6 @@ ejs-calendar {
|
|
|
1213
1284
|
color: #fff;
|
|
1214
1285
|
}
|
|
1215
1286
|
|
|
1216
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1217
1287
|
/*! calendar bootstrap theme variables */
|
|
1218
1288
|
/*! component icons */
|
|
1219
1289
|
.e-input-group-icon.e-range-icon,
|
|
@@ -1827,7 +1897,6 @@ ejs-calendar {
|
|
|
1827
1897
|
line-height: 26px;
|
|
1828
1898
|
}
|
|
1829
1899
|
|
|
1830
|
-
/* stylelint-disable */
|
|
1831
1900
|
.e-range-overflow {
|
|
1832
1901
|
overflow: hidden;
|
|
1833
1902
|
}
|
|
@@ -1854,6 +1923,12 @@ ejs-calendar {
|
|
|
1854
1923
|
top: 0 !important;
|
|
1855
1924
|
left: 0 !important;
|
|
1856
1925
|
}
|
|
1926
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1927
|
+
min-height: 100%;
|
|
1928
|
+
min-width: 100%;
|
|
1929
|
+
height: 100%;
|
|
1930
|
+
width: 100%;
|
|
1931
|
+
}
|
|
1857
1932
|
|
|
1858
1933
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1859
1934
|
background-size: 250px 33px;
|
|
@@ -1866,7 +1941,111 @@ ejs-calendar {
|
|
|
1866
1941
|
min-height: 40px;
|
|
1867
1942
|
}
|
|
1868
1943
|
|
|
1869
|
-
|
|
1944
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1945
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1946
|
+
min-height: 100%;
|
|
1947
|
+
min-width: 100%;
|
|
1948
|
+
height: 100%;
|
|
1949
|
+
width: 100%;
|
|
1950
|
+
}
|
|
1951
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1952
|
+
height: 100%;
|
|
1953
|
+
}
|
|
1954
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1955
|
+
height: 78%;
|
|
1956
|
+
}
|
|
1957
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1958
|
+
height: 90%;
|
|
1959
|
+
}
|
|
1960
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1961
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1962
|
+
height: 10%;
|
|
1963
|
+
}
|
|
1964
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1965
|
+
margin: 0;
|
|
1966
|
+
}
|
|
1967
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1968
|
+
height: 90%;
|
|
1969
|
+
}
|
|
1970
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1971
|
+
height: 100%;
|
|
1972
|
+
border-spacing: 0px 30px;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
@media screen and (orientation: landscape) {
|
|
1976
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1977
|
+
float: left;
|
|
1978
|
+
height: 100%;
|
|
1979
|
+
border-right: 1.5px;
|
|
1980
|
+
border-color: black;
|
|
1981
|
+
width: 40%;
|
|
1982
|
+
margin: 0;
|
|
1983
|
+
display: block;
|
|
1984
|
+
background-color: #3f51b5;
|
|
1985
|
+
}
|
|
1986
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1987
|
+
height: 100%;
|
|
1988
|
+
width: 100%;
|
|
1989
|
+
}
|
|
1990
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1991
|
+
display: block;
|
|
1992
|
+
width: 100%;
|
|
1993
|
+
text-align: -webkit-center;
|
|
1994
|
+
}
|
|
1995
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1996
|
+
display: block;
|
|
1997
|
+
width: 100%;
|
|
1998
|
+
text-align: -webkit-center;
|
|
1999
|
+
margin-top: 20%;
|
|
2000
|
+
font-size: 20px;
|
|
2001
|
+
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);
|
|
2002
|
+
}
|
|
2003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2004
|
+
font-size: 20px;
|
|
2005
|
+
margin-top: 60%;
|
|
2006
|
+
color: #fff;
|
|
2007
|
+
}
|
|
2008
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
text-align: -webkit-center;
|
|
2011
|
+
margin-top: 20%;
|
|
2012
|
+
font-size: 20px;
|
|
2013
|
+
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);
|
|
2014
|
+
}
|
|
2015
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2016
|
+
height: 82%;
|
|
2017
|
+
}
|
|
2018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2019
|
+
height: 80%;
|
|
2020
|
+
}
|
|
2021
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2022
|
+
border-spacing: unset;
|
|
2023
|
+
}
|
|
2024
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2025
|
+
height: 20%;
|
|
2026
|
+
}
|
|
2027
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2028
|
+
width: 100%;
|
|
2029
|
+
}
|
|
2030
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2031
|
+
display: -ms-flexbox;
|
|
2032
|
+
display: flex;
|
|
2033
|
+
}
|
|
2034
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2035
|
+
border-radius: 0 40% 40% 0;
|
|
2036
|
+
}
|
|
2037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2038
|
+
border-radius: 0 40% 40% 0;
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
.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 {
|
|
2042
|
+
width: calc(100% - 80px);
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.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 {
|
|
2046
|
+
width: calc(100% - 110px);
|
|
2047
|
+
}
|
|
2048
|
+
|
|
1870
2049
|
/*! daterangepicker theme */
|
|
1871
2050
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1872
2051
|
background: #545b62;
|
|
@@ -2068,7 +2247,6 @@ ejs-calendar {
|
|
|
2068
2247
|
color: #fff;
|
|
2069
2248
|
}
|
|
2070
2249
|
|
|
2071
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2072
2250
|
/*! component icons */
|
|
2073
2251
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2074
2252
|
content: "\e7c7";
|
|
@@ -2082,7 +2260,6 @@ ejs-calendar {
|
|
|
2082
2260
|
}
|
|
2083
2261
|
|
|
2084
2262
|
.e-datetime-wrapper {
|
|
2085
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2086
2263
|
-webkit-tap-highlight-color: transparent;
|
|
2087
2264
|
}
|
|
2088
2265
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
@@ -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: 4px;
|
|
43
42
|
display: block;
|
|
@@ -891,8 +890,6 @@ ejs-calendar {
|
|
|
891
890
|
color: rgba(255, 255, 255, 0.65);
|
|
892
891
|
}
|
|
893
892
|
|
|
894
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
895
|
-
/* stylelint-disable-line no-empty-source */
|
|
896
893
|
/*! component icons */
|
|
897
894
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
898
895
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -907,7 +904,6 @@ ejs-calendar {
|
|
|
907
904
|
|
|
908
905
|
.e-time-wrapper,
|
|
909
906
|
*.e-control-wrapper.e-time-wrapper {
|
|
910
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
911
907
|
-webkit-tap-highlight-color: transparent;
|
|
912
908
|
}
|
|
913
909
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1023,7 +1019,6 @@ ejs-calendar {
|
|
|
1023
1019
|
min-height: 40px;
|
|
1024
1020
|
}
|
|
1025
1021
|
|
|
1026
|
-
/* stylelint-disable */
|
|
1027
1022
|
.e-time-overflow {
|
|
1028
1023
|
overflow: hidden;
|
|
1029
1024
|
}
|
|
@@ -1051,7 +1046,6 @@ ejs-calendar {
|
|
|
1051
1046
|
top: 0 !important;
|
|
1052
1047
|
}
|
|
1053
1048
|
|
|
1054
|
-
/* stylelint-enable */
|
|
1055
1049
|
/*! timepicker theme */
|
|
1056
1050
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1057
1051
|
background: #565e64;
|
|
@@ -1103,8 +1097,7 @@ ejs-calendar {
|
|
|
1103
1097
|
color: #fff;
|
|
1104
1098
|
}
|
|
1105
1099
|
|
|
1106
|
-
|
|
1107
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1100
|
+
/*! calendar bootstrap5 theme variables */
|
|
1108
1101
|
/*! component icons */
|
|
1109
1102
|
.e-input-group-icon.e-date-icon,
|
|
1110
1103
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1203,7 +1196,6 @@ ejs-calendar {
|
|
|
1203
1196
|
margin: 0;
|
|
1204
1197
|
}
|
|
1205
1198
|
|
|
1206
|
-
/* stylelint-disable */
|
|
1207
1199
|
.e-date-overflow {
|
|
1208
1200
|
overflow: hidden !important;
|
|
1209
1201
|
}
|
|
@@ -1230,6 +1222,10 @@ ejs-calendar {
|
|
|
1230
1222
|
top: 0 !important;
|
|
1231
1223
|
left: 0 !important;
|
|
1232
1224
|
}
|
|
1225
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1226
|
+
min-width: 100%;
|
|
1227
|
+
min-height: 100%;
|
|
1228
|
+
}
|
|
1233
1229
|
|
|
1234
1230
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1235
1231
|
background-size: 250px 33px;
|
|
@@ -1242,7 +1238,40 @@ ejs-calendar {
|
|
|
1242
1238
|
min-height: 40px;
|
|
1243
1239
|
}
|
|
1244
1240
|
|
|
1245
|
-
|
|
1241
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1242
|
+
height: 15%;
|
|
1243
|
+
}
|
|
1244
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1245
|
+
float: right;
|
|
1246
|
+
margin-right: 10px;
|
|
1247
|
+
padding: 5px;
|
|
1248
|
+
}
|
|
1249
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1250
|
+
content: "\e932";
|
|
1251
|
+
font-family: "e-icons";
|
|
1252
|
+
color: rgb(255, 255, 255);
|
|
1253
|
+
}
|
|
1254
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1255
|
+
min-width: 100%;
|
|
1256
|
+
min-height: 100%;
|
|
1257
|
+
height: 100%;
|
|
1258
|
+
}
|
|
1259
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1260
|
+
height: 10%;
|
|
1261
|
+
}
|
|
1262
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1263
|
+
height: 85%;
|
|
1264
|
+
}
|
|
1265
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1266
|
+
height: 10%;
|
|
1267
|
+
}
|
|
1268
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1269
|
+
height: 80%;
|
|
1270
|
+
}
|
|
1271
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1272
|
+
height: 100%;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1246
1275
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1247
1276
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1248
1277
|
display: inline-block;
|
|
@@ -1250,6 +1279,47 @@ ejs-calendar {
|
|
|
1250
1279
|
overflow: auto;
|
|
1251
1280
|
}
|
|
1252
1281
|
}
|
|
1282
|
+
@media screen and (orientation: landscape) {
|
|
1283
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1284
|
+
float: left;
|
|
1285
|
+
height: 100%;
|
|
1286
|
+
width: 30%;
|
|
1287
|
+
}
|
|
1288
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1289
|
+
float: left;
|
|
1290
|
+
padding: 5px;
|
|
1291
|
+
}
|
|
1292
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1293
|
+
font-size: 35px;
|
|
1294
|
+
margin-top: 35%;
|
|
1295
|
+
}
|
|
1296
|
+
.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 {
|
|
1297
|
+
display: block;
|
|
1298
|
+
font-size: 40px;
|
|
1299
|
+
margin-top: 10%;
|
|
1300
|
+
}
|
|
1301
|
+
.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 {
|
|
1302
|
+
height: 10%;
|
|
1303
|
+
}
|
|
1304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1305
|
+
height: 75%;
|
|
1306
|
+
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1308
|
+
display: -ms-flexbox;
|
|
1309
|
+
display: flex;
|
|
1310
|
+
}
|
|
1311
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1312
|
+
float: right;
|
|
1313
|
+
height: 90%;
|
|
1314
|
+
width: 70%;
|
|
1315
|
+
}
|
|
1316
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1317
|
+
display: table-row-group;
|
|
1318
|
+
}
|
|
1319
|
+
.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 {
|
|
1320
|
+
height: 100%;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1253
1323
|
.e-datepicker.e-popup-wrapper,
|
|
1254
1324
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1255
1325
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1281,8 +1351,7 @@ ejs-calendar {
|
|
|
1281
1351
|
color: #fff;
|
|
1282
1352
|
}
|
|
1283
1353
|
|
|
1284
|
-
|
|
1285
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1354
|
+
/*! calendar bootstrap5 theme variables */
|
|
1286
1355
|
/*! component icons */
|
|
1287
1356
|
.e-input-group-icon.e-range-icon,
|
|
1288
1357
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1895,7 +1964,6 @@ ejs-calendar {
|
|
|
1895
1964
|
line-height: 26px;
|
|
1896
1965
|
}
|
|
1897
1966
|
|
|
1898
|
-
/* stylelint-disable */
|
|
1899
1967
|
.e-range-overflow {
|
|
1900
1968
|
overflow: hidden;
|
|
1901
1969
|
}
|
|
@@ -1922,6 +1990,12 @@ ejs-calendar {
|
|
|
1922
1990
|
top: 0 !important;
|
|
1923
1991
|
left: 0 !important;
|
|
1924
1992
|
}
|
|
1993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1994
|
+
min-height: 100%;
|
|
1995
|
+
min-width: 100%;
|
|
1996
|
+
height: 100%;
|
|
1997
|
+
width: 100%;
|
|
1998
|
+
}
|
|
1925
1999
|
|
|
1926
2000
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1927
2001
|
background-size: 250px 33px;
|
|
@@ -1934,7 +2008,111 @@ ejs-calendar {
|
|
|
1934
2008
|
min-height: 40px;
|
|
1935
2009
|
}
|
|
1936
2010
|
|
|
1937
|
-
|
|
2011
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2013
|
+
min-height: 100%;
|
|
2014
|
+
min-width: 100%;
|
|
2015
|
+
height: 100%;
|
|
2016
|
+
width: 100%;
|
|
2017
|
+
}
|
|
2018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2019
|
+
height: 100%;
|
|
2020
|
+
}
|
|
2021
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2022
|
+
height: 78%;
|
|
2023
|
+
}
|
|
2024
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2025
|
+
height: 90%;
|
|
2026
|
+
}
|
|
2027
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2028
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2029
|
+
height: 10%;
|
|
2030
|
+
}
|
|
2031
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2032
|
+
margin: 0;
|
|
2033
|
+
}
|
|
2034
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2035
|
+
height: 90%;
|
|
2036
|
+
}
|
|
2037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2038
|
+
height: 100%;
|
|
2039
|
+
border-spacing: 0px 30px;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
@media screen and (orientation: landscape) {
|
|
2043
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2044
|
+
float: left;
|
|
2045
|
+
height: 100%;
|
|
2046
|
+
border-right: 1.5px;
|
|
2047
|
+
border-color: black;
|
|
2048
|
+
width: 40%;
|
|
2049
|
+
margin: 0;
|
|
2050
|
+
display: block;
|
|
2051
|
+
background-color: #3f51b5;
|
|
2052
|
+
}
|
|
2053
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
width: 100%;
|
|
2056
|
+
}
|
|
2057
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2058
|
+
display: block;
|
|
2059
|
+
width: 100%;
|
|
2060
|
+
text-align: -webkit-center;
|
|
2061
|
+
}
|
|
2062
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2063
|
+
display: block;
|
|
2064
|
+
width: 100%;
|
|
2065
|
+
text-align: -webkit-center;
|
|
2066
|
+
margin-top: 20%;
|
|
2067
|
+
font-size: 20px;
|
|
2068
|
+
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);
|
|
2069
|
+
}
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2071
|
+
font-size: 20px;
|
|
2072
|
+
margin-top: 60%;
|
|
2073
|
+
color: #fff;
|
|
2074
|
+
}
|
|
2075
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2076
|
+
width: 100%;
|
|
2077
|
+
text-align: -webkit-center;
|
|
2078
|
+
margin-top: 20%;
|
|
2079
|
+
font-size: 20px;
|
|
2080
|
+
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);
|
|
2081
|
+
}
|
|
2082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2083
|
+
height: 82%;
|
|
2084
|
+
}
|
|
2085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2086
|
+
height: 80%;
|
|
2087
|
+
}
|
|
2088
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2089
|
+
border-spacing: unset;
|
|
2090
|
+
}
|
|
2091
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2092
|
+
height: 20%;
|
|
2093
|
+
}
|
|
2094
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2095
|
+
width: 100%;
|
|
2096
|
+
}
|
|
2097
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2098
|
+
display: -ms-flexbox;
|
|
2099
|
+
display: flex;
|
|
2100
|
+
}
|
|
2101
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2102
|
+
border-radius: 0 40% 40% 0;
|
|
2103
|
+
}
|
|
2104
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2105
|
+
border-radius: 0 40% 40% 0;
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
.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 {
|
|
2109
|
+
width: calc(100% - 80px);
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.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 {
|
|
2113
|
+
width: calc(100% - 110px);
|
|
2114
|
+
}
|
|
2115
|
+
|
|
1938
2116
|
/*! daterangepicker theme */
|
|
1939
2117
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1940
2118
|
color: #fff;
|
|
@@ -2197,8 +2375,6 @@ ejs-calendar {
|
|
|
2197
2375
|
color: rgba(255, 255, 255, 0.65);
|
|
2198
2376
|
}
|
|
2199
2377
|
|
|
2200
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2201
|
-
/* stylelint-disable-line no-empty-source */
|
|
2202
2378
|
/*! component icons */
|
|
2203
2379
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2204
2380
|
content: "\e705";
|
|
@@ -2212,7 +2388,6 @@ ejs-calendar {
|
|
|
2212
2388
|
}
|
|
2213
2389
|
|
|
2214
2390
|
.e-datetime-wrapper {
|
|
2215
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2216
2391
|
-webkit-tap-highlight-color: transparent;
|
|
2217
2392
|
}
|
|
2218
2393
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|