diff options
| author | Mark Otto <[email protected]> | 2014-10-25 18:57:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 18:57:27 -0700 |
| commit | 3fcd65af41a04e9c50365ddc670c4545d7e8994a (patch) | |
| tree | 299b0a2ed7e24580604dd5159af48b94165a13fc /docs/dist/css/bootstrap-theme.css | |
| parent | dbef67f198de6c5f862b044f64924cc41a7d77bd (diff) | |
| download | bootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.tar.xz bootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.zip | |
Fixes #14806: reset the text-shadow in the themed buttons
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
| -rw-r--r-- | docs/dist/css/bootstrap-theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index 4661da7d4..0de29878a 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -29,6 +29,14 @@ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } +.btn-default .badge, +.btn-primary .badge, +.btn-success .badge, +.btn-info .badge, +.btn-warning .badge, +.btn-danger .badge { + text-shadow: none; +} .btn:active, .btn.active { background-image: none; |
