diff options
| author | Mark Otto <[email protected]> | 2014-10-29 11:56:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-29 11:56:48 -0700 |
| commit | 16dbdbd7a2c6cfa3be4e5dcc52249e577c02c84a (patch) | |
| tree | 6c395684bcb20f3442d7da641ba186f4ea2bd565 /dist/css/bootstrap-theme.css | |
| parent | aa85e762eaff089c216f5bce79e7423989eec2f8 (diff) | |
| parent | 15d668dd1528a629e3989bddab85d6339433f6a0 (diff) | |
| download | bootstrap-3.3.0.tar.xz bootstrap-3.3.0.zip | |
Merge branch 'master' into v3.3.0v3.3.0
Conflicts:
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
Diffstat (limited to 'dist/css/bootstrap-theme.css')
| -rw-r--r-- | dist/css/bootstrap-theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index 1b36594a3..b82bd721f 100644 --- a/dist/css/bootstrap-theme.css +++ b/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); |
