From 5331fe39df7bf0f010d0001a91a2ff796e3989b5 Mon Sep 17 00:00:00 2001 From: Adrien Cahen Date: Thu, 13 Sep 2012 12:16:18 -0700 Subject: [PATCH] fix active tab bg on non-white body --- less/navs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;