diff options
| author | Mark Otto <[email protected]> | 2012-10-02 15:23:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-02 15:23:59 -0700 |
| commit | 630a88d3ce0dde6365e224d84353d3cf24defc18 (patch) | |
| tree | e2607b2ed65fd0b6fc234df5f53bb0f2ea38d352 | |
| parent | a2369021ce49e07c073c35426cc978dba2cb1b55 (diff) | |
| parent | b29d94747731b2dd9ef8e2e92e9c2705d95d3853 (diff) | |
| download | bootstrap-630a88d3ce0dde6365e224d84353d3cf24defc18.tar.xz bootstrap-630a88d3ce0dde6365e224d84353d3cf24defc18.zip | |
Merge pull request #5281 from GotenXiao/pagination-active-background
Use paginationActiveBackground var to finish fixing #4295
| -rw-r--r-- | less/pagination.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/pagination.less b/less/pagination.less index 88065aa22..e35d3f4a8 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -34,7 +34,7 @@ .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span { - background-color: #f5f5f5; + background-color: @paginationActiveBackground; } .pagination ul > .active > a, .pagination ul > .active > span { |
