From 903d033a964bd461b2d87d04c8a89e993d4b08bf Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Tue, 23 Jan 2018 15:38:32 -0500 Subject: [PATCH] Emphasize the current page in pagination numbers. --- app/webroot/css/co-base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/webroot/css/co-base.css b/app/webroot/css/co-base.css index 968a89f17..397a89d06 100644 --- a/app/webroot/css/co-base.css +++ b/app/webroot/css/co-base.css @@ -949,6 +949,12 @@ body.co_petitions .ui-dialog { margin-left: 1em; font-size: 0.9em; } +#pagination span.current { + font-weight: bold; + font-size: 120%; + position: relative; + top: 1px; +} /********************************/ /* My Population - People Index */ /********************************/