]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix active tab bg on non-white body 5125/head
authorAdrien Cahen <onlineallthetime@gmail.com>
Thu, 13 Sep 2012 19:16:18 +0000 (12:16 -0700)
committerAdrien Cahen <onlineallthetime@gmail.com>
Thu, 13 Sep 2012 19:16:18 +0000 (12:16 -0700)
less/navs.less

index 4c38f7dbf2c80036cb9b62d01b6a16d5d113216f..0836cd5120bca11d8e5a98d8999a50774867f89a 100644 (file)
 .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;