nowrapper
Version:
nowrapper
174 lines (147 loc) • 5.79 kB
CSS
.next-checkbox-group {
display: inline-block;
width: 400px;
line-height: 28px;
white-space: nowrap; }
.next-radio-wrapper .next-radio-label,
.next-checkbox-wrapper .next-checkbox-label {
line-height: 28px;
font-size: 14px; }
.next-radio-group {
display: inline-block;
width: 400px;
line-height: 28px;
white-space: nowrap; }
.multi-value-item {
white-space: nowrap;
margin-right: 8px; }
.next-range {
white-space: nowrap;
width: 300px; }
.no-form-item-inset .next-select,
.no-form-item-inset .next-input,
.no-form-item-inset .next-range-picker-trigger,
.no-form-item-inset .next-input:focus {
border: none;
outline: none;
box-shadow: none; }
.no-form-item-inset .next-radio-group,
.no-form-item-inset .next-checkbox-group,
.no-form-item-inset .next-number-picker-input {
width: auto; }
.no-form-item-inset .next-date-picker {
width: 100%; }
.no-form-hoz .no-form-item .no-form-item-content .no-form-item-content-elem > .next-switch {
min-width: 44px;
width: auto; }
.no-form-item-content-elem > .next-switch {
min-width: 44px;
width: auto;
line-height: 28px;
height: 28px; }
.no-form-item-content-elem > .next-upload .next-upload-list-item {
width: 100%; }
.no-form-item-content-elem > label {
line-height: 28px; }
.next-upload {
min-width: 224px; }
.next-rating {
line-height: 28px; }
.next-preview-upload .next-upload-inner,
.next-preview-upload br,
.next-preview-upload .next-upload-list .next-icon,
.next-preview-upload .next-upload-select {
display: none; }
.next-range {
line-height: 28px;
display: inline-block;
vertical-align: middle; }
.is-preview .next-input.next-disabled:hover {
border-color: unset;
background-color: unset; }
.is-preview .next-range.disabled,
.is-preview .next-rating-base-disabled {
cursor: text;
line-height: 28px;
display: inline-block;
vertical-align: middle; }
.is-preview .next-preview-select-auto-complete,
.is-preview .next-preview-select.next-select {
vertical-align: top;
display: inline-flex;
border: none;
background: transparent;
cursor: text;
padding: 0; }
.is-preview .next-preview-select-auto-complete span[aria-hidden="true"],
.is-preview .next-preview-select.next-select span[aria-hidden="true"] {
display: none; }
.is-preview .next-preview-select-auto-complete .next-input.next-disabled,
.is-preview .next-preview-select-auto-complete .next-input.next-disabled:hover,
.is-preview .next-preview-select.next-select .next-input.next-disabled,
.is-preview .next-preview-select.next-select .next-input.next-disabled:hover {
border: none;
background: transparent; }
.is-preview .next-preview-select-auto-complete .next-input.next-disabled input:hover,
.is-preview .next-preview-select-auto-complete .next-input.next-disabled:hover input:hover,
.is-preview .next-preview-select.next-select .next-input.next-disabled input:hover,
.is-preview .next-preview-select.next-select .next-input.next-disabled:hover input:hover {
border: none;
background: transparent; }
.is-preview .next-preview-select-auto-complete [aria-autocomplete="list"],
.is-preview .next-preview-select-auto-complete .next-select-inner,
.is-preview .next-preview-select.next-select [aria-autocomplete="list"],
.is-preview .next-preview-select.next-select .next-select-inner {
color: #000;
padding: 0;
font-size: 14px;
border: none;
background: transparent;
cursor: text;
border: none; }
.is-preview .next-preview-select-auto-complete [aria-autocomplete="list"] .next-input-text-field,
.is-preview .next-preview-select-auto-complete .next-select-inner .next-input-text-field,
.is-preview .next-preview-select.next-select [aria-autocomplete="list"] .next-input-text-field,
.is-preview .next-preview-select.next-select .next-select-inner .next-input-text-field {
padding: 0;
font-size: 14px;
line-height: 28px; }
.is-preview .next-preview-select-auto-complete [aria-autocomplete="list"] em,
.is-preview .next-preview-select-auto-complete .next-select-inner em,
.is-preview .next-preview-select.next-select [aria-autocomplete="list"] em,
.is-preview .next-preview-select.next-select .next-select-inner em {
color: #000; }
.is-preview .next-preview-select-auto-complete .next-icon,
.is-preview .next-preview-select.next-select .next-icon {
display: none; }
.next-preview-datepicker .next-input.next-disabled {
background: transparent;
border: none; }
.next-preview-datepicker .next-input.next-disabled input:disabled {
padding: 0;
font-size: 14px;
background: transparent;
border: none;
color: #000;
cursor: text;
vertical-align: top; }
.next-preview-datepicker .next-icon {
display: none; }
.next-preview-select .next-select-placeholder {
display: none; }
.no-form-item-has-error > .no-form-item-control > .no-form-item-content > .no-form-item-content-elem > .next-select .next-input,
.no-form-item-has-error > .no-form-item-control > .no-form-item-content > .no-form-item-content-elem > .next-input-group .next-input-group-text,
.no-form-item-has-error > .no-form-item-control > .no-form-item-content > .no-form-item-content-elem > .next-input-group .next-input,
.no-form-item-has-error > .no-form-item-control > .no-form-item-content > .no-form-item-content-elem > .next-input {
border-color: red; }
.dialog-form-wrapper .noform-dialog-custom-btns {
margin-top: 12px; }
.dialog-form-wrapper .noform-dialog-custom-btns.align-left {
float: none;
text-align: left; }
.dialog-form-wrapper .noform-dialog-custom-btns.align-right {
float: none;
text-align: right; }
.dialog-form-wrapper .noform-dialog-custom-btns.align-center {
float: none;
text-align: center; }