From 805d7d7bd5a8d9cef539b0745522223b9925c735 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 13 Feb 2012 18:18:24 -0500 Subject: Fixed navbar hover in united --- united/bootstrap.css | 3 +++ united/bootstrap.min.css | 2 +- united/bootswatch.less | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'united') diff --git a/united/bootstrap.css b/united/bootstrap.css index 8706158d..a9206254 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -3353,6 +3353,9 @@ a.thumbnail:hover { border-right: 1px solid #C03D14; border-left: 1px solid #E6633A; } +.navbar .nav > li > a:hover { + background-color: #97310e; +} .navbar .nav .active > a, .navbar .nav .active > a:hover { background-color: rgba(0, 0, 0, 0.2); } diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css index 89ecb72f..436d8fc0 100644 --- a/united/bootstrap.min.css +++ b/united/bootstrap.min.css @@ -604,7 +604,7 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105, .carousel-caption h4,.carousel-caption p{color:#ffffff;} .hero-unit{padding:60px;margin-bottom:30px;background-color:#f5f5f5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;} .hero-unit p{font-size:18px;font-weight:200;line-height:27px;} -.navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;} +.navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;}.navbar .nav>li>a:hover{background-color:#97310e;} .navbar .nav .active>a,.navbar .nav .active>a:hover{background-color:rgba(0, 0, 0, 0.2);} .navbar .divider-vertical{background-color:inherit;border-right:0px solid #CE4213;} .navbar-search .search-query{border:1px solid #97310e;} diff --git a/united/bootswatch.less b/united/bootswatch.less index fb014a1b..81ca9fdd 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -15,6 +15,10 @@ .navbar .nav > li > a { border-right: 1px solid #C03D14; border-left: 1px solid #E6633A; + + &:hover { + background-color: @linkColorHover; + } } // Lightened color of active item -- cgit v1.2.3