]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5700: restore white text on active dropdown/typeahead text
authorMark Otto <otto@github.com>
Wed, 31 Oct 2012 17:51:27 +0000 (10:51 -0700)
committerMark Otto <otto@github.com>
Wed, 31 Oct 2012 17:51:27 +0000 (10:51 -0700)
docs/assets/css/bootstrap.css
less/variables.less

index 4789e34d22f73a0258aea2f8a3356f4bb2a4f5ab..7f81c6a9573237a3815769ff789e09e89704a7f6 100644 (file)
@@ -2839,7 +2839,7 @@ table th[class*="span"],
 
 .dropdown-menu .active > a,
 .dropdown-menu .active > a:hover {
-  color: #333333;
+  color: #ffffff;
   text-decoration: none;
   background-color: #0081c2;
   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
index 3fb5274c3abf4acf2d6ca04bdd21e30c126755bf..7b70f44dbf91b5e87bb28f078c9e09bea33a39bf 100644 (file)
 
 @dropdownLinkColor:             @grayDark;
 @dropdownLinkColorHover:        @white;
-@dropdownLinkColorActive:       @dropdownLinkColor;
+@dropdownLinkColorActive:       @white;
 
 @dropdownLinkBackgroundActive:  @linkColor;
 @dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;