From aa3e2e4230f058d54e3190db2a42a0086ebcbee6 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 2 Oct 2012 18:18:06 -0400 Subject: cerulean: changed alt navbar from gray to dark blue --- cerulean/bootswatch.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'cerulean/bootswatch.less') diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less index 04422527..7b4ca9cf 100755 --- a/cerulean/bootswatch.less +++ b/cerulean/bootswatch.less @@ -35,10 +35,7 @@ .search-query { border: 1px solid darken(@linkColor, 10%); - } - - .btn-navbar:hover { - background-color: darken(@white, 20%); + line-height: normal; } .navbar-text { @@ -103,8 +100,10 @@ } } - .nav .active > a { - background-color: rgba(0, 0, 0, 0.1); + .nav .active > a, + .nav > li > a:hover, + .dropdown-menu a:hover { + background-color: rgba(0, 0, 0, 0.1) !important; } } } -- cgit v1.2.3