0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix active tab bg on non-white body

This commit is contained in:
Adrien Cahen 2012-09-13 12:16:18 -07:00
parent 595e1a189c
commit 5331fe39df

View File

@ -123,7 +123,7 @@
.nav-tabs > .active > a, .nav-tabs > .active > a,
.nav-tabs > .active > a:hover { .nav-tabs > .active > a:hover {
color: @gray; color: @gray;
background-color: @white; background-color: @bodyBackground;
border: 1px solid #ddd; border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default; cursor: default;