"Bootstrap Transpirant Buttons"
Bootstrap 3.3.0 Snippet by Cybrosoft

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Bootstrap Transpirant Buttons</h2> <p>You can change hover effect & colors in CSS</p> <! Button start from here --> <button type="button" class="btn btn-default btn-sm outline">Contact Sales</button>     <button type="button" class="btn btn-default btn-sm outline">View All Services</button> <! Button end here --> <br><br><br><br><br><br> <p><small>Forked from <a href="http://codepen.io/adammacias/">Adam Macias</a> Codepen, by <a href="http://cybrosoft.com">Cybrosoft Labs</a></small></p> </div> </div>
.btn.outline { background: none; padding: 10px 15px; } .btn-default.outline { border: 1px solid #577d89; color: #577d89; } .btn-default.outline:hover, .btn-default.outline:focus, .btn-default.outline:active, .btn-default.outline.active, .open > .dropdown-toggle.btn-default { color: #006687; border-color: #006687; } .btn-default.outline:active, .btn-default.outline.active { border-color: #006687; color: #006687; box-shadow: none; }

Related: See More


Questions / Comments: