From: Mark Otto Date: Sun, 13 Jan 2013 04:08:13 +0000 (-0800) Subject: white text on buttons on hover for links X-Git-Tag: v3.0.0-rc1~824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01db5db2f6e0dfcd63e181303723e1aceeb01045;p=thirdparty%2Fbootstrap.git white text on buttons on hover for links --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cc134dc4d5..c95912cb02 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2430,6 +2430,7 @@ button.close { } .btn:hover { + color: #fff; text-decoration: none; } diff --git a/less/buttons.less b/less/buttons.less index 9292bb3315..2e7a182f25 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -25,6 +25,7 @@ } &:hover { + color: #fff; text-decoration: none; }