]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5443: reset background gradient on disabled dropdown links
authorMark Otto <markdotto@gmail.com>
Mon, 8 Oct 2012 04:45:16 +0000 (21:45 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 8 Oct 2012 04:45:16 +0000 (21:45 -0700)
docs/assets/css/bootstrap.css
less/dropdowns.less

index 60fb43bf9fb39d3eee53fafafab95680f6a07965..bec35c7fd8c53d7ac2136a3e265b03058a7a3f2a 100644 (file)
@@ -2859,6 +2859,7 @@ table th[class*="span"],
   text-decoration: none;
   cursor: default;
   background-color: transparent;
+  background-image: none;
 }
 
 .open {
index a33fe71e22890a918982fcb6c9e8d6018ce97486..03efd6abf2e38f90fe2fef53029e9aab3d3d8b01 100644 (file)
 .dropdown-menu .disabled > a:hover {
   text-decoration: none;
   background-color: transparent;
+  background-image: none; // Remove CSS gradient
   cursor: default;
 }