From 202def908c2782312d82eeefd67afb0469dee440 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 16 Nov 2016 11:14:23 +0100 Subject: new pager --- www/css/phinde.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/css/phinde.css') diff --git a/www/css/phinde.css b/www/css/phinde.css index eae8dd9..b08a03a 100644 --- a/www/css/phinde.css +++ b/www/css/phinde.css @@ -6,6 +6,13 @@ margin-bottom: 1ex; } +/* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */ +.pagination ul > .active > a, +.pagination ul > .active > a:hover { + background-color: #0088cc; + color: #FFF; +} + .hits { list-style-type: none; margin-left: 0px; -- cgit v1.2.3