@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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
3
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
2
|
+
/*! calendar tailwind theme variables */
|
|
4
3
|
/*! component icons */
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
6
5
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
margin: 0;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable */
|
|
108
106
|
.e-date-overflow {
|
|
109
107
|
overflow: hidden !important;
|
|
110
108
|
}
|
|
@@ -131,6 +129,10 @@
|
|
|
131
129
|
top: 0 !important;
|
|
132
130
|
left: 0 !important;
|
|
133
131
|
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
133
|
+
min-width: 100%;
|
|
134
|
+
min-height: 100%;
|
|
135
|
+
}
|
|
134
136
|
|
|
135
137
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
136
138
|
background-size: 250px 33px;
|
|
@@ -143,7 +145,40 @@
|
|
|
143
145
|
min-height: 40px;
|
|
144
146
|
}
|
|
145
147
|
|
|
146
|
-
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
149
|
+
height: 15%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
152
|
+
float: right;
|
|
153
|
+
margin-right: 10px;
|
|
154
|
+
padding: 5px;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
157
|
+
content: "\e932";
|
|
158
|
+
font-family: "e-icons";
|
|
159
|
+
color: rgb(255, 255, 255);
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
162
|
+
min-width: 100%;
|
|
163
|
+
min-height: 100%;
|
|
164
|
+
height: 100%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
170
|
+
height: 85%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
173
|
+
height: 10%;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
176
|
+
height: 80%;
|
|
177
|
+
}
|
|
178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
|
|
147
182
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
148
183
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
149
184
|
display: inline-block;
|
|
@@ -151,6 +186,47 @@
|
|
|
151
186
|
overflow: auto;
|
|
152
187
|
}
|
|
153
188
|
}
|
|
189
|
+
@media screen and (orientation: landscape) {
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
191
|
+
float: left;
|
|
192
|
+
height: 100%;
|
|
193
|
+
width: 30%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
196
|
+
float: left;
|
|
197
|
+
padding: 5px;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
200
|
+
font-size: 35px;
|
|
201
|
+
margin-top: 35%;
|
|
202
|
+
}
|
|
203
|
+
.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 {
|
|
204
|
+
display: block;
|
|
205
|
+
font-size: 40px;
|
|
206
|
+
margin-top: 10%;
|
|
207
|
+
}
|
|
208
|
+
.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 {
|
|
209
|
+
height: 10%;
|
|
210
|
+
}
|
|
211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
212
|
+
height: 75%;
|
|
213
|
+
}
|
|
214
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
215
|
+
display: -ms-flexbox;
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
219
|
+
float: right;
|
|
220
|
+
height: 90%;
|
|
221
|
+
width: 70%;
|
|
222
|
+
}
|
|
223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
224
|
+
display: table-row-group;
|
|
225
|
+
}
|
|
226
|
+
.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 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
154
230
|
.e-datepicker.e-popup-wrapper,
|
|
155
231
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
156
232
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
3
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
2
|
+
/*! calendar tailwind theme variables */
|
|
4
3
|
/*! component icons */
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
6
5
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
margin: 0;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable */
|
|
108
106
|
.e-date-overflow {
|
|
109
107
|
overflow: hidden !important;
|
|
110
108
|
}
|
|
@@ -131,6 +129,10 @@
|
|
|
131
129
|
top: 0 !important;
|
|
132
130
|
left: 0 !important;
|
|
133
131
|
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
133
|
+
min-width: 100%;
|
|
134
|
+
min-height: 100%;
|
|
135
|
+
}
|
|
134
136
|
|
|
135
137
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
136
138
|
background-size: 250px 33px;
|
|
@@ -143,7 +145,40 @@
|
|
|
143
145
|
min-height: 40px;
|
|
144
146
|
}
|
|
145
147
|
|
|
146
|
-
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
149
|
+
height: 15%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
152
|
+
float: right;
|
|
153
|
+
margin-right: 10px;
|
|
154
|
+
padding: 5px;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
157
|
+
content: "\e932";
|
|
158
|
+
font-family: "e-icons";
|
|
159
|
+
color: rgb(255, 255, 255);
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
162
|
+
min-width: 100%;
|
|
163
|
+
min-height: 100%;
|
|
164
|
+
height: 100%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
170
|
+
height: 85%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
173
|
+
height: 10%;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
176
|
+
height: 80%;
|
|
177
|
+
}
|
|
178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
|
|
147
182
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
148
183
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
149
184
|
display: inline-block;
|
|
@@ -151,6 +186,47 @@
|
|
|
151
186
|
overflow: auto;
|
|
152
187
|
}
|
|
153
188
|
}
|
|
189
|
+
@media screen and (orientation: landscape) {
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
191
|
+
float: left;
|
|
192
|
+
height: 100%;
|
|
193
|
+
width: 30%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
196
|
+
float: left;
|
|
197
|
+
padding: 5px;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
200
|
+
font-size: 35px;
|
|
201
|
+
margin-top: 35%;
|
|
202
|
+
}
|
|
203
|
+
.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 {
|
|
204
|
+
display: block;
|
|
205
|
+
font-size: 40px;
|
|
206
|
+
margin-top: 10%;
|
|
207
|
+
}
|
|
208
|
+
.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 {
|
|
209
|
+
height: 10%;
|
|
210
|
+
}
|
|
211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
212
|
+
height: 75%;
|
|
213
|
+
}
|
|
214
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
215
|
+
display: -ms-flexbox;
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
219
|
+
float: right;
|
|
220
|
+
height: 90%;
|
|
221
|
+
width: 70%;
|
|
222
|
+
}
|
|
223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
224
|
+
display: table-row-group;
|
|
225
|
+
}
|
|
226
|
+
.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 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
154
230
|
.e-datepicker.e-popup-wrapper,
|
|
155
231
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
156
232
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -135,7 +135,6 @@ $range-icon-bottom-right-radius: 3px !default;
|
|
|
135
135
|
$range-icon-top-right-radius: 3px !default;
|
|
136
136
|
$range-icon-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
-
|
|
139
138
|
// fabric theme variable
|
|
140
139
|
$range-icon-font-size: 16px !default;
|
|
141
140
|
$range-icon: '\e243' !default;
|
|
@@ -171,7 +170,6 @@ $range-calendar-today-start-color: 1px solid $brand-primary !default;
|
|
|
171
170
|
$range-calendar-other-normal-border: none !default;
|
|
172
171
|
$range-calendar-bigger-max: 292px !default;
|
|
173
172
|
$range-active-font-color: $brand-primary-font !default;
|
|
174
|
-
|
|
175
173
|
// Mouse small size
|
|
176
174
|
$range-small-header-label-size: 16px !default;
|
|
177
175
|
$range-small-font-size: 12px !default;
|
|
@@ -184,9 +182,7 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
184
182
|
$range-preset-small-list-height: 26px !default;
|
|
185
183
|
$range-presets-small-list-font-size: 12px !default;
|
|
186
184
|
$calendar-bigger-small-max-width: 262px !default;
|
|
187
|
-
|
|
188
185
|
// mouse small icon
|
|
189
186
|
$range-small-icon-font-size: 14px !default;
|
|
190
|
-
|
|
191
187
|
// touch small icon
|
|
192
188
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
@@ -4,7 +4,7 @@ $range-primary-font-color: $brand-primary-font !default;
|
|
|
4
4
|
$range-presets-bg: $content-bg-color !default;
|
|
5
5
|
$range-preset-normal-font-color: $grey-light-font !default;
|
|
6
6
|
$range-font-color: none !default;
|
|
7
|
-
$range-active-icon-color: $grey-light-font !default
|
|
7
|
+
$range-active-icon-color: $grey-light-font !default;;
|
|
8
8
|
$range-active-state-icon-color: $grey-light-font !default;
|
|
9
9
|
$range-hover-color: $grey-f5 !default;
|
|
10
10
|
$range-hover-content-color: darken($range-hover-color, 15%) !default;
|
|
@@ -135,7 +135,6 @@ $range-icon-top-right-radius: 3px !default;
|
|
|
135
135
|
$range-icon-margin: 0 !default;
|
|
136
136
|
$range-icon-bigger-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
-
|
|
139
138
|
// fabric theme variable
|
|
140
139
|
$range-icon-font-size: 16px !default;
|
|
141
140
|
$range-icon: '\e243' !default;
|
|
@@ -171,7 +170,6 @@ $range-calendar-today-start-color: 1px solid $brand-primary !default;
|
|
|
171
170
|
$range-calendar-other-normal-border: none !default;
|
|
172
171
|
$range-calendar-bigger-max: 292px !default;
|
|
173
172
|
$range-active-font-color: $brand-primary-font !default;
|
|
174
|
-
|
|
175
173
|
// Mouse small size
|
|
176
174
|
$range-small-header-label-size: 16px !default;
|
|
177
175
|
$range-small-font-size: 12px !default;
|
|
@@ -184,9 +182,7 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
184
182
|
$range-preset-small-list-height: 26px !default;
|
|
185
183
|
$range-presets-small-list-font-size: 12px !default;
|
|
186
184
|
$calendar-bigger-small-max-width: 262px !default;
|
|
187
|
-
|
|
188
185
|
// mouse small icon
|
|
189
186
|
$range-small-icon-font-size: 14px !default;
|
|
190
|
-
|
|
191
187
|
// touch small icon
|
|
192
188
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
@@ -145,7 +145,6 @@ $range-bigger-icon-container-min-width: 33px !default;
|
|
|
145
145
|
$range-icon-margin: 0 !default;
|
|
146
146
|
$range-icon-bigger-margin: 0 !default;
|
|
147
147
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
148
|
-
|
|
149
148
|
// fabric theme variable
|
|
150
149
|
$range-icon-font-size: 14px !default;
|
|
151
150
|
$range-icon: '\e243' !default;
|
|
@@ -181,7 +180,6 @@ $range-calendar-today-start-color: 1px solid $primary !default;
|
|
|
181
180
|
$range-calendar-other-normal-border: none !default;
|
|
182
181
|
$range-calendar-bigger-max: 292px !default;
|
|
183
182
|
$range-active-font-color: $primary-font !default;
|
|
184
|
-
|
|
185
183
|
// Mouse small size
|
|
186
184
|
$range-small-header-label-size: 16px !default;
|
|
187
185
|
$range-small-font-size: 12px !default;
|
|
@@ -194,9 +192,7 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
194
192
|
$range-preset-small-list-height: 26px !default;
|
|
195
193
|
$range-presets-small-list-font-size: 12px !default;
|
|
196
194
|
$calendar-bigger-small-max-width: 262px !default;
|
|
197
|
-
|
|
198
195
|
// mouse small icon
|
|
199
196
|
$range-small-icon-font-size: 12px !default;
|
|
200
|
-
|
|
201
197
|
// touch small icon
|
|
202
198
|
$range-bigger-small-icon-font-size: 15px !default;
|
|
@@ -101,7 +101,6 @@ $range-icon-normal-padding: 0 !default;
|
|
|
101
101
|
$range-preset-normal-list-height: 36px !default;
|
|
102
102
|
$range-preset-bigger-list-height: 48px !default;
|
|
103
103
|
$range-calendar-bigger-max: 296px !default;
|
|
104
|
-
|
|
105
104
|
// new variable
|
|
106
105
|
$range-icon: '\e245' !default;
|
|
107
106
|
$range-icon-font-size: 16px !default;
|
|
@@ -112,7 +111,6 @@ $range-change-icon: '\e85f' !default;
|
|
|
112
111
|
$range-rtl-icon-next: '\e921' !default;
|
|
113
112
|
$range-rtl-icon-prev: '\e913' !default;
|
|
114
113
|
$range-rtl-icon-change: '\e85b' !default;
|
|
115
|
-
|
|
116
114
|
// Mouse small size
|
|
117
115
|
$range-small-header-label-size: 16px !default;
|
|
118
116
|
$range-small-font-size: 12px !default;
|
|
@@ -154,13 +152,10 @@ $range-text-nowrap: nowrap !default;
|
|
|
154
152
|
$range-direction-left: ltr !default;
|
|
155
153
|
$range-text-overflow: ellipsis !default;
|
|
156
154
|
$range-calendar-other-normal-border: none !default;
|
|
157
|
-
|
|
158
155
|
// mouse small icon
|
|
159
156
|
$range-small-icon-font-size: 14px !default;
|
|
160
|
-
|
|
161
157
|
// touch small icon
|
|
162
158
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
163
|
-
|
|
164
159
|
// color variables
|
|
165
160
|
$range-bg-color: $flyout-bg-color !default;
|
|
166
161
|
$range-primary-color: $primary !default;
|
|
@@ -201,7 +196,6 @@ $range-today-border-color: $range-calendar-active-border !default;
|
|
|
201
196
|
$range-calendar-today-color: $content-text-color !default;
|
|
202
197
|
$range-calendar-today-start-color: $range-calendar-active-border !default;
|
|
203
198
|
$range-active-font-color: $primary-text-color !default;
|
|
204
|
-
|
|
205
199
|
// apply and cancel button styles
|
|
206
200
|
$range-apply-disabled-background-style: $primary-bg-color-disabled !default;
|
|
207
201
|
$range-apply-disabled-border-style: $primary-border-color-disabled !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$range-bg-color: $neutral-lighter-alt !default;
|
|
3
3
|
$range-primary-color: $theme-primary !default;
|
|
4
4
|
$range-primary-font-color: $theme-primary-font !default;
|
|
@@ -34,7 +34,7 @@ $range-calendar-header-text-color: $neutral-light-font !default;
|
|
|
34
34
|
$range-calendar-header-dark-color: $neutral-light-font !default;
|
|
35
35
|
$range-calendar-medium-color: $neutral-secondary-alt !default;
|
|
36
36
|
$range-calendar-light-color: $neutral-light-font !default;
|
|
37
|
-
$range-calendar-medium-font-size:
|
|
37
|
+
$range-calendar-medium-font-size: 17x !default;
|
|
38
38
|
$range-calendar-btn-font-size: 16px !default;
|
|
39
39
|
$range-presets-normal-list-font-size: 14px !default;
|
|
40
40
|
$range-presets-bigger-list-font-size: 15px !default;
|
|
@@ -135,7 +135,6 @@ $range-icon-bottom-right-radius: 0 !default;
|
|
|
135
135
|
$range-icon-top-right-radius: 0 !default;
|
|
136
136
|
$range-icon-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
-
|
|
139
138
|
// fabric theme variable
|
|
140
139
|
$range-icon-font-size: 16px !default;
|
|
141
140
|
$range-icon: '\e244' !default;
|
|
@@ -172,7 +171,6 @@ $range-calendar-today-start-color: none !default;
|
|
|
172
171
|
$range-calendar-other-normal-border: none !default;
|
|
173
172
|
$range-calendar-bigger-max: 292px !default;
|
|
174
173
|
$range-active-font-color: $theme-light-font !default;
|
|
175
|
-
|
|
176
174
|
// Mouse small size
|
|
177
175
|
$range-small-header-label-size: 16px !default;
|
|
178
176
|
$range-small-font-size: 12px !default;
|
|
@@ -185,11 +183,8 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
185
183
|
$range-preset-small-list-height: 26px !default;
|
|
186
184
|
$range-presets-small-list-font-size: 12px !default;
|
|
187
185
|
$calendar-bigger-small-max-width: 232px !default;
|
|
188
|
-
|
|
189
186
|
// mouse small icon
|
|
190
187
|
$range-small-icon-font-size: 14px !default;
|
|
191
|
-
|
|
192
188
|
// touch small icon
|
|
193
189
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
194
|
-
|
|
195
190
|
//enddefault
|
|
@@ -33,7 +33,7 @@ $range-calendar-header-text-color: $theme-light-font !default;
|
|
|
33
33
|
$range-calendar-header-dark-color: $neutral-light-font !default;
|
|
34
34
|
$range-calendar-medium-color: $neutral-secondary-alt !default;
|
|
35
35
|
$range-calendar-light-color: $theme-light-font !default;
|
|
36
|
-
$range-calendar-medium-font-size:
|
|
36
|
+
$range-calendar-medium-font-size: 17x !default;
|
|
37
37
|
$range-calendar-btn-font-size: 16px !default;
|
|
38
38
|
$range-presets-normal-list-font-size: 14px !default;
|
|
39
39
|
$range-presets-bigger-list-font-size: 15px !default;
|
|
@@ -134,7 +134,6 @@ $range-icon-top-right-radius: 0 !default;
|
|
|
134
134
|
$range-icon-margin: 0 !default;
|
|
135
135
|
$range-icon-bigger-margin: 0 !default;
|
|
136
136
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
137
|
-
|
|
138
137
|
// fabric theme variable
|
|
139
138
|
$range-icon-font-size: 16px !default;
|
|
140
139
|
$range-icon: '\e244' !default;
|
|
@@ -171,7 +170,6 @@ $range-calendar-today-start-color: none !default;
|
|
|
171
170
|
$range-calendar-other-normal-border: none !default;
|
|
172
171
|
$range-calendar-bigger-max: 292px !default;
|
|
173
172
|
$range-active-font-color: $header-font-color !default;
|
|
174
|
-
|
|
175
173
|
// Mouse small size
|
|
176
174
|
$range-small-header-label-size: 16px !default;
|
|
177
175
|
$range-small-font-size: 12px !default;
|
|
@@ -184,9 +182,7 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
184
182
|
$range-preset-small-list-height: 26px !default;
|
|
185
183
|
$range-presets-small-list-font-size: 12px !default;
|
|
186
184
|
$calendar-bigger-small-max-width: 232px !default;
|
|
187
|
-
|
|
188
185
|
// mouse small icon
|
|
189
186
|
$range-small-icon-font-size: 14px !default;
|
|
190
|
-
|
|
191
187
|
// touch small icon
|
|
192
188
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
@@ -104,7 +104,6 @@ $range-icon-normal-padding: 0 !default;
|
|
|
104
104
|
$range-preset-normal-list-height: 36px !default;
|
|
105
105
|
$range-preset-bigger-list-height: 48px !default;
|
|
106
106
|
$range-calendar-bigger-max: 296px !default;
|
|
107
|
-
|
|
108
107
|
// new variable
|
|
109
108
|
$range-icon: '\e245' !default;
|
|
110
109
|
$range-icon-font-size: 16px !default;
|
|
@@ -115,7 +114,6 @@ $range-change-icon: '\e85f' !default;
|
|
|
115
114
|
$range-rtl-icon-next: '\e921' !default;
|
|
116
115
|
$range-rtl-icon-prev: '\e913' !default;
|
|
117
116
|
$range-rtl-icon-change: '\e85b' !default;
|
|
118
|
-
|
|
119
117
|
// Mouse small size
|
|
120
118
|
$range-small-header-label-size: 16px !default;
|
|
121
119
|
$range-small-font-size: 12px !default;
|
|
@@ -157,13 +155,10 @@ $range-text-nowrap: nowrap !default;
|
|
|
157
155
|
$range-direction-left: ltr !default;
|
|
158
156
|
$range-text-overflow: ellipsis !default;
|
|
159
157
|
$range-calendar-other-normal-border: none !default;
|
|
160
|
-
|
|
161
158
|
// mouse small icon
|
|
162
159
|
$range-small-icon-font-size: 14px !default;
|
|
163
|
-
|
|
164
160
|
// touch small icon
|
|
165
161
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
166
|
-
|
|
167
162
|
// color variables
|
|
168
163
|
$range-bg-color: $flyout-bg-color !default;
|
|
169
164
|
$range-primary-color: $primary !default;
|
|
@@ -205,7 +200,6 @@ $range-calendar-today-color: $content-text-color !default;
|
|
|
205
200
|
$range-calendar-today-start-color: $range-calendar-active-border !default;
|
|
206
201
|
$range-active-font-color: $primary-text-color !default;
|
|
207
202
|
$range-today-hover-box-shadow: inset 0 0 0 1px $primary !default;
|
|
208
|
-
|
|
209
203
|
// apply and cancel button styles
|
|
210
204
|
$range-apply-disabled-background-style: $primary-bg-color-disabled !default;
|
|
211
205
|
$range-apply-disabled-border-style: $primary-border-color-disabled !default;
|
|
@@ -232,3 +226,4 @@ $cancel-buuton-active-bg: $secondary-border-color-pressed !default;
|
|
|
232
226
|
$cancel-buuton-bg-border-active-color: $secondary-border-color-pressed !default;
|
|
233
227
|
$cancel-buuton-text-active-color: $secondary-text-color-pressed !default;
|
|
234
228
|
$selected-range-box-shadow: inset 1px 0 $border, inset 0 1px $border, inset -1px 0 $border, inset 0 -1px $border !default;
|
|
229
|
+
|
|
@@ -101,7 +101,6 @@ $range-icon-normal-padding: 0 !default;
|
|
|
101
101
|
$range-preset-normal-list-height: 36px !default;
|
|
102
102
|
$range-preset-bigger-list-height: 48px !default;
|
|
103
103
|
$range-calendar-bigger-max: 296px !default;
|
|
104
|
-
|
|
105
104
|
// new variable
|
|
106
105
|
$range-icon: '\e245' !default;
|
|
107
106
|
$range-icon-font-size: 16px !default;
|
|
@@ -112,7 +111,6 @@ $range-change-icon: '\e85f' !default;
|
|
|
112
111
|
$range-rtl-icon-next: '\e921' !default;
|
|
113
112
|
$range-rtl-icon-prev: '\e913' !default;
|
|
114
113
|
$range-rtl-icon-change: '\e85b' !default;
|
|
115
|
-
|
|
116
114
|
// Mouse small size
|
|
117
115
|
$range-small-header-label-size: 16px !default;
|
|
118
116
|
$range-small-font-size: 12px !default;
|
|
@@ -154,13 +152,10 @@ $range-text-nowrap: nowrap !default;
|
|
|
154
152
|
$range-direction-left: ltr !default;
|
|
155
153
|
$range-text-overflow: ellipsis !default;
|
|
156
154
|
$range-calendar-other-normal-border: none !default;
|
|
157
|
-
|
|
158
155
|
// mouse small icon
|
|
159
156
|
$range-small-icon-font-size: 14px !default;
|
|
160
|
-
|
|
161
157
|
// touch small icon
|
|
162
158
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
163
|
-
|
|
164
159
|
// color variables
|
|
165
160
|
$range-bg-color: $flyout-bg-color !default;
|
|
166
161
|
$range-primary-color: $primary !default;
|
|
@@ -201,7 +196,6 @@ $range-today-border-color: $range-calendar-active-border !default;
|
|
|
201
196
|
$range-calendar-today-color: $content-text-color !default;
|
|
202
197
|
$range-calendar-today-start-color: $range-calendar-active-border !default;
|
|
203
198
|
$range-active-font-color: $primary-text-color !default;
|
|
204
|
-
|
|
205
199
|
// apply and cancel button styles
|
|
206
200
|
$range-apply-disabled-background-style: $primary-bg-color-disabled !default;
|
|
207
201
|
$range-apply-disabled-border-style: $primary-border-color-disabled !default;
|
|
@@ -9,7 +9,7 @@ $range-hover-content-color: darken($range-hover-color, 15%) !default;
|
|
|
9
9
|
$range-today-color: $selection-bg !default;
|
|
10
10
|
$range-selection-bg: darken($selection-bg, 15%) !default;
|
|
11
11
|
$range-other-hover-color: $bg-base-0 !default;
|
|
12
|
-
$range-other-month-date: $content-font-alt
|
|
12
|
+
$range-other-month-date: $content-font-alt !default;
|
|
13
13
|
$range-lg-day-header-format-width: 100% !default;
|
|
14
14
|
$range-box-shadow: none !default;
|
|
15
15
|
$range-box-shadow-none: none !default;
|
|
@@ -30,7 +30,7 @@ $range-calendar-header-text-color: $selection-bg !default;
|
|
|
30
30
|
$range-calendar-header-dark-color: $content-font !default;
|
|
31
31
|
$range-calendar-medium-color: $content-font !default;
|
|
32
32
|
$range-calendar-light-color: $content-font !default;
|
|
33
|
-
$range-calendar-medium-font-size:
|
|
33
|
+
$range-calendar-medium-font-size: 17x !default;
|
|
34
34
|
$range-calendar-btn-font-size: 16px !default;
|
|
35
35
|
$range-presets-normal-list-font-size: 14px !default;
|
|
36
36
|
$range-presets-bigger-list-font-size: 15px !default;
|
|
@@ -133,7 +133,6 @@ $range-icon-top-right-radius: 0 !default;
|
|
|
133
133
|
$range-icon-margin: 0 !default;
|
|
134
134
|
$range-icon-bigger-margin: 0 !default;
|
|
135
135
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
136
|
-
|
|
137
136
|
// highcontrast theme variable
|
|
138
137
|
$range-icon-font-size: 16px !default;
|
|
139
138
|
$range-icon: '\e244' !default;
|
|
@@ -171,7 +170,6 @@ $range-calendar-today-start-color: 1px solid $hover-bg !default;
|
|
|
171
170
|
$range-calendar-other-normal-border: none !default;
|
|
172
171
|
$range-calendar-bigger-max: 292px !default;
|
|
173
172
|
$range-active-font-color: $selection-font !default;
|
|
174
|
-
|
|
175
173
|
// Mouse small size
|
|
176
174
|
$range-small-header-label-size: 16px !default;
|
|
177
175
|
$range-small-font-size: 12px !default;
|
|
@@ -184,9 +182,7 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
184
182
|
$range-preset-small-list-height: 26px !default;
|
|
185
183
|
$range-presets-small-list-font-size: 12px !default;
|
|
186
184
|
$calendar-bigger-small-max-width: 232px !default;
|
|
187
|
-
|
|
188
185
|
// mouse small icon
|
|
189
186
|
$range-small-icon-font-size: 14px !default;
|
|
190
|
-
|
|
191
187
|
// touch small icon
|
|
192
188
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$range-bg-color: $bg-base-0 !default;
|
|
3
3
|
$range-primary-color: $selection-bg !default;
|
|
4
4
|
$range-primary-font-color: $selection-font !default;
|
|
@@ -10,7 +10,7 @@ $range-hover-content-color: darken($range-hover-color, 15%) !default;
|
|
|
10
10
|
$range-today-color: $selection-bg !default;
|
|
11
11
|
$range-selection-bg: darken($selection-bg, 15%) !default;
|
|
12
12
|
$range-other-hover-color: $bg-base-0 !default;
|
|
13
|
-
$range-other-month-date: $content-font-alt
|
|
13
|
+
$range-other-month-date: $content-font-alt !default;
|
|
14
14
|
$range-box-shadow: none !default;
|
|
15
15
|
$range-box-shadow-none: none !default;
|
|
16
16
|
$range-btn-font-weight: 500 !default;
|
|
@@ -31,7 +31,7 @@ $range-calendar-header-text-color: $selection-bg !default;
|
|
|
31
31
|
$range-calendar-header-dark-color: $content-font !default;
|
|
32
32
|
$range-calendar-medium-color: $content-font !default;
|
|
33
33
|
$range-calendar-light-color: $content-font !default;
|
|
34
|
-
$range-calendar-medium-font-size:
|
|
34
|
+
$range-calendar-medium-font-size: 17x !default;
|
|
35
35
|
$range-calendar-btn-font-size: 16px !default;
|
|
36
36
|
$range-presets-normal-list-font-size: 14px !default;
|
|
37
37
|
$range-presets-bigger-list-font-size: 15px !default;
|
|
@@ -134,7 +134,6 @@ $range-icon-bottom-right-radius: 0 !default;
|
|
|
134
134
|
$range-icon-top-right-radius: 0 !default;
|
|
135
135
|
$range-icon-margin: 0 !default;
|
|
136
136
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
137
|
-
|
|
138
137
|
// highcontrast theme variable
|
|
139
138
|
$range-icon-font-size: 16px !default;
|
|
140
139
|
$range-icon: '\e244' !default;
|
|
@@ -172,7 +171,6 @@ $range-calendar-today-start-color: 1px solid $hover-bg !default;
|
|
|
172
171
|
$range-calendar-other-normal-border: none !default;
|
|
173
172
|
$range-calendar-bigger-max: 292px !default;
|
|
174
173
|
$range-active-font-color: $selection-font !default;
|
|
175
|
-
|
|
176
174
|
// Mouse small size
|
|
177
175
|
$range-small-header-label-size: 16px !default;
|
|
178
176
|
$range-small-font-size: 12px !default;
|
|
@@ -185,11 +183,8 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
|
185
183
|
$range-preset-small-list-height: 26px !default;
|
|
186
184
|
$range-presets-small-list-font-size: 12px !default;
|
|
187
185
|
$calendar-bigger-small-max-width: 232px !default;
|
|
188
|
-
|
|
189
186
|
// mouse small icon
|
|
190
187
|
$range-small-icon-font-size: 14px !default;
|
|
191
|
-
|
|
192
188
|
// touch small icon
|
|
193
189
|
$range-bigger-small-icon-font-size: 18px !default;
|
|
194
|
-
|
|
195
190
|
//enddefault
|