Commit ab700d75 authored by Mark Otto's avatar Mark Otto
Browse files

fix #9743: pager hover background should be light gray

parent 3505606d
Showing with 3 additions and 3 deletions
+3 -3
...@@ -4132,7 +4132,7 @@ button.close { ...@@ -4132,7 +4132,7 @@ button.close {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #428bca; background-color: #eeeeee;
} }
.pager .next > a, .pager .next > a,
......
This diff is collapsed.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
> a:hover, > a:hover,
> a:focus { > a:focus {
text-decoration: none; text-decoration: none;
background-color: @pagination-active-bg; background-color: @pagination-hover-bg;
} }
} }
......
Supports Markdown
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