@qn-pandora/pandora-component 5.1.0 → 5.1.2
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/README.md +36 -36
- package/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +127 -39
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.css +282 -176
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.css +61 -66
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.css +345 -121
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/index.js +9 -1
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.css +10 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.css +35 -3
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/index.d.ts +3 -0
- package/es/components/DateTimePicker/Base/index.js +51 -6
- package/es/components/DateTimePicker/Base/style.css +508 -112
- package/es/components/DateTimePicker/Base/style.less +167 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +9 -3
- package/es/components/DateTimePicker/constants.js +1 -0
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/DateTimePicker/time.d.ts +1 -0
- package/es/components/DateTimePicker/time.js +1 -0
- package/es/components/DateTimePicker/transform.js +4 -2
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- 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 +69 -61
- package/es/components/FileResumable/index.js +2 -3
- package/es/components/FileResumable/style.css +20 -50
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/customTooltip.d.ts +22 -0
- package/es/components/FlameGraph/customTooltip.js +91 -0
- package/es/components/FlameGraph/index.d.ts +16 -0
- package/es/components/FlameGraph/index.js +96 -0
- package/es/components/FlameGraph/style.css +8 -0
- package/es/components/FlameGraph/style.less +14 -0
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +231 -53
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/Option.d.ts +1 -1
- package/es/components/Menu/Option.js +12 -4
- package/es/components/Menu/style.css +31 -22
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.css +11 -8
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.css +1 -1
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.css +22 -9
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.css +85 -57
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +80 -49
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.css +187 -115
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +51 -40
- package/es/components/RadioGroup/style.less +41 -41
- package/es/components/RangeInput/style.css +604 -87
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.css +127 -39
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.css +10 -8
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.css +59 -21
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/index.d.ts +1 -0
- package/es/components/Table/ColumnSetting/index.js +19 -14
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +50 -51
- package/es/components/Table/ColumnTag/style.css +4 -4
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/EmptyText.d.ts +7 -0
- package/es/components/Table/EmptyText.js +22 -0
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.d.ts +19 -88
- package/es/components/Table/index.js +142 -326
- package/es/components/Table/style.css +146 -98
- package/es/components/Table/style.less +364 -345
- package/es/components/Table/type.d.ts +63 -0
- package/es/components/Table/type.js +5 -0
- package/es/components/Table/util.d.ts +58 -0
- package/es/components/Table/util.js +218 -0
- package/es/components/Tabs/style.css +127 -78
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.css +5 -5
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.css +1 -1
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.css +6 -6
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.css +1 -1
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- 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/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.css +42 -30
- package/es/components/TreeSelector/style.less +56 -56
- package/es/constants/language/datetime/en.js +4 -2
- package/es/constants/language/datetime/type.d.ts +4 -2
- package/es/constants/language/datetime/zh.js +4 -2
- package/es/index.css +9067 -7963
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +56 -54
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +127 -39
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.css +282 -176
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.css +61 -66
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.css +345 -121
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/index.js +9 -1
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.css +10 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.css +35 -3
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
- package/lib/components/DateTimePicker/Base/index.js +51 -6
- package/lib/components/DateTimePicker/Base/style.css +508 -112
- package/lib/components/DateTimePicker/Base/style.less +167 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +9 -3
- package/lib/components/DateTimePicker/constants.js +1 -0
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/DateTimePicker/time.d.ts +1 -0
- package/lib/components/DateTimePicker/time.js +1 -0
- package/lib/components/DateTimePicker/transform.js +4 -2
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- 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 +69 -61
- package/lib/components/FileResumable/index.js +2 -3
- package/lib/components/FileResumable/style.css +20 -50
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
- package/lib/components/FlameGraph/customTooltip.js +114 -0
- package/lib/components/FlameGraph/index.d.ts +16 -0
- package/lib/components/FlameGraph/index.js +117 -0
- package/lib/components/FlameGraph/style.css +8 -0
- package/lib/components/FlameGraph/style.less +14 -0
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +231 -53
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/Option.d.ts +1 -1
- package/lib/components/Menu/Option.js +17 -25
- package/lib/components/Menu/style.css +31 -22
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.css +11 -8
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.css +1 -1
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.css +22 -9
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.css +85 -57
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.css +187 -115
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +51 -40
- package/lib/components/RadioGroup/style.less +41 -41
- package/lib/components/RangeInput/style.css +604 -87
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.css +127 -39
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.css +10 -8
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.css +59 -21
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
- package/lib/components/Table/ColumnSetting/index.js +19 -14
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +50 -51
- package/lib/components/Table/ColumnTag/style.css +4 -4
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/EmptyText.d.ts +7 -0
- package/lib/components/Table/EmptyText.js +27 -0
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.d.ts +19 -88
- package/lib/components/Table/index.js +145 -327
- package/lib/components/Table/style.css +146 -98
- package/lib/components/Table/style.less +364 -345
- package/lib/components/Table/type.d.ts +63 -0
- package/lib/components/Table/type.js +8 -0
- package/lib/components/Table/util.d.ts +58 -0
- package/lib/components/Table/util.js +227 -0
- package/lib/components/Tabs/style.css +127 -78
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.css +5 -5
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.css +1 -1
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.css +6 -6
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.css +1 -1
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- 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/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.css +42 -30
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/constants/language/datetime/en.js +4 -2
- package/lib/constants/language/datetime/type.d.ts +4 -2
- package/lib/constants/language/datetime/zh.js +4 -2
- package/lib/index.css +4782 -3678
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -1
- package/lib/index.less +56 -54
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +10 -6
@@ -2,6 +2,253 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
.ant-input-number-affix-wrapper {
|
6
|
+
display: inline-block;
|
7
|
+
width: 100%;
|
8
|
+
min-width: 0;
|
9
|
+
padding: 4px 11px;
|
10
|
+
color: #333333;
|
11
|
+
font-size: 14px;
|
12
|
+
line-height: 1.5715;
|
13
|
+
background-color: transparent;
|
14
|
+
background-image: none;
|
15
|
+
border: 1px solid #bfbfbf;
|
16
|
+
border-radius: 2px;
|
17
|
+
-webkit-transition: all 0.3s;
|
18
|
+
transition: all 0.3s;
|
19
|
+
position: relative;
|
20
|
+
display: -webkit-inline-box;
|
21
|
+
display: -ms-inline-flexbox;
|
22
|
+
display: inline-flex;
|
23
|
+
width: 90px;
|
24
|
+
padding: 0;
|
25
|
+
-webkit-padding-start: 11px;
|
26
|
+
padding-inline-start: 11px;
|
27
|
+
}
|
28
|
+
.ant-input-number-affix-wrapper::-webkit-input-placeholder {
|
29
|
+
color: #bfbfbf;
|
30
|
+
-webkit-user-select: none;
|
31
|
+
user-select: none;
|
32
|
+
}
|
33
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
34
|
+
color: #bfbfbf;
|
35
|
+
-moz-user-select: none;
|
36
|
+
user-select: none;
|
37
|
+
}
|
38
|
+
.ant-input-number-affix-wrapper::-ms-input-placeholder {
|
39
|
+
color: #bfbfbf;
|
40
|
+
-ms-user-select: none;
|
41
|
+
user-select: none;
|
42
|
+
}
|
43
|
+
.ant-input-number-affix-wrapper::placeholder {
|
44
|
+
color: #bfbfbf;
|
45
|
+
-webkit-user-select: none;
|
46
|
+
-moz-user-select: none;
|
47
|
+
-ms-user-select: none;
|
48
|
+
user-select: none;
|
49
|
+
}
|
50
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
51
|
+
text-overflow: ellipsis;
|
52
|
+
}
|
53
|
+
.ant-input-number-affix-wrapper:hover {
|
54
|
+
border-color: #436bff;
|
55
|
+
border-right-width: 1px;
|
56
|
+
}
|
57
|
+
.ant-input-number-affix-wrapper:focus,
|
58
|
+
.ant-input-number-affix-wrapper-focused {
|
59
|
+
border-color: #6b90ff;
|
60
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
61
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
62
|
+
border-right-width: 1px;
|
63
|
+
outline: 0;
|
64
|
+
}
|
65
|
+
.ant-input-number-affix-wrapper-disabled {
|
66
|
+
color: rgba(0, 0, 0, 0.25);
|
67
|
+
background-color: #f5f5f5;
|
68
|
+
border-color: #bfbfbf;
|
69
|
+
-webkit-box-shadow: none;
|
70
|
+
box-shadow: none;
|
71
|
+
cursor: not-allowed;
|
72
|
+
opacity: 1;
|
73
|
+
}
|
74
|
+
.ant-input-number-affix-wrapper-disabled:hover {
|
75
|
+
border-color: #bfbfbf;
|
76
|
+
border-right-width: 1px;
|
77
|
+
}
|
78
|
+
.ant-input-number-affix-wrapper[disabled] {
|
79
|
+
color: rgba(0, 0, 0, 0.25);
|
80
|
+
background-color: #f5f5f5;
|
81
|
+
border-color: #bfbfbf;
|
82
|
+
-webkit-box-shadow: none;
|
83
|
+
box-shadow: none;
|
84
|
+
cursor: not-allowed;
|
85
|
+
opacity: 1;
|
86
|
+
}
|
87
|
+
.ant-input-number-affix-wrapper[disabled]:hover {
|
88
|
+
border-color: #bfbfbf;
|
89
|
+
border-right-width: 1px;
|
90
|
+
}
|
91
|
+
.ant-input-number-affix-wrapper-borderless,
|
92
|
+
.ant-input-number-affix-wrapper-borderless:hover,
|
93
|
+
.ant-input-number-affix-wrapper-borderless:focus,
|
94
|
+
.ant-input-number-affix-wrapper-borderless-focused,
|
95
|
+
.ant-input-number-affix-wrapper-borderless-disabled,
|
96
|
+
.ant-input-number-affix-wrapper-borderless[disabled] {
|
97
|
+
background-color: transparent;
|
98
|
+
border: none;
|
99
|
+
-webkit-box-shadow: none;
|
100
|
+
box-shadow: none;
|
101
|
+
}
|
102
|
+
textarea.ant-input-number-affix-wrapper {
|
103
|
+
max-width: 100%;
|
104
|
+
height: auto;
|
105
|
+
min-height: 32px;
|
106
|
+
line-height: 1.5715;
|
107
|
+
vertical-align: bottom;
|
108
|
+
-webkit-transition: all 0.3s, height 0s;
|
109
|
+
transition: all 0.3s, height 0s;
|
110
|
+
}
|
111
|
+
.ant-input-number-affix-wrapper-lg {
|
112
|
+
padding: 6.5px 11px;
|
113
|
+
font-size: 16px;
|
114
|
+
}
|
115
|
+
.ant-input-number-affix-wrapper-sm {
|
116
|
+
padding: 1px 7px;
|
117
|
+
}
|
118
|
+
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
119
|
+
border-color: #436bff;
|
120
|
+
border-right-width: 1px;
|
121
|
+
z-index: 1;
|
122
|
+
}
|
123
|
+
.ant-input-number-affix-wrapper-focused,
|
124
|
+
.ant-input-number-affix-wrapper:focus {
|
125
|
+
z-index: 1;
|
126
|
+
}
|
127
|
+
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
|
128
|
+
background: transparent;
|
129
|
+
}
|
130
|
+
.ant-input-number-affix-wrapper > div.ant-input-number {
|
131
|
+
width: 100%;
|
132
|
+
border: none;
|
133
|
+
outline: none;
|
134
|
+
}
|
135
|
+
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
|
136
|
+
-webkit-box-shadow: none !important;
|
137
|
+
box-shadow: none !important;
|
138
|
+
}
|
139
|
+
.ant-input-number-affix-wrapper input.ant-input-number-input {
|
140
|
+
padding: 0;
|
141
|
+
}
|
142
|
+
.ant-input-number-affix-wrapper::before {
|
143
|
+
display: inline-block;
|
144
|
+
width: 0;
|
145
|
+
visibility: hidden;
|
146
|
+
content: '\a0';
|
147
|
+
}
|
148
|
+
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
|
149
|
+
z-index: 2;
|
150
|
+
}
|
151
|
+
.ant-input-number-prefix,
|
152
|
+
.ant-input-number-suffix {
|
153
|
+
display: -webkit-box;
|
154
|
+
display: -ms-flexbox;
|
155
|
+
display: flex;
|
156
|
+
-webkit-box-flex: 0;
|
157
|
+
-ms-flex: none;
|
158
|
+
flex: none;
|
159
|
+
-webkit-box-align: center;
|
160
|
+
-ms-flex-align: center;
|
161
|
+
align-items: center;
|
162
|
+
pointer-events: none;
|
163
|
+
}
|
164
|
+
.ant-input-number-prefix {
|
165
|
+
-webkit-margin-end: 4px;
|
166
|
+
margin-inline-end: 4px;
|
167
|
+
}
|
168
|
+
.ant-input-number-suffix {
|
169
|
+
position: absolute;
|
170
|
+
top: 0;
|
171
|
+
right: 0;
|
172
|
+
z-index: 1;
|
173
|
+
height: 100%;
|
174
|
+
margin-right: 11px;
|
175
|
+
margin-left: 4px;
|
176
|
+
}
|
177
|
+
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
178
|
+
width: 100%;
|
179
|
+
}
|
180
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
181
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
182
|
+
background: transparent;
|
183
|
+
border-color: #f5222d;
|
184
|
+
}
|
185
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
186
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
187
|
+
border-color: #ff4d4f;
|
188
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
189
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
190
|
+
border-right-width: 1px;
|
191
|
+
outline: 0;
|
192
|
+
}
|
193
|
+
.ant-input-number-status-error .ant-input-number-prefix {
|
194
|
+
color: #f5222d;
|
195
|
+
}
|
196
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
197
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
198
|
+
background: transparent;
|
199
|
+
border-color: #f0a818;
|
200
|
+
}
|
201
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
202
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
203
|
+
border-color: #fcc442;
|
204
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
205
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
206
|
+
border-right-width: 1px;
|
207
|
+
outline: 0;
|
208
|
+
}
|
209
|
+
.ant-input-number-status-warning .ant-input-number-prefix {
|
210
|
+
color: #f0a818;
|
211
|
+
}
|
212
|
+
.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,
|
213
|
+
.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 {
|
214
|
+
background: transparent;
|
215
|
+
border-color: #f5222d;
|
216
|
+
}
|
217
|
+
.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,
|
218
|
+
.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 {
|
219
|
+
border-color: #ff4d4f;
|
220
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
221
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
222
|
+
border-right-width: 1px;
|
223
|
+
outline: 0;
|
224
|
+
}
|
225
|
+
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
|
226
|
+
color: #f5222d;
|
227
|
+
}
|
228
|
+
.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,
|
229
|
+
.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 {
|
230
|
+
background: transparent;
|
231
|
+
border-color: #f0a818;
|
232
|
+
}
|
233
|
+
.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,
|
234
|
+
.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 {
|
235
|
+
border-color: #fcc442;
|
236
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
237
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
238
|
+
border-right-width: 1px;
|
239
|
+
outline: 0;
|
240
|
+
}
|
241
|
+
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
|
242
|
+
color: #f0a818;
|
243
|
+
}
|
244
|
+
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
|
245
|
+
color: #f5222d;
|
246
|
+
border-color: #f5222d;
|
247
|
+
}
|
248
|
+
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
|
249
|
+
color: #f0a818;
|
250
|
+
border-color: #f0a818;
|
251
|
+
}
|
5
252
|
.ant-input-number {
|
6
253
|
-webkit-box-sizing: border-box;
|
7
254
|
box-sizing: border-box;
|
@@ -19,25 +266,25 @@
|
|
19
266
|
line-height: 1.5715;
|
20
267
|
background-color: transparent;
|
21
268
|
background-image: none;
|
22
|
-
border: 1px solid #bfbfbf;
|
23
269
|
-webkit-transition: all 0.3s;
|
24
270
|
transition: all 0.3s;
|
25
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
26
271
|
display: inline-block;
|
27
272
|
width: 90px;
|
28
273
|
margin: 0;
|
29
274
|
padding: 0;
|
30
|
-
border: 1px solid #
|
275
|
+
border: 1px solid #bfbfbf;
|
31
276
|
border-radius: 2px;
|
32
277
|
}
|
33
|
-
.ant-input-number::-moz-placeholder {
|
34
|
-
opacity: 1;
|
35
|
-
}
|
36
278
|
.ant-input-number::-webkit-input-placeholder {
|
37
279
|
color: #bfbfbf;
|
38
280
|
-webkit-user-select: none;
|
39
281
|
user-select: none;
|
40
282
|
}
|
283
|
+
.ant-input-number::-moz-placeholder {
|
284
|
+
color: #bfbfbf;
|
285
|
+
-moz-user-select: none;
|
286
|
+
user-select: none;
|
287
|
+
}
|
41
288
|
.ant-input-number::-ms-input-placeholder {
|
42
289
|
color: #bfbfbf;
|
43
290
|
-ms-user-select: none;
|
@@ -54,15 +301,15 @@
|
|
54
301
|
text-overflow: ellipsis;
|
55
302
|
}
|
56
303
|
.ant-input-number:hover {
|
57
|
-
border-color: #
|
58
|
-
border-right-width: 1px
|
304
|
+
border-color: #436bff;
|
305
|
+
border-right-width: 1px;
|
59
306
|
}
|
60
307
|
.ant-input-number:focus,
|
61
308
|
.ant-input-number-focused {
|
62
|
-
border-color: #
|
63
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
64
|
-
box-shadow: 0 0 0 2px rgba(
|
65
|
-
border-right-width: 1px
|
309
|
+
border-color: #6b90ff;
|
310
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
311
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
312
|
+
border-right-width: 1px;
|
66
313
|
outline: 0;
|
67
314
|
}
|
68
315
|
.ant-input-number-disabled {
|
@@ -76,7 +323,7 @@
|
|
76
323
|
}
|
77
324
|
.ant-input-number-disabled:hover {
|
78
325
|
border-color: #bfbfbf;
|
79
|
-
border-right-width: 1px
|
326
|
+
border-right-width: 1px;
|
80
327
|
}
|
81
328
|
.ant-input-number[disabled] {
|
82
329
|
color: rgba(0, 0, 0, 0.25);
|
@@ -89,7 +336,7 @@
|
|
89
336
|
}
|
90
337
|
.ant-input-number[disabled]:hover {
|
91
338
|
border-color: #bfbfbf;
|
92
|
-
border-right-width: 1px
|
339
|
+
border-right-width: 1px;
|
93
340
|
}
|
94
341
|
.ant-input-number-borderless,
|
95
342
|
.ant-input-number-borderless:hover,
|
@@ -207,7 +454,7 @@ textarea.ant-input-number {
|
|
207
454
|
}
|
208
455
|
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
|
209
456
|
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
|
210
|
-
color: #
|
457
|
+
color: #436bff;
|
211
458
|
}
|
212
459
|
.ant-input-number-group-addon .ant-cascader-picker {
|
213
460
|
margin: -9px -12px;
|
@@ -314,11 +561,8 @@ textarea.ant-input-number {
|
|
314
561
|
vertical-align: top;
|
315
562
|
border-radius: 0;
|
316
563
|
}
|
317
|
-
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper
|
318
|
-
|
319
|
-
display: -ms-inline-flexbox;
|
320
|
-
display: inline-flex;
|
321
|
-
}
|
564
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
|
565
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
|
322
566
|
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
|
323
567
|
display: -webkit-inline-box;
|
324
568
|
display: -ms-inline-flexbox;
|
@@ -386,6 +630,22 @@ textarea.ant-input-number {
|
|
386
630
|
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
387
631
|
border-radius: 2px 0 0 2px;
|
388
632
|
}
|
633
|
+
.ant-input-number-group > .ant-input-number-rtl:first-child {
|
634
|
+
border-radius: 0 2px 2px 0;
|
635
|
+
}
|
636
|
+
.ant-input-number-group > .ant-input-number-rtl:last-child {
|
637
|
+
border-radius: 2px 0 0 2px;
|
638
|
+
}
|
639
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
|
640
|
+
border-right: 1px solid #bfbfbf;
|
641
|
+
border-left: 0;
|
642
|
+
border-radius: 0 2px 2px 0;
|
643
|
+
}
|
644
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
|
645
|
+
border-right: 0;
|
646
|
+
border-left: 1px solid #bfbfbf;
|
647
|
+
border-radius: 2px 0 0 2px;
|
648
|
+
}
|
389
649
|
.ant-input-number-group-wrapper {
|
390
650
|
display: inline-block;
|
391
651
|
text-align: start;
|
@@ -410,18 +670,23 @@ textarea.ant-input-number {
|
|
410
670
|
}
|
411
671
|
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
412
672
|
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
413
|
-
color: #
|
673
|
+
color: #6b90ff;
|
414
674
|
}
|
415
675
|
.ant-input-number-handler-up-inner,
|
416
676
|
.ant-input-number-handler-down-inner {
|
417
|
-
display: inline-
|
677
|
+
display: -webkit-inline-box;
|
678
|
+
display: -ms-inline-flexbox;
|
679
|
+
display: inline-flex;
|
680
|
+
-webkit-box-align: center;
|
681
|
+
-ms-flex-align: center;
|
682
|
+
align-items: center;
|
418
683
|
color: #bfbfbf;
|
419
684
|
font-style: normal;
|
420
685
|
line-height: 0;
|
421
686
|
text-align: center;
|
422
687
|
text-transform: none;
|
423
688
|
vertical-align: -0.125em;
|
424
|
-
text-rendering:
|
689
|
+
text-rendering: optimizelegibility;
|
425
690
|
-webkit-font-smoothing: antialiased;
|
426
691
|
-moz-osx-font-smoothing: grayscale;
|
427
692
|
position: absolute;
|
@@ -456,8 +721,8 @@ textarea.ant-input-number {
|
|
456
721
|
display: block;
|
457
722
|
}
|
458
723
|
.ant-input-number:hover {
|
459
|
-
border-color: #
|
460
|
-
border-right-width: 1px
|
724
|
+
border-color: #436bff;
|
725
|
+
border-right-width: 1px;
|
461
726
|
}
|
462
727
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
463
728
|
opacity: 0;
|
@@ -465,10 +730,10 @@ textarea.ant-input-number {
|
|
465
730
|
transition: opacity 0.24s linear 0.24s;
|
466
731
|
}
|
467
732
|
.ant-input-number-focused {
|
468
|
-
border-color: #
|
469
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
470
|
-
box-shadow: 0 0 0 2px rgba(
|
471
|
-
border-right-width: 1px
|
733
|
+
border-color: #6b90ff;
|
734
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
735
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
736
|
+
border-right-width: 1px;
|
472
737
|
outline: 0;
|
473
738
|
}
|
474
739
|
.ant-input-number-disabled {
|
@@ -482,7 +747,7 @@ textarea.ant-input-number {
|
|
482
747
|
}
|
483
748
|
.ant-input-number-disabled:hover {
|
484
749
|
border-color: #bfbfbf;
|
485
|
-
border-right-width: 1px
|
750
|
+
border-right-width: 1px;
|
486
751
|
}
|
487
752
|
.ant-input-number-disabled .ant-input-number-input {
|
488
753
|
cursor: not-allowed;
|
@@ -507,16 +772,17 @@ textarea.ant-input-number {
|
|
507
772
|
-webkit-appearance: textfield !important;
|
508
773
|
-moz-appearance: textfield !important;
|
509
774
|
appearance: textfield !important;
|
510
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
511
|
-
}
|
512
|
-
.ant-input-number-input::-moz-placeholder {
|
513
|
-
opacity: 1;
|
514
775
|
}
|
515
776
|
.ant-input-number-input::-webkit-input-placeholder {
|
516
777
|
color: #bfbfbf;
|
517
778
|
-webkit-user-select: none;
|
518
779
|
user-select: none;
|
519
780
|
}
|
781
|
+
.ant-input-number-input::-moz-placeholder {
|
782
|
+
color: #bfbfbf;
|
783
|
+
-moz-user-select: none;
|
784
|
+
user-select: none;
|
785
|
+
}
|
520
786
|
.ant-input-number-input::-ms-input-placeholder {
|
521
787
|
color: #bfbfbf;
|
522
788
|
-ms-user-select: none;
|
@@ -620,6 +886,10 @@ textarea.ant-input-number {
|
|
620
886
|
.ant-input-number-borderless .ant-input-number-handler-down {
|
621
887
|
border-top-width: 0;
|
622
888
|
}
|
889
|
+
.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
|
890
|
+
.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
|
891
|
+
border-top: 1px solid #e5e5e5;
|
892
|
+
}
|
623
893
|
.ant-input-number-handler-up-disabled,
|
624
894
|
.ant-input-number-handler-down-disabled {
|
625
895
|
cursor: not-allowed;
|
@@ -635,6 +905,42 @@ textarea.ant-input-number {
|
|
635
905
|
.ant-input-number-out-of-range input {
|
636
906
|
color: #f5222d;
|
637
907
|
}
|
908
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
|
909
|
+
margin-right: -1px;
|
910
|
+
}
|
911
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
|
912
|
+
margin-left: -1px;
|
913
|
+
}
|
914
|
+
.ant-input-number-compact-item:hover,
|
915
|
+
.ant-input-number-compact-item:focus,
|
916
|
+
.ant-input-number-compact-item:active {
|
917
|
+
z-index: 2;
|
918
|
+
}
|
919
|
+
.ant-input-number-compact-item.ant-input-number-focused {
|
920
|
+
z-index: 2;
|
921
|
+
}
|
922
|
+
.ant-input-number-compact-item[disabled] {
|
923
|
+
z-index: 0;
|
924
|
+
}
|
925
|
+
.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
|
926
|
+
border-radius: 0;
|
927
|
+
}
|
928
|
+
.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) {
|
929
|
+
border-top-right-radius: 0;
|
930
|
+
border-bottom-right-radius: 0;
|
931
|
+
}
|
932
|
+
.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) {
|
933
|
+
border-top-left-radius: 0;
|
934
|
+
border-bottom-left-radius: 0;
|
935
|
+
}
|
936
|
+
.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) {
|
937
|
+
border-top-left-radius: 0;
|
938
|
+
border-bottom-left-radius: 0;
|
939
|
+
}
|
940
|
+
.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) {
|
941
|
+
border-top-right-radius: 0;
|
942
|
+
border-bottom-right-radius: 0;
|
943
|
+
}
|
638
944
|
.ant-input-number-rtl {
|
639
945
|
direction: rtl;
|
640
946
|
}
|
@@ -659,6 +965,38 @@ textarea.ant-input-number {
|
|
659
965
|
direction: ltr;
|
660
966
|
text-align: right;
|
661
967
|
}
|
968
|
+
.ant-picker-status-error.ant-picker,
|
969
|
+
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
|
970
|
+
background-color: transparent;
|
971
|
+
border-color: #f5222d;
|
972
|
+
}
|
973
|
+
.ant-picker-status-error.ant-picker-focused,
|
974
|
+
.ant-picker-status-error.ant-picker:focus {
|
975
|
+
border-color: #ff4d4f;
|
976
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
977
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
978
|
+
border-right-width: 1px;
|
979
|
+
outline: 0;
|
980
|
+
}
|
981
|
+
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
|
982
|
+
background: #ff4d4f;
|
983
|
+
}
|
984
|
+
.ant-picker-status-warning.ant-picker,
|
985
|
+
.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
|
986
|
+
background-color: transparent;
|
987
|
+
border-color: #f0a818;
|
988
|
+
}
|
989
|
+
.ant-picker-status-warning.ant-picker-focused,
|
990
|
+
.ant-picker-status-warning.ant-picker:focus {
|
991
|
+
border-color: #fcc442;
|
992
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
993
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
994
|
+
border-right-width: 1px;
|
995
|
+
outline: 0;
|
996
|
+
}
|
997
|
+
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
|
998
|
+
background: #fcc442;
|
999
|
+
}
|
662
1000
|
.ant-picker {
|
663
1001
|
-webkit-box-sizing: border-box;
|
664
1002
|
box-sizing: border-box;
|
@@ -689,14 +1027,14 @@ textarea.ant-input-number {
|
|
689
1027
|
}
|
690
1028
|
.ant-picker:hover,
|
691
1029
|
.ant-picker-focused {
|
692
|
-
border-color: #
|
693
|
-
border-right-width: 1px
|
1030
|
+
border-color: #436bff;
|
1031
|
+
border-right-width: 1px;
|
694
1032
|
}
|
695
1033
|
.ant-picker-focused {
|
696
|
-
border-color: #
|
697
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
698
|
-
box-shadow: 0 0 0 2px rgba(
|
699
|
-
border-right-width: 1px
|
1034
|
+
border-color: #6b90ff;
|
1035
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1036
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1037
|
+
border-right-width: 1px;
|
700
1038
|
outline: 0;
|
701
1039
|
}
|
702
1040
|
.ant-picker.ant-picker-disabled {
|
@@ -738,7 +1076,6 @@ textarea.ant-input-number {
|
|
738
1076
|
border-radius: 2px;
|
739
1077
|
-webkit-transition: all 0.3s;
|
740
1078
|
transition: all 0.3s;
|
741
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
742
1079
|
-webkit-box-flex: 1;
|
743
1080
|
-ms-flex: auto;
|
744
1081
|
flex: auto;
|
@@ -748,14 +1085,16 @@ textarea.ant-input-number {
|
|
748
1085
|
background: transparent;
|
749
1086
|
border: 0;
|
750
1087
|
}
|
751
|
-
.ant-picker-input > input::-moz-placeholder {
|
752
|
-
opacity: 1;
|
753
|
-
}
|
754
1088
|
.ant-picker-input > input::-webkit-input-placeholder {
|
755
1089
|
color: #bfbfbf;
|
756
1090
|
-webkit-user-select: none;
|
757
1091
|
user-select: none;
|
758
1092
|
}
|
1093
|
+
.ant-picker-input > input::-moz-placeholder {
|
1094
|
+
color: #bfbfbf;
|
1095
|
+
-moz-user-select: none;
|
1096
|
+
user-select: none;
|
1097
|
+
}
|
759
1098
|
.ant-picker-input > input::-ms-input-placeholder {
|
760
1099
|
color: #bfbfbf;
|
761
1100
|
-ms-user-select: none;
|
@@ -772,15 +1111,15 @@ textarea.ant-input-number {
|
|
772
1111
|
text-overflow: ellipsis;
|
773
1112
|
}
|
774
1113
|
.ant-picker-input > input:hover {
|
775
|
-
border-color: #
|
776
|
-
border-right-width: 1px
|
1114
|
+
border-color: #436bff;
|
1115
|
+
border-right-width: 1px;
|
777
1116
|
}
|
778
1117
|
.ant-picker-input > input:focus,
|
779
1118
|
.ant-picker-input > input-focused {
|
780
|
-
border-color: #
|
781
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
782
|
-
box-shadow: 0 0 0 2px rgba(
|
783
|
-
border-right-width: 1px
|
1119
|
+
border-color: #6b90ff;
|
1120
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1121
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1122
|
+
border-right-width: 1px;
|
784
1123
|
outline: 0;
|
785
1124
|
}
|
786
1125
|
.ant-picker-input > input-disabled {
|
@@ -794,7 +1133,7 @@ textarea.ant-input-number {
|
|
794
1133
|
}
|
795
1134
|
.ant-picker-input > input-disabled:hover {
|
796
1135
|
border-color: #bfbfbf;
|
797
|
-
border-right-width: 1px
|
1136
|
+
border-right-width: 1px;
|
798
1137
|
}
|
799
1138
|
.ant-picker-input > input[disabled] {
|
800
1139
|
color: rgba(0, 0, 0, 0.25);
|
@@ -807,7 +1146,7 @@ textarea.ant-input-number {
|
|
807
1146
|
}
|
808
1147
|
.ant-picker-input > input[disabled]:hover {
|
809
1148
|
border-color: #bfbfbf;
|
810
|
-
border-right-width: 1px
|
1149
|
+
border-right-width: 1px;
|
811
1150
|
}
|
812
1151
|
.ant-picker-input > input-borderless,
|
813
1152
|
.ant-picker-input > input-borderless:hover,
|
@@ -859,6 +1198,12 @@ textarea.ant-picker-input > input {
|
|
859
1198
|
padding: 1px 7px 1px;
|
860
1199
|
}
|
861
1200
|
.ant-picker-suffix {
|
1201
|
+
display: -webkit-box;
|
1202
|
+
display: -ms-flexbox;
|
1203
|
+
display: flex;
|
1204
|
+
-webkit-box-flex: 0;
|
1205
|
+
-ms-flex: none;
|
1206
|
+
flex: none;
|
862
1207
|
-ms-flex-item-align: center;
|
863
1208
|
align-self: center;
|
864
1209
|
margin-left: 4px;
|
@@ -869,6 +1214,9 @@ textarea.ant-picker-input > input {
|
|
869
1214
|
.ant-picker-suffix > * {
|
870
1215
|
vertical-align: top;
|
871
1216
|
}
|
1217
|
+
.ant-picker-suffix > *:not(:last-child) {
|
1218
|
+
margin-right: 8px;
|
1219
|
+
}
|
872
1220
|
.ant-picker-clear {
|
873
1221
|
position: absolute;
|
874
1222
|
top: 50%;
|
@@ -921,7 +1269,7 @@ textarea.ant-picker-input > input {
|
|
921
1269
|
bottom: -1px;
|
922
1270
|
height: 2px;
|
923
1271
|
margin-left: 11px;
|
924
|
-
background: #
|
1272
|
+
background: #436bff;
|
925
1273
|
opacity: 0;
|
926
1274
|
-webkit-transition: all 0.3s ease-out;
|
927
1275
|
transition: all 0.3s ease-out;
|
@@ -956,22 +1304,24 @@ textarea.ant-picker-input > input {
|
|
956
1304
|
-webkit-font-feature-settings: 'tnum';
|
957
1305
|
font-feature-settings: 'tnum';
|
958
1306
|
position: absolute;
|
1307
|
+
top: -9999px;
|
1308
|
+
left: -9999px;
|
959
1309
|
z-index: 1050;
|
960
1310
|
}
|
961
1311
|
.ant-picker-dropdown-hidden {
|
962
1312
|
display: none;
|
963
1313
|
}
|
964
1314
|
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
|
965
|
-
top:
|
1315
|
+
top: 2.58561808px;
|
966
1316
|
display: block;
|
967
|
-
-webkit-transform: rotate(-
|
968
|
-
transform: rotate(-
|
1317
|
+
-webkit-transform: rotate(-135deg) translateY(1px);
|
1318
|
+
transform: rotate(-135deg) translateY(1px);
|
969
1319
|
}
|
970
1320
|
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
|
971
|
-
bottom:
|
1321
|
+
bottom: 2.58561808px;
|
972
1322
|
display: block;
|
973
|
-
-webkit-transform: rotate(
|
974
|
-
transform: rotate(
|
1323
|
+
-webkit-transform: rotate(45deg);
|
1324
|
+
transform: rotate(45deg);
|
975
1325
|
}
|
976
1326
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
|
977
1327
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
|
@@ -998,7 +1348,7 @@ textarea.ant-picker-input > input {
|
|
998
1348
|
animation-name: antSlideUpOut;
|
999
1349
|
}
|
1000
1350
|
.ant-picker-dropdown-range {
|
1001
|
-
padding:
|
1351
|
+
padding: 7.54247233px 0;
|
1002
1352
|
}
|
1003
1353
|
.ant-picker-dropdown-range-hidden {
|
1004
1354
|
display: none;
|
@@ -1018,9 +1368,9 @@ textarea.ant-picker-input > input {
|
|
1018
1368
|
display: inline-block;
|
1019
1369
|
}
|
1020
1370
|
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
|
1021
|
-
color: #
|
1022
|
-
background: #
|
1023
|
-
border-color: #
|
1371
|
+
color: #436bff;
|
1372
|
+
background: #f0f6ff;
|
1373
|
+
border-color: #bdd2ff;
|
1024
1374
|
cursor: pointer;
|
1025
1375
|
}
|
1026
1376
|
.ant-picker-ranges .ant-picker-ok {
|
@@ -1035,24 +1385,28 @@ textarea.ant-picker-input > input {
|
|
1035
1385
|
.ant-picker-range-arrow {
|
1036
1386
|
position: absolute;
|
1037
1387
|
z-index: 1;
|
1038
|
-
|
1039
|
-
|
1040
|
-
height: 10px;
|
1388
|
+
width: 11.3137085px;
|
1389
|
+
height: 11.3137085px;
|
1041
1390
|
margin-left: 16.5px;
|
1042
|
-
-webkit-box-shadow: 2px
|
1043
|
-
box-shadow: 2px
|
1391
|
+
-webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
|
1392
|
+
box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
|
1044
1393
|
-webkit-transition: left 0.3s ease-out;
|
1045
1394
|
transition: left 0.3s ease-out;
|
1395
|
+
border-radius: 0 0 2px;
|
1396
|
+
pointer-events: none;
|
1046
1397
|
}
|
1047
|
-
.ant-picker-range-arrow::
|
1398
|
+
.ant-picker-range-arrow::before {
|
1048
1399
|
position: absolute;
|
1049
|
-
top:
|
1050
|
-
|
1051
|
-
width:
|
1052
|
-
height:
|
1053
|
-
|
1054
|
-
|
1400
|
+
top: -11.3137085px;
|
1401
|
+
left: -11.3137085px;
|
1402
|
+
width: 33.9411255px;
|
1403
|
+
height: 33.9411255px;
|
1404
|
+
background: #ffffff;
|
1405
|
+
background-repeat: no-repeat;
|
1406
|
+
background-position: -10px -10px;
|
1055
1407
|
content: '';
|
1408
|
+
clip-path: inset(33% 33%);
|
1409
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
1056
1410
|
}
|
1057
1411
|
.ant-picker-panel-container {
|
1058
1412
|
overflow: hidden;
|
@@ -1085,6 +1439,42 @@ textarea.ant-picker-input > input {
|
|
1085
1439
|
.ant-picker-panel-container .ant-picker-panel-focused {
|
1086
1440
|
border-color: #e5e5e5;
|
1087
1441
|
}
|
1442
|
+
.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
|
1443
|
+
margin-right: -1px;
|
1444
|
+
}
|
1445
|
+
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
|
1446
|
+
margin-left: -1px;
|
1447
|
+
}
|
1448
|
+
.ant-picker-compact-item:hover,
|
1449
|
+
.ant-picker-compact-item:focus,
|
1450
|
+
.ant-picker-compact-item:active {
|
1451
|
+
z-index: 2;
|
1452
|
+
}
|
1453
|
+
.ant-picker-compact-item.ant-picker-focused {
|
1454
|
+
z-index: 2;
|
1455
|
+
}
|
1456
|
+
.ant-picker-compact-item[disabled] {
|
1457
|
+
z-index: 0;
|
1458
|
+
}
|
1459
|
+
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
|
1460
|
+
border-radius: 0;
|
1461
|
+
}
|
1462
|
+
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
|
1463
|
+
border-top-right-radius: 0;
|
1464
|
+
border-bottom-right-radius: 0;
|
1465
|
+
}
|
1466
|
+
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
|
1467
|
+
border-top-left-radius: 0;
|
1468
|
+
border-bottom-left-radius: 0;
|
1469
|
+
}
|
1470
|
+
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
|
1471
|
+
border-top-left-radius: 0;
|
1472
|
+
border-bottom-left-radius: 0;
|
1473
|
+
}
|
1474
|
+
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
|
1475
|
+
border-top-right-radius: 0;
|
1476
|
+
border-bottom-right-radius: 0;
|
1477
|
+
}
|
1088
1478
|
.ant-picker-panel {
|
1089
1479
|
display: -webkit-inline-box;
|
1090
1480
|
display: -ms-inline-flexbox;
|
@@ -1100,7 +1490,7 @@ textarea.ant-picker-input > input {
|
|
1100
1490
|
outline: none;
|
1101
1491
|
}
|
1102
1492
|
.ant-picker-panel-focused {
|
1103
|
-
border-color: #
|
1493
|
+
border-color: #436bff;
|
1104
1494
|
}
|
1105
1495
|
.ant-picker-decade-panel,
|
1106
1496
|
.ant-picker-year-panel,
|
@@ -1163,7 +1553,7 @@ textarea.ant-picker-input > input {
|
|
1163
1553
|
margin-left: 8px;
|
1164
1554
|
}
|
1165
1555
|
.ant-picker-header-view button:hover {
|
1166
|
-
color: #
|
1556
|
+
color: #436bff;
|
1167
1557
|
}
|
1168
1558
|
.ant-picker-prev-icon,
|
1169
1559
|
.ant-picker-next-icon,
|
@@ -1184,7 +1574,7 @@ textarea.ant-picker-input > input {
|
|
1184
1574
|
display: inline-block;
|
1185
1575
|
width: 7px;
|
1186
1576
|
height: 7px;
|
1187
|
-
border: 0 solid
|
1577
|
+
border: 0 solid currentcolor;
|
1188
1578
|
border-width: 1.5px 0 0 1.5px;
|
1189
1579
|
content: '';
|
1190
1580
|
}
|
@@ -1196,7 +1586,7 @@ textarea.ant-picker-input > input {
|
|
1196
1586
|
display: inline-block;
|
1197
1587
|
width: 7px;
|
1198
1588
|
height: 7px;
|
1199
|
-
border: 0 solid
|
1589
|
+
border: 0 solid currentcolor;
|
1200
1590
|
border-width: 1.5px 0 0 1.5px;
|
1201
1591
|
content: '';
|
1202
1592
|
}
|
@@ -1260,7 +1650,7 @@ textarea.ant-picker-input > input {
|
|
1260
1650
|
}
|
1261
1651
|
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
|
1262
1652
|
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
1263
|
-
background: rgba(
|
1653
|
+
background: rgba(67, 107, 255, 0.05);
|
1264
1654
|
}
|
1265
1655
|
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
1266
1656
|
position: absolute;
|
@@ -1269,7 +1659,7 @@ textarea.ant-picker-input > input {
|
|
1269
1659
|
bottom: 0;
|
1270
1660
|
left: 0;
|
1271
1661
|
z-index: 1;
|
1272
|
-
border: 1px solid #
|
1662
|
+
border: 1px solid #436bff;
|
1273
1663
|
border-radius: 2px;
|
1274
1664
|
content: '';
|
1275
1665
|
}
|
@@ -1277,17 +1667,17 @@ textarea.ant-picker-input > input {
|
|
1277
1667
|
position: relative;
|
1278
1668
|
}
|
1279
1669
|
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
1280
|
-
background: #
|
1670
|
+
background: #f0f6ff;
|
1281
1671
|
}
|
1282
1672
|
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
1283
1673
|
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
1284
1674
|
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
1285
1675
|
color: #fff;
|
1286
|
-
background: #
|
1676
|
+
background: #436bff;
|
1287
1677
|
}
|
1288
1678
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
1289
1679
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
1290
|
-
background: #
|
1680
|
+
background: #f0f6ff;
|
1291
1681
|
}
|
1292
1682
|
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
1293
1683
|
left: 50%;
|
@@ -1306,8 +1696,8 @@ textarea.ant-picker-input > input {
|
|
1306
1696
|
top: 50%;
|
1307
1697
|
z-index: 0;
|
1308
1698
|
height: 24px;
|
1309
|
-
border-top: 1px dashed #
|
1310
|
-
border-bottom: 1px dashed #
|
1699
|
+
border-top: 1px dashed #a9bbff;
|
1700
|
+
border-bottom: 1px dashed #a9bbff;
|
1311
1701
|
-webkit-transform: translateY(-50%);
|
1312
1702
|
transform: translateY(-50%);
|
1313
1703
|
-webkit-transition: all 0.3s;
|
@@ -1327,7 +1717,7 @@ textarea.ant-picker-input > input {
|
|
1327
1717
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
|
1328
1718
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
|
1329
1719
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
|
1330
|
-
background: #
|
1720
|
+
background: #f5f8ff;
|
1331
1721
|
}
|
1332
1722
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
1333
1723
|
border-radius: 2px 0 0 2px;
|
@@ -1341,7 +1731,7 @@ textarea.ant-picker-input > input {
|
|
1341
1731
|
top: 0;
|
1342
1732
|
bottom: 0;
|
1343
1733
|
z-index: -1;
|
1344
|
-
background: #
|
1734
|
+
background: #f5f8ff;
|
1345
1735
|
-webkit-transition: all 0.3s;
|
1346
1736
|
transition: all 0.3s;
|
1347
1737
|
content: '';
|
@@ -1366,7 +1756,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
|
|
1366
1756
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
|
1367
1757
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
1368
1758
|
left: 6px;
|
1369
|
-
border-left: 1px dashed #
|
1759
|
+
border-left: 1px dashed #a9bbff;
|
1370
1760
|
border-top-left-radius: 2px;
|
1371
1761
|
border-bottom-left-radius: 2px;
|
1372
1762
|
}
|
@@ -1376,7 +1766,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1376
1766
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
|
1377
1767
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
1378
1768
|
right: 6px;
|
1379
|
-
border-right: 1px dashed #
|
1769
|
+
border-right: 1px dashed #a9bbff;
|
1380
1770
|
border-top-right-radius: 2px;
|
1381
1771
|
border-bottom-right-radius: 2px;
|
1382
1772
|
}
|
@@ -1432,13 +1822,13 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1432
1822
|
text-align: left;
|
1433
1823
|
}
|
1434
1824
|
.ant-picker-today-btn {
|
1435
|
-
color: #
|
1825
|
+
color: #436bff;
|
1436
1826
|
}
|
1437
1827
|
.ant-picker-today-btn:hover {
|
1438
|
-
color: #
|
1828
|
+
color: #436bff;
|
1439
1829
|
}
|
1440
1830
|
.ant-picker-today-btn:active {
|
1441
|
-
color: #
|
1831
|
+
color: #436bff;
|
1442
1832
|
}
|
1443
1833
|
.ant-picker-today-btn.ant-picker-today-btn-disabled {
|
1444
1834
|
color: rgba(0, 0, 0, 0.25);
|
@@ -1464,28 +1854,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1464
1854
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
1465
1855
|
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
1466
1856
|
left: 14px;
|
1467
|
-
border-left: 1px dashed #
|
1857
|
+
border-left: 1px dashed #a9bbff;
|
1468
1858
|
border-radius: 2px 0 0 2px;
|
1469
1859
|
}
|
1470
1860
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
|
1471
1861
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
1472
1862
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
1473
1863
|
right: 14px;
|
1474
|
-
border-right: 1px dashed #
|
1864
|
+
border-right: 1px dashed #a9bbff;
|
1475
1865
|
border-radius: 0 2px 2px 0;
|
1476
1866
|
}
|
1477
1867
|
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
1478
1868
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
1479
1869
|
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
1480
1870
|
right: 14px;
|
1481
|
-
border-right: 1px dashed #
|
1871
|
+
border-right: 1px dashed #a9bbff;
|
1482
1872
|
border-radius: 0 2px 2px 0;
|
1483
1873
|
}
|
1484
1874
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
1485
1875
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
1486
1876
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
1487
1877
|
left: 14px;
|
1488
|
-
border-left: 1px dashed #
|
1878
|
+
border-left: 1px dashed #a9bbff;
|
1489
1879
|
border-radius: 2px 0 0 2px;
|
1490
1880
|
}
|
1491
1881
|
.ant-picker-week-panel .ant-picker-body {
|
@@ -1501,11 +1891,11 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1501
1891
|
transition: background 0.3s;
|
1502
1892
|
}
|
1503
1893
|
.ant-picker-week-panel-row:hover td {
|
1504
|
-
background: rgba(
|
1894
|
+
background: rgba(67, 107, 255, 0.05);
|
1505
1895
|
}
|
1506
1896
|
.ant-picker-week-panel-row-selected td,
|
1507
1897
|
.ant-picker-week-panel-row-selected:hover td {
|
1508
|
-
background: #
|
1898
|
+
background: #436bff;
|
1509
1899
|
}
|
1510
1900
|
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
|
1511
1901
|
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
|
@@ -1587,7 +1977,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1587
1977
|
border-left: 1px solid #e5e5e5;
|
1588
1978
|
}
|
1589
1979
|
.ant-picker-time-panel-column-active {
|
1590
|
-
background: rgba(
|
1980
|
+
background: rgba(240, 246, 255, 0.2);
|
1591
1981
|
}
|
1592
1982
|
.ant-picker-time-panel-column:hover {
|
1593
1983
|
overflow-y: auto;
|
@@ -1610,17 +2000,17 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
1610
2000
|
transition: background 0.3s;
|
1611
2001
|
}
|
1612
2002
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
|
1613
|
-
background: rgba(
|
2003
|
+
background: rgba(67, 107, 255, 0.05);
|
1614
2004
|
}
|
1615
2005
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
1616
|
-
background: #
|
2006
|
+
background: #f0f6ff;
|
1617
2007
|
}
|
1618
2008
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
|
1619
2009
|
color: rgba(0, 0, 0, 0.25);
|
1620
2010
|
background: transparent;
|
1621
2011
|
cursor: not-allowed;
|
1622
2012
|
}
|
1623
|
-
/* stylelint-disable
|
2013
|
+
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
|
1624
2014
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
1625
2015
|
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
1626
2016
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
@@ -1729,7 +2119,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1729
2119
|
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
1730
2120
|
right: 6px;
|
1731
2121
|
left: 0;
|
1732
|
-
border-right: 1px dashed #
|
2122
|
+
border-right: 1px dashed #a9bbff;
|
1733
2123
|
border-left: none;
|
1734
2124
|
border-radius: 0 2px 2px 0;
|
1735
2125
|
}
|
@@ -1740,7 +2130,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1740
2130
|
right: 0;
|
1741
2131
|
left: 6px;
|
1742
2132
|
border-right: none;
|
1743
|
-
border-left: 1px dashed #
|
2133
|
+
border-left: 1px dashed #a9bbff;
|
1744
2134
|
border-radius: 2px 0 0 2px;
|
1745
2135
|
}
|
1746
2136
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
@@ -1752,8 +2142,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1752
2142
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
|
1753
2143
|
right: 6px;
|
1754
2144
|
left: 6px;
|
1755
|
-
border-right: 1px dashed #
|
1756
|
-
border-left: 1px dashed #
|
2145
|
+
border-right: 1px dashed #a9bbff;
|
2146
|
+
border-left: 1px dashed #a9bbff;
|
1757
2147
|
border-radius: 2px;
|
1758
2148
|
}
|
1759
2149
|
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
|
@@ -1785,7 +2175,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1785
2175
|
width: 96px;
|
1786
2176
|
line-height: 28px;
|
1787
2177
|
margin: 4px;
|
1788
|
-
color: #
|
2178
|
+
color: #436bff;
|
1789
2179
|
background: #e9f0fa;
|
1790
2180
|
text-align: center;
|
1791
2181
|
font-size: 12px;
|
@@ -1793,7 +2183,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1793
2183
|
border-radius: 2px;
|
1794
2184
|
}
|
1795
2185
|
.pandora-sdk-panel.pandora-sdk-datetime-pick-panel .pandora-sdk-datetime-pick-preset .pandora-sdk-datetime-pick-item.active {
|
1796
|
-
background: #
|
2186
|
+
background: #436bff;
|
1797
2187
|
color: #ffffff;
|
1798
2188
|
pointer-events: none;
|
1799
2189
|
}
|
@@ -1808,10 +2198,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1808
2198
|
}
|
1809
2199
|
.pandora-sdk-datetime-pick-content .ant-calendar-selected-start-date .ant-calendar-date,
|
1810
2200
|
.pandora-sdk-datetime-pick-content .ant-calendar-selected-end-date .ant-calendar-date {
|
1811
|
-
background-color: #
|
2201
|
+
background-color: #436bff;
|
1812
2202
|
}
|
1813
2203
|
.pandora-sdk-datetime-pick-content .ant-calendar-range .ant-calendar-in-range-cell:before {
|
1814
|
-
background-color: rgba(
|
2204
|
+
background-color: rgba(67, 107, 255, 0.2);
|
1815
2205
|
}
|
1816
2206
|
.pandora-sdk-error {
|
1817
2207
|
color: #f5222d;
|
@@ -1883,7 +2273,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1883
2273
|
right: 0;
|
1884
2274
|
}
|
1885
2275
|
.pandora-sdk-datetime-pick-relative-tip a {
|
1886
|
-
color: #
|
2276
|
+
color: #436bff;
|
1887
2277
|
cursor: pointer;
|
1888
2278
|
margin-left: 8px;
|
1889
2279
|
}
|
@@ -1921,3 +2311,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1921
2311
|
.pandora-sdk-selector .pandora-sdk-datetime-pick-quarter-content .pandora-sdk-selector {
|
1922
2312
|
margin-left: 18px;
|
1923
2313
|
}
|
2314
|
+
.pandora-sdk-datetime-pick-trading-day-content {
|
2315
|
+
padding: 16px;
|
2316
|
+
}
|
2317
|
+
.pandora-sdk-datetime-pick-trading-day-content .pandora-sdk-datetime-pick-trading-day-label {
|
2318
|
+
margin-right: 16px;
|
2319
|
+
}
|