From 01db5db2f6e0dfcd63e181303723e1aceeb01045 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jan 2013 20:08:13 -0800 Subject: [PATCH] white text on buttons on hover for links --- docs/assets/css/bootstrap.css | 1 + less/buttons.less | 1 + 2 files changed, 2 insertions(+) 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; }