]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change dropdown hover/active color back to link color
authorMark Otto <markotto@twitter.com>
Tue, 6 Mar 2012 04:15:35 +0000 (20:15 -0800)
committerMark Otto <markotto@twitter.com>
Tue, 6 Mar 2012 04:15:35 +0000 (20:15 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/variables.less

index 15b01541575d06b01f26f15185435a2d56480e17..914e79630b1b617849db2b98e55919fcb91a5262 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 1e893816faffdb138d33f35fdcf5f2438c50c71b..6c38ef11f1451a9374ca0a75e92d3b4e5746e048 100644 (file)
@@ -1728,7 +1728,7 @@ table .span24 {
 .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
   color: #ffffff;
   text-decoration: none;
-  background-color: #333333;
+  background-color: #0088cc;
 }
 .dropdown.open {
   *z-index: 1000;
index c283ff052f069dc506f132add933f3e6fd986cfe..2d31cc0a3ed0a7dc0dac1b349779f0b4ae35224b 100644 (file)
@@ -77,7 +77,7 @@
 @dropdownBackground:            @white;
 @dropdownLinkColor:             @grayDark;
 @dropdownLinkColorHover:        @white;
-@dropdownLinkBackgroundHover:   @grayDark;
+@dropdownLinkBackgroundHover:   @linkColor;