Skip to content

Instantly share code, notes, and snippets.

@juancarloscruzd
Created January 15, 2016 14:32
Show Gist options
  • Save juancarloscruzd/df320de5a43647379373 to your computer and use it in GitHub Desktop.
Save juancarloscruzd/df320de5a43647379373 to your computer and use it in GitHub Desktop.
innericon.html
<style>
.inner-addon .glyphicon {
position: absolute;
padding: 10px;
pointer-events: none;
}
</style>
<div class="inner-addon right-addon">
<a href="#" style="display:block;"><i class="glyphicon glyphicon-search"></i></a>
<input type="text" class="form-control" placeholder="Search" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment