diff options
| -rw-r--r-- | less/navs.less | 2 |
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; |
