diff options
| author | Mark Otto <[email protected]> | 2012-10-16 20:34:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 20:34:42 -0700 |
| commit | 709870aa3e5edab74e9644273df092258569b449 (patch) | |
| tree | 5e502d6bf1f31e1e8be4fcec212aaf423706c52f /docs/assets/css/bootstrap.css | |
| parent | 57eb2a801827ab2466f6ca4d5d470a72ae14e601 (diff) | |
| download | bootstrap-709870aa3e5edab74e9644273df092258569b449.tar.xz bootstrap-709870aa3e5edab74e9644273df092258569b449.zip | |
fixes #5496: use correct var for dropdown active link text
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 01d119195..2b8dfb944 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2835,7 +2835,7 @@ table th[class*="span"], .dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: #ffffff; + color: #333333; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); |
