diff options
| author | Mark Otto <[email protected]> | 2014-10-29 10:27:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-29 10:27:18 -0700 |
| commit | 5429e71401a671450f0b81d5fc9b53a7baec477a (patch) | |
| tree | ed048fac922443a2e9c15d608c35c5aae7b39e9c /docs/dist/css/bootstrap-theme.css | |
| parent | 22baa8153b58e80df248b38ddf2aeae4f3f9cc2b (diff) | |
| download | bootstrap-5429e71401a671450f0b81d5fc9b53a7baec477a.tar.xz bootstrap-5429e71401a671450f0b81d5fc9b53a7baec477a.zip | |
fixes #14913: badges in list group shouldn't have text shadow
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
| -rw-r--r-- | docs/dist/css/bootstrap-theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index 0de29878a..5b2018252 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -386,6 +386,11 @@ background-repeat: repeat-x; border-color: #3278b3; } +.list-group-item.active .badge, +.list-group-item.active:hover .badge, +.list-group-item.active:focus .badge { + text-shadow: none; +} .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); |
