]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
white text on buttons on hover for links
authorMark Otto <otto@github.com>
Sun, 13 Jan 2013 04:08:13 +0000 (20:08 -0800)
committerMark Otto <otto@github.com>
Sun, 13 Jan 2013 04:08:13 +0000 (20:08 -0800)
docs/assets/css/bootstrap.css
less/buttons.less

index cc134dc4d5933f1e5c97b88bdbb1ff5004842af7..c95912cb02cf2aec9540f359f39a3afc27b5c4fe 100644 (file)
@@ -2430,6 +2430,7 @@ button.close {
 }
 
 .btn:hover {
+  color: #fff;
   text-decoration: none;
 }
 
index 9292bb3315a639ec9411c32a6e87154537f7ed65..2e7a182f254848049d38f9fbce61e748d11457a1 100644 (file)
@@ -25,6 +25,7 @@
   }
 
   &:hover {
+    color: #fff;
     text-decoration: none;
   }