X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FsearchForm.css;h=bbafc5d745af2aa37633716758637b472672638a;hb=445eab89e7f02ecc569e4d16b7dd0a8d2212a4b3;hp=9fa01950893c0745414952cdb0e31cc4725b1a36;hpb=7f943ee5de42b28405828b118700c96aad4516e5;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; +}