Skip to content

Instantly share code, notes, and snippets.

@jeffjohnson
jeffjohnson / Bootstrap flat button
Created March 13, 2013 12:47
How to add a flat button to Twitter Bootstrap v2.x
.btn-flat {
filter:progid:DXImageTransform.Microsoft.Gradient(enabled='false');
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-image:none;
border:0;
}