From 62477653e70270ec386207f5d2d9fcfa0c66fc75 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 11:00:40 +0200 Subject: fixes #10111: different colors for dropdown link hover and active states --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') 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, -- cgit v1.2.3