Commit ab700d75 authored by Mark Otto's avatar Mark Otto

fix #9743: pager hover background should be light gray

parent 3505606d
......@@ -4132,7 +4132,7 @@ button.close {
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #428bca;
background-color: #eeeeee;
}
.pager .next > a,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -23,7 +23,7 @@
> a:hover,
> a:focus {
text-decoration: none;
background-color: @pagination-active-bg;
background-color: @pagination-hover-bg;
}
}
......
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