From 3f64aaf82b6b3486c1b2e98e19047089fdfc331b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Sep 2011 19:00:44 -0700 Subject: fix topbar link with button bug --- bootstrap-1.3.0.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap-1.3.0.css') diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 4a4e0dfaa..1a924b7b3 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Sep 12 13:32:28 PDT 2011 + * Date: Mon Sep 12 19:00:16 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1298,7 +1298,7 @@ table .headerSortUp.purple, table .headerSortDown.purple { color: #bfbfbf; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } -.topbar a:hover, .topbar ul .active > a { +.topbar h3 a:hover, .topbar .brand a:hover, .topbar ul .active > a { background-color: #333; background-color: rgba(255, 255, 255, 0.05); color: #ffffff; @@ -1323,6 +1323,7 @@ table .headerSortUp.purple, table .headerSortDown.purple { } .topbar p a:hover { background-color: transparent; + color: #ffffff; } .topbar form { float: left; -- cgit v1.2.3