diff options
| author | Mark Otto <[email protected]> | 2013-09-01 11:00:40 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 11:00:40 +0200 |
| commit | 62477653e70270ec386207f5d2d9fcfa0c66fc75 (patch) | |
| tree | 8e59c69e1f46212c6d73851ea7c1f14f98ff5dc4 /dist/css/bootstrap.css | |
| parent | e8f7d4fcef07a09c2ef767149d7e93a727b3732e (diff) | |
| download | bootstrap-62477653e70270ec386207f5d2d9fcfa0c66fc75.tar.xz bootstrap-62477653e70270ec386207f5d2d9fcfa0c66fc75.zip | |
fixes #10111: different colors for dropdown link hover and active states
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c32604bb8..25a77eca0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3276,9 +3276,9 @@ input[type="button"].btn-block { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { - color: #ffffff; + color: #262626; text-decoration: none; - background-color: #428bca; + background-color: #f5f5f5; } .dropdown-menu > .active > a, |
