aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-17 15:28:31 -0700
committerMark Otto <[email protected]>2012-09-17 15:28:31 -0700
commitcd876fb659dff9ed3a9843448f4412553637b86d (patch)
tree4f8971dfa16e7f846e481c72dc621355a4a69f32
parent6c4b276cd4ca648db0afcd84aba809a74fa23bda (diff)
parent5331fe39df7bf0f010d0001a91a2ff796e3989b5 (diff)
downloadbootstrap-cd876fb659dff9ed3a9843448f4412553637b86d.tar.xz
bootstrap-cd876fb659dff9ed3a9843448f4412553637b86d.zip
Merge pull request #5125 from tapcanvas/tab-body-bg
Use @bodyBackground on .nav-tabs active state instead of static color
-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;