icon-search
Twitter Bootstrap アイコンをテキスト入力要素の右側に追加するにはどうすればよいですか?
次の試行では、input 要素内にすべてのアイコンを配置しましたicon-search
。
現在の試行
CSS
input.search-box {
width: 180px;
background: #333;
background-image: url('/img/glyphicons-halflings-white.png');
background-position: -48px 0;
padding-left: 30px;
margin-top: 45px;
border: 0;
float: right;
}