Skip to content

Instantly share code, notes, and snippets.

@CyberLight
Forked from brendandixon/twitter-bootstrap-btn-flat
Last active August 29, 2015 14:14
Show Gist options
  • Save CyberLight/aba926bae6e039cf6177 to your computer and use it in GitHub Desktop.
Save CyberLight/aba926bae6e039cf6177 to your computer and use it in GitHub Desktop.
// For IE
.btn-inverse:active,
.btn-inverse.active {
background-color: #080808 \9;
}
// Add 'btn-flat' to your buttons
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment