@qn-pandora/pandora-component 5.1.0 → 5.1.1
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/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +110 -22
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Button/style.css +215 -109
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/style.css +50 -55
- package/es/components/CheckTransformList/style.css +327 -103
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/CheckboxList/style.css +5 -0
- package/es/components/Collapse/style.css +34 -2
- package/es/components/DateTimePicker/Base/style.css +446 -56
- package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Drawer/index.d.ts +6 -6
- package/es/components/Drawer/index.js +4 -4
- package/es/components/Drawer/style.css +244 -169
- package/es/components/Drawer/style.less +8 -0
- package/es/components/FileResumable/style.css +12 -42
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +218 -40
- package/es/components/Menu/style.css +16 -7
- package/es/components/Modal/style.css +10 -7
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/OptionList/InlineOptionList/style.css +21 -8
- package/es/components/OptionList/OptionItem/style.css +83 -55
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +77 -46
- package/es/components/OptionList/style.css +181 -109
- package/es/components/RadioGroup/style.css +27 -16
- package/es/components/RangeInput/style.css +581 -64
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/Selector/style.css +110 -22
- package/es/components/Spin/style.css +8 -6
- package/es/components/Steps/style.css +43 -5
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +2 -3
- package/es/components/Table/index.d.ts +12 -9
- package/es/components/Table/index.js +73 -84
- package/es/components/Table/style.css +99 -61
- package/es/components/Tabs/style.css +117 -68
- package/es/components/TopologyChart/index.d.ts +7 -0
- package/es/components/TopologyChart/index.js +19 -0
- package/es/components/TopologyChart/style.css +14 -0
- package/es/components/TopologyChart/style.less +14 -0
- package/es/components/TreeSelector/style.css +21 -9
- package/es/index.css +8149 -7069
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +17 -16
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +110 -22
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Button/style.css +215 -109
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/style.css +50 -55
- package/lib/components/CheckTransformList/style.css +327 -103
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/CheckboxList/style.css +5 -0
- package/lib/components/Collapse/style.css +34 -2
- package/lib/components/DateTimePicker/Base/style.css +446 -56
- package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Drawer/index.d.ts +6 -6
- package/lib/components/Drawer/index.js +4 -4
- package/lib/components/Drawer/style.css +244 -169
- package/lib/components/Drawer/style.less +8 -0
- package/lib/components/FileResumable/style.css +12 -42
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +218 -40
- package/lib/components/Menu/style.css +16 -7
- package/lib/components/Modal/style.css +10 -7
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/OptionList/InlineOptionList/style.css +21 -8
- package/lib/components/OptionList/OptionItem/style.css +83 -55
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
- package/lib/components/OptionList/style.css +181 -109
- package/lib/components/RadioGroup/style.css +27 -16
- package/lib/components/RangeInput/style.css +581 -64
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/Selector/style.css +110 -22
- package/lib/components/Spin/style.css +8 -6
- package/lib/components/Steps/style.css +43 -5
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +2 -3
- package/lib/components/Table/index.d.ts +12 -9
- package/lib/components/Table/index.js +73 -84
- package/lib/components/Table/style.css +99 -61
- package/lib/components/Tabs/style.css +117 -68
- package/lib/components/TopologyChart/index.d.ts +7 -0
- package/lib/components/TopologyChart/index.js +28 -0
- package/lib/components/TopologyChart/style.css +14 -0
- package/lib/components/TopologyChart/style.less +14 -0
- package/lib/components/TreeSelector/style.css +21 -9
- package/lib/index.css +4307 -3227
- package/lib/index.d.ts +1 -0
- package/lib/index.js +6 -1
- package/lib/index.less +18 -17
- package/package.json +7 -6
@@ -17,19 +17,20 @@
|
|
17
17
|
border-radius: 2px;
|
18
18
|
-webkit-transition: all 0.3s;
|
19
19
|
transition: all 0.3s;
|
20
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
21
20
|
display: -webkit-inline-box;
|
22
21
|
display: -ms-inline-flexbox;
|
23
22
|
display: inline-flex;
|
24
23
|
}
|
25
|
-
.ant-input-affix-wrapper::-moz-placeholder {
|
26
|
-
opacity: 1;
|
27
|
-
}
|
28
24
|
.ant-input-affix-wrapper::-webkit-input-placeholder {
|
29
25
|
color: #bfbfbf;
|
30
26
|
-webkit-user-select: none;
|
31
27
|
user-select: none;
|
32
28
|
}
|
29
|
+
.ant-input-affix-wrapper::-moz-placeholder {
|
30
|
+
color: #bfbfbf;
|
31
|
+
-moz-user-select: none;
|
32
|
+
user-select: none;
|
33
|
+
}
|
33
34
|
.ant-input-affix-wrapper::-ms-input-placeholder {
|
34
35
|
color: #bfbfbf;
|
35
36
|
-ms-user-select: none;
|
@@ -47,7 +48,7 @@
|
|
47
48
|
}
|
48
49
|
.ant-input-affix-wrapper:hover {
|
49
50
|
border-color: #2c6dd2;
|
50
|
-
border-right-width: 1px
|
51
|
+
border-right-width: 1px;
|
51
52
|
}
|
52
53
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
53
54
|
border-right-width: 0;
|
@@ -58,7 +59,7 @@
|
|
58
59
|
border-color: #9ca0a6;
|
59
60
|
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
60
61
|
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
61
|
-
border-right-width: 1px
|
62
|
+
border-right-width: 1px;
|
62
63
|
outline: 0;
|
63
64
|
}
|
64
65
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
@@ -77,7 +78,7 @@
|
|
77
78
|
}
|
78
79
|
.ant-input-affix-wrapper-disabled:hover {
|
79
80
|
border-color: #bfbfbf;
|
80
|
-
border-right-width: 1px
|
81
|
+
border-right-width: 1px;
|
81
82
|
}
|
82
83
|
.ant-input-affix-wrapper[disabled] {
|
83
84
|
color: rgba(0, 0, 0, 0.25);
|
@@ -90,7 +91,7 @@
|
|
90
91
|
}
|
91
92
|
.ant-input-affix-wrapper[disabled]:hover {
|
92
93
|
border-color: #bfbfbf;
|
93
|
-
border-right-width: 1px
|
94
|
+
border-right-width: 1px;
|
94
95
|
}
|
95
96
|
.ant-input-affix-wrapper-borderless,
|
96
97
|
.ant-input-affix-wrapper-borderless:hover,
|
@@ -124,7 +125,7 @@ textarea.ant-input-affix-wrapper {
|
|
124
125
|
}
|
125
126
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
126
127
|
border-color: #2c6dd2;
|
127
|
-
border-right-width: 1px
|
128
|
+
border-right-width: 1px;
|
128
129
|
z-index: 1;
|
129
130
|
}
|
130
131
|
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
@@ -139,18 +140,22 @@ textarea.ant-input-affix-wrapper {
|
|
139
140
|
z-index: 1;
|
140
141
|
}
|
141
142
|
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
|
142
|
-
background:
|
143
|
+
background: rgba(255, 255, 255, 0);
|
143
144
|
}
|
144
|
-
.ant-input-affix-wrapper >
|
145
|
-
|
145
|
+
.ant-input-affix-wrapper > .ant-input {
|
146
|
+
font-size: inherit;
|
146
147
|
border: none;
|
147
148
|
outline: none;
|
148
149
|
}
|
149
|
-
.ant-input-affix-wrapper >
|
150
|
+
.ant-input-affix-wrapper > .ant-input:focus {
|
150
151
|
-webkit-box-shadow: none !important;
|
151
152
|
box-shadow: none !important;
|
152
153
|
}
|
154
|
+
.ant-input-affix-wrapper > .ant-input:not(textarea) {
|
155
|
+
padding: 0;
|
156
|
+
}
|
153
157
|
.ant-input-affix-wrapper::before {
|
158
|
+
display: inline-block;
|
154
159
|
width: 0;
|
155
160
|
visibility: hidden;
|
156
161
|
content: '\a0';
|
@@ -167,13 +172,24 @@ textarea.ant-input-affix-wrapper {
|
|
167
172
|
-ms-flex-align: center;
|
168
173
|
align-items: center;
|
169
174
|
}
|
175
|
+
.ant-input-prefix > *:not(:last-child),
|
176
|
+
.ant-input-suffix > *:not(:last-child) {
|
177
|
+
margin-right: 8px;
|
178
|
+
}
|
179
|
+
.ant-input-show-count-suffix {
|
180
|
+
color: rgba(0, 0, 0, 0.45);
|
181
|
+
}
|
182
|
+
.ant-input-show-count-has-suffix {
|
183
|
+
margin-right: 2px;
|
184
|
+
}
|
170
185
|
.ant-input-prefix {
|
171
186
|
margin-right: 4px;
|
172
187
|
}
|
173
188
|
.ant-input-suffix {
|
174
189
|
margin-left: 4px;
|
175
190
|
}
|
176
|
-
.anticon.ant-input-clear-icon
|
191
|
+
.anticon.ant-input-clear-icon,
|
192
|
+
.ant-input-clear-icon {
|
177
193
|
margin: 0;
|
178
194
|
color: rgba(0, 0, 0, 0.25);
|
179
195
|
font-size: 12px;
|
@@ -182,28 +198,109 @@ textarea.ant-input-affix-wrapper {
|
|
182
198
|
-webkit-transition: color 0.3s;
|
183
199
|
transition: color 0.3s;
|
184
200
|
}
|
185
|
-
.anticon.ant-input-clear-icon:hover
|
201
|
+
.anticon.ant-input-clear-icon:hover,
|
202
|
+
.ant-input-clear-icon:hover {
|
186
203
|
color: rgba(0, 0, 0, 0.45);
|
187
204
|
}
|
188
|
-
.anticon.ant-input-clear-icon:active
|
205
|
+
.anticon.ant-input-clear-icon:active,
|
206
|
+
.ant-input-clear-icon:active {
|
189
207
|
color: rgba(0, 0, 0, 0.65);
|
190
208
|
}
|
191
|
-
.anticon.ant-input-clear-icon-hidden
|
209
|
+
.anticon.ant-input-clear-icon-hidden,
|
210
|
+
.ant-input-clear-icon-hidden {
|
192
211
|
visibility: hidden;
|
193
212
|
}
|
194
|
-
.anticon.ant-input-clear-icon-has-suffix
|
213
|
+
.anticon.ant-input-clear-icon-has-suffix,
|
214
|
+
.ant-input-clear-icon-has-suffix {
|
195
215
|
margin: 0 4px;
|
196
216
|
}
|
197
|
-
.ant-input-affix-wrapper-textarea-with-clear-btn {
|
198
|
-
padding: 0
|
199
|
-
border: 0 !important;
|
217
|
+
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
|
218
|
+
padding: 0;
|
200
219
|
}
|
201
|
-
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
|
220
|
+
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
|
202
221
|
position: absolute;
|
203
222
|
top: 8px;
|
204
223
|
right: 8px;
|
205
224
|
z-index: 1;
|
206
225
|
}
|
226
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
227
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
228
|
+
background: transparent;
|
229
|
+
border-color: #f5222d;
|
230
|
+
}
|
231
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
232
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
233
|
+
border-color: #ff4d4f;
|
234
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
235
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
236
|
+
border-right-width: 1px;
|
237
|
+
outline: 0;
|
238
|
+
}
|
239
|
+
.ant-input-status-error .ant-input-prefix {
|
240
|
+
color: #f5222d;
|
241
|
+
}
|
242
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
243
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
244
|
+
background: transparent;
|
245
|
+
border-color: #f0a818;
|
246
|
+
}
|
247
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
248
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
249
|
+
border-color: #fcc442;
|
250
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
251
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
252
|
+
border-right-width: 1px;
|
253
|
+
outline: 0;
|
254
|
+
}
|
255
|
+
.ant-input-status-warning .ant-input-prefix {
|
256
|
+
color: #f0a818;
|
257
|
+
}
|
258
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
259
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
260
|
+
background: transparent;
|
261
|
+
border-color: #f5222d;
|
262
|
+
}
|
263
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
264
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
265
|
+
border-color: #ff4d4f;
|
266
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
267
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
268
|
+
border-right-width: 1px;
|
269
|
+
outline: 0;
|
270
|
+
}
|
271
|
+
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
272
|
+
color: #f5222d;
|
273
|
+
}
|
274
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
275
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
276
|
+
background: transparent;
|
277
|
+
border-color: #f0a818;
|
278
|
+
}
|
279
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
280
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
281
|
+
border-color: #fcc442;
|
282
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
283
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
284
|
+
border-right-width: 1px;
|
285
|
+
outline: 0;
|
286
|
+
}
|
287
|
+
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
288
|
+
color: #f0a818;
|
289
|
+
}
|
290
|
+
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
291
|
+
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
292
|
+
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
|
293
|
+
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
|
294
|
+
padding-right: 24px;
|
295
|
+
}
|
296
|
+
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
297
|
+
color: #f5222d;
|
298
|
+
border-color: #f5222d;
|
299
|
+
}
|
300
|
+
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
301
|
+
color: #f0a818;
|
302
|
+
border-color: #f0a818;
|
303
|
+
}
|
207
304
|
.ant-input {
|
208
305
|
-webkit-box-sizing: border-box;
|
209
306
|
box-sizing: border-box;
|
@@ -228,16 +325,17 @@ textarea.ant-input-affix-wrapper {
|
|
228
325
|
border-radius: 2px;
|
229
326
|
-webkit-transition: all 0.3s;
|
230
327
|
transition: all 0.3s;
|
231
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
232
|
-
}
|
233
|
-
.ant-input::-moz-placeholder {
|
234
|
-
opacity: 1;
|
235
328
|
}
|
236
329
|
.ant-input::-webkit-input-placeholder {
|
237
330
|
color: #bfbfbf;
|
238
331
|
-webkit-user-select: none;
|
239
332
|
user-select: none;
|
240
333
|
}
|
334
|
+
.ant-input::-moz-placeholder {
|
335
|
+
color: #bfbfbf;
|
336
|
+
-moz-user-select: none;
|
337
|
+
user-select: none;
|
338
|
+
}
|
241
339
|
.ant-input::-ms-input-placeholder {
|
242
340
|
color: #bfbfbf;
|
243
341
|
-ms-user-select: none;
|
@@ -255,7 +353,7 @@ textarea.ant-input-affix-wrapper {
|
|
255
353
|
}
|
256
354
|
.ant-input:hover {
|
257
355
|
border-color: #2c6dd2;
|
258
|
-
border-right-width: 1px
|
356
|
+
border-right-width: 1px;
|
259
357
|
}
|
260
358
|
.ant-input-rtl .ant-input:hover {
|
261
359
|
border-right-width: 0;
|
@@ -266,7 +364,7 @@ textarea.ant-input-affix-wrapper {
|
|
266
364
|
border-color: #9ca0a6;
|
267
365
|
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
268
366
|
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
269
|
-
border-right-width: 1px
|
367
|
+
border-right-width: 1px;
|
270
368
|
outline: 0;
|
271
369
|
}
|
272
370
|
.ant-input-rtl .ant-input:focus,
|
@@ -285,7 +383,7 @@ textarea.ant-input-affix-wrapper {
|
|
285
383
|
}
|
286
384
|
.ant-input-disabled:hover {
|
287
385
|
border-color: #bfbfbf;
|
288
|
-
border-right-width: 1px
|
386
|
+
border-right-width: 1px;
|
289
387
|
}
|
290
388
|
.ant-input[disabled] {
|
291
389
|
color: rgba(0, 0, 0, 0.25);
|
@@ -298,7 +396,7 @@ textarea.ant-input-affix-wrapper {
|
|
298
396
|
}
|
299
397
|
.ant-input[disabled]:hover {
|
300
398
|
border-color: #bfbfbf;
|
301
|
-
border-right-width: 1px
|
399
|
+
border-right-width: 1px;
|
302
400
|
}
|
303
401
|
.ant-input-borderless,
|
304
402
|
.ant-input-borderless:hover,
|
@@ -526,11 +624,8 @@ textarea.ant-input {
|
|
526
624
|
vertical-align: top;
|
527
625
|
border-radius: 0;
|
528
626
|
}
|
529
|
-
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper
|
530
|
-
|
531
|
-
display: -ms-inline-flexbox;
|
532
|
-
display: inline-flex;
|
533
|
-
}
|
627
|
+
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
|
628
|
+
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
|
534
629
|
.ant-input-group.ant-input-group-compact > .ant-picker-range {
|
535
630
|
display: -webkit-inline-box;
|
536
631
|
display: -ms-inline-flexbox;
|
@@ -609,6 +704,7 @@ textarea.ant-input {
|
|
609
704
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
610
705
|
border-right: 0;
|
611
706
|
border-left: 1px solid #bfbfbf;
|
707
|
+
border-radius: 2px 0 0 2px;
|
612
708
|
}
|
613
709
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
614
710
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
@@ -646,19 +742,35 @@ textarea.ant-input {
|
|
646
742
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
647
743
|
border-radius: 0 2px 2px 0;
|
648
744
|
}
|
745
|
+
.ant-input-group > .ant-input-rtl:first-child {
|
746
|
+
border-radius: 0 2px 2px 0;
|
747
|
+
}
|
748
|
+
.ant-input-group > .ant-input-rtl:last-child {
|
749
|
+
border-radius: 2px 0 0 2px;
|
750
|
+
}
|
751
|
+
.ant-input-group-rtl .ant-input-group-addon:first-child {
|
752
|
+
border-right: 1px solid #bfbfbf;
|
753
|
+
border-left: 0;
|
754
|
+
border-radius: 0 2px 2px 0;
|
755
|
+
}
|
756
|
+
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
757
|
+
border-right: 0;
|
758
|
+
border-left: 1px solid #bfbfbf;
|
759
|
+
border-radius: 2px 0 0 2px;
|
760
|
+
}
|
649
761
|
.ant-input-group-wrapper {
|
650
762
|
display: inline-block;
|
651
763
|
width: 100%;
|
652
764
|
text-align: start;
|
653
765
|
vertical-align: top;
|
654
766
|
}
|
655
|
-
.ant-input-password-icon {
|
767
|
+
.ant-input-password-icon.anticon {
|
656
768
|
color: rgba(0, 0, 0, 0.45);
|
657
769
|
cursor: pointer;
|
658
770
|
-webkit-transition: all 0.3s;
|
659
771
|
transition: all 0.3s;
|
660
772
|
}
|
661
|
-
.ant-input-password-icon:hover {
|
773
|
+
.ant-input-password-icon.anticon:hover {
|
662
774
|
color: rgba(0, 0, 0, 0.85);
|
663
775
|
}
|
664
776
|
.ant-input[type='color'] {
|
@@ -672,6 +784,9 @@ textarea.ant-input {
|
|
672
784
|
padding-top: 3px;
|
673
785
|
padding-bottom: 3px;
|
674
786
|
}
|
787
|
+
.ant-input-textarea-show-count > .ant-input {
|
788
|
+
height: 100%;
|
789
|
+
}
|
675
790
|
.ant-input-textarea-show-count::after {
|
676
791
|
float: right;
|
677
792
|
color: rgba(0, 0, 0, 0.45);
|
@@ -679,6 +794,56 @@ textarea.ant-input {
|
|
679
794
|
content: attr(data-count);
|
680
795
|
pointer-events: none;
|
681
796
|
}
|
797
|
+
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
798
|
+
margin-bottom: -22px;
|
799
|
+
}
|
800
|
+
.ant-input-textarea-suffix {
|
801
|
+
position: absolute;
|
802
|
+
top: 0;
|
803
|
+
right: 11px;
|
804
|
+
bottom: 0;
|
805
|
+
z-index: 1;
|
806
|
+
display: -webkit-inline-box;
|
807
|
+
display: -ms-inline-flexbox;
|
808
|
+
display: inline-flex;
|
809
|
+
-webkit-box-align: center;
|
810
|
+
-ms-flex-align: center;
|
811
|
+
align-items: center;
|
812
|
+
margin: auto;
|
813
|
+
}
|
814
|
+
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
815
|
+
margin-right: -1px;
|
816
|
+
}
|
817
|
+
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
|
818
|
+
margin-left: -1px;
|
819
|
+
}
|
820
|
+
.ant-input-compact-item:hover,
|
821
|
+
.ant-input-compact-item:focus,
|
822
|
+
.ant-input-compact-item:active {
|
823
|
+
z-index: 2;
|
824
|
+
}
|
825
|
+
.ant-input-compact-item[disabled] {
|
826
|
+
z-index: 0;
|
827
|
+
}
|
828
|
+
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
|
829
|
+
border-radius: 0;
|
830
|
+
}
|
831
|
+
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
832
|
+
border-top-right-radius: 0;
|
833
|
+
border-bottom-right-radius: 0;
|
834
|
+
}
|
835
|
+
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
|
836
|
+
border-top-left-radius: 0;
|
837
|
+
border-bottom-left-radius: 0;
|
838
|
+
}
|
839
|
+
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
|
840
|
+
border-top-left-radius: 0;
|
841
|
+
border-bottom-left-radius: 0;
|
842
|
+
}
|
843
|
+
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
|
844
|
+
border-top-right-radius: 0;
|
845
|
+
border-bottom-right-radius: 0;
|
846
|
+
}
|
682
847
|
.ant-input-search .ant-input:hover,
|
683
848
|
.ant-input-search .ant-input:focus {
|
684
849
|
border-color: #2c6dd2;
|
@@ -725,6 +890,32 @@ textarea.ant-input {
|
|
725
890
|
.ant-input-search-small .ant-input-search-button {
|
726
891
|
height: 26px;
|
727
892
|
}
|
893
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
|
894
|
+
margin-right: -1px;
|
895
|
+
border-radius: 0;
|
896
|
+
}
|
897
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
|
898
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
|
899
|
+
border-radius: 0;
|
900
|
+
}
|
901
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
|
902
|
+
.ant-input-search.ant-input-compact-item > .ant-input:hover,
|
903
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
|
904
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
|
905
|
+
.ant-input-search.ant-input-compact-item > .ant-input:focus,
|
906
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
|
907
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
|
908
|
+
.ant-input-search.ant-input-compact-item > .ant-input:active,
|
909
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
|
910
|
+
z-index: 2;
|
911
|
+
}
|
912
|
+
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
|
913
|
+
z-index: 2;
|
914
|
+
}
|
915
|
+
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
|
916
|
+
margin-left: -1px;
|
917
|
+
border-radius: 0;
|
918
|
+
}
|
728
919
|
.ant-input-group-wrapper-rtl {
|
729
920
|
direction: rtl;
|
730
921
|
}
|
@@ -760,18 +951,21 @@ textarea.ant-input {
|
|
760
951
|
}
|
761
952
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
762
953
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
763
|
-
border-right-color: #2c6dd2;
|
764
954
|
border-left-color: #e5e5e5;
|
765
955
|
}
|
956
|
+
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
|
957
|
+
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
|
958
|
+
border-left-color: #2c6dd2;
|
959
|
+
}
|
766
960
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
767
961
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
768
962
|
border-right-color: #2c6dd2;
|
769
963
|
}
|
770
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
|
964
|
+
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
|
771
965
|
right: -1px;
|
772
966
|
left: auto;
|
773
967
|
}
|
774
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
|
968
|
+
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
|
775
969
|
border-radius: 2px 0 0 2px;
|
776
970
|
}
|
777
971
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@@ -788,6 +982,269 @@ textarea.ant-input {
|
|
788
982
|
height: auto;
|
789
983
|
}
|
790
984
|
}
|
985
|
+
.ant-input-number-affix-wrapper {
|
986
|
+
display: inline-block;
|
987
|
+
width: 100%;
|
988
|
+
min-width: 0;
|
989
|
+
padding: 4px 11px;
|
990
|
+
color: #333333;
|
991
|
+
font-size: 14px;
|
992
|
+
line-height: 1.5715;
|
993
|
+
background-color: transparent;
|
994
|
+
background-image: none;
|
995
|
+
border: 1px solid #bfbfbf;
|
996
|
+
border-radius: 2px;
|
997
|
+
-webkit-transition: all 0.3s;
|
998
|
+
transition: all 0.3s;
|
999
|
+
position: relative;
|
1000
|
+
display: -webkit-inline-box;
|
1001
|
+
display: -ms-inline-flexbox;
|
1002
|
+
display: inline-flex;
|
1003
|
+
width: 90px;
|
1004
|
+
padding: 0;
|
1005
|
+
-webkit-padding-start: 11px;
|
1006
|
+
padding-inline-start: 11px;
|
1007
|
+
}
|
1008
|
+
.ant-input-number-affix-wrapper::-webkit-input-placeholder {
|
1009
|
+
color: #bfbfbf;
|
1010
|
+
-webkit-user-select: none;
|
1011
|
+
user-select: none;
|
1012
|
+
}
|
1013
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
1014
|
+
color: #bfbfbf;
|
1015
|
+
-moz-user-select: none;
|
1016
|
+
user-select: none;
|
1017
|
+
}
|
1018
|
+
.ant-input-number-affix-wrapper::-ms-input-placeholder {
|
1019
|
+
color: #bfbfbf;
|
1020
|
+
-ms-user-select: none;
|
1021
|
+
user-select: none;
|
1022
|
+
}
|
1023
|
+
.ant-input-number-affix-wrapper::placeholder {
|
1024
|
+
color: #bfbfbf;
|
1025
|
+
-webkit-user-select: none;
|
1026
|
+
-moz-user-select: none;
|
1027
|
+
-ms-user-select: none;
|
1028
|
+
user-select: none;
|
1029
|
+
}
|
1030
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
1031
|
+
text-overflow: ellipsis;
|
1032
|
+
}
|
1033
|
+
.ant-input-number-affix-wrapper:hover {
|
1034
|
+
border-color: #2c6dd2;
|
1035
|
+
border-right-width: 1px;
|
1036
|
+
}
|
1037
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
1038
|
+
border-right-width: 0;
|
1039
|
+
border-left-width: 1px !important;
|
1040
|
+
}
|
1041
|
+
.ant-input-number-affix-wrapper:focus,
|
1042
|
+
.ant-input-number-affix-wrapper-focused {
|
1043
|
+
border-color: #9ca0a6;
|
1044
|
+
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
1045
|
+
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
1046
|
+
border-right-width: 1px;
|
1047
|
+
outline: 0;
|
1048
|
+
}
|
1049
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
|
1050
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-focused {
|
1051
|
+
border-right-width: 0;
|
1052
|
+
border-left-width: 1px !important;
|
1053
|
+
}
|
1054
|
+
.ant-input-number-affix-wrapper-disabled {
|
1055
|
+
color: rgba(0, 0, 0, 0.25);
|
1056
|
+
background-color: #f5f5f5;
|
1057
|
+
border-color: #bfbfbf;
|
1058
|
+
-webkit-box-shadow: none;
|
1059
|
+
box-shadow: none;
|
1060
|
+
cursor: not-allowed;
|
1061
|
+
opacity: 1;
|
1062
|
+
}
|
1063
|
+
.ant-input-number-affix-wrapper-disabled:hover {
|
1064
|
+
border-color: #bfbfbf;
|
1065
|
+
border-right-width: 1px;
|
1066
|
+
}
|
1067
|
+
.ant-input-number-affix-wrapper[disabled] {
|
1068
|
+
color: rgba(0, 0, 0, 0.25);
|
1069
|
+
background-color: #f5f5f5;
|
1070
|
+
border-color: #bfbfbf;
|
1071
|
+
-webkit-box-shadow: none;
|
1072
|
+
box-shadow: none;
|
1073
|
+
cursor: not-allowed;
|
1074
|
+
opacity: 1;
|
1075
|
+
}
|
1076
|
+
.ant-input-number-affix-wrapper[disabled]:hover {
|
1077
|
+
border-color: #bfbfbf;
|
1078
|
+
border-right-width: 1px;
|
1079
|
+
}
|
1080
|
+
.ant-input-number-affix-wrapper-borderless,
|
1081
|
+
.ant-input-number-affix-wrapper-borderless:hover,
|
1082
|
+
.ant-input-number-affix-wrapper-borderless:focus,
|
1083
|
+
.ant-input-number-affix-wrapper-borderless-focused,
|
1084
|
+
.ant-input-number-affix-wrapper-borderless-disabled,
|
1085
|
+
.ant-input-number-affix-wrapper-borderless[disabled] {
|
1086
|
+
background-color: transparent;
|
1087
|
+
border: none;
|
1088
|
+
-webkit-box-shadow: none;
|
1089
|
+
box-shadow: none;
|
1090
|
+
}
|
1091
|
+
textarea.ant-input-number-affix-wrapper {
|
1092
|
+
max-width: 100%;
|
1093
|
+
height: auto;
|
1094
|
+
min-height: 32px;
|
1095
|
+
line-height: 1.5715;
|
1096
|
+
vertical-align: bottom;
|
1097
|
+
-webkit-transition: all 0.3s, height 0s;
|
1098
|
+
transition: all 0.3s, height 0s;
|
1099
|
+
}
|
1100
|
+
.ant-input-number-affix-wrapper-lg {
|
1101
|
+
padding: 6.5px 11px;
|
1102
|
+
font-size: 16px;
|
1103
|
+
}
|
1104
|
+
.ant-input-number-affix-wrapper-sm {
|
1105
|
+
padding: 1px 7px;
|
1106
|
+
}
|
1107
|
+
.ant-input-number-affix-wrapper-rtl {
|
1108
|
+
direction: rtl;
|
1109
|
+
}
|
1110
|
+
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
1111
|
+
border-color: #2c6dd2;
|
1112
|
+
border-right-width: 1px;
|
1113
|
+
z-index: 1;
|
1114
|
+
}
|
1115
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
1116
|
+
border-right-width: 0;
|
1117
|
+
border-left-width: 1px !important;
|
1118
|
+
}
|
1119
|
+
.ant-input-number-affix-wrapper-focused,
|
1120
|
+
.ant-input-number-affix-wrapper:focus {
|
1121
|
+
z-index: 1;
|
1122
|
+
}
|
1123
|
+
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
|
1124
|
+
background: transparent;
|
1125
|
+
}
|
1126
|
+
.ant-input-number-affix-wrapper > div.ant-input-number {
|
1127
|
+
width: 100%;
|
1128
|
+
border: none;
|
1129
|
+
outline: none;
|
1130
|
+
}
|
1131
|
+
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
|
1132
|
+
-webkit-box-shadow: none !important;
|
1133
|
+
box-shadow: none !important;
|
1134
|
+
}
|
1135
|
+
.ant-input-number-affix-wrapper input.ant-input-number-input {
|
1136
|
+
padding: 0;
|
1137
|
+
}
|
1138
|
+
.ant-input-number-affix-wrapper::before {
|
1139
|
+
display: inline-block;
|
1140
|
+
width: 0;
|
1141
|
+
visibility: hidden;
|
1142
|
+
content: '\a0';
|
1143
|
+
}
|
1144
|
+
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
|
1145
|
+
z-index: 2;
|
1146
|
+
}
|
1147
|
+
.ant-input-number-prefix,
|
1148
|
+
.ant-input-number-suffix {
|
1149
|
+
display: -webkit-box;
|
1150
|
+
display: -ms-flexbox;
|
1151
|
+
display: flex;
|
1152
|
+
-webkit-box-flex: 0;
|
1153
|
+
-ms-flex: none;
|
1154
|
+
flex: none;
|
1155
|
+
-webkit-box-align: center;
|
1156
|
+
-ms-flex-align: center;
|
1157
|
+
align-items: center;
|
1158
|
+
pointer-events: none;
|
1159
|
+
}
|
1160
|
+
.ant-input-number-prefix {
|
1161
|
+
-webkit-margin-end: 4px;
|
1162
|
+
margin-inline-end: 4px;
|
1163
|
+
}
|
1164
|
+
.ant-input-number-suffix {
|
1165
|
+
position: absolute;
|
1166
|
+
top: 0;
|
1167
|
+
right: 0;
|
1168
|
+
z-index: 1;
|
1169
|
+
height: 100%;
|
1170
|
+
margin-right: 11px;
|
1171
|
+
margin-left: 4px;
|
1172
|
+
}
|
1173
|
+
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
1174
|
+
width: 100%;
|
1175
|
+
}
|
1176
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
1177
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
1178
|
+
background: transparent;
|
1179
|
+
border-color: #f5222d;
|
1180
|
+
}
|
1181
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
1182
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
1183
|
+
border-color: #ff4d4f;
|
1184
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
1185
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
1186
|
+
border-right-width: 1px;
|
1187
|
+
outline: 0;
|
1188
|
+
}
|
1189
|
+
.ant-input-number-status-error .ant-input-number-prefix {
|
1190
|
+
color: #f5222d;
|
1191
|
+
}
|
1192
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
1193
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
1194
|
+
background: transparent;
|
1195
|
+
border-color: #f0a818;
|
1196
|
+
}
|
1197
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
1198
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
1199
|
+
border-color: #fcc442;
|
1200
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
1201
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
1202
|
+
border-right-width: 1px;
|
1203
|
+
outline: 0;
|
1204
|
+
}
|
1205
|
+
.ant-input-number-status-warning .ant-input-number-prefix {
|
1206
|
+
color: #f0a818;
|
1207
|
+
}
|
1208
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
1209
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
1210
|
+
background: transparent;
|
1211
|
+
border-color: #f5222d;
|
1212
|
+
}
|
1213
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
1214
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
1215
|
+
border-color: #ff4d4f;
|
1216
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
1217
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
1218
|
+
border-right-width: 1px;
|
1219
|
+
outline: 0;
|
1220
|
+
}
|
1221
|
+
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
|
1222
|
+
color: #f5222d;
|
1223
|
+
}
|
1224
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
1225
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
1226
|
+
background: transparent;
|
1227
|
+
border-color: #f0a818;
|
1228
|
+
}
|
1229
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
1230
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
1231
|
+
border-color: #fcc442;
|
1232
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
1233
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
1234
|
+
border-right-width: 1px;
|
1235
|
+
outline: 0;
|
1236
|
+
}
|
1237
|
+
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
|
1238
|
+
color: #f0a818;
|
1239
|
+
}
|
1240
|
+
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
|
1241
|
+
color: #f5222d;
|
1242
|
+
border-color: #f5222d;
|
1243
|
+
}
|
1244
|
+
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
|
1245
|
+
color: #f0a818;
|
1246
|
+
border-color: #f0a818;
|
1247
|
+
}
|
791
1248
|
.ant-input-number {
|
792
1249
|
-webkit-box-sizing: border-box;
|
793
1250
|
box-sizing: border-box;
|
@@ -805,25 +1262,25 @@ textarea.ant-input {
|
|
805
1262
|
line-height: 1.5715;
|
806
1263
|
background-color: transparent;
|
807
1264
|
background-image: none;
|
808
|
-
border: 1px solid #bfbfbf;
|
809
1265
|
-webkit-transition: all 0.3s;
|
810
1266
|
transition: all 0.3s;
|
811
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
812
1267
|
display: inline-block;
|
813
1268
|
width: 90px;
|
814
1269
|
margin: 0;
|
815
1270
|
padding: 0;
|
816
|
-
border: 1px solid #
|
1271
|
+
border: 1px solid #bfbfbf;
|
817
1272
|
border-radius: 2px;
|
818
1273
|
}
|
819
|
-
.ant-input-number::-moz-placeholder {
|
820
|
-
opacity: 1;
|
821
|
-
}
|
822
1274
|
.ant-input-number::-webkit-input-placeholder {
|
823
1275
|
color: #bfbfbf;
|
824
1276
|
-webkit-user-select: none;
|
825
1277
|
user-select: none;
|
826
1278
|
}
|
1279
|
+
.ant-input-number::-moz-placeholder {
|
1280
|
+
color: #bfbfbf;
|
1281
|
+
-moz-user-select: none;
|
1282
|
+
user-select: none;
|
1283
|
+
}
|
827
1284
|
.ant-input-number::-ms-input-placeholder {
|
828
1285
|
color: #bfbfbf;
|
829
1286
|
-ms-user-select: none;
|
@@ -841,7 +1298,7 @@ textarea.ant-input {
|
|
841
1298
|
}
|
842
1299
|
.ant-input-number:hover {
|
843
1300
|
border-color: #2c6dd2;
|
844
|
-
border-right-width: 1px
|
1301
|
+
border-right-width: 1px;
|
845
1302
|
}
|
846
1303
|
.ant-input-rtl .ant-input-number:hover {
|
847
1304
|
border-right-width: 0;
|
@@ -852,7 +1309,7 @@ textarea.ant-input {
|
|
852
1309
|
border-color: #9ca0a6;
|
853
1310
|
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
854
1311
|
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
855
|
-
border-right-width: 1px
|
1312
|
+
border-right-width: 1px;
|
856
1313
|
outline: 0;
|
857
1314
|
}
|
858
1315
|
.ant-input-rtl .ant-input-number:focus,
|
@@ -871,7 +1328,7 @@ textarea.ant-input {
|
|
871
1328
|
}
|
872
1329
|
.ant-input-number-disabled:hover {
|
873
1330
|
border-color: #bfbfbf;
|
874
|
-
border-right-width: 1px
|
1331
|
+
border-right-width: 1px;
|
875
1332
|
}
|
876
1333
|
.ant-input-number[disabled] {
|
877
1334
|
color: rgba(0, 0, 0, 0.25);
|
@@ -884,7 +1341,7 @@ textarea.ant-input {
|
|
884
1341
|
}
|
885
1342
|
.ant-input-number[disabled]:hover {
|
886
1343
|
border-color: #bfbfbf;
|
887
|
-
border-right-width: 1px
|
1344
|
+
border-right-width: 1px;
|
888
1345
|
}
|
889
1346
|
.ant-input-number-borderless,
|
890
1347
|
.ant-input-number-borderless:hover,
|
@@ -1112,11 +1569,8 @@ textarea.ant-input-number {
|
|
1112
1569
|
vertical-align: top;
|
1113
1570
|
border-radius: 0;
|
1114
1571
|
}
|
1115
|
-
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper
|
1116
|
-
|
1117
|
-
display: -ms-inline-flexbox;
|
1118
|
-
display: inline-flex;
|
1119
|
-
}
|
1572
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
|
1573
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
|
1120
1574
|
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
|
1121
1575
|
display: -webkit-inline-box;
|
1122
1576
|
display: -ms-inline-flexbox;
|
@@ -1195,6 +1649,7 @@ textarea.ant-input-number {
|
|
1195
1649
|
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
|
1196
1650
|
border-right: 0;
|
1197
1651
|
border-left: 1px solid #bfbfbf;
|
1652
|
+
border-radius: 2px 0 0 2px;
|
1198
1653
|
}
|
1199
1654
|
.ant-input-number-group-rtl.ant-input-number-group > .ant-input-number:last-child,
|
1200
1655
|
.ant-input-number-group-rtl.ant-input-number-group-addon:last-child {
|
@@ -1232,6 +1687,22 @@ textarea.ant-input-number {
|
|
1232
1687
|
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
1233
1688
|
border-radius: 0 2px 2px 0;
|
1234
1689
|
}
|
1690
|
+
.ant-input-number-group > .ant-input-number-rtl:first-child {
|
1691
|
+
border-radius: 0 2px 2px 0;
|
1692
|
+
}
|
1693
|
+
.ant-input-number-group > .ant-input-number-rtl:last-child {
|
1694
|
+
border-radius: 2px 0 0 2px;
|
1695
|
+
}
|
1696
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
|
1697
|
+
border-right: 1px solid #bfbfbf;
|
1698
|
+
border-left: 0;
|
1699
|
+
border-radius: 0 2px 2px 0;
|
1700
|
+
}
|
1701
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
|
1702
|
+
border-right: 0;
|
1703
|
+
border-left: 1px solid #bfbfbf;
|
1704
|
+
border-radius: 2px 0 0 2px;
|
1705
|
+
}
|
1235
1706
|
.ant-input-number-group-wrapper {
|
1236
1707
|
display: inline-block;
|
1237
1708
|
text-align: start;
|
@@ -1260,14 +1731,19 @@ textarea.ant-input-number {
|
|
1260
1731
|
}
|
1261
1732
|
.ant-input-number-handler-up-inner,
|
1262
1733
|
.ant-input-number-handler-down-inner {
|
1263
|
-
display: inline-
|
1734
|
+
display: -webkit-inline-box;
|
1735
|
+
display: -ms-inline-flexbox;
|
1736
|
+
display: inline-flex;
|
1737
|
+
-webkit-box-align: center;
|
1738
|
+
-ms-flex-align: center;
|
1739
|
+
align-items: center;
|
1264
1740
|
color: #bfbfbf;
|
1265
1741
|
font-style: normal;
|
1266
1742
|
line-height: 0;
|
1267
1743
|
text-align: center;
|
1268
1744
|
text-transform: none;
|
1269
1745
|
vertical-align: -0.125em;
|
1270
|
-
text-rendering:
|
1746
|
+
text-rendering: optimizelegibility;
|
1271
1747
|
-webkit-font-smoothing: antialiased;
|
1272
1748
|
-moz-osx-font-smoothing: grayscale;
|
1273
1749
|
position: absolute;
|
@@ -1303,7 +1779,7 @@ textarea.ant-input-number {
|
|
1303
1779
|
}
|
1304
1780
|
.ant-input-number:hover {
|
1305
1781
|
border-color: #2c6dd2;
|
1306
|
-
border-right-width: 1px
|
1782
|
+
border-right-width: 1px;
|
1307
1783
|
}
|
1308
1784
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
1309
1785
|
opacity: 0;
|
@@ -1314,7 +1790,7 @@ textarea.ant-input-number {
|
|
1314
1790
|
border-color: #9ca0a6;
|
1315
1791
|
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
1316
1792
|
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
1317
|
-
border-right-width: 1px
|
1793
|
+
border-right-width: 1px;
|
1318
1794
|
outline: 0;
|
1319
1795
|
}
|
1320
1796
|
.ant-input-rtl .ant-input-number-focused {
|
@@ -1332,7 +1808,7 @@ textarea.ant-input-number {
|
|
1332
1808
|
}
|
1333
1809
|
.ant-input-number-disabled:hover {
|
1334
1810
|
border-color: #bfbfbf;
|
1335
|
-
border-right-width: 1px
|
1811
|
+
border-right-width: 1px;
|
1336
1812
|
}
|
1337
1813
|
.ant-input-number-disabled .ant-input-number-input {
|
1338
1814
|
cursor: not-allowed;
|
@@ -1357,16 +1833,17 @@ textarea.ant-input-number {
|
|
1357
1833
|
-webkit-appearance: textfield !important;
|
1358
1834
|
-moz-appearance: textfield !important;
|
1359
1835
|
appearance: textfield !important;
|
1360
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
1361
|
-
}
|
1362
|
-
.ant-input-number-input::-moz-placeholder {
|
1363
|
-
opacity: 1;
|
1364
1836
|
}
|
1365
1837
|
.ant-input-number-input::-webkit-input-placeholder {
|
1366
1838
|
color: #bfbfbf;
|
1367
1839
|
-webkit-user-select: none;
|
1368
1840
|
user-select: none;
|
1369
1841
|
}
|
1842
|
+
.ant-input-number-input::-moz-placeholder {
|
1843
|
+
color: #bfbfbf;
|
1844
|
+
-moz-user-select: none;
|
1845
|
+
user-select: none;
|
1846
|
+
}
|
1370
1847
|
.ant-input-number-input::-ms-input-placeholder {
|
1371
1848
|
color: #bfbfbf;
|
1372
1849
|
-ms-user-select: none;
|
@@ -1470,6 +1947,10 @@ textarea.ant-input-number {
|
|
1470
1947
|
.ant-input-number-borderless .ant-input-number-handler-down {
|
1471
1948
|
border-top-width: 0;
|
1472
1949
|
}
|
1950
|
+
.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
|
1951
|
+
.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
|
1952
|
+
border-top: 1px solid #e5e5e5;
|
1953
|
+
}
|
1473
1954
|
.ant-input-number-handler-up-disabled,
|
1474
1955
|
.ant-input-number-handler-down-disabled {
|
1475
1956
|
cursor: not-allowed;
|
@@ -1485,6 +1966,42 @@ textarea.ant-input-number {
|
|
1485
1966
|
.ant-input-number-out-of-range input {
|
1486
1967
|
color: #f5222d;
|
1487
1968
|
}
|
1969
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
|
1970
|
+
margin-right: -1px;
|
1971
|
+
}
|
1972
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
|
1973
|
+
margin-left: -1px;
|
1974
|
+
}
|
1975
|
+
.ant-input-number-compact-item:hover,
|
1976
|
+
.ant-input-number-compact-item:focus,
|
1977
|
+
.ant-input-number-compact-item:active {
|
1978
|
+
z-index: 2;
|
1979
|
+
}
|
1980
|
+
.ant-input-number-compact-item.ant-input-number-focused {
|
1981
|
+
z-index: 2;
|
1982
|
+
}
|
1983
|
+
.ant-input-number-compact-item[disabled] {
|
1984
|
+
z-index: 0;
|
1985
|
+
}
|
1986
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
|
1987
|
+
border-radius: 0;
|
1988
|
+
}
|
1989
|
+
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
|
1990
|
+
border-top-right-radius: 0;
|
1991
|
+
border-bottom-right-radius: 0;
|
1992
|
+
}
|
1993
|
+
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
|
1994
|
+
border-top-left-radius: 0;
|
1995
|
+
border-bottom-left-radius: 0;
|
1996
|
+
}
|
1997
|
+
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
|
1998
|
+
border-top-left-radius: 0;
|
1999
|
+
border-bottom-left-radius: 0;
|
2000
|
+
}
|
2001
|
+
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
|
2002
|
+
border-top-right-radius: 0;
|
2003
|
+
border-bottom-right-radius: 0;
|
2004
|
+
}
|
1488
2005
|
.ant-input-number-rtl {
|
1489
2006
|
direction: rtl;
|
1490
2007
|
}
|