From: Mark Otto Date: Tue, 6 Aug 2013 18:40:02 +0000 (-0700) Subject: fixes #9140: use correct var in tables X-Git-Tag: v3.0.0-rc.2~55^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c731961f9d89a2fe868a85daf4bbb65e55680099;p=thirdparty%2Fbootstrap.git fixes #9140: use correct var in tables --- diff --git a/less/tables.less b/less/tables.less index 68e33dccd9..b3c921dbb4 100644 --- a/less/tables.less +++ b/less/tables.less @@ -162,7 +162,7 @@ table { > th.active, &.active > td, &.active > th { - background-color: @table-bg-hover; + background-color: @table-bg-active; } > td.success, > th.success,