Merge pull request #10412 from jitendrapurohit/notice-fix
[civicrm-core.git] / css / searchForm.css
index abdcfcba48a60a4eb88ffbcd7716152d1916bc0a..bbafc5d745af2aa37633716758637b472672638a 100644 (file)
 /* top submit button on advanced search */
 .adv-search-top-submit span.crm-button {
   float: right !important;
-}
\ No newline at end of file
+}
+
+/* alpha filter styles */
+#crm-container #alpha-filter ul {
+  border-collapse: collapse;
+  padding: 0;
+  list-style-type: none;
+  margin: 3px;
+  height: auto;
+  width: auto;
+}
+
+.crm-container div#alpha-filter {
+  background-color: #CDE8FE;
+  margin: 4px 0 5px;
+  padding: 2px;
+  text-align: left;
+}
+
+.crm-container #alpha-filter li {
+  background-color: transparent;
+  background-image: none;
+  border: none;
+  color: #AAAAAA;
+  display: inline;
+  font-size: 15px;
+  font-weight: normal;
+  height: auto;
+  margin: 0 1px;
+  padding: 2px 5px;
+  font-family: Arial, Helvetica, sans-serif;
+}
+
+.crm-container #alpha-filter a {
+  border-bottom: 1px dotted #2A71B4;
+  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;
+}