@haiilo/catalyst 13.5.1-beta → 14.0.0
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/dist/catalyst/catalyst.css +257 -192
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/index.esm.js +2 -2
- package/dist/catalyst/loader.esm.js.map +1 -1
- package/dist/catalyst/p--__C9zxv.js +3 -0
- package/dist/catalyst/p--__C9zxv.js.map +1 -0
- package/dist/catalyst/{p-8e3e3018.entry.js → p-4f7d069a.entry.js} +4 -4
- package/dist/catalyst/p-4f7d069a.entry.js.map +1 -0
- package/dist/catalyst/{p-D80xhZLG.js → p-Db1nOa1D.js} +2 -2
- package/dist/catalyst/{p-D80xhZLG.js.map → p-Db1nOa1D.js.map} +1 -1
- package/dist/catalyst/scss/index.scss +3 -3
- package/dist/cjs/cat-alert_30.cjs.entry.js +122 -124
- package/dist/cjs/catalyst.cjs.js +4 -7
- package/dist/cjs/catalyst.cjs.js.map +1 -1
- package/dist/cjs/{index-B6viy7Jl.js → index-CgyHmlOr.js} +736 -736
- package/dist/cjs/{index-B6viy7Jl.js.map → index-CgyHmlOr.js.map} +1 -1
- package/dist/cjs/index-Cl5qCbJO.js +1755 -0
- package/dist/cjs/index-Cl5qCbJO.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -3
- package/dist/cjs/loader.cjs.js +3 -6
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/cat-alert/cat-alert.js +4 -4
- package/dist/collection/components/cat-avatar/cat-avatar.js +13 -13
- package/dist/collection/components/cat-badge/cat-badge.js +9 -9
- package/dist/collection/components/cat-button/cat-button.js +31 -33
- package/dist/collection/components/cat-button/cat-button.js.map +1 -1
- package/dist/collection/components/cat-button-group/cat-button-group.js +2 -2
- package/dist/collection/components/cat-checkbox/cat-checkbox.js +22 -23
- package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
- package/dist/collection/components/cat-date/cat-date.js +39 -40
- package/dist/collection/components/cat-date/cat-date.js.map +1 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.js +19 -19
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +41 -43
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js +10 -11
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js.map +1 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.js +11 -11
- package/dist/collection/components/cat-form-group/cat-form-group.js +4 -4
- package/dist/collection/components/cat-icon/cat-icon.js +7 -7
- package/dist/collection/components/cat-input/cat-input.js +51 -54
- package/dist/collection/components/cat-input/cat-input.js.map +1 -1
- package/dist/collection/components/cat-pagination/cat-pagination.js +10 -10
- package/dist/collection/components/cat-radio/cat-radio.js +16 -17
- package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
- package/dist/collection/components/cat-radio-group/cat-radio-group.js +8 -8
- package/dist/collection/components/cat-scrollable/cat-scrollable.js +7 -7
- package/dist/collection/components/cat-select/cat-select.js +35 -36
- package/dist/collection/components/cat-select/cat-select.js.map +1 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.js +5 -5
- package/dist/collection/components/cat-spinner/cat-spinner.js +4 -4
- package/dist/collection/components/cat-tab/cat-tab.js +15 -16
- package/dist/collection/components/cat-tab/cat-tab.js.map +1 -1
- package/dist/collection/components/cat-tabs/cat-tabs.js +4 -4
- package/dist/collection/components/cat-tag/cat-tag.js +20 -23
- package/dist/collection/components/cat-tag/cat-tag.js.map +1 -1
- package/dist/collection/components/cat-textarea/cat-textarea.js +32 -33
- package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
- package/dist/collection/components/cat-time/cat-time.js +40 -41
- package/dist/collection/components/cat-time/cat-time.js.map +1 -1
- package/dist/collection/components/cat-toggle/cat-toggle.js +20 -21
- package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.js +8 -8
- package/dist/collection/scss/_variables.tokens.scss +2 -2
- package/dist/collection/scss/index.scss +3 -3
- package/dist/components/cat-alert.js +5 -3
- package/dist/components/cat-alert.js.map +1 -1
- package/dist/components/cat-avatar2.js +5 -3
- package/dist/components/cat-avatar2.js.map +1 -1
- package/dist/components/cat-badge.js +5 -3
- package/dist/components/cat-badge.js.map +1 -1
- package/dist/components/cat-button-group.js +5 -3
- package/dist/components/cat-button-group.js.map +1 -1
- package/dist/components/cat-button2.js +7 -5
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-card.js +5 -3
- package/dist/components/cat-card.js.map +1 -1
- package/dist/components/cat-checkbox2.js +6 -4
- package/dist/components/cat-checkbox2.js.map +1 -1
- package/dist/components/cat-date-inline2.js +5 -3
- package/dist/components/cat-date-inline2.js.map +1 -1
- package/dist/components/cat-date.js +6 -4
- package/dist/components/cat-date.js.map +1 -1
- package/dist/components/cat-datepicker-inline.js +6 -4
- package/dist/components/cat-datepicker-inline.js.map +1 -1
- package/dist/components/cat-datepicker.js +7 -5
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/components/cat-dropdown2.js +5 -3
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-form-group.js +5 -3
- package/dist/components/cat-form-group.js.map +1 -1
- package/dist/components/cat-form-hint.js.map +1 -1
- package/dist/components/cat-i18n-registry.js.map +1 -1
- package/dist/components/cat-icon-registry.js.map +1 -1
- package/dist/components/cat-icon2.js +5 -3
- package/dist/components/cat-icon2.js.map +1 -1
- package/dist/components/cat-input2.js +8 -6
- package/dist/components/cat-input2.js.map +1 -1
- package/dist/components/cat-pagination.js +5 -3
- package/dist/components/cat-pagination.js.map +1 -1
- package/dist/components/cat-radio-group.js +5 -3
- package/dist/components/cat-radio-group.js.map +1 -1
- package/dist/components/cat-radio.js +6 -4
- package/dist/components/cat-radio.js.map +1 -1
- package/dist/components/cat-scrollable2.js +123 -121
- package/dist/components/cat-scrollable2.js.map +1 -1
- package/dist/components/cat-select-demo.js +5 -3
- package/dist/components/cat-select-demo.js.map +1 -1
- package/dist/components/cat-select2.js +6 -4
- package/dist/components/cat-select2.js.map +1 -1
- package/dist/components/cat-skeleton2.js +5 -3
- package/dist/components/cat-skeleton2.js.map +1 -1
- package/dist/components/cat-spinner2.js +5 -3
- package/dist/components/cat-spinner2.js.map +1 -1
- package/dist/components/cat-tab.js +6 -4
- package/dist/components/cat-tab.js.map +1 -1
- package/dist/components/cat-tabs.js +5 -3
- package/dist/components/cat-tabs.js.map +1 -1
- package/dist/components/cat-tag.js +7 -5
- package/dist/components/cat-tag.js.map +1 -1
- package/dist/components/cat-textarea.js +6 -4
- package/dist/components/cat-textarea.js.map +1 -1
- package/dist/components/cat-time.js +6 -4
- package/dist/components/cat-time.js.map +1 -1
- package/dist/components/cat-toggle.js +6 -4
- package/dist/components/cat-toggle.js.map +1 -1
- package/dist/components/cat-tooltip.js +5 -3
- package/dist/components/cat-tooltip.js.map +1 -1
- package/dist/components/index2.js +735 -735
- package/dist/components/index2.js.map +1 -1
- package/dist/components/media-matcher.js +3 -3
- package/dist/components/media-matcher.js.map +1 -1
- package/dist/esm/cat-alert_30.entry.js +122 -124
- package/dist/esm/catalyst.js +4 -7
- package/dist/esm/catalyst.js.map +1 -1
- package/dist/esm/index--__C9zxv.js +1727 -0
- package/dist/esm/index--__C9zxv.js.map +1 -0
- package/dist/esm/{index-D80xhZLG.js → index-Db1nOa1D.js} +737 -737
- package/dist/esm/{index-D80xhZLG.js.map → index-Db1nOa1D.js.map} +1 -1
- package/dist/esm/index.js +2 -4
- package/dist/esm/loader.js +3 -6
- package/dist/esm/loader.js.map +1 -1
- package/dist/types/components/cat-select/cat-select.d.ts +2 -2
- package/dist/types/components.d.ts +396 -8
- package/dist/types/stencil-public-runtime.d.ts +62 -8
- package/package.json +24 -24
- package/dist/catalyst/p-8e3e3018.entry.js.map +0 -1
- package/dist/catalyst/p-CzxFlAEB.js +0 -3
- package/dist/catalyst/p-CzxFlAEB.js.map +0 -1
- package/dist/catalyst/p-DQuL1Twl.js +0 -2
- package/dist/catalyst/p-DQuL1Twl.js.map +0 -1
- package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +0 -1
- package/dist/cjs/index-Bp_C-J2p.js +0 -1597
- package/dist/cjs/index-Bp_C-J2p.js.map +0 -1
- package/dist/esm/app-globals-DQuL1Twl.js +0 -6
- package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
- package/dist/esm/cat-alert_30.entry.js.map +0 -1
- package/dist/esm/index-CzxFlAEB.js +0 -1588
- package/dist/esm/index-CzxFlAEB.js.map +0 -1
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/* Document
|
|
3
3
|
* ========================================================================== */
|
|
4
|
-
|
|
5
4
|
/**
|
|
6
5
|
* 1. Add border box sizing in all browsers (opinionated).
|
|
7
6
|
* 2. Backgrounds do not repeat by default (opinionated).
|
|
8
7
|
*/
|
|
9
|
-
|
|
10
8
|
*,
|
|
11
9
|
::before,
|
|
12
10
|
::after {
|
|
@@ -18,7 +16,6 @@
|
|
|
18
16
|
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
19
17
|
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
20
18
|
*/
|
|
21
|
-
|
|
22
19
|
::before,
|
|
23
20
|
::after {
|
|
24
21
|
text-decoration: inherit; /* 1 */
|
|
@@ -33,7 +30,6 @@
|
|
|
33
30
|
* 5. Remove the grey highlight on links in iOS (opinionated).
|
|
34
31
|
* 6. Prevent adjustments of font size after orientation changes in iOS.
|
|
35
32
|
*/
|
|
36
|
-
|
|
37
33
|
:where(:root) {
|
|
38
34
|
cursor: default; /* 1 */
|
|
39
35
|
line-height: 1.5; /* 2 */
|
|
@@ -46,11 +42,9 @@
|
|
|
46
42
|
|
|
47
43
|
/* Sections
|
|
48
44
|
* ========================================================================== */
|
|
49
|
-
|
|
50
45
|
/**
|
|
51
46
|
* Remove the margin in all browsers (opinionated).
|
|
52
47
|
*/
|
|
53
|
-
|
|
54
48
|
:where(body) {
|
|
55
49
|
margin: 0;
|
|
56
50
|
}
|
|
@@ -59,7 +53,6 @@
|
|
|
59
53
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
60
54
|
* `article` contexts in Chrome, Edge, Firefox, and Safari.
|
|
61
55
|
*/
|
|
62
|
-
|
|
63
56
|
:where(h1) {
|
|
64
57
|
font-size: 2em;
|
|
65
58
|
margin: 0.67em 0;
|
|
@@ -67,11 +60,9 @@
|
|
|
67
60
|
|
|
68
61
|
/* Grouping content
|
|
69
62
|
* ========================================================================== */
|
|
70
|
-
|
|
71
63
|
/**
|
|
72
64
|
* Remove the margin on nested lists in Chrome, Edge, and Safari.
|
|
73
65
|
*/
|
|
74
|
-
|
|
75
66
|
:where(dl, ol, ul) :where(dl, ol, ul) {
|
|
76
67
|
margin: 0;
|
|
77
68
|
}
|
|
@@ -80,7 +71,6 @@
|
|
|
80
71
|
* 1. Correct the inheritance of border color in Firefox.
|
|
81
72
|
* 2. Add the correct box sizing in Firefox.
|
|
82
73
|
*/
|
|
83
|
-
|
|
84
74
|
:where(hr) {
|
|
85
75
|
color: inherit; /* 1 */
|
|
86
76
|
height: 0; /* 2 */
|
|
@@ -89,7 +79,6 @@
|
|
|
89
79
|
/**
|
|
90
80
|
* Remove the list style on navigation lists in all browsers (opinionated).
|
|
91
81
|
*/
|
|
92
|
-
|
|
93
82
|
:where(nav) :where(ol, ul) {
|
|
94
83
|
list-style-type: none;
|
|
95
84
|
padding: 0;
|
|
@@ -98,9 +87,8 @@
|
|
|
98
87
|
/**
|
|
99
88
|
* Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
|
|
100
89
|
*/
|
|
101
|
-
|
|
102
90
|
:where(nav li)::before {
|
|
103
|
-
content: "
|
|
91
|
+
content: "";
|
|
104
92
|
float: left;
|
|
105
93
|
}
|
|
106
94
|
|
|
@@ -109,7 +97,6 @@
|
|
|
109
97
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
110
98
|
* 3. Prevent overflow of the container in all browsers (opinionated).
|
|
111
99
|
*/
|
|
112
|
-
|
|
113
100
|
:where(pre) {
|
|
114
101
|
font-family: monospace, monospace; /* 1 */
|
|
115
102
|
font-size: 1em; /* 2 */
|
|
@@ -118,11 +105,9 @@
|
|
|
118
105
|
|
|
119
106
|
/* Text-level semantics
|
|
120
107
|
* ========================================================================== */
|
|
121
|
-
|
|
122
108
|
/**
|
|
123
109
|
* Add the correct text decoration in Safari.
|
|
124
110
|
*/
|
|
125
|
-
|
|
126
111
|
:where(abbr[title]) {
|
|
127
112
|
text-decoration: underline;
|
|
128
113
|
text-decoration: underline dotted;
|
|
@@ -131,7 +116,6 @@
|
|
|
131
116
|
/**
|
|
132
117
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
133
118
|
*/
|
|
134
|
-
|
|
135
119
|
:where(b, strong) {
|
|
136
120
|
font-weight: bolder;
|
|
137
121
|
}
|
|
@@ -140,7 +124,6 @@
|
|
|
140
124
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
141
125
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
142
126
|
*/
|
|
143
|
-
|
|
144
127
|
:where(code, kbd, samp) {
|
|
145
128
|
font-family: monospace, monospace; /* 1 */
|
|
146
129
|
font-size: 1em; /* 2 */
|
|
@@ -149,18 +132,15 @@
|
|
|
149
132
|
/**
|
|
150
133
|
* Add the correct font size in all browsers.
|
|
151
134
|
*/
|
|
152
|
-
|
|
153
135
|
:where(small) {
|
|
154
136
|
font-size: 80%;
|
|
155
137
|
}
|
|
156
138
|
|
|
157
139
|
/* Embedded content
|
|
158
140
|
* ========================================================================== */
|
|
159
|
-
|
|
160
141
|
/*
|
|
161
142
|
* Change the alignment on media elements in all browsers (opinionated).
|
|
162
143
|
*/
|
|
163
|
-
|
|
164
144
|
:where(audio, canvas, iframe, img, svg, video) {
|
|
165
145
|
vertical-align: middle;
|
|
166
146
|
}
|
|
@@ -168,7 +148,6 @@
|
|
|
168
148
|
/**
|
|
169
149
|
* Remove the border on iframes in all browsers (opinionated).
|
|
170
150
|
*/
|
|
171
|
-
|
|
172
151
|
:where(iframe) {
|
|
173
152
|
border-style: none;
|
|
174
153
|
}
|
|
@@ -176,20 +155,17 @@
|
|
|
176
155
|
/**
|
|
177
156
|
* Change the fill color to match the text color in all browsers (opinionated).
|
|
178
157
|
*/
|
|
179
|
-
|
|
180
158
|
:where(svg:not([fill])) {
|
|
181
159
|
fill: currentColor;
|
|
182
160
|
}
|
|
183
161
|
|
|
184
162
|
/* Tabular data
|
|
185
163
|
* ========================================================================== */
|
|
186
|
-
|
|
187
164
|
/**
|
|
188
165
|
* 1. Collapse border spacing in all browsers (opinionated).
|
|
189
166
|
* 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
|
|
190
167
|
* 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
|
|
191
168
|
*/
|
|
192
|
-
|
|
193
169
|
:where(table) {
|
|
194
170
|
border-collapse: collapse; /* 1 */
|
|
195
171
|
border-color: inherit; /* 2 */
|
|
@@ -198,11 +174,9 @@
|
|
|
198
174
|
|
|
199
175
|
/* Forms
|
|
200
176
|
* ========================================================================== */
|
|
201
|
-
|
|
202
177
|
/**
|
|
203
178
|
* Remove the margin on controls in Safari.
|
|
204
179
|
*/
|
|
205
|
-
|
|
206
180
|
:where(button, input, select) {
|
|
207
181
|
margin: 0;
|
|
208
182
|
}
|
|
@@ -210,15 +184,13 @@
|
|
|
210
184
|
/**
|
|
211
185
|
* Correct the inability to style buttons in iOS and Safari.
|
|
212
186
|
*/
|
|
213
|
-
|
|
214
|
-
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
|
|
187
|
+
:where(button, [type=button i], [type=reset i], [type=submit i]) {
|
|
215
188
|
-webkit-appearance: button;
|
|
216
189
|
}
|
|
217
190
|
|
|
218
191
|
/**
|
|
219
192
|
* Change the inconsistent appearance in all browsers (opinionated).
|
|
220
193
|
*/
|
|
221
|
-
|
|
222
194
|
:where(fieldset) {
|
|
223
195
|
border: 1px solid #a0a0a0;
|
|
224
196
|
}
|
|
@@ -226,7 +198,6 @@
|
|
|
226
198
|
/**
|
|
227
199
|
* Add the correct vertical alignment in Chrome, Edge, and Firefox.
|
|
228
200
|
*/
|
|
229
|
-
|
|
230
201
|
:where(progress) {
|
|
231
202
|
vertical-align: baseline;
|
|
232
203
|
}
|
|
@@ -235,7 +206,6 @@
|
|
|
235
206
|
* 1. Remove the margin in Firefox and Safari.
|
|
236
207
|
* 3. Change the resize direction in all browsers (opinionated).
|
|
237
208
|
*/
|
|
238
|
-
|
|
239
209
|
:where(textarea) {
|
|
240
210
|
margin: 0; /* 1 */
|
|
241
211
|
resize: vertical; /* 3 */
|
|
@@ -245,8 +215,7 @@
|
|
|
245
215
|
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
|
|
246
216
|
* 2. Correct the outline style in Safari.
|
|
247
217
|
*/
|
|
248
|
-
|
|
249
|
-
:where([type="search" i]) {
|
|
218
|
+
:where([type=search i]) {
|
|
250
219
|
-webkit-appearance: textfield; /* 1 */
|
|
251
220
|
outline-offset: -2px; /* 2 */
|
|
252
221
|
}
|
|
@@ -254,7 +223,6 @@
|
|
|
254
223
|
/**
|
|
255
224
|
* Correct the cursor style of increment and decrement buttons in Safari.
|
|
256
225
|
*/
|
|
257
|
-
|
|
258
226
|
::-webkit-inner-spin-button,
|
|
259
227
|
::-webkit-outer-spin-button {
|
|
260
228
|
height: auto;
|
|
@@ -263,7 +231,6 @@
|
|
|
263
231
|
/**
|
|
264
232
|
* Correct the text style of placeholders in Chrome, Edge, and Safari.
|
|
265
233
|
*/
|
|
266
|
-
|
|
267
234
|
::-webkit-input-placeholder {
|
|
268
235
|
color: inherit;
|
|
269
236
|
opacity: 0.54;
|
|
@@ -272,7 +239,6 @@
|
|
|
272
239
|
/**
|
|
273
240
|
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
|
|
274
241
|
*/
|
|
275
|
-
|
|
276
242
|
::-webkit-search-decoration {
|
|
277
243
|
-webkit-appearance: none;
|
|
278
244
|
}
|
|
@@ -281,7 +247,6 @@
|
|
|
281
247
|
* 1. Correct the inability to style upload buttons in iOS and Safari.
|
|
282
248
|
* 2. Change font properties to `inherit` in Safari.
|
|
283
249
|
*/
|
|
284
|
-
|
|
285
250
|
::-webkit-file-upload-button {
|
|
286
251
|
-webkit-appearance: button; /* 1 */
|
|
287
252
|
font: inherit; /* 2 */
|
|
@@ -289,11 +254,9 @@
|
|
|
289
254
|
|
|
290
255
|
/* Interactive
|
|
291
256
|
* ========================================================================== */
|
|
292
|
-
|
|
293
257
|
/*
|
|
294
258
|
* Add the correct styles in Safari.
|
|
295
259
|
*/
|
|
296
|
-
|
|
297
260
|
:where(dialog) {
|
|
298
261
|
background-color: white;
|
|
299
262
|
border: solid;
|
|
@@ -316,26 +279,22 @@
|
|
|
316
279
|
/*
|
|
317
280
|
* Add the correct display in Safari.
|
|
318
281
|
*/
|
|
319
|
-
|
|
320
282
|
:where(details > summary:first-of-type) {
|
|
321
283
|
display: list-item;
|
|
322
284
|
}
|
|
323
285
|
|
|
324
286
|
/* Accessibility
|
|
325
287
|
* ========================================================================== */
|
|
326
|
-
|
|
327
288
|
/**
|
|
328
289
|
* Change the cursor on busy elements in all browsers (opinionated).
|
|
329
290
|
*/
|
|
330
|
-
|
|
331
|
-
:where([aria-busy="true" i]) {
|
|
291
|
+
:where([aria-busy=true i]) {
|
|
332
292
|
cursor: progress;
|
|
333
293
|
}
|
|
334
294
|
|
|
335
295
|
/*
|
|
336
296
|
* Change the cursor on control elements in all browsers (opinionated).
|
|
337
297
|
*/
|
|
338
|
-
|
|
339
298
|
:where([aria-controls]) {
|
|
340
299
|
cursor: pointer;
|
|
341
300
|
}
|
|
@@ -344,8 +303,7 @@
|
|
|
344
303
|
* Change the cursor on disabled, not-editable, or otherwise
|
|
345
304
|
* inoperable elements in all browsers (opinionated).
|
|
346
305
|
*/
|
|
347
|
-
|
|
348
|
-
:where([aria-disabled="true" i], [disabled]) {
|
|
306
|
+
:where([aria-disabled=true i], [disabled]) {
|
|
349
307
|
cursor: not-allowed;
|
|
350
308
|
}
|
|
351
309
|
|
|
@@ -353,12 +311,11 @@
|
|
|
353
311
|
* Change the display on visually hidden accessible elements
|
|
354
312
|
* in all browsers (opinionated).
|
|
355
313
|
*/
|
|
356
|
-
|
|
357
|
-
:where([aria-hidden="false" i][hidden]) {
|
|
314
|
+
:where([aria-hidden=false i][hidden]) {
|
|
358
315
|
display: initial;
|
|
359
316
|
}
|
|
360
317
|
|
|
361
|
-
:where([aria-hidden=
|
|
318
|
+
:where([aria-hidden=false i][hidden]:not(:focus)) {
|
|
362
319
|
clip: rect(0, 0, 0, 0);
|
|
363
320
|
position: absolute;
|
|
364
321
|
}
|
|
@@ -370,85 +327,83 @@
|
|
|
370
327
|
*
|
|
371
328
|
* Copyright (C) 2018 Varun A P
|
|
372
329
|
*/
|
|
373
|
-
|
|
374
330
|
.toastify {
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
331
|
+
padding: 12px 20px;
|
|
332
|
+
color: #ffffff;
|
|
333
|
+
display: inline-block;
|
|
334
|
+
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
|
|
335
|
+
background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
|
|
336
|
+
background: linear-gradient(135deg, #73a5ff, #5477f5);
|
|
337
|
+
position: fixed;
|
|
338
|
+
opacity: 0;
|
|
339
|
+
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
340
|
+
border-radius: 2px;
|
|
341
|
+
cursor: pointer;
|
|
342
|
+
text-decoration: none;
|
|
343
|
+
max-width: calc(50% - 20px);
|
|
344
|
+
z-index: 2147483647;
|
|
389
345
|
}
|
|
390
346
|
|
|
391
347
|
.toastify.on {
|
|
392
|
-
|
|
348
|
+
opacity: 1;
|
|
393
349
|
}
|
|
394
350
|
|
|
395
351
|
.toast-close {
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
352
|
+
background: transparent;
|
|
353
|
+
border: 0;
|
|
354
|
+
color: white;
|
|
355
|
+
cursor: pointer;
|
|
356
|
+
font-family: inherit;
|
|
357
|
+
font-size: 1em;
|
|
358
|
+
opacity: 0.4;
|
|
359
|
+
padding: 0 5px;
|
|
404
360
|
}
|
|
405
361
|
|
|
406
362
|
.toastify-right {
|
|
407
|
-
|
|
363
|
+
right: 15px;
|
|
408
364
|
}
|
|
409
365
|
|
|
410
366
|
.toastify-left {
|
|
411
|
-
|
|
367
|
+
left: 15px;
|
|
412
368
|
}
|
|
413
369
|
|
|
414
370
|
.toastify-top {
|
|
415
|
-
|
|
371
|
+
top: -150px;
|
|
416
372
|
}
|
|
417
373
|
|
|
418
374
|
.toastify-bottom {
|
|
419
|
-
|
|
375
|
+
bottom: -150px;
|
|
420
376
|
}
|
|
421
377
|
|
|
422
378
|
.toastify-rounded {
|
|
423
|
-
|
|
379
|
+
border-radius: 25px;
|
|
424
380
|
}
|
|
425
381
|
|
|
426
382
|
.toastify-avatar {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
383
|
+
width: 1.5em;
|
|
384
|
+
height: 1.5em;
|
|
385
|
+
margin: -7px 5px;
|
|
386
|
+
border-radius: 2px;
|
|
431
387
|
}
|
|
432
388
|
|
|
433
389
|
.toastify-center {
|
|
390
|
+
margin-left: auto;
|
|
391
|
+
margin-right: auto;
|
|
392
|
+
left: 0;
|
|
393
|
+
right: 0;
|
|
394
|
+
max-width: fit-content;
|
|
395
|
+
max-width: -moz-fit-content;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
@media only screen and (max-width: 360px) {
|
|
399
|
+
.toastify-right, .toastify-left {
|
|
434
400
|
margin-left: auto;
|
|
435
401
|
margin-right: auto;
|
|
436
402
|
left: 0;
|
|
437
403
|
right: 0;
|
|
438
404
|
max-width: fit-content;
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
@media only screen and (max-width: 360px) {
|
|
443
|
-
.toastify-right, .toastify-left {
|
|
444
|
-
margin-left: auto;
|
|
445
|
-
margin-right: auto;
|
|
446
|
-
left: 0;
|
|
447
|
-
right: 0;
|
|
448
|
-
max-width: fit-content;
|
|
449
|
-
}
|
|
405
|
+
}
|
|
450
406
|
}
|
|
451
|
-
|
|
452
407
|
.flatpickr-calendar {
|
|
453
408
|
background: transparent;
|
|
454
409
|
opacity: 0;
|
|
@@ -457,7 +412,7 @@
|
|
|
457
412
|
visibility: hidden;
|
|
458
413
|
padding: 0;
|
|
459
414
|
-webkit-animation: none;
|
|
460
|
-
|
|
415
|
+
animation: none;
|
|
461
416
|
direction: ltr;
|
|
462
417
|
border: 0;
|
|
463
418
|
font-size: 14px;
|
|
@@ -466,75 +421,89 @@
|
|
|
466
421
|
position: absolute;
|
|
467
422
|
width: 307.875px;
|
|
468
423
|
-webkit-box-sizing: border-box;
|
|
469
|
-
|
|
424
|
+
box-sizing: border-box;
|
|
470
425
|
-ms-touch-action: manipulation;
|
|
471
|
-
|
|
426
|
+
touch-action: manipulation;
|
|
472
427
|
background: #fff;
|
|
473
|
-
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
|
|
474
|
-
|
|
428
|
+
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
|
|
429
|
+
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
|
|
475
430
|
}
|
|
431
|
+
|
|
476
432
|
.flatpickr-calendar.open,
|
|
477
433
|
.flatpickr-calendar.inline {
|
|
478
434
|
opacity: 1;
|
|
479
435
|
max-height: 640px;
|
|
480
436
|
visibility: visible;
|
|
481
437
|
}
|
|
438
|
+
|
|
482
439
|
.flatpickr-calendar.open {
|
|
483
440
|
display: inline-block;
|
|
484
441
|
z-index: 99999;
|
|
485
442
|
}
|
|
443
|
+
|
|
486
444
|
.flatpickr-calendar.animate.open {
|
|
487
445
|
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
|
488
|
-
|
|
446
|
+
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
|
489
447
|
}
|
|
448
|
+
|
|
490
449
|
.flatpickr-calendar.inline {
|
|
491
450
|
display: block;
|
|
492
451
|
position: relative;
|
|
493
452
|
top: 2px;
|
|
494
453
|
}
|
|
454
|
+
|
|
495
455
|
.flatpickr-calendar.static {
|
|
496
456
|
position: absolute;
|
|
497
457
|
top: calc(100% + 2px);
|
|
498
458
|
}
|
|
459
|
+
|
|
499
460
|
.flatpickr-calendar.static.open {
|
|
500
461
|
z-index: 999;
|
|
501
462
|
display: block;
|
|
502
463
|
}
|
|
464
|
+
|
|
503
465
|
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
|
|
504
466
|
-webkit-box-shadow: none !important;
|
|
505
|
-
|
|
467
|
+
box-shadow: none !important;
|
|
506
468
|
}
|
|
469
|
+
|
|
507
470
|
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
|
|
508
471
|
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
|
509
|
-
|
|
472
|
+
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
|
510
473
|
}
|
|
474
|
+
|
|
511
475
|
.flatpickr-calendar .hasWeeks .dayContainer,
|
|
512
476
|
.flatpickr-calendar .hasTime .dayContainer {
|
|
513
477
|
border-bottom: 0;
|
|
514
478
|
border-bottom-right-radius: 0;
|
|
515
479
|
border-bottom-left-radius: 0;
|
|
516
480
|
}
|
|
481
|
+
|
|
517
482
|
.flatpickr-calendar .hasWeeks .dayContainer {
|
|
518
483
|
border-left: 0;
|
|
519
484
|
}
|
|
485
|
+
|
|
520
486
|
.flatpickr-calendar.hasTime .flatpickr-time {
|
|
521
487
|
height: 40px;
|
|
522
488
|
border-top: 1px solid #e6e6e6;
|
|
523
489
|
}
|
|
490
|
+
|
|
524
491
|
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
|
525
492
|
height: auto;
|
|
526
493
|
}
|
|
494
|
+
|
|
527
495
|
.flatpickr-calendar:before,
|
|
528
496
|
.flatpickr-calendar:after {
|
|
529
497
|
position: absolute;
|
|
530
498
|
display: block;
|
|
531
499
|
pointer-events: none;
|
|
532
500
|
border: solid transparent;
|
|
533
|
-
content:
|
|
501
|
+
content: "";
|
|
534
502
|
height: 0;
|
|
535
503
|
width: 0;
|
|
536
504
|
left: 22px;
|
|
537
505
|
}
|
|
506
|
+
|
|
538
507
|
.flatpickr-calendar.rightMost:before,
|
|
539
508
|
.flatpickr-calendar.arrowRight:before,
|
|
540
509
|
.flatpickr-calendar.rightMost:after,
|
|
@@ -542,76 +511,90 @@
|
|
|
542
511
|
left: auto;
|
|
543
512
|
right: 22px;
|
|
544
513
|
}
|
|
514
|
+
|
|
545
515
|
.flatpickr-calendar.arrowCenter:before,
|
|
546
516
|
.flatpickr-calendar.arrowCenter:after {
|
|
547
517
|
left: 50%;
|
|
548
518
|
right: 50%;
|
|
549
519
|
}
|
|
520
|
+
|
|
550
521
|
.flatpickr-calendar:before {
|
|
551
522
|
border-width: 5px;
|
|
552
523
|
margin: 0 -5px;
|
|
553
524
|
}
|
|
525
|
+
|
|
554
526
|
.flatpickr-calendar:after {
|
|
555
527
|
border-width: 4px;
|
|
556
528
|
margin: 0 -4px;
|
|
557
529
|
}
|
|
530
|
+
|
|
558
531
|
.flatpickr-calendar.arrowTop:before,
|
|
559
532
|
.flatpickr-calendar.arrowTop:after {
|
|
560
533
|
bottom: 100%;
|
|
561
534
|
}
|
|
535
|
+
|
|
562
536
|
.flatpickr-calendar.arrowTop:before {
|
|
563
537
|
border-bottom-color: #e6e6e6;
|
|
564
538
|
}
|
|
539
|
+
|
|
565
540
|
.flatpickr-calendar.arrowTop:after {
|
|
566
541
|
border-bottom-color: #fff;
|
|
567
542
|
}
|
|
543
|
+
|
|
568
544
|
.flatpickr-calendar.arrowBottom:before,
|
|
569
545
|
.flatpickr-calendar.arrowBottom:after {
|
|
570
546
|
top: 100%;
|
|
571
547
|
}
|
|
548
|
+
|
|
572
549
|
.flatpickr-calendar.arrowBottom:before {
|
|
573
550
|
border-top-color: #e6e6e6;
|
|
574
551
|
}
|
|
552
|
+
|
|
575
553
|
.flatpickr-calendar.arrowBottom:after {
|
|
576
554
|
border-top-color: #fff;
|
|
577
555
|
}
|
|
556
|
+
|
|
578
557
|
.flatpickr-calendar:focus {
|
|
579
558
|
outline: 0;
|
|
580
559
|
}
|
|
560
|
+
|
|
581
561
|
.flatpickr-wrapper {
|
|
582
562
|
position: relative;
|
|
583
563
|
display: inline-block;
|
|
584
564
|
}
|
|
565
|
+
|
|
585
566
|
.flatpickr-months {
|
|
586
567
|
display: -webkit-box;
|
|
587
568
|
display: -webkit-flex;
|
|
588
569
|
display: -ms-flexbox;
|
|
589
570
|
display: flex;
|
|
590
571
|
}
|
|
572
|
+
|
|
591
573
|
.flatpickr-months .flatpickr-month {
|
|
592
574
|
background: transparent;
|
|
593
|
-
color: rgba(0,0,0,0.9);
|
|
594
|
-
fill: rgba(0,0,0,0.9);
|
|
575
|
+
color: rgba(0, 0, 0, 0.9);
|
|
576
|
+
fill: rgba(0, 0, 0, 0.9);
|
|
595
577
|
height: 34px;
|
|
596
578
|
line-height: 1;
|
|
597
579
|
text-align: center;
|
|
598
580
|
position: relative;
|
|
599
581
|
-webkit-user-select: none;
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
582
|
+
-moz-user-select: none;
|
|
583
|
+
-ms-user-select: none;
|
|
584
|
+
user-select: none;
|
|
603
585
|
overflow: hidden;
|
|
604
586
|
-webkit-box-flex: 1;
|
|
605
587
|
-webkit-flex: 1;
|
|
606
|
-
|
|
607
|
-
|
|
588
|
+
-ms-flex: 1;
|
|
589
|
+
flex: 1;
|
|
608
590
|
}
|
|
591
|
+
|
|
609
592
|
.flatpickr-months .flatpickr-prev-month,
|
|
610
593
|
.flatpickr-months .flatpickr-next-month {
|
|
611
594
|
-webkit-user-select: none;
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
595
|
+
-moz-user-select: none;
|
|
596
|
+
-ms-user-select: none;
|
|
597
|
+
user-select: none;
|
|
615
598
|
text-decoration: none;
|
|
616
599
|
cursor: pointer;
|
|
617
600
|
position: absolute;
|
|
@@ -619,45 +602,50 @@
|
|
|
619
602
|
height: 34px;
|
|
620
603
|
padding: 10px;
|
|
621
604
|
z-index: 3;
|
|
622
|
-
color: rgba(0,0,0,0.9);
|
|
623
|
-
fill: rgba(0,0,0,0.9);
|
|
605
|
+
color: rgba(0, 0, 0, 0.9);
|
|
606
|
+
fill: rgba(0, 0, 0, 0.9);
|
|
624
607
|
}
|
|
608
|
+
|
|
625
609
|
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
|
|
626
610
|
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
|
|
627
611
|
display: none;
|
|
628
612
|
}
|
|
613
|
+
|
|
629
614
|
.flatpickr-months .flatpickr-prev-month i,
|
|
630
615
|
.flatpickr-months .flatpickr-next-month i {
|
|
631
616
|
position: relative;
|
|
632
617
|
}
|
|
618
|
+
|
|
633
619
|
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
|
|
634
620
|
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
|
|
635
|
-
/*
|
|
636
|
-
|
|
637
|
-
/*
|
|
638
|
-
|
|
621
|
+
/*
|
|
622
|
+
/*rtl:begin:ignore*/
|
|
623
|
+
/*
|
|
624
|
+
*/
|
|
639
625
|
left: 0;
|
|
640
|
-
/*
|
|
641
|
-
|
|
642
|
-
/*
|
|
643
|
-
|
|
626
|
+
/*
|
|
627
|
+
/*rtl:end:ignore*/
|
|
628
|
+
/*
|
|
629
|
+
*/
|
|
644
630
|
}
|
|
631
|
+
|
|
645
632
|
/*
|
|
646
633
|
/*rtl:begin:ignore*/
|
|
647
634
|
/*
|
|
648
635
|
/*rtl:end:ignore*/
|
|
649
636
|
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
|
|
650
637
|
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
|
|
651
|
-
/*
|
|
652
|
-
|
|
653
|
-
/*
|
|
654
|
-
|
|
638
|
+
/*
|
|
639
|
+
/*rtl:begin:ignore*/
|
|
640
|
+
/*
|
|
641
|
+
*/
|
|
655
642
|
right: 0;
|
|
656
|
-
/*
|
|
657
|
-
|
|
658
|
-
/*
|
|
659
|
-
|
|
643
|
+
/*
|
|
644
|
+
/*rtl:end:ignore*/
|
|
645
|
+
/*
|
|
646
|
+
*/
|
|
660
647
|
}
|
|
648
|
+
|
|
661
649
|
/*
|
|
662
650
|
/*rtl:begin:ignore*/
|
|
663
651
|
/*
|
|
@@ -666,40 +654,49 @@
|
|
|
666
654
|
.flatpickr-months .flatpickr-next-month:hover {
|
|
667
655
|
color: #959ea9;
|
|
668
656
|
}
|
|
657
|
+
|
|
669
658
|
.flatpickr-months .flatpickr-prev-month:hover svg,
|
|
670
659
|
.flatpickr-months .flatpickr-next-month:hover svg {
|
|
671
660
|
fill: #f64747;
|
|
672
661
|
}
|
|
662
|
+
|
|
673
663
|
.flatpickr-months .flatpickr-prev-month svg,
|
|
674
664
|
.flatpickr-months .flatpickr-next-month svg {
|
|
675
665
|
width: 14px;
|
|
676
666
|
height: 14px;
|
|
677
667
|
}
|
|
668
|
+
|
|
678
669
|
.flatpickr-months .flatpickr-prev-month svg path,
|
|
679
670
|
.flatpickr-months .flatpickr-next-month svg path {
|
|
680
671
|
-webkit-transition: fill 0.1s;
|
|
681
672
|
transition: fill 0.1s;
|
|
682
673
|
fill: inherit;
|
|
683
674
|
}
|
|
675
|
+
|
|
684
676
|
.numInputWrapper {
|
|
685
677
|
position: relative;
|
|
686
678
|
height: auto;
|
|
687
679
|
}
|
|
680
|
+
|
|
688
681
|
.numInputWrapper input,
|
|
689
682
|
.numInputWrapper span {
|
|
690
683
|
display: inline-block;
|
|
691
684
|
}
|
|
685
|
+
|
|
692
686
|
.numInputWrapper input {
|
|
693
687
|
width: 100%;
|
|
694
688
|
}
|
|
689
|
+
|
|
695
690
|
.numInputWrapper input::-ms-clear {
|
|
696
691
|
display: none;
|
|
697
692
|
}
|
|
693
|
+
|
|
698
694
|
.numInputWrapper input::-webkit-outer-spin-button,
|
|
699
695
|
.numInputWrapper input::-webkit-inner-spin-button {
|
|
700
696
|
margin: 0;
|
|
701
697
|
-webkit-appearance: none;
|
|
702
698
|
}
|
|
699
|
+
|
|
703
700
|
.numInputWrapper span {
|
|
704
701
|
position: absolute;
|
|
705
702
|
right: 0;
|
|
@@ -709,53 +706,65 @@
|
|
|
709
706
|
line-height: 50%;
|
|
710
707
|
opacity: 0;
|
|
711
708
|
cursor: pointer;
|
|
712
|
-
border: 1px solid rgba(57,57,57,0.15);
|
|
709
|
+
border: 1px solid rgba(57, 57, 57, 0.15);
|
|
713
710
|
-webkit-box-sizing: border-box;
|
|
714
|
-
|
|
711
|
+
box-sizing: border-box;
|
|
715
712
|
}
|
|
713
|
+
|
|
716
714
|
.numInputWrapper span:hover {
|
|
717
|
-
background: rgba(0,0,0,0.1);
|
|
715
|
+
background: rgba(0, 0, 0, 0.1);
|
|
718
716
|
}
|
|
717
|
+
|
|
719
718
|
.numInputWrapper span:active {
|
|
720
|
-
background: rgba(0,0,0,0.2);
|
|
719
|
+
background: rgba(0, 0, 0, 0.2);
|
|
721
720
|
}
|
|
721
|
+
|
|
722
722
|
.numInputWrapper span:after {
|
|
723
723
|
display: block;
|
|
724
724
|
content: "";
|
|
725
725
|
position: absolute;
|
|
726
726
|
}
|
|
727
|
+
|
|
727
728
|
.numInputWrapper span.arrowUp {
|
|
728
729
|
top: 0;
|
|
729
730
|
border-bottom: 0;
|
|
730
731
|
}
|
|
732
|
+
|
|
731
733
|
.numInputWrapper span.arrowUp:after {
|
|
732
734
|
border-left: 4px solid transparent;
|
|
733
735
|
border-right: 4px solid transparent;
|
|
734
|
-
border-bottom: 4px solid rgba(57,57,57,0.6);
|
|
736
|
+
border-bottom: 4px solid rgba(57, 57, 57, 0.6);
|
|
735
737
|
top: 26%;
|
|
736
738
|
}
|
|
739
|
+
|
|
737
740
|
.numInputWrapper span.arrowDown {
|
|
738
741
|
top: 50%;
|
|
739
742
|
}
|
|
743
|
+
|
|
740
744
|
.numInputWrapper span.arrowDown:after {
|
|
741
745
|
border-left: 4px solid transparent;
|
|
742
746
|
border-right: 4px solid transparent;
|
|
743
|
-
border-top: 4px solid rgba(57,57,57,0.6);
|
|
747
|
+
border-top: 4px solid rgba(57, 57, 57, 0.6);
|
|
744
748
|
top: 40%;
|
|
745
749
|
}
|
|
750
|
+
|
|
746
751
|
.numInputWrapper span svg {
|
|
747
752
|
width: inherit;
|
|
748
753
|
height: auto;
|
|
749
754
|
}
|
|
755
|
+
|
|
750
756
|
.numInputWrapper span svg path {
|
|
751
|
-
fill: rgba(0,0,0,0.5);
|
|
757
|
+
fill: rgba(0, 0, 0, 0.5);
|
|
752
758
|
}
|
|
759
|
+
|
|
753
760
|
.numInputWrapper:hover {
|
|
754
|
-
background: rgba(0,0,0,0.05);
|
|
761
|
+
background: rgba(0, 0, 0, 0.05);
|
|
755
762
|
}
|
|
763
|
+
|
|
756
764
|
.numInputWrapper:hover span {
|
|
757
765
|
opacity: 1;
|
|
758
766
|
}
|
|
767
|
+
|
|
759
768
|
.flatpickr-current-month {
|
|
760
769
|
font-size: 135%;
|
|
761
770
|
line-height: inherit;
|
|
@@ -770,8 +779,9 @@
|
|
|
770
779
|
display: inline-block;
|
|
771
780
|
text-align: center;
|
|
772
781
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
773
|
-
|
|
782
|
+
transform: translate3d(0px, 0px, 0px);
|
|
774
783
|
}
|
|
784
|
+
|
|
775
785
|
.flatpickr-current-month span.cur-month {
|
|
776
786
|
font-family: inherit;
|
|
777
787
|
font-weight: 700;
|
|
@@ -780,24 +790,29 @@
|
|
|
780
790
|
margin-left: 0.5ch;
|
|
781
791
|
padding: 0;
|
|
782
792
|
}
|
|
793
|
+
|
|
783
794
|
.flatpickr-current-month span.cur-month:hover {
|
|
784
|
-
background: rgba(0,0,0,0.05);
|
|
795
|
+
background: rgba(0, 0, 0, 0.05);
|
|
785
796
|
}
|
|
797
|
+
|
|
786
798
|
.flatpickr-current-month .numInputWrapper {
|
|
787
799
|
width: 6ch;
|
|
788
|
-
width: 7ch\0;
|
|
800
|
+
width: 7ch\0 ;
|
|
789
801
|
display: inline-block;
|
|
790
802
|
}
|
|
803
|
+
|
|
791
804
|
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
|
|
792
|
-
border-bottom-color: rgba(0,0,0,0.9);
|
|
805
|
+
border-bottom-color: rgba(0, 0, 0, 0.9);
|
|
793
806
|
}
|
|
807
|
+
|
|
794
808
|
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
|
|
795
|
-
border-top-color: rgba(0,0,0,0.9);
|
|
809
|
+
border-top-color: rgba(0, 0, 0, 0.9);
|
|
796
810
|
}
|
|
811
|
+
|
|
797
812
|
.flatpickr-current-month input.cur-year {
|
|
798
813
|
background: transparent;
|
|
799
814
|
-webkit-box-sizing: border-box;
|
|
800
|
-
|
|
815
|
+
box-sizing: border-box;
|
|
801
816
|
color: inherit;
|
|
802
817
|
cursor: text;
|
|
803
818
|
padding: 0 0 0 0.5ch;
|
|
@@ -815,16 +830,19 @@
|
|
|
815
830
|
-moz-appearance: textfield;
|
|
816
831
|
appearance: textfield;
|
|
817
832
|
}
|
|
833
|
+
|
|
818
834
|
.flatpickr-current-month input.cur-year:focus {
|
|
819
835
|
outline: 0;
|
|
820
836
|
}
|
|
837
|
+
|
|
821
838
|
.flatpickr-current-month input.cur-year[disabled],
|
|
822
839
|
.flatpickr-current-month input.cur-year[disabled]:hover {
|
|
823
840
|
font-size: 100%;
|
|
824
|
-
color: rgba(0,0,0,0.5);
|
|
841
|
+
color: rgba(0, 0, 0, 0.5);
|
|
825
842
|
background: transparent;
|
|
826
843
|
pointer-events: none;
|
|
827
844
|
}
|
|
845
|
+
|
|
828
846
|
.flatpickr-current-month .flatpickr-monthDropdown-months {
|
|
829
847
|
appearance: menulist;
|
|
830
848
|
background: transparent;
|
|
@@ -848,18 +866,22 @@
|
|
|
848
866
|
-moz-appearance: menulist;
|
|
849
867
|
width: auto;
|
|
850
868
|
}
|
|
869
|
+
|
|
851
870
|
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
|
|
852
871
|
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
|
|
853
872
|
outline: none;
|
|
854
873
|
}
|
|
874
|
+
|
|
855
875
|
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
|
|
856
|
-
background: rgba(0,0,0,0.05);
|
|
876
|
+
background: rgba(0, 0, 0, 0.05);
|
|
857
877
|
}
|
|
878
|
+
|
|
858
879
|
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
|
|
859
880
|
background-color: transparent;
|
|
860
881
|
outline: none;
|
|
861
882
|
padding: 0;
|
|
862
883
|
}
|
|
884
|
+
|
|
863
885
|
.flatpickr-weekdays {
|
|
864
886
|
background: transparent;
|
|
865
887
|
text-align: center;
|
|
@@ -871,10 +893,11 @@
|
|
|
871
893
|
display: flex;
|
|
872
894
|
-webkit-box-align: center;
|
|
873
895
|
-webkit-align-items: center;
|
|
874
|
-
|
|
875
|
-
|
|
896
|
+
-ms-flex-align: center;
|
|
897
|
+
align-items: center;
|
|
876
898
|
height: 28px;
|
|
877
899
|
}
|
|
900
|
+
|
|
878
901
|
.flatpickr-weekdays .flatpickr-weekdaycontainer {
|
|
879
902
|
display: -webkit-box;
|
|
880
903
|
display: -webkit-flex;
|
|
@@ -882,28 +905,31 @@
|
|
|
882
905
|
display: flex;
|
|
883
906
|
-webkit-box-flex: 1;
|
|
884
907
|
-webkit-flex: 1;
|
|
885
|
-
|
|
886
|
-
|
|
908
|
+
-ms-flex: 1;
|
|
909
|
+
flex: 1;
|
|
887
910
|
}
|
|
911
|
+
|
|
888
912
|
span.flatpickr-weekday {
|
|
889
913
|
cursor: default;
|
|
890
914
|
font-size: 90%;
|
|
891
915
|
background: transparent;
|
|
892
|
-
color: rgba(0,0,0,0.54);
|
|
916
|
+
color: rgba(0, 0, 0, 0.54);
|
|
893
917
|
line-height: 1;
|
|
894
918
|
margin: 0;
|
|
895
919
|
text-align: center;
|
|
896
920
|
display: block;
|
|
897
921
|
-webkit-box-flex: 1;
|
|
898
922
|
-webkit-flex: 1;
|
|
899
|
-
|
|
900
|
-
|
|
923
|
+
-ms-flex: 1;
|
|
924
|
+
flex: 1;
|
|
901
925
|
font-weight: bolder;
|
|
902
926
|
}
|
|
927
|
+
|
|
903
928
|
.dayContainer,
|
|
904
929
|
.flatpickr-weeks {
|
|
905
930
|
padding: 1px 0 0 0;
|
|
906
931
|
}
|
|
932
|
+
|
|
907
933
|
.flatpickr-days {
|
|
908
934
|
position: relative;
|
|
909
935
|
overflow: hidden;
|
|
@@ -913,13 +939,15 @@ span.flatpickr-weekday {
|
|
|
913
939
|
display: flex;
|
|
914
940
|
-webkit-box-align: start;
|
|
915
941
|
-webkit-align-items: flex-start;
|
|
916
|
-
|
|
917
|
-
|
|
942
|
+
-ms-flex-align: start;
|
|
943
|
+
align-items: flex-start;
|
|
918
944
|
width: 307.875px;
|
|
919
945
|
}
|
|
946
|
+
|
|
920
947
|
.flatpickr-days:focus {
|
|
921
948
|
outline: 0;
|
|
922
949
|
}
|
|
950
|
+
|
|
923
951
|
.dayContainer {
|
|
924
952
|
padding: 0;
|
|
925
953
|
outline: 0;
|
|
@@ -928,39 +956,41 @@ span.flatpickr-weekday {
|
|
|
928
956
|
min-width: 307.875px;
|
|
929
957
|
max-width: 307.875px;
|
|
930
958
|
-webkit-box-sizing: border-box;
|
|
931
|
-
|
|
959
|
+
box-sizing: border-box;
|
|
932
960
|
display: inline-block;
|
|
933
961
|
display: -ms-flexbox;
|
|
934
962
|
display: -webkit-box;
|
|
935
963
|
display: -webkit-flex;
|
|
936
964
|
display: flex;
|
|
937
965
|
-webkit-flex-wrap: wrap;
|
|
938
|
-
|
|
966
|
+
flex-wrap: wrap;
|
|
939
967
|
-ms-flex-wrap: wrap;
|
|
940
968
|
-ms-flex-pack: justify;
|
|
941
969
|
-webkit-justify-content: space-around;
|
|
942
|
-
|
|
970
|
+
justify-content: space-around;
|
|
943
971
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
944
|
-
|
|
972
|
+
transform: translate3d(0px, 0px, 0px);
|
|
945
973
|
opacity: 1;
|
|
946
974
|
}
|
|
975
|
+
|
|
947
976
|
.dayContainer + .dayContainer {
|
|
948
977
|
-webkit-box-shadow: -1px 0 0 #e6e6e6;
|
|
949
|
-
|
|
978
|
+
box-shadow: -1px 0 0 #e6e6e6;
|
|
950
979
|
}
|
|
980
|
+
|
|
951
981
|
.flatpickr-day {
|
|
952
982
|
background: none;
|
|
953
983
|
border: 1px solid transparent;
|
|
954
984
|
border-radius: 150px;
|
|
955
985
|
-webkit-box-sizing: border-box;
|
|
956
|
-
|
|
986
|
+
box-sizing: border-box;
|
|
957
987
|
color: #393939;
|
|
958
988
|
cursor: pointer;
|
|
959
989
|
font-weight: 400;
|
|
960
990
|
width: 14.2857143%;
|
|
961
991
|
-webkit-flex-basis: 14.2857143%;
|
|
962
|
-
|
|
963
|
-
|
|
992
|
+
-ms-flex-preferred-size: 14.2857143%;
|
|
993
|
+
flex-basis: 14.2857143%;
|
|
964
994
|
max-width: 39px;
|
|
965
995
|
height: 39px;
|
|
966
996
|
line-height: 39px;
|
|
@@ -969,10 +999,11 @@ span.flatpickr-weekday {
|
|
|
969
999
|
position: relative;
|
|
970
1000
|
-webkit-box-pack: center;
|
|
971
1001
|
-webkit-justify-content: center;
|
|
972
|
-
|
|
973
|
-
|
|
1002
|
+
-ms-flex-pack: center;
|
|
1003
|
+
justify-content: center;
|
|
974
1004
|
text-align: center;
|
|
975
1005
|
}
|
|
1006
|
+
|
|
976
1007
|
.flatpickr-day.inRange,
|
|
977
1008
|
.flatpickr-day.prevMonthDay.inRange,
|
|
978
1009
|
.flatpickr-day.nextMonthDay.inRange,
|
|
@@ -990,15 +1021,18 @@ span.flatpickr-weekday {
|
|
|
990
1021
|
background: #e6e6e6;
|
|
991
1022
|
border-color: #e6e6e6;
|
|
992
1023
|
}
|
|
1024
|
+
|
|
993
1025
|
.flatpickr-day.today {
|
|
994
1026
|
border-color: #959ea9;
|
|
995
1027
|
}
|
|
1028
|
+
|
|
996
1029
|
.flatpickr-day.today:hover,
|
|
997
1030
|
.flatpickr-day.today:focus {
|
|
998
1031
|
border-color: #959ea9;
|
|
999
1032
|
background: #959ea9;
|
|
1000
1033
|
color: #fff;
|
|
1001
1034
|
}
|
|
1035
|
+
|
|
1002
1036
|
.flatpickr-day.selected,
|
|
1003
1037
|
.flatpickr-day.startRange,
|
|
1004
1038
|
.flatpickr-day.endRange,
|
|
@@ -1019,36 +1053,42 @@ span.flatpickr-weekday {
|
|
|
1019
1053
|
.flatpickr-day.endRange.nextMonthDay {
|
|
1020
1054
|
background: #569ff7;
|
|
1021
1055
|
-webkit-box-shadow: none;
|
|
1022
|
-
|
|
1056
|
+
box-shadow: none;
|
|
1023
1057
|
color: #fff;
|
|
1024
1058
|
border-color: #569ff7;
|
|
1025
1059
|
}
|
|
1060
|
+
|
|
1026
1061
|
.flatpickr-day.selected.startRange,
|
|
1027
1062
|
.flatpickr-day.startRange.startRange,
|
|
1028
1063
|
.flatpickr-day.endRange.startRange {
|
|
1029
1064
|
border-radius: 50px 0 0 50px;
|
|
1030
1065
|
}
|
|
1066
|
+
|
|
1031
1067
|
.flatpickr-day.selected.endRange,
|
|
1032
1068
|
.flatpickr-day.startRange.endRange,
|
|
1033
1069
|
.flatpickr-day.endRange.endRange {
|
|
1034
1070
|
border-radius: 0 50px 50px 0;
|
|
1035
1071
|
}
|
|
1072
|
+
|
|
1036
1073
|
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
|
1037
1074
|
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
|
1038
1075
|
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
|
1039
1076
|
-webkit-box-shadow: -10px 0 0 #569ff7;
|
|
1040
|
-
|
|
1077
|
+
box-shadow: -10px 0 0 #569ff7;
|
|
1041
1078
|
}
|
|
1079
|
+
|
|
1042
1080
|
.flatpickr-day.selected.startRange.endRange,
|
|
1043
1081
|
.flatpickr-day.startRange.startRange.endRange,
|
|
1044
1082
|
.flatpickr-day.endRange.startRange.endRange {
|
|
1045
1083
|
border-radius: 50px;
|
|
1046
1084
|
}
|
|
1085
|
+
|
|
1047
1086
|
.flatpickr-day.inRange {
|
|
1048
1087
|
border-radius: 0;
|
|
1049
1088
|
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
|
1050
|
-
|
|
1089
|
+
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
|
1051
1090
|
}
|
|
1091
|
+
|
|
1052
1092
|
.flatpickr-day.flatpickr-disabled,
|
|
1053
1093
|
.flatpickr-day.flatpickr-disabled:hover,
|
|
1054
1094
|
.flatpickr-day.prevMonthDay,
|
|
@@ -1056,50 +1096,59 @@ span.flatpickr-weekday {
|
|
|
1056
1096
|
.flatpickr-day.notAllowed,
|
|
1057
1097
|
.flatpickr-day.notAllowed.prevMonthDay,
|
|
1058
1098
|
.flatpickr-day.notAllowed.nextMonthDay {
|
|
1059
|
-
color: rgba(57,57,57,0.3);
|
|
1099
|
+
color: rgba(57, 57, 57, 0.3);
|
|
1060
1100
|
background: transparent;
|
|
1061
1101
|
border-color: transparent;
|
|
1062
1102
|
cursor: default;
|
|
1063
1103
|
}
|
|
1104
|
+
|
|
1064
1105
|
.flatpickr-day.flatpickr-disabled,
|
|
1065
1106
|
.flatpickr-day.flatpickr-disabled:hover {
|
|
1066
1107
|
cursor: not-allowed;
|
|
1067
|
-
color: rgba(57,57,57,0.1);
|
|
1108
|
+
color: rgba(57, 57, 57, 0.1);
|
|
1068
1109
|
}
|
|
1110
|
+
|
|
1069
1111
|
.flatpickr-day.week.selected {
|
|
1070
1112
|
border-radius: 0;
|
|
1071
1113
|
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
|
|
1072
|
-
|
|
1114
|
+
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
|
|
1073
1115
|
}
|
|
1116
|
+
|
|
1074
1117
|
.flatpickr-day.hidden {
|
|
1075
1118
|
visibility: hidden;
|
|
1076
1119
|
}
|
|
1120
|
+
|
|
1077
1121
|
.rangeMode .flatpickr-day {
|
|
1078
1122
|
margin-top: 1px;
|
|
1079
1123
|
}
|
|
1124
|
+
|
|
1080
1125
|
.flatpickr-weekwrapper {
|
|
1081
1126
|
float: left;
|
|
1082
1127
|
}
|
|
1128
|
+
|
|
1083
1129
|
.flatpickr-weekwrapper .flatpickr-weeks {
|
|
1084
1130
|
padding: 0 12px;
|
|
1085
1131
|
-webkit-box-shadow: 1px 0 0 #e6e6e6;
|
|
1086
|
-
|
|
1132
|
+
box-shadow: 1px 0 0 #e6e6e6;
|
|
1087
1133
|
}
|
|
1134
|
+
|
|
1088
1135
|
.flatpickr-weekwrapper .flatpickr-weekday {
|
|
1089
1136
|
float: none;
|
|
1090
1137
|
width: 100%;
|
|
1091
1138
|
line-height: 28px;
|
|
1092
1139
|
}
|
|
1140
|
+
|
|
1093
1141
|
.flatpickr-weekwrapper span.flatpickr-day,
|
|
1094
1142
|
.flatpickr-weekwrapper span.flatpickr-day:hover {
|
|
1095
1143
|
display: block;
|
|
1096
1144
|
width: 100%;
|
|
1097
1145
|
max-width: none;
|
|
1098
|
-
color: rgba(57,57,57,0.3);
|
|
1146
|
+
color: rgba(57, 57, 57, 0.3);
|
|
1099
1147
|
background: transparent;
|
|
1100
1148
|
cursor: default;
|
|
1101
1149
|
border: none;
|
|
1102
1150
|
}
|
|
1151
|
+
|
|
1103
1152
|
.flatpickr-innerContainer {
|
|
1104
1153
|
display: block;
|
|
1105
1154
|
display: -webkit-box;
|
|
@@ -1107,15 +1156,17 @@ span.flatpickr-weekday {
|
|
|
1107
1156
|
display: -ms-flexbox;
|
|
1108
1157
|
display: flex;
|
|
1109
1158
|
-webkit-box-sizing: border-box;
|
|
1110
|
-
|
|
1159
|
+
box-sizing: border-box;
|
|
1111
1160
|
overflow: hidden;
|
|
1112
1161
|
}
|
|
1162
|
+
|
|
1113
1163
|
.flatpickr-rContainer {
|
|
1114
1164
|
display: inline-block;
|
|
1115
1165
|
padding: 0;
|
|
1116
1166
|
-webkit-box-sizing: border-box;
|
|
1117
|
-
|
|
1167
|
+
box-sizing: border-box;
|
|
1118
1168
|
}
|
|
1169
|
+
|
|
1119
1170
|
.flatpickr-time {
|
|
1120
1171
|
text-align: center;
|
|
1121
1172
|
outline: 0;
|
|
@@ -1124,43 +1175,50 @@ span.flatpickr-weekday {
|
|
|
1124
1175
|
line-height: 40px;
|
|
1125
1176
|
max-height: 40px;
|
|
1126
1177
|
-webkit-box-sizing: border-box;
|
|
1127
|
-
|
|
1178
|
+
box-sizing: border-box;
|
|
1128
1179
|
overflow: hidden;
|
|
1129
1180
|
display: -webkit-box;
|
|
1130
1181
|
display: -webkit-flex;
|
|
1131
1182
|
display: -ms-flexbox;
|
|
1132
1183
|
display: flex;
|
|
1133
1184
|
}
|
|
1185
|
+
|
|
1134
1186
|
.flatpickr-time:after {
|
|
1135
1187
|
content: "";
|
|
1136
1188
|
display: table;
|
|
1137
1189
|
clear: both;
|
|
1138
1190
|
}
|
|
1191
|
+
|
|
1139
1192
|
.flatpickr-time .numInputWrapper {
|
|
1140
1193
|
-webkit-box-flex: 1;
|
|
1141
1194
|
-webkit-flex: 1;
|
|
1142
|
-
|
|
1143
|
-
|
|
1195
|
+
-ms-flex: 1;
|
|
1196
|
+
flex: 1;
|
|
1144
1197
|
width: 40%;
|
|
1145
1198
|
height: 40px;
|
|
1146
1199
|
float: left;
|
|
1147
1200
|
}
|
|
1201
|
+
|
|
1148
1202
|
.flatpickr-time .numInputWrapper span.arrowUp:after {
|
|
1149
1203
|
border-bottom-color: #393939;
|
|
1150
1204
|
}
|
|
1205
|
+
|
|
1151
1206
|
.flatpickr-time .numInputWrapper span.arrowDown:after {
|
|
1152
1207
|
border-top-color: #393939;
|
|
1153
1208
|
}
|
|
1209
|
+
|
|
1154
1210
|
.flatpickr-time.hasSeconds .numInputWrapper {
|
|
1155
1211
|
width: 26%;
|
|
1156
1212
|
}
|
|
1213
|
+
|
|
1157
1214
|
.flatpickr-time.time24hr .numInputWrapper {
|
|
1158
1215
|
width: 49%;
|
|
1159
1216
|
}
|
|
1217
|
+
|
|
1160
1218
|
.flatpickr-time input {
|
|
1161
1219
|
background: transparent;
|
|
1162
1220
|
-webkit-box-shadow: none;
|
|
1163
|
-
|
|
1221
|
+
box-shadow: none;
|
|
1164
1222
|
border: 0;
|
|
1165
1223
|
border-radius: 0;
|
|
1166
1224
|
text-align: center;
|
|
@@ -1172,22 +1230,26 @@ span.flatpickr-weekday {
|
|
|
1172
1230
|
font-size: 14px;
|
|
1173
1231
|
position: relative;
|
|
1174
1232
|
-webkit-box-sizing: border-box;
|
|
1175
|
-
|
|
1233
|
+
box-sizing: border-box;
|
|
1176
1234
|
-webkit-appearance: textfield;
|
|
1177
1235
|
-moz-appearance: textfield;
|
|
1178
1236
|
appearance: textfield;
|
|
1179
1237
|
}
|
|
1238
|
+
|
|
1180
1239
|
.flatpickr-time input.flatpickr-hour {
|
|
1181
1240
|
font-weight: bold;
|
|
1182
1241
|
}
|
|
1242
|
+
|
|
1183
1243
|
.flatpickr-time input.flatpickr-minute,
|
|
1184
1244
|
.flatpickr-time input.flatpickr-second {
|
|
1185
1245
|
font-weight: 400;
|
|
1186
1246
|
}
|
|
1247
|
+
|
|
1187
1248
|
.flatpickr-time input:focus {
|
|
1188
1249
|
outline: 0;
|
|
1189
1250
|
border: 0;
|
|
1190
1251
|
}
|
|
1252
|
+
|
|
1191
1253
|
.flatpickr-time .flatpickr-time-separator,
|
|
1192
1254
|
.flatpickr-time .flatpickr-am-pm {
|
|
1193
1255
|
height: inherit;
|
|
@@ -1197,13 +1259,14 @@ span.flatpickr-weekday {
|
|
|
1197
1259
|
font-weight: bold;
|
|
1198
1260
|
width: 2%;
|
|
1199
1261
|
-webkit-user-select: none;
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1262
|
+
-moz-user-select: none;
|
|
1263
|
+
-ms-user-select: none;
|
|
1264
|
+
user-select: none;
|
|
1203
1265
|
-webkit-align-self: center;
|
|
1204
|
-
|
|
1205
|
-
|
|
1266
|
+
-ms-flex-item-align: center;
|
|
1267
|
+
align-self: center;
|
|
1206
1268
|
}
|
|
1269
|
+
|
|
1207
1270
|
.flatpickr-time .flatpickr-am-pm {
|
|
1208
1271
|
outline: 0;
|
|
1209
1272
|
width: 18%;
|
|
@@ -1211,40 +1274,42 @@ span.flatpickr-weekday {
|
|
|
1211
1274
|
text-align: center;
|
|
1212
1275
|
font-weight: 400;
|
|
1213
1276
|
}
|
|
1277
|
+
|
|
1214
1278
|
.flatpickr-time input:hover,
|
|
1215
1279
|
.flatpickr-time .flatpickr-am-pm:hover,
|
|
1216
1280
|
.flatpickr-time input:focus,
|
|
1217
1281
|
.flatpickr-time .flatpickr-am-pm:focus {
|
|
1218
1282
|
background: #eee;
|
|
1219
1283
|
}
|
|
1284
|
+
|
|
1220
1285
|
.flatpickr-input[readonly] {
|
|
1221
1286
|
cursor: pointer;
|
|
1222
1287
|
}
|
|
1288
|
+
|
|
1223
1289
|
@-webkit-keyframes fpFadeInDown {
|
|
1224
1290
|
from {
|
|
1225
1291
|
opacity: 0;
|
|
1226
1292
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
1227
|
-
|
|
1293
|
+
transform: translate3d(0, -20px, 0);
|
|
1228
1294
|
}
|
|
1229
1295
|
to {
|
|
1230
1296
|
opacity: 1;
|
|
1231
1297
|
-webkit-transform: translate3d(0, 0, 0);
|
|
1232
|
-
|
|
1298
|
+
transform: translate3d(0, 0, 0);
|
|
1233
1299
|
}
|
|
1234
1300
|
}
|
|
1235
1301
|
@keyframes fpFadeInDown {
|
|
1236
1302
|
from {
|
|
1237
1303
|
opacity: 0;
|
|
1238
1304
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
1239
|
-
|
|
1305
|
+
transform: translate3d(0, -20px, 0);
|
|
1240
1306
|
}
|
|
1241
1307
|
to {
|
|
1242
1308
|
opacity: 1;
|
|
1243
1309
|
-webkit-transform: translate3d(0, 0, 0);
|
|
1244
|
-
|
|
1310
|
+
transform: translate3d(0, 0, 0);
|
|
1245
1311
|
}
|
|
1246
1312
|
}
|
|
1247
|
-
|
|
1248
1313
|
/**
|
|
1249
1314
|
* Auto-generated file. Do not edit directly.
|
|
1250
1315
|
*/
|