0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #5281 from GotenXiao/pagination-active-background

Use paginationActiveBackground var to finish fixing #4295
This commit is contained in:
Mark Otto 2012-10-02 15:23:59 -07:00
commit 630a88d3ce

View File

@ -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 {