2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fix #9743: pager hover background should be light gray

This commit is contained in:
Mark Otto
2013-08-17 13:07:21 -07:00
parent 3505606d34
commit ab700d753c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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;
} }
} }