mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Vurrriables and shit
This commit is contained in:
parent
79a10feb7a
commit
e7bc9e1c3d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue