From 971f025af45e803be9afb395535cb034bb38dcc2 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 22 Jul 2017 22:48:14 +0000 Subject: [PATCH 1/2] CRM-20945 Remove underline on active pager step --- css/searchForm.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/searchForm.css b/css/searchForm.css index 9fa01950893c..920607eb5385 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -55,3 +55,8 @@ color: #2A71B4; font-weight: normal; } + +/* CRM-20945 Remove underline to show active pager */ +.crm-container #alpha-filter a.active { + border-bottom: none; +} From 874c8a01c5649857001ec449143a155cc8d9f967 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 25 Jul 2017 07:50:44 +1000 Subject: [PATCH 2/2] Make the button a bit more prominiant --- css/searchForm.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/searchForm.css b/css/searchForm.css index 920607eb5385..bbafc5d745af 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -59,4 +59,6 @@ /* CRM-20945 Remove underline to show active pager */ .crm-container #alpha-filter a.active { border-bottom: none; + color: #41477E; + font-weight: bold; }