Bootstrap Fiddle
A boilerplate fiddle for mocking up bootstrap crap
by Christopher McCulloh
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<input class="form-control editable" id="input-name" type="text" placeholder="Default input" value="Default Name">
CSS
input.editable{
border-color: transparent;
}
input.editable:hover, input.editable:active{
border-color: #ccc;
}