From ab700d753c5dd77d278c7ee284b5d4c8250543c2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 13:07:21 -0700 Subject: fix #9743: pager hover background should be light gray --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2b3c8fb9e..2639bb9a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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, -- cgit v1.2.3