@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/fabric-dark.css
CHANGED
|
@@ -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;
|
|
@@ -817,7 +816,6 @@ ejs-calendar {
|
|
|
817
816
|
transform: scale(1);
|
|
818
817
|
}
|
|
819
818
|
}
|
|
820
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
821
819
|
/*! component icons */
|
|
822
820
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
823
821
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -832,7 +830,6 @@ ejs-calendar {
|
|
|
832
830
|
|
|
833
831
|
.e-time-wrapper,
|
|
834
832
|
*.e-control-wrapper.e-time-wrapper {
|
|
835
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
836
833
|
-webkit-tap-highlight-color: transparent;
|
|
837
834
|
}
|
|
838
835
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -948,7 +945,6 @@ ejs-calendar {
|
|
|
948
945
|
min-height: 40px;
|
|
949
946
|
}
|
|
950
947
|
|
|
951
|
-
/* stylelint-disable */
|
|
952
948
|
.e-time-overflow {
|
|
953
949
|
overflow: hidden;
|
|
954
950
|
}
|
|
@@ -976,7 +972,6 @@ ejs-calendar {
|
|
|
976
972
|
top: 0 !important;
|
|
977
973
|
}
|
|
978
974
|
|
|
979
|
-
/* stylelint-enable */
|
|
980
975
|
/*! timepicker theme */
|
|
981
976
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
982
977
|
color: #dadada;
|
|
@@ -1026,7 +1021,6 @@ ejs-calendar {
|
|
|
1026
1021
|
color: #dadada;
|
|
1027
1022
|
}
|
|
1028
1023
|
|
|
1029
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1030
1024
|
/*! component icons */
|
|
1031
1025
|
.e-input-group-icon.e-date-icon,
|
|
1032
1026
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1121,7 +1115,6 @@ ejs-calendar {
|
|
|
1121
1115
|
margin: 0;
|
|
1122
1116
|
}
|
|
1123
1117
|
|
|
1124
|
-
/* stylelint-disable */
|
|
1125
1118
|
.e-date-overflow {
|
|
1126
1119
|
overflow: hidden !important;
|
|
1127
1120
|
}
|
|
@@ -1148,6 +1141,10 @@ ejs-calendar {
|
|
|
1148
1141
|
top: 0 !important;
|
|
1149
1142
|
left: 0 !important;
|
|
1150
1143
|
}
|
|
1144
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1145
|
+
min-width: 100%;
|
|
1146
|
+
min-height: 100%;
|
|
1147
|
+
}
|
|
1151
1148
|
|
|
1152
1149
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1153
1150
|
background-size: 250px 33px;
|
|
@@ -1160,7 +1157,40 @@ ejs-calendar {
|
|
|
1160
1157
|
min-height: 40px;
|
|
1161
1158
|
}
|
|
1162
1159
|
|
|
1163
|
-
|
|
1160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1161
|
+
height: 15%;
|
|
1162
|
+
}
|
|
1163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1164
|
+
float: right;
|
|
1165
|
+
margin-right: 10px;
|
|
1166
|
+
padding: 5px;
|
|
1167
|
+
}
|
|
1168
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1169
|
+
content: "\e932";
|
|
1170
|
+
font-family: "e-icons";
|
|
1171
|
+
color: rgb(255, 255, 255);
|
|
1172
|
+
}
|
|
1173
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1174
|
+
min-width: 100%;
|
|
1175
|
+
min-height: 100%;
|
|
1176
|
+
height: 100%;
|
|
1177
|
+
}
|
|
1178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1179
|
+
height: 10%;
|
|
1180
|
+
}
|
|
1181
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1182
|
+
height: 85%;
|
|
1183
|
+
}
|
|
1184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1185
|
+
height: 10%;
|
|
1186
|
+
}
|
|
1187
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1188
|
+
height: 80%;
|
|
1189
|
+
}
|
|
1190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1191
|
+
height: 100%;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1164
1194
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1165
1195
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1166
1196
|
display: inline-block;
|
|
@@ -1168,6 +1198,47 @@ ejs-calendar {
|
|
|
1168
1198
|
overflow: auto;
|
|
1169
1199
|
}
|
|
1170
1200
|
}
|
|
1201
|
+
@media screen and (orientation: landscape) {
|
|
1202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1203
|
+
float: left;
|
|
1204
|
+
height: 100%;
|
|
1205
|
+
width: 30%;
|
|
1206
|
+
}
|
|
1207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1208
|
+
float: left;
|
|
1209
|
+
padding: 5px;
|
|
1210
|
+
}
|
|
1211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1212
|
+
font-size: 35px;
|
|
1213
|
+
margin-top: 35%;
|
|
1214
|
+
}
|
|
1215
|
+
.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 {
|
|
1216
|
+
display: block;
|
|
1217
|
+
font-size: 40px;
|
|
1218
|
+
margin-top: 10%;
|
|
1219
|
+
}
|
|
1220
|
+
.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 {
|
|
1221
|
+
height: 10%;
|
|
1222
|
+
}
|
|
1223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1224
|
+
height: 75%;
|
|
1225
|
+
}
|
|
1226
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1227
|
+
display: -ms-flexbox;
|
|
1228
|
+
display: flex;
|
|
1229
|
+
}
|
|
1230
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1231
|
+
float: right;
|
|
1232
|
+
height: 90%;
|
|
1233
|
+
width: 70%;
|
|
1234
|
+
}
|
|
1235
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1236
|
+
display: table-row-group;
|
|
1237
|
+
}
|
|
1238
|
+
.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 {
|
|
1239
|
+
height: 100%;
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1171
1242
|
.e-datepicker.e-popup-wrapper,
|
|
1172
1243
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1173
1244
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1193,7 +1264,6 @@ ejs-calendar {
|
|
|
1193
1264
|
border: 1px solid #0074cc;
|
|
1194
1265
|
}
|
|
1195
1266
|
|
|
1196
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1197
1267
|
/*! component icons */
|
|
1198
1268
|
.e-input-group-icon.e-range-icon,
|
|
1199
1269
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1793,7 +1863,6 @@ ejs-calendar {
|
|
|
1793
1863
|
line-height: 26px;
|
|
1794
1864
|
}
|
|
1795
1865
|
|
|
1796
|
-
/* stylelint-disable */
|
|
1797
1866
|
.e-range-overflow {
|
|
1798
1867
|
overflow: hidden;
|
|
1799
1868
|
}
|
|
@@ -1820,6 +1889,12 @@ ejs-calendar {
|
|
|
1820
1889
|
top: 0 !important;
|
|
1821
1890
|
left: 0 !important;
|
|
1822
1891
|
}
|
|
1892
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1893
|
+
min-height: 100%;
|
|
1894
|
+
min-width: 100%;
|
|
1895
|
+
height: 100%;
|
|
1896
|
+
width: 100%;
|
|
1897
|
+
}
|
|
1823
1898
|
|
|
1824
1899
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1825
1900
|
background-size: 250px 33px;
|
|
@@ -1832,7 +1907,111 @@ ejs-calendar {
|
|
|
1832
1907
|
min-height: 40px;
|
|
1833
1908
|
}
|
|
1834
1909
|
|
|
1835
|
-
|
|
1910
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1911
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1912
|
+
min-height: 100%;
|
|
1913
|
+
min-width: 100%;
|
|
1914
|
+
height: 100%;
|
|
1915
|
+
width: 100%;
|
|
1916
|
+
}
|
|
1917
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
}
|
|
1920
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1921
|
+
height: 78%;
|
|
1922
|
+
}
|
|
1923
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1924
|
+
height: 90%;
|
|
1925
|
+
}
|
|
1926
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1927
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1928
|
+
height: 10%;
|
|
1929
|
+
}
|
|
1930
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1931
|
+
margin: 0;
|
|
1932
|
+
}
|
|
1933
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1934
|
+
height: 90%;
|
|
1935
|
+
}
|
|
1936
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1937
|
+
height: 100%;
|
|
1938
|
+
border-spacing: 0px 30px;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
@media screen and (orientation: landscape) {
|
|
1942
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1943
|
+
float: left;
|
|
1944
|
+
height: 100%;
|
|
1945
|
+
border-right: 1.5px;
|
|
1946
|
+
border-color: black;
|
|
1947
|
+
width: 40%;
|
|
1948
|
+
margin: 0;
|
|
1949
|
+
display: block;
|
|
1950
|
+
background-color: #3f51b5;
|
|
1951
|
+
}
|
|
1952
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1953
|
+
height: 100%;
|
|
1954
|
+
width: 100%;
|
|
1955
|
+
}
|
|
1956
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1957
|
+
display: block;
|
|
1958
|
+
width: 100%;
|
|
1959
|
+
text-align: -webkit-center;
|
|
1960
|
+
}
|
|
1961
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1962
|
+
display: block;
|
|
1963
|
+
width: 100%;
|
|
1964
|
+
text-align: -webkit-center;
|
|
1965
|
+
margin-top: 20%;
|
|
1966
|
+
font-size: 20px;
|
|
1967
|
+
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);
|
|
1968
|
+
}
|
|
1969
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1970
|
+
font-size: 20px;
|
|
1971
|
+
margin-top: 60%;
|
|
1972
|
+
color: #fff;
|
|
1973
|
+
}
|
|
1974
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1975
|
+
width: 100%;
|
|
1976
|
+
text-align: -webkit-center;
|
|
1977
|
+
margin-top: 20%;
|
|
1978
|
+
font-size: 20px;
|
|
1979
|
+
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);
|
|
1980
|
+
}
|
|
1981
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1982
|
+
height: 82%;
|
|
1983
|
+
}
|
|
1984
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1985
|
+
height: 80%;
|
|
1986
|
+
}
|
|
1987
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1988
|
+
border-spacing: unset;
|
|
1989
|
+
}
|
|
1990
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
1991
|
+
height: 20%;
|
|
1992
|
+
}
|
|
1993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1994
|
+
width: 100%;
|
|
1995
|
+
}
|
|
1996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1997
|
+
display: -ms-flexbox;
|
|
1998
|
+
display: flex;
|
|
1999
|
+
}
|
|
2000
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2001
|
+
border-radius: 0 40% 40% 0;
|
|
2002
|
+
}
|
|
2003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2004
|
+
border-radius: 0 40% 40% 0;
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
.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 {
|
|
2008
|
+
width: calc(100% - 80px);
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.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 {
|
|
2012
|
+
width: calc(100% - 110px);
|
|
2013
|
+
}
|
|
2014
|
+
|
|
1836
2015
|
/*! daterangepicker theme */
|
|
1837
2016
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1838
2017
|
color: #fff;
|
|
@@ -2031,7 +2210,6 @@ ejs-calendar {
|
|
|
2031
2210
|
color: #fff;
|
|
2032
2211
|
}
|
|
2033
2212
|
|
|
2034
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2035
2213
|
/*! component icons */
|
|
2036
2214
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2037
2215
|
content: "\e97f";
|
|
@@ -2045,7 +2223,6 @@ ejs-calendar {
|
|
|
2045
2223
|
}
|
|
2046
2224
|
|
|
2047
2225
|
.e-datetime-wrapper {
|
|
2048
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2049
2226
|
-webkit-tap-highlight-color: transparent;
|
|
2050
2227
|
}
|
|
2051
2228
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/fabric.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: #333;
|
|
@@ -1031,7 +1026,6 @@ ejs-calendar {
|
|
|
1031
1026
|
color: #333;
|
|
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,
|
|
@@ -1199,7 +1270,6 @@ ejs-calendar {
|
|
|
1199
1270
|
border: 1px solid #0078d6;
|
|
1200
1271
|
}
|
|
1201
1272
|
|
|
1202
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1203
1273
|
/*! calendar fabric theme variables */
|
|
1204
1274
|
/*! component icons */
|
|
1205
1275
|
.e-input-group-icon.e-range-icon,
|
|
@@ -1800,7 +1870,6 @@ ejs-calendar {
|
|
|
1800
1870
|
line-height: 26px;
|
|
1801
1871
|
}
|
|
1802
1872
|
|
|
1803
|
-
/* stylelint-disable */
|
|
1804
1873
|
.e-range-overflow {
|
|
1805
1874
|
overflow: hidden;
|
|
1806
1875
|
}
|
|
@@ -1827,6 +1896,12 @@ ejs-calendar {
|
|
|
1827
1896
|
top: 0 !important;
|
|
1828
1897
|
left: 0 !important;
|
|
1829
1898
|
}
|
|
1899
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1900
|
+
min-height: 100%;
|
|
1901
|
+
min-width: 100%;
|
|
1902
|
+
height: 100%;
|
|
1903
|
+
width: 100%;
|
|
1904
|
+
}
|
|
1830
1905
|
|
|
1831
1906
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1832
1907
|
background-size: 250px 33px;
|
|
@@ -1839,7 +1914,111 @@ ejs-calendar {
|
|
|
1839
1914
|
min-height: 40px;
|
|
1840
1915
|
}
|
|
1841
1916
|
|
|
1842
|
-
|
|
1917
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1918
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1919
|
+
min-height: 100%;
|
|
1920
|
+
min-width: 100%;
|
|
1921
|
+
height: 100%;
|
|
1922
|
+
width: 100%;
|
|
1923
|
+
}
|
|
1924
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1925
|
+
height: 100%;
|
|
1926
|
+
}
|
|
1927
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1928
|
+
height: 78%;
|
|
1929
|
+
}
|
|
1930
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1931
|
+
height: 90%;
|
|
1932
|
+
}
|
|
1933
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1934
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1935
|
+
height: 10%;
|
|
1936
|
+
}
|
|
1937
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1938
|
+
margin: 0;
|
|
1939
|
+
}
|
|
1940
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1941
|
+
height: 90%;
|
|
1942
|
+
}
|
|
1943
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1944
|
+
height: 100%;
|
|
1945
|
+
border-spacing: 0px 30px;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
@media screen and (orientation: landscape) {
|
|
1949
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1950
|
+
float: left;
|
|
1951
|
+
height: 100%;
|
|
1952
|
+
border-right: 1.5px;
|
|
1953
|
+
border-color: black;
|
|
1954
|
+
width: 40%;
|
|
1955
|
+
margin: 0;
|
|
1956
|
+
display: block;
|
|
1957
|
+
background-color: #3f51b5;
|
|
1958
|
+
}
|
|
1959
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1960
|
+
height: 100%;
|
|
1961
|
+
width: 100%;
|
|
1962
|
+
}
|
|
1963
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1964
|
+
display: block;
|
|
1965
|
+
width: 100%;
|
|
1966
|
+
text-align: -webkit-center;
|
|
1967
|
+
}
|
|
1968
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1969
|
+
display: block;
|
|
1970
|
+
width: 100%;
|
|
1971
|
+
text-align: -webkit-center;
|
|
1972
|
+
margin-top: 20%;
|
|
1973
|
+
font-size: 20px;
|
|
1974
|
+
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);
|
|
1975
|
+
}
|
|
1976
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1977
|
+
font-size: 20px;
|
|
1978
|
+
margin-top: 60%;
|
|
1979
|
+
color: #fff;
|
|
1980
|
+
}
|
|
1981
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1982
|
+
width: 100%;
|
|
1983
|
+
text-align: -webkit-center;
|
|
1984
|
+
margin-top: 20%;
|
|
1985
|
+
font-size: 20px;
|
|
1986
|
+
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);
|
|
1987
|
+
}
|
|
1988
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1989
|
+
height: 82%;
|
|
1990
|
+
}
|
|
1991
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1992
|
+
height: 80%;
|
|
1993
|
+
}
|
|
1994
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1995
|
+
border-spacing: unset;
|
|
1996
|
+
}
|
|
1997
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
1998
|
+
height: 20%;
|
|
1999
|
+
}
|
|
2000
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2001
|
+
width: 100%;
|
|
2002
|
+
}
|
|
2003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2004
|
+
display: -ms-flexbox;
|
|
2005
|
+
display: flex;
|
|
2006
|
+
}
|
|
2007
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2008
|
+
border-radius: 0 40% 40% 0;
|
|
2009
|
+
}
|
|
2010
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2011
|
+
border-radius: 0 40% 40% 0;
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
.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 {
|
|
2015
|
+
width: calc(100% - 80px);
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.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 {
|
|
2019
|
+
width: calc(100% - 110px);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
1843
2022
|
/*! daterangepicker theme */
|
|
1844
2023
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1845
2024
|
color: #333;
|
|
@@ -2038,7 +2217,6 @@ ejs-calendar {
|
|
|
2038
2217
|
color: #fff;
|
|
2039
2218
|
}
|
|
2040
2219
|
|
|
2041
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2042
2220
|
/*! component icons */
|
|
2043
2221
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2044
2222
|
content: "\e97f";
|
|
@@ -2052,7 +2230,6 @@ ejs-calendar {
|
|
|
2052
2230
|
}
|
|
2053
2231
|
|
|
2054
2232
|
.e-datetime-wrapper {
|
|
2055
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2056
2233
|
-webkit-tap-highlight-color: transparent;
|
|
2057
2234
|
}
|
|
2058
2235
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|