From e7bc9e1c3d60c2ac748896fcc0e31855f63590ef Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 00:23:35 -0700 Subject: [PATCH] Vurrriables and shit --- less/variables.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index 33db5fd641..daeccb4b79 100644 --- a/less/variables.less +++ b/less/variables.less @@ -85,7 +85,8 @@ @table-bg: transparent; // overall background-color @table-bg-accent: #f9f9f9; // for striping -@table-bg-hover: #f5f5f5; // for hover +@table-bg-hover: #f5f5f5; +@table-bg-active: @table-bg-hover; @table-border-color: #ddd; // table and cell border