diff options
| author | Mark Otto <[email protected]> | 2012-06-19 19:17:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-19 19:17:42 -0700 |
| commit | 9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e (patch) | |
| tree | 4b4bd45b27b02c922a602e60dd5c5df8487a90ff /docs/assets/css/bootstrap.css | |
| parent | 40298ddbf1c26e2c9b7f67a39eeb35734417cc7e (diff) | |
| download | bootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.tar.xz bootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.zip | |
add separate vars for dropdown link hover and active states
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d957e861a..1726c41cb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2457,7 +2457,12 @@ table .span24 { } .dropdown-menu li > a:hover, -.dropdown-menu li > a:focus, +.dropdown-menu li > a:focus { + color: #333333; + text-decoration: none; + background-color: #eeeeee; +} + .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; |
