aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-25 18:57:27 -0700
committerMark Otto <[email protected]>2014-10-25 18:57:27 -0700
commit3fcd65af41a04e9c50365ddc670c4545d7e8994a (patch)
tree299b0a2ed7e24580604dd5159af48b94165a13fc /dist/css/bootstrap-theme.css
parentdbef67f198de6c5f862b044f64924cc41a7d77bd (diff)
downloadbootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.tar.xz
bootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.zip
Fixes #14806: reset the text-shadow in the themed buttons
Diffstat (limited to 'dist/css/bootstrap-theme.css')
-rw-r--r--dist/css/bootstrap-theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index 4661da7d4..0de29878a 100644
--- a/dist/css/bootstrap-theme.css
+++ b/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;