From 8495d23e67f993807232857bb515962760f38f5b Mon Sep 17 00:00:00 2001 From: makitso Date: Mon, 19 Jun 2017 10:42:55 -0500 Subject: Lists pagination fixes --- themes/colors/css-1.7.8/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'themes/colors/css-1.7.8') diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css index b28dfaf5f1..1a7e793759 100644 --- a/themes/colors/css-1.7.8/style.css +++ b/themes/colors/css-1.7.8/style.css @@ -21,6 +21,17 @@ padding-right: 0.25rem; } +.pagination, .page-link, .page-link:hover, .page-link:focus { + border-color: #e6e6e6; + color: #555; +} + +.page-item.active .page-link { + background-color: #e6e6e6; + color: #555; + border-color: #ccc; +} + /* * Any element that is loaded dynamically has the class wt-ajax-load. * We can provide a "loading" placeholder for empty elements with this class. -- cgit v1.3