aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-02 15:23:59 -0700
committerMark Otto <[email protected]>2012-10-02 15:23:59 -0700
commit630a88d3ce0dde6365e224d84353d3cf24defc18 (patch)
treee2607b2ed65fd0b6fc234df5f53bb0f2ea38d352
parenta2369021ce49e07c073c35426cc978dba2cb1b55 (diff)
parentb29d94747731b2dd9ef8e2e92e9c2705d95d3853 (diff)
downloadbootstrap-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.less2
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 {