2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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

Use @bodyBackground on .nav-tabs active state instead of static color
This commit is contained in:
Mark Otto
2012-09-17 15:28:31 -07:00
+1 -1
View File
@@ -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;