smart-webcomponents-react
Version:
[](https://jqwidgets.com/license/)
28 lines (26 loc) • 652 B
CSS
/* smart-masked-text-box */
smart-masked-text-box {
width: var(--smart-text-box-default-width);
height: var(--smart-text-box-default-height);
}
smart-masked-text-box.smart-element {
border: 1px solid var(--smart-border);
background: var(--smart-background);
overflow: visible;
border-radius: var(--smart-border-radius);
}
.smart-masked-text-box > .smart-container {
position: relative;
}
.smart-masked-text-box .smart-input {
width: 100%;
height: 100%;
color: inherit;
font-family: inherit;
position: relative;
overflow: hidden;
outline: none;
}
.smart-masked-text-box[right-to-left] .smart-container {
direction: rtl;
}