Forked from brendandixon/twitter-bootstrap-btn-flat
Last active
August 29, 2015 14:14
-
-
Save CyberLight/aba926bae6e039cf6177 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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