Commit cd876fb6 authored by Mark Otto's avatar Mark Otto

Merge pull request #5125 from tapcanvas/tab-body-bg

Use @bodyBackground on .nav-tabs active state instead of static color
parents 6c4b276c 5331fe39
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment