diff options
| author | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
| commit | 2a9604fdd297fee6661561d1ccf7922b4d599641 (patch) | |
| tree | b5051e854548de3795e615a6714af3c6a4408fe1 /less/variables.less | |
| parent | 731903a17597f9095f9c26d969da8e04f50568ed (diff) | |
| download | bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.tar.xz bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.zip | |
add list group component
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index c4b85d80e..054d2d69e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -293,6 +293,17 @@ @progress-bar-info-bg: @brand-info; +// List group +// ------------------------- +@list-group-bg: #fff; +@list-group-border: #ddd; +@list-group-border-radius: @border-radius-base; + +@list-group-hover-bg: #f5f5f5; +@list-group-active-text: #fff; +@list-group-active-bg: @link-color; +@list-group-active-border: @list-group-active-bg; + // Panels // ------------------------- @panel-bg: #fff; |
