<input />
* {
margin:0px;
padding:0px;
}
*:focus {
outline: none;
}
.input{
background: url(/TCv2/design/images/inpt_r.gif) no-repeat 100% 0;
width:106px;
}
.input span{
position:absolute;
border-left:0px;
border-right:0px;
border-top:1px solid #b2b2b2;
border-bottom:1px solid #b2b2b2;
}
.input input{
border:0px;
height:22px;
width:100px;
font-size:12pt;
}
Source: https://habr.com/ru/post/26041/
All Articles