X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FsearchForm.css;h=bbafc5d745af2aa37633716758637b472672638a;hb=0d7ef283dedf00b7c7255ce9528bd06673909389;hp=9fa01950893c0745414952cdb0e31cc4725b1a36;hpb=ddd3f31a3a0d0f4c677eedbca666abd9fc9f765f;p=civicrm-core.git diff --git a/css/searchForm.css b/css/searchForm.css index 9fa0195089..bbafc5d745 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -55,3 +55,10 @@ color: #2A71B4; font-weight: normal; } + +/* CRM-20945 Remove underline to show active pager */ +.crm-container #alpha-filter a.active { + border-bottom: none; + color: #41477E; + font-weight: bold; +}