From 3fcd65af41a04e9c50365ddc670c4545d7e8994a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Oct 2014 18:57:27 -0700 Subject: Fixes #14806: reset the text-shadow in the themed buttons --- docs/dist/css/bootstrap-theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dist/css/bootstrap-theme.css') 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; -- cgit v1.2.3