Commit b29d9474 authored by Robin Lewis's avatar Robin Lewis

Use paginationActiveBackground var to finish fixing #4295

parent 0540b63a
...@@ -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