From: Adrien Cahen Date: Thu, 13 Sep 2012 19:16:18 +0000 (-0700) Subject: fix active tab bg on non-white body X-Git-Tag: v2.2.0^2~94^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5125%2Fhead;p=thirdparty%2Fbootstrap.git fix active tab bg on non-white body --- diff --git a/less/navs.less b/less/navs.less index 4c38f7dbf2..0836cd5120 100644 --- a/less/navs.less +++ b/less/navs.less @@ -123,7 +123,7 @@ .nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: @gray; - background-color: @white; + background-color: @bodyBackground; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default;