diff options
| author | Mark Otto <[email protected]> | 2012-10-31 10:51:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-31 10:51:27 -0700 |
| commit | 14b941744c5ef3cc67c41e3bae7284fafe052415 (patch) | |
| tree | 2a50b5457adbda23388559bbf22ea3e91f888dab /docs/assets/css/bootstrap.css | |
| parent | bf48c3140693fb4168627095857da93a9a6f3972 (diff) | |
| download | bootstrap-14b941744c5ef3cc67c41e3bae7284fafe052415.tar.xz bootstrap-14b941744c5ef3cc67c41e3bae7284fafe052415.zip | |
fixes #5700: restore white text on active dropdown/typeahead 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 4789e34d2..7f81c6a95 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2839,7 +2839,7 @@ table th[class*="span"], .dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: #333333; + color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); |
