UNPKG

smart-webcomponents-react

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-00JS8f7.svg)](https://jqwidgets.com/license/)

28 lines (26 loc) 652 B
/* 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; }