Merge pull request #11347 from civicrm/4.7.28-rc
[civicrm-core.git] / css / searchForm.css
index 9fa01950893c0745414952cdb0e31cc4725b1a36..bbafc5d745af2aa37633716758637b472672638a 100644 (file)
   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;
+}