diff options
| author | Mark Otto <[email protected]> | 2013-07-18 00:23:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 00:23:35 -0700 |
| commit | e7bc9e1c3d60c2ac748896fcc0e31855f63590ef (patch) | |
| tree | 3af5744e90543ebd87f680783380fc894abc77e8 | |
| parent | 79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65 (diff) | |
| download | bootstrap-e7bc9e1c3d60c2ac748896fcc0e31855f63590ef.tar.xz bootstrap-e7bc9e1c3d60c2ac748896fcc0e31855f63590ef.zip | |
Vurrriables and shit
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 33db5fd64..daeccb4b7 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 |
