aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Cahen <[email protected]>2012-09-13 12:16:18 -0700
committerAdrien Cahen <[email protected]>2012-09-13 12:16:18 -0700
commit5331fe39df7bf0f010d0001a91a2ff796e3989b5 (patch)
treed3df0c820bf880b068010d62f710e2a01f7c9ff5
parent595e1a189c1911ada7c4bd4c769c28b1741611ac (diff)
downloadbootstrap-5331fe39df7bf0f010d0001a91a2ff796e3989b5.tar.xz
bootstrap-5331fe39df7bf0f010d0001a91a2ff796e3989b5.zip
fix active tab bg on non-white body
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 4c38f7dbf..0836cd512 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;