]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #: remove double background color on dropdown links
authorMark Otto <markdotto@gmail.com>
Wed, 10 Oct 2012 16:51:13 +0000 (09:51 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 10 Oct 2012 16:51:13 +0000 (09:51 -0700)
docs/assets/css/bootstrap.css
less/dropdowns.less

index bec35c7fd8c53d7ac2136a3e265b03058a7a3f2a..ab26695621f3d235e8121a140c7816000d65c97b 100644 (file)
@@ -990,7 +990,7 @@ input[type="color"],
   display: inline-block;
   height: 20px;
   padding: 4px 6px;
-  margin-bottom: 9px;
+  margin-bottom: 10px;
   font-size: 14px;
   line-height: 20px;
   color: #555555;
@@ -2823,7 +2823,6 @@ table th[class*="span"],
 .dropdown-submenu:hover > a {
   color: #ffffff;
   text-decoration: none;
-  background-color: #0088cc;
   background-color: #0081c2;
   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
@@ -2838,7 +2837,6 @@ table th[class*="span"],
 .dropdown-menu .active > a:hover {
   color: #ffffff;
   text-decoration: none;
-  background-color: #0088cc;
   background-color: #0081c2;
   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
index 03efd6abf2e38f90fe2fef53029e9aab3d3d8b01..d4fdab47fc447f39b7543ee1e76e578a37b3b203 100644 (file)
@@ -90,7 +90,6 @@
 .dropdown-submenu:hover > a {
   text-decoration: none;
   color: @dropdownLinkColorHover;
-  background-color: @dropdownLinkBackgroundHover;
   #gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));
 }
 
   color: @dropdownLinkColorHover;
   text-decoration: none;
   outline: 0;
-  background-color: @dropdownLinkBackgroundActive;
   #gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));
 }