@gzued/antd-compiled
Version:
Pre-bundled Ant Design 4.x and related dependencies for @gzued packages
930 lines (929 loc) • 29.8 kB
CSS
/* 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 */
.bote-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;
}
.bote-input-affix-wrapper::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.bote-input-affix-wrapper:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.bote-input-affix-wrapper::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bote-input-affix-wrapper:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.bote-input-affix-wrapper:-ms-input-placeholder {
text-overflow: ellipsis;
}
.bote-input-affix-wrapper:placeholder-shown {
text-overflow: ellipsis;
}
.bote-input-affix-wrapper:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.bote-input-rtl .bote-input-affix-wrapper:hover {
border-right-width: 0;
border-left-width: 1px ;
}
.bote-input-affix-wrapper:focus,
.bote-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;
}
.bote-input-rtl .bote-input-affix-wrapper:focus,
.bote-input-rtl .bote-input-affix-wrapper-focused {
border-right-width: 0;
border-left-width: 1px ;
}
.bote-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;
}
.bote-input-affix-wrapper-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.bote-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;
}
.bote-input-affix-wrapper[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.bote-input-affix-wrapper-borderless,
.bote-input-affix-wrapper-borderless:hover,
.bote-input-affix-wrapper-borderless:focus,
.bote-input-affix-wrapper-borderless-focused,
.bote-input-affix-wrapper-borderless-disabled,
.bote-input-affix-wrapper-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.bote-input-affix-wrapper {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.bote-input-affix-wrapper-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.bote-input-affix-wrapper-sm {
padding: 0px 7px;
}
.bote-input-affix-wrapper-rtl {
direction: rtl;
}
.bote-input-affix-wrapper:not(.bote-input-affix-wrapper-disabled):hover {
border-color: #40a9ff;
border-right-width: 1px;
z-index: 1;
}
.bote-input-rtl .bote-input-affix-wrapper:not(.bote-input-affix-wrapper-disabled):hover {
border-right-width: 0;
border-left-width: 1px ;
}
.bote-input-search-with-button .bote-input-affix-wrapper:not(.bote-input-affix-wrapper-disabled):hover {
z-index: 0;
}
.bote-input-affix-wrapper-focused,
.bote-input-affix-wrapper:focus {
z-index: 1;
}
.bote-input-affix-wrapper-disabled .bote-input[disabled] {
background: rgba(255, 255, 255, 0);
}
.bote-input-affix-wrapper > .bote-input {
font-size: inherit;
border: none;
outline: none;
}
.bote-input-affix-wrapper > .bote-input:focus {
box-shadow: none ;
}
.bote-input-affix-wrapper > .bote-input:not(textarea) {
padding: 0;
}
.bote-input-affix-wrapper::before {
display: inline-block;
width: 0;
visibility: hidden;
content: '\a0';
}
.bote-input-prefix,
.bote-input-suffix {
display: flex;
flex: none;
align-items: center;
}
.bote-input-prefix > *:not(:last-child),
.bote-input-suffix > *:not(:last-child) {
margin-right: 8px;
}
.bote-input-show-count-suffix {
color: rgba(0, 0, 0, 0.45);
}
.bote-input-show-count-has-suffix {
margin-right: 2px;
}
.bote-input-prefix {
margin-right: 4px;
}
.bote-input-suffix {
margin-left: 4px;
}
.anticon.bote-input-clear-icon,
.bote-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.bote-input-clear-icon:hover,
.bote-input-clear-icon:hover {
color: rgba(0, 0, 0, 0.45);
}
.anticon.bote-input-clear-icon:active,
.bote-input-clear-icon:active {
color: rgba(0, 0, 0, 0.85);
}
.anticon.bote-input-clear-icon-hidden,
.bote-input-clear-icon-hidden {
visibility: hidden;
}
.anticon.bote-input-clear-icon-has-suffix,
.bote-input-clear-icon-has-suffix {
margin: 0 4px;
}
.bote-input-affix-wrapper.bote-input-affix-wrapper-textarea-with-clear-btn {
padding: 0;
}
.bote-input-affix-wrapper.bote-input-affix-wrapper-textarea-with-clear-btn .bote-input-clear-icon {
position: absolute;
top: 8px;
right: 8px;
z-index: 1;
}
.bote-input-status-error:not(.bote-input-disabled):not(.bote-input-borderless).bote-input,
.bote-input-status-error:not(.bote-input-disabled):not(.bote-input-borderless).bote-input:hover {
background: #fff;
border-color: #ff4d4f;
}
.bote-input-status-error:not(.bote-input-disabled):not(.bote-input-borderless).bote-input:focus,
.bote-input-status-error:not(.bote-input-disabled):not(.bote-input-borderless).bote-input-focused {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.bote-input-status-error .bote-input-prefix {
color: #ff4d4f;
}
.bote-input-status-warning:not(.bote-input-disabled):not(.bote-input-borderless).bote-input,
.bote-input-status-warning:not(.bote-input-disabled):not(.bote-input-borderless).bote-input:hover {
background: #fff;
border-color: #faad14;
}
.bote-input-status-warning:not(.bote-input-disabled):not(.bote-input-borderless).bote-input:focus,
.bote-input-status-warning:not(.bote-input-disabled):not(.bote-input-borderless).bote-input-focused {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.bote-input-status-warning .bote-input-prefix {
color: #faad14;
}
.bote-input-affix-wrapper-status-error:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper,
.bote-input-affix-wrapper-status-error:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper:hover {
background: #fff;
border-color: #ff4d4f;
}
.bote-input-affix-wrapper-status-error:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper:focus,
.bote-input-affix-wrapper-status-error:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-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;
}
.bote-input-affix-wrapper-status-error .bote-input-prefix {
color: #ff4d4f;
}
.bote-input-affix-wrapper-status-warning:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper,
.bote-input-affix-wrapper-status-warning:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper:hover {
background: #fff;
border-color: #faad14;
}
.bote-input-affix-wrapper-status-warning:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-input-affix-wrapper:focus,
.bote-input-affix-wrapper-status-warning:not(.bote-input-affix-wrapper-disabled):not(.bote-input-affix-wrapper-borderless).bote-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;
}
.bote-input-affix-wrapper-status-warning .bote-input-prefix {
color: #faad14;
}
.bote-input-textarea-status-error.bote-input-textarea-has-feedback .bote-input,
.bote-input-textarea-status-warning.bote-input-textarea-has-feedback .bote-input,
.bote-input-textarea-status-success.bote-input-textarea-has-feedback .bote-input,
.bote-input-textarea-status-validating.bote-input-textarea-has-feedback .bote-input {
padding-right: 24px;
}
.bote-input-group-wrapper-status-error .bote-input-group-addon {
color: #ff4d4f;
border-color: #ff4d4f;
}
.bote-input-group-wrapper-status-warning .bote-input-group-addon {
color: #faad14;
border-color: #faad14;
}
.bote-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;
}
.bote-input::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.bote-input:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.bote-input::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bote-input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.bote-input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.bote-input:placeholder-shown {
text-overflow: ellipsis;
}
.bote-input:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.bote-input-rtl .bote-input:hover {
border-right-width: 0;
border-left-width: 1px ;
}
.bote-input:focus,
.bote-input-focused {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.bote-input-rtl .bote-input:focus,
.bote-input-rtl .bote-input-focused {
border-right-width: 0;
border-left-width: 1px ;
}
.bote-input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.bote-input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.bote-input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.bote-input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.bote-input-borderless,
.bote-input-borderless:hover,
.bote-input-borderless:focus,
.bote-input-borderless-focused,
.bote-input-borderless-disabled,
.bote-input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.bote-input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.bote-input-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.bote-input-sm {
padding: 0px 7px;
}
.bote-input-rtl {
direction: rtl;
}
.bote-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;
}
.bote-input-group[class*='col-'] {
float: none;
padding-right: 0;
padding-left: 0;
}
.bote-input-group > [class*='col-'] {
padding-right: 8px;
}
.bote-input-group > [class*='col-']:last-child {
padding-right: 0;
}
.bote-input-group-addon,
.bote-input-group-wrap,
.bote-input-group > .bote-input {
display: table-cell;
}
.bote-input-group-addon:not(:first-child):not(:last-child),
.bote-input-group-wrap:not(:first-child):not(:last-child),
.bote-input-group > .bote-input:not(:first-child):not(:last-child) {
border-radius: 0;
}
.bote-input-group-addon,
.bote-input-group-wrap {
width: 1px;
white-space: nowrap;
vertical-align: middle;
}
.bote-input-group-wrap > * {
display: block ;
}
.bote-input-group .bote-input {
float: left;
width: 100%;
margin-bottom: 0;
text-align: inherit;
}
.bote-input-group .bote-input:focus {
z-index: 1;
border-right-width: 1px;
}
.bote-input-group .bote-input:hover {
z-index: 1;
border-right-width: 1px;
}
.bote-input-search-with-button .bote-input-group .bote-input:hover {
z-index: 0;
}
.bote-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;
}
.bote-input-group-addon .bote-select {
margin: -5px -11px;
}
.bote-input-group-addon .bote-select.bote-select-single:not(.bote-select-customize-input) .bote-select-selector {
background-color: inherit;
border: 1px solid transparent;
box-shadow: none;
}
.bote-input-group-addon .bote-select-open .bote-select-selector,
.bote-input-group-addon .bote-select-focused .bote-select-selector {
color: #1890ff;
}
.bote-input-group-addon .bote-cascader-picker {
margin: -9px -12px;
background-color: transparent;
}
.bote-input-group-addon .bote-cascader-picker .bote-cascader-input {
text-align: left;
border: 0;
box-shadow: none;
}
.bote-input-group > .bote-input:first-child,
.bote-input-group-addon:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-group > .bote-input:first-child .bote-select .bote-select-selector,
.bote-input-group-addon:first-child .bote-select .bote-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-group > .bote-input-affix-wrapper:not(:first-child) .bote-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-group > .bote-input-affix-wrapper:not(:last-child) .bote-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-group-addon:first-child {
border-right: 0;
}
.bote-input-group-addon:last-child {
border-left: 0;
}
.bote-input-group > .bote-input:last-child,
.bote-input-group-addon:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-group > .bote-input:last-child .bote-select .bote-select-selector,
.bote-input-group-addon:last-child .bote-select .bote-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-group-lg .bote-input,
.bote-input-group-lg > .bote-input-group-addon {
padding: 6.5px 11px;
font-size: 16px;
}
.bote-input-group-sm .bote-input,
.bote-input-group-sm > .bote-input-group-addon {
padding: 0px 7px;
}
.bote-input-group-lg .bote-select-single .bote-select-selector {
height: 40px;
}
.bote-input-group-sm .bote-select-single .bote-select-selector {
height: 24px;
}
.bote-input-group .bote-input-affix-wrapper:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-search .bote-input-group .bote-input-affix-wrapper:not(:last-child) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.bote-input-group .bote-input-affix-wrapper:not(:first-child),
.bote-input-search .bote-input-group .bote-input-affix-wrapper:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-group.bote-input-group-compact {
display: block;
}
.bote-input-group.bote-input-group-compact::before {
display: table;
content: '';
}
.bote-input-group.bote-input-group-compact::after {
display: table;
clear: both;
content: '';
}
.bote-input-group.bote-input-group-compact-addon:not(:first-child):not(:last-child),
.bote-input-group.bote-input-group-compact-wrap:not(:first-child):not(:last-child),
.bote-input-group.bote-input-group-compact > .bote-input:not(:first-child):not(:last-child) {
border-right-width: 1px;
}
.bote-input-group.bote-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.bote-input-group.bote-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.bote-input-group.bote-input-group-compact > .bote-input:not(:first-child):not(:last-child):hover {
z-index: 1;
}
.bote-input-group.bote-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.bote-input-group.bote-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.bote-input-group.bote-input-group-compact > .bote-input:not(:first-child):not(:last-child):focus {
z-index: 1;
}
.bote-input-group.bote-input-group-compact > * {
display: inline-block;
float: none;
vertical-align: top;
border-radius: 0;
}
.bote-input-group.bote-input-group-compact > .bote-input-affix-wrapper,
.bote-input-group.bote-input-group-compact > .bote-input-number-affix-wrapper,
.bote-input-group.bote-input-group-compact > .bote-picker-range {
display: inline-flex;
}
.bote-input-group.bote-input-group-compact > *:not(:last-child) {
margin-right: -1px;
border-right-width: 1px;
}
.bote-input-group.bote-input-group-compact .bote-input {
float: none;
}
.bote-input-group.bote-input-group-compact > .bote-select > .bote-select-selector,
.bote-input-group.bote-input-group-compact > .bote-select-auto-complete .bote-input,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker .bote-input,
.bote-input-group.bote-input-group-compact > .bote-input-group-wrapper .bote-input {
border-right-width: 1px;
border-radius: 0;
}
.bote-input-group.bote-input-group-compact > .bote-select > .bote-select-selector:hover,
.bote-input-group.bote-input-group-compact > .bote-select-auto-complete .bote-input:hover,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker .bote-input:hover,
.bote-input-group.bote-input-group-compact > .bote-input-group-wrapper .bote-input:hover {
z-index: 1;
}
.bote-input-group.bote-input-group-compact > .bote-select > .bote-select-selector:focus,
.bote-input-group.bote-input-group-compact > .bote-select-auto-complete .bote-input:focus,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker .bote-input:focus,
.bote-input-group.bote-input-group-compact > .bote-input-group-wrapper .bote-input:focus {
z-index: 1;
}
.bote-input-group.bote-input-group-compact > .bote-select-focused {
z-index: 1;
}
.bote-input-group.bote-input-group-compact > .bote-select > .bote-select-arrow {
z-index: 1;
}
.bote-input-group.bote-input-group-compact > *:first-child,
.bote-input-group.bote-input-group-compact > .bote-select:first-child > .bote-select-selector,
.bote-input-group.bote-input-group-compact > .bote-select-auto-complete:first-child .bote-input,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker:first-child .bote-input {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.bote-input-group.bote-input-group-compact > *:last-child,
.bote-input-group.bote-input-group-compact > .bote-select:last-child > .bote-select-selector,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker:last-child .bote-input,
.bote-input-group.bote-input-group-compact > .bote-cascader-picker-focused:last-child .bote-input {
border-right-width: 1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.bote-input-group.bote-input-group-compact > .bote-select-auto-complete .bote-input {
vertical-align: top;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper + .bote-input-group-wrapper {
margin-left: -1px;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper + .bote-input-group-wrapper .bote-input-affix-wrapper {
border-radius: 0;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper:not(:last-child).bote-input-search > .bote-input-group > .bote-input-group-addon > .bote-input-search-button {
border-radius: 0;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper:not(:last-child).bote-input-search > .bote-input-group > .bote-input {
border-radius: 2px 0 0 2px;
}
.bote-input-group > .bote-input-rtl:first-child,
.bote-input-group-rtl .bote-input-group-addon:first-child {
border-radius: 0 2px 2px 0;
}
.bote-input-group-rtl .bote-input-group-addon:first-child {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.bote-input-group-rtl .bote-input-group-addon:last-child {
border-right: 0;
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.bote-input-group-rtl.bote-input-group > .bote-input:last-child,
.bote-input-group-rtl.bote-input-group-addon:last-child {
border-radius: 2px 0 0 2px;
}
.bote-input-group-rtl.bote-input-group .bote-input-affix-wrapper:not(:first-child) {
border-radius: 2px 0 0 2px;
}
.bote-input-group-rtl.bote-input-group .bote-input-affix-wrapper:not(:last-child) {
border-radius: 0 2px 2px 0;
}
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > *:not(:last-child) {
margin-right: 0;
margin-left: -1px;
border-left-width: 1px;
}
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > *:first-child,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-select:first-child > .bote-select-selector,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-select-auto-complete:first-child .bote-input,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-cascader-picker:first-child .bote-input {
border-radius: 0 2px 2px 0;
}
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > *:last-child,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-select:last-child > .bote-select-selector,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-select-auto-complete:last-child .bote-input,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-cascader-picker:last-child .bote-input,
.bote-input-group-rtl.bote-input-group.bote-input-group-compact > .bote-cascader-picker-focused:last-child .bote-input {
border-left-width: 1px;
border-radius: 2px 0 0 2px;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper-rtl + .bote-input-group-wrapper-rtl {
margin-right: -1px;
margin-left: 0;
}
.bote-input-group.bote-input-group-compact .bote-input-group-wrapper-rtl:not(:last-child).bote-input-search > .bote-input-group > .bote-input {
border-radius: 0 2px 2px 0;
}
.bote-input-group-wrapper {
display: inline-block;
width: 100%;
text-align: start;
vertical-align: top;
}
.bote-input-password-icon.anticon {
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
transition: all 0.3s;
}
.bote-input-password-icon.anticon:hover {
color: rgba(0, 0, 0, 0.85);
}
.bote-input[type='color'] {
height: 32px;
}
.bote-input[type='color'].bote-input-lg {
height: 40px;
}
.bote-input[type='color'].bote-input-sm {
height: 24px;
padding-top: 3px;
padding-bottom: 3px;
}
.bote-input-textarea-show-count > .bote-input {
height: 100%;
}
.bote-input-textarea-show-count::after {
float: right;
color: rgba(0, 0, 0, 0.45);
white-space: nowrap;
content: attr(data-count);
pointer-events: none;
}
.bote-input-textarea-show-count.bote-input-textarea-in-form-item::after {
margin-bottom: -22px;
}
.bote-input-textarea-suffix {
position: absolute;
top: 0;
right: 11px;
bottom: 0;
z-index: 1;
display: inline-flex;
align-items: center;
margin: auto;
}
.bote-input-compact-item:not(.bote-input-compact-last-item):not(.bote-input-compact-item-rtl) {
margin-right: -1px;
}
.bote-input-compact-item:not(.bote-input-compact-last-item).bote-input-compact-item-rtl {
margin-left: -1px;
}
.bote-input-compact-item:hover,
.bote-input-compact-item:focus,
.bote-input-compact-item:active {
z-index: 2;
}
.bote-input-compact-item[disabled] {
z-index: 0;
}
.bote-input-compact-item:not(.bote-input-compact-first-item):not(.bote-input-compact-last-item).bote-input {
border-radius: 0;
}
.bote-input-compact-item.bote-input.bote-input-compact-first-item:not(.bote-input-compact-last-item):not(.bote-input-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-compact-item.bote-input.bote-input-compact-last-item:not(.bote-input-compact-first-item):not(.bote-input-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-compact-item.bote-input.bote-input-compact-item-rtl.bote-input-compact-first-item:not(.bote-input-compact-last-item) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bote-input-compact-item.bote-input.bote-input-compact-item-rtl.bote-input-compact-last-item:not(.bote-input-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bote-input-search .bote-input:hover,
.bote-input-search .bote-input:focus {
border-color: #40a9ff;
}
.bote-input-search .bote-input:hover + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary),
.bote-input-search .bote-input:focus + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary) {
border-left-color: #40a9ff;
}
.bote-input-search .bote-input-affix-wrapper {
border-radius: 0;
}
.bote-input-search .bote-input-lg {
line-height: 1.5713;
}
.bote-input-search > .bote-input-group > .bote-input-group-addon:last-child {
left: -1px;
padding: 0;
border: 0;
}
.bote-input-search > .bote-input-group > .bote-input-group-addon:last-child .bote-input-search-button {
padding-top: 0;
padding-bottom: 0;
border-radius: 0 2px 2px 0;
}
.bote-input-search > .bote-input-group > .bote-input-group-addon:last-child .bote-input-search-button:not(.bote-btn-primary) {
color: rgba(0, 0, 0, 0.45);
}
.bote-input-search > .bote-input-group > .bote-input-group-addon:last-child .bote-input-search-button:not(.bote-btn-primary).bote-btn-loading::before {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.bote-input-search-button {
height: 32px;
}
.bote-input-search-button:hover,
.bote-input-search-button:focus {
z-index: 1;
}
.bote-input-search-large .bote-input-search-button {
height: 40px;
}
.bote-input-search-small .bote-input-search-button {
height: 24px;
}
.bote-input-search.bote-input-compact-item:not(.bote-input-compact-item-rtl):not(.bote-input-compact-last-item) .bote-input-group-addon .bote-input-search-button {
margin-right: -1px;
border-radius: 0;
}
.bote-input-search.bote-input-compact-item:not(.bote-input-compact-first-item) .bote-input,
.bote-input-search.bote-input-compact-item:not(.bote-input-compact-first-item) .bote-input-affix-wrapper {
border-radius: 0;
}
.bote-input-search.bote-input-compact-item > .bote-input-group-addon .bote-input-search-button:hover,
.bote-input-search.bote-input-compact-item > .bote-input:hover,
.bote-input-search.bote-input-compact-item .bote-input-affix-wrapper:hover,
.bote-input-search.bote-input-compact-item > .bote-input-group-addon .bote-input-search-button:focus,
.bote-input-search.bote-input-compact-item > .bote-input:focus,
.bote-input-search.bote-input-compact-item .bote-input-affix-wrapper:focus,
.bote-input-search.bote-input-compact-item > .bote-input-group-addon .bote-input-search-button:active,
.bote-input-search.bote-input-compact-item > .bote-input:active,
.bote-input-search.bote-input-compact-item .bote-input-affix-wrapper:active {
z-index: 2;
}
.bote-input-search.bote-input-compact-item > .bote-input-affix-wrapper-focused {
z-index: 2;
}
.bote-input-search.bote-input-compact-item-rtl:not(.bote-input-compact-last-item) .bote-input-group-addon:last-child .bote-input-search-button {
margin-left: -1px;
border-radius: 0;
}
.bote-input-group-wrapper-rtl {
direction: rtl;
}
.bote-input-group-rtl {
direction: rtl;
}
.bote-input-affix-wrapper.bote-input-affix-wrapper-rtl > input.bote-input {
border: none;
outline: none;
}
.bote-input-affix-wrapper-rtl .bote-input-prefix {
margin: 0 0 0 4px;
}
.bote-input-affix-wrapper-rtl .bote-input-suffix {
margin: 0 4px 0 0;
}
.bote-input-textarea-rtl {
direction: rtl;
}
.bote-input-textarea-rtl.bote-input-textarea-show-count::after {
text-align: left;
}
.bote-input-affix-wrapper-rtl .bote-input-clear-icon-has-suffix {
margin-right: 0;
margin-left: 4px;
}
.bote-input-affix-wrapper-rtl .bote-input-clear-icon {
right: auto;
left: 8px;
}
.bote-input-search-rtl {
direction: rtl;
}
.bote-input-search-rtl .bote-input:hover + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary),
.bote-input-search-rtl .bote-input:focus + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary) {
border-left-color: #d9d9d9;
}
.bote-input-search-rtl .bote-input:hover + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary):hover,
.bote-input-search-rtl .bote-input:focus + .bote-input-group-addon .bote-input-search-button:not(.bote-btn-primary):hover {
border-left-color: #40a9ff;
}
.bote-input-search-rtl > .bote-input-group > .bote-input-affix-wrapper:hover,
.bote-input-search-rtl > .bote-input-group > .bote-input-affix-wrapper-focused {
border-right-color: #40a9ff;
}
.bote-input-search-rtl > .bote-input-group > .bote-input-group-addon:last-child {
right: -1px;
left: auto;
}
.bote-input-search-rtl > .bote-input-group > .bote-input-group-addon:last-child .bote-input-search-button {
border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.bote-input {
height: 32px;
}
.bote-input-lg {
height: 40px;
}
.bote-input-sm {
height: 24px;
}
.bote-input-affix-wrapper > input.bote-input {
height: auto;
}
}