diff options
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); |
