81 lines
2.3 KiB
Java
81 lines
2.3 KiB
Java
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-select-auto-complete {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-select-selection {
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
|
|
height: 100%;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
line-height: 32px;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
|
|
margin-right: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-select-selection--single {
|
|
height: auto;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-select-search--inline {
|
|
position: static;
|
|
float: left;
|
|
}
|
|
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
|
|
margin-right: 0 !important;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-input {
|
|
height: 32px;
|
|
line-height: 1.5;
|
|
background: transparent;
|
|
border-width: 1px;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-input:focus,
|
|
.ant-select-auto-complete.ant-select .ant-input:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
|
|
line-height: 40px;
|
|
}
|
|
.ant-select-auto-complete.ant-select-lg .ant-input {
|
|
height: 40px;
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
}
|
|
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-auto-complete.ant-select-sm .ant-input {
|
|
height: 24px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
|
|
display: inline;
|
|
float: none;
|
|
}
|