1164 lines
38 KiB
CSS
1164 lines
38 KiB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
.ant-input-affix-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 4px 11px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
display: inline-flex;
|
|
}
|
|
.ant-input-affix-wrapper::placeholder {
|
|
color: #bfbfbf;
|
|
user-select: none;
|
|
}
|
|
.ant-input-affix-wrapper:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input-affix-wrapper:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input-affix-wrapper:focus,
|
|
.ant-input-affix-wrapper-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
|
.ant-input-rtl .ant-input-affix-wrapper-focused {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input-affix-wrapper-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-affix-wrapper-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-affix-wrapper[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-affix-wrapper[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless:hover,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless:focus,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-focused,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-disabled,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled {
|
|
background-color: #f5f5f5;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled:hover {
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled:focus,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-rtl .ant-input-affix-wrapper.ant-input-affix-wrapper-filled:focus,
|
|
.ant-input-rtl .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled:hover,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:hover,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:focus,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-focused,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-disabled,
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper[disabled] {
|
|
background-color: transparent;
|
|
border-width: 0 0 1px;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:hover:not(.ant-input-affix-wrapper-focused):not(:focus) {
|
|
border-color: #d9d9d9;
|
|
}
|
|
textarea.ant-input-affix-wrapper {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 32px;
|
|
line-height: 1.5715;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-input-affix-wrapper-lg {
|
|
padding: 6.5px 11px;
|
|
font-size: 16px;
|
|
}
|
|
.ant-input-affix-wrapper-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-input-affix-wrapper-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-affix-wrapper-stepperless[type='number'] {
|
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
-moz-appearance: textfield;
|
|
}
|
|
.ant-input-affix-wrapper-stepperless[type='number']::-webkit-inner-spin-button,
|
|
.ant-input-affix-wrapper-stepperless[type='number'] ::-webkit-outer-spin-button {
|
|
margin: 0;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
-webkit-appearance: none;
|
|
}
|
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px;
|
|
z-index: 1;
|
|
}
|
|
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
z-index: 0;
|
|
}
|
|
.ant-input-affix-wrapper-focused,
|
|
.ant-input-affix-wrapper:focus {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
|
|
background: rgba(255, 255, 255, 0);
|
|
}
|
|
.ant-input-affix-wrapper > .ant-input {
|
|
font-size: inherit;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-input-affix-wrapper > .ant-input:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-input-affix-wrapper > .ant-input:not(textarea) {
|
|
padding: 0;
|
|
}
|
|
.ant-input-affix-wrapper::before {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-input-prefix,
|
|
.ant-input-suffix {
|
|
display: flex;
|
|
flex: none;
|
|
align-items: center;
|
|
}
|
|
.ant-input-prefix > *:not(:last-child),
|
|
.ant-input-suffix > *:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-input-show-count-suffix {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-input-show-count-has-suffix {
|
|
margin-right: 2px;
|
|
}
|
|
.ant-input-prefix {
|
|
margin-right: 4px;
|
|
}
|
|
.ant-input-suffix {
|
|
margin-left: 4px;
|
|
}
|
|
.anticon.ant-input-clear-icon,
|
|
.ant-input-clear-icon {
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
vertical-align: -1px;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
}
|
|
.anticon.ant-input-clear-icon:hover,
|
|
.ant-input-clear-icon:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.anticon.ant-input-clear-icon:active,
|
|
.ant-input-clear-icon:active {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.anticon.ant-input-clear-icon-hidden,
|
|
.ant-input-clear-icon-hidden {
|
|
visibility: hidden;
|
|
}
|
|
.anticon.ant-input-clear-icon-has-suffix,
|
|
.ant-input-clear-icon-has-suffix {
|
|
margin: 0 4px;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
|
|
padding: 0;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 8px;
|
|
z-index: 1;
|
|
}
|
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
background: #fff;
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
border-color: #ff7875;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-status-error .ant-input-prefix {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
background: #fff;
|
|
border-color: #faad14;
|
|
}
|
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
border-color: #ffc53d;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-status-warning .ant-input-prefix {
|
|
color: #faad14;
|
|
}
|
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
background: #fff;
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
border-color: #ff7875;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
background: #fff;
|
|
border-color: #faad14;
|
|
}
|
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
border-color: #ffc53d;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
|
color: #faad14;
|
|
}
|
|
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
|
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
|
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
|
|
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
|
|
padding-right: 24px;
|
|
}
|
|
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
|
color: #ff4d4f;
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
|
color: #faad14;
|
|
border-color: #faad14;
|
|
}
|
|
.ant-input {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-variant: tabular-nums;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 4px 11px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-input::placeholder {
|
|
color: #bfbfbf;
|
|
user-select: none;
|
|
}
|
|
.ant-input:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-rtl .ant-input:hover {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input:focus,
|
|
.ant-input-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-input-rtl .ant-input:focus,
|
|
.ant-input-rtl .ant-input-focused {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input.ant-input-borderless,
|
|
.ant-input.ant-input-borderless:hover,
|
|
.ant-input.ant-input-borderless:focus,
|
|
.ant-input.ant-input-borderless.ant-input-focused,
|
|
.ant-input.ant-input-borderless.ant-input-disabled,
|
|
.ant-input.ant-input-borderless.ant-input[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input.ant-input-filled {
|
|
background-color: #f5f5f5;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input.ant-input-filled:hover {
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-input.ant-input-filled:focus,
|
|
.ant-input.ant-input-filled.ant-input-focused {
|
|
border-color: #40a9ff;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-rtl .ant-input.ant-input-filled:focus,
|
|
.ant-input-rtl .ant-input.ant-input-filled.ant-input-focused {
|
|
border-right-width: 0;
|
|
border-left-width: 1px !important;
|
|
}
|
|
.ant-input.ant-input-filled.ant-input-disabled,
|
|
.ant-input.ant-input-filled.ant-input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input.ant-input-filled.ant-input-disabled:hover,
|
|
.ant-input.ant-input-filled.ant-input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input.ant-input-underlined,
|
|
.ant-input.ant-input-underlined:hover,
|
|
.ant-input.ant-input-underlined:focus,
|
|
.ant-input.ant-input-underlined.ant-input-focused,
|
|
.ant-input.ant-input-underlined.ant-input-disabled,
|
|
.ant-input.ant-input-underlined.ant-input[disabled] {
|
|
background-color: transparent;
|
|
border-width: 0 0 1px;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input.ant-input-underlined:hover:not(.ant-input-focused):not(:focus) {
|
|
border-color: #d9d9d9;
|
|
}
|
|
textarea.ant-input {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 32px;
|
|
line-height: 1.5715;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-input-lg {
|
|
padding: 6.5px 11px;
|
|
font-size: 16px;
|
|
}
|
|
.ant-input-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-input-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-stepperless[type='number'] {
|
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
-moz-appearance: textfield;
|
|
}
|
|
.ant-input-stepperless[type='number']::-webkit-inner-spin-button,
|
|
.ant-input-stepperless[type='number'] ::-webkit-outer-spin-button {
|
|
margin: 0;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
-webkit-appearance: none;
|
|
}
|
|
.ant-input-group {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
position: relative;
|
|
display: table;
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
}
|
|
.ant-input-group[class*='col-'] {
|
|
float: none;
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
.ant-input-group > [class*='col-'] {
|
|
padding-right: 8px;
|
|
}
|
|
.ant-input-group > [class*='col-']:last-child {
|
|
padding-right: 0;
|
|
}
|
|
.ant-input-group-addon,
|
|
.ant-input-group-wrap,
|
|
.ant-input-group > .ant-input {
|
|
display: table-cell;
|
|
}
|
|
.ant-input-group-addon:not(:first-child):not(:last-child),
|
|
.ant-input-group-wrap:not(:first-child):not(:last-child),
|
|
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group-addon,
|
|
.ant-input-group-wrap {
|
|
width: 1px;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-input-group-wrap > * {
|
|
display: block !important;
|
|
}
|
|
.ant-input-group .ant-input {
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 0;
|
|
text-align: inherit;
|
|
}
|
|
.ant-input-group .ant-input:focus {
|
|
z-index: 1;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-group .ant-input:hover {
|
|
z-index: 1;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-search-with-button .ant-input-group .ant-input:hover {
|
|
z-index: 0;
|
|
}
|
|
.ant-input-group-addon {
|
|
position: relative;
|
|
padding: 0 11px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
background-color: #fafafa;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-input-group-addon .ant-select {
|
|
margin: -5px -11px;
|
|
}
|
|
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
background-color: inherit;
|
|
border: 1px solid transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-group-addon .ant-select-open .ant-select-selector,
|
|
.ant-input-group-addon .ant-select-focused .ant-select-selector {
|
|
color: #1890ff;
|
|
}
|
|
.ant-input-group-addon .ant-cascader-picker {
|
|
margin: -9px -12px;
|
|
background-color: transparent;
|
|
}
|
|
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
|
|
text-align: left;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-input-group > .ant-input:first-child,
|
|
.ant-input-group-addon:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
|
|
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-group-addon:first-child {
|
|
border-right: 0;
|
|
}
|
|
.ant-input-group-addon:last-child {
|
|
border-left: 0;
|
|
}
|
|
.ant-input-group > .ant-input:last-child,
|
|
.ant-input-group-addon:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
|
|
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-group-lg .ant-input,
|
|
.ant-input-group-lg > .ant-input-group-addon {
|
|
padding: 6.5px 11px;
|
|
font-size: 16px;
|
|
}
|
|
.ant-input-group-sm .ant-input,
|
|
.ant-input-group-sm > .ant-input-group-addon {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-input-group-lg .ant-select-single .ant-select-selector {
|
|
height: 40px;
|
|
}
|
|
.ant-input-group-sm .ant-select-single .ant-select-selector {
|
|
height: 24px;
|
|
}
|
|
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
|
|
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact {
|
|
display: block;
|
|
}
|
|
.ant-input-group.ant-input-group-compact::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-input-group.ant-input-group-compact::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
|
|
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
|
|
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
|
|
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
|
|
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
|
|
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
|
|
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > * {
|
|
display: inline-block;
|
|
float: none;
|
|
vertical-align: top;
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
|
|
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
|
|
.ant-input-group.ant-input-group-compact > .ant-picker-range {
|
|
display: inline-flex;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
|
|
margin-right: -1px;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input {
|
|
float: none;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
|
|
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
|
|
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
|
|
border-right-width: 1px;
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
|
|
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
|
|
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
|
|
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
|
|
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select-focused {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > *:first-child,
|
|
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
|
|
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > *:last-child,
|
|
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
|
|
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
|
|
border-right-width: 1px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
|
|
vertical-align: top;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-group > .ant-input-rtl:first-child,
|
|
.ant-input-group-rtl .ant-input-group-addon:first-child {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-input-group-rtl .ant-input-group-addon:first-child {
|
|
border-right: 1px solid #d9d9d9;
|
|
border-left: 0;
|
|
}
|
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
|
border-right: 0;
|
|
border-left: 1px solid #d9d9d9;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
|
|
margin-right: 0;
|
|
margin-left: -1px;
|
|
border-left-width: 1px;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
|
|
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
|
|
border-left-width: 1px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
|
|
margin-right: -1px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-input-group-wrapper {
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: start;
|
|
vertical-align: top;
|
|
}
|
|
.ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input,
|
|
.ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input,
|
|
.ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
|
|
border-start-end-radius: 0;
|
|
border-end-end-radius: 0;
|
|
}
|
|
.ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input,
|
|
.ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
|
|
border-start-start-radius: 0;
|
|
border-end-start-radius: 0;
|
|
}
|
|
.ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
|
|
border-start-end-radius: 0;
|
|
border-end-end-radius: 0;
|
|
}
|
|
.ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-item .ant-input-affix-wrapper {
|
|
border-start-start-radius: 0;
|
|
border-end-start-radius: 0;
|
|
}
|
|
.ant-input-password-icon {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-input-password-icon:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-input-disabled .ant-input-password-icon {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-input-disabled .ant-input-password-icon:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-input[type='color'] {
|
|
height: 32px;
|
|
}
|
|
.ant-input[type='color'].ant-input-lg {
|
|
height: 40px;
|
|
}
|
|
.ant-input[type='color'].ant-input-sm {
|
|
height: 24px;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
.ant-input-textarea-show-count > .ant-input {
|
|
height: 100%;
|
|
}
|
|
.ant-input-textarea-show-count::after {
|
|
float: right;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
white-space: nowrap;
|
|
content: attr(data-count);
|
|
pointer-events: none;
|
|
}
|
|
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
|
margin-bottom: -22px;
|
|
}
|
|
.ant-input-textarea-suffix {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 11px;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
margin: auto;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-input-compact-item:hover,
|
|
.ant-input-compact-item:focus,
|
|
.ant-input-compact-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-input-compact-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-input-compact-item:hover,
|
|
.ant-input-compact-item:focus,
|
|
.ant-input-compact-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-input-compact-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-affix-wrapper {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-affix-wrapper.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-affix-wrapper.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-affix-wrapper.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-affix-wrapper.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-group-wrapper-compact-item-rtl {
|
|
margin-right: 0;
|
|
margin-left: -1px;
|
|
}
|
|
.ant-input-compact-item:hover > *,
|
|
.ant-input-compact-item:focus > *,
|
|
.ant-input-compact-item:active > * {
|
|
z-index: 2;
|
|
}
|
|
.ant-input-compact-item[disabled] > * {
|
|
z-index: 0;
|
|
}
|
|
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-group-wrapper .ant-input-group-addon {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-compact-first-item.ant-input-group-wrapper:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) .ant-input-group-addon {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-compact-last-item.ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) .ant-input-group-addon {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-group-wrapper.ant-input-compact-first-item.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-input-compact-item.ant-input-group-wrapper.ant-input-compact-last-item.ant-input-compact-item-rtl:not(.ant-input-compact-first-item) .ant-input-group-addon {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-input-search .ant-input:hover,
|
|
.ant-input-search .ant-input:focus {
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
|
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
|
border-left-color: #40a9ff;
|
|
}
|
|
.ant-input-search .ant-input-affix-wrapper {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-search .ant-input-lg {
|
|
line-height: 1.5713;
|
|
}
|
|
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
|
|
left: -1px;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.ant-input-search-button {
|
|
height: 32px;
|
|
}
|
|
.ant-input-search-button:hover,
|
|
.ant-input-search-button:focus {
|
|
z-index: 1;
|
|
}
|
|
.ant-input-search-large .ant-input-search-button {
|
|
height: 40px;
|
|
}
|
|
.ant-input-search-small .ant-input-search-button {
|
|
height: 24px;
|
|
}
|
|
.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 {
|
|
margin-right: -1px;
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
|
|
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
|
|
.ant-input-search.ant-input-compact-item > .ant-input:hover,
|
|
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
|
|
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
|
|
.ant-input-search.ant-input-compact-item > .ant-input:focus,
|
|
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
|
|
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
|
|
.ant-input-search.ant-input-compact-item > .ant-input:active,
|
|
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
|
|
z-index: 2;
|
|
}
|
|
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
|
|
margin-left: -1px;
|
|
border-radius: 0;
|
|
}
|
|
.ant-input-group-wrapper-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-group-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-input-affix-wrapper-rtl .ant-input-prefix {
|
|
margin: 0 0 0 4px;
|
|
}
|
|
.ant-input-affix-wrapper-rtl .ant-input-suffix {
|
|
margin: 0 4px 0 0;
|
|
}
|
|
.ant-input-textarea-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
|
|
text-align: left;
|
|
}
|
|
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-input-search-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
|
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
|
|
border-left-color: #40a9ff;
|
|
}
|
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
|
border-right-color: #40a9ff;
|
|
}
|
|
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
|
|
right: -1px;
|
|
left: auto;
|
|
}
|
|
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-input {
|
|
height: 32px;
|
|
}
|
|
.ant-input-lg {
|
|
height: 40px;
|
|
}
|
|
.ant-input-sm {
|
|
height: 24px;
|
|
}
|
|
.ant-input-affix-wrapper > input.ant-input {
|
|
height: auto;
|
|
}
|
|
}
|
|
.ant-otp {
|
|
display: inline-flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
column-gap: 8px;
|
|
}
|
|
.ant-otp-input {
|
|
text-align: center;
|
|
padding-inline: 4px;
|
|
}
|
|
textarea.nz-textarea-autosize-measuring {
|
|
height: auto !important;
|
|
padding: 2px 0 !important;
|
|
overflow: hidden !important;
|
|
}
|
|
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only,
|
|
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-sm,
|
|
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-sm {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-lg,
|
|
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-lg {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-suffix {
|
|
margin-left: 0;
|
|
}
|
|
nz-form-item-feedback-icon.ant-input-suffix {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
display: flex;
|
|
flex: none;
|
|
align-items: center;
|
|
height: 100%;
|
|
margin-right: 12px;
|
|
margin-left: 4px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-input-status-error.ant-input-has-feedback,
|
|
.ant-input-status-warning.ant-input-has-feedback,
|
|
.ant-input-status-validating.ant-input-has-feedback,
|
|
.ant-input-status-success.ant-input-has-feedback {
|
|
padding-right: 28px;
|
|
}
|
|
.ant-input-textarea-show-count {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.ant-otp-input {
|
|
width: auto;
|
|
}
|