1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

fixes #10111: different colors for dropdown link hover and active states

This commit is contained in:
Mark Otto
2013-09-01 11:00:40 +02:00
parent e8f7d4fcef
commit 62477653e7
8 changed files with 27 additions and 15 deletions

View File

@@ -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,