Commit 630a88d3 authored by Mark Otto's avatar Mark Otto

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

Use paginationActiveBackground var to finish fixing #4295
parents a2369021 b29d9474
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.pagination ul > li > a:hover, .pagination ul > li > a:hover,
.pagination ul > .active > a, .pagination ul > .active > a,
.pagination ul > .active > span { .pagination ul > .active > span {
background-color: #f5f5f5; background-color: @paginationActiveBackground;
} }
.pagination ul > .active > a, .pagination ul > .active > a,
.pagination ul > .active > span { .pagination ul > .active > span {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment