Skip to content

Commit

Permalink
Merge pull request #14154 from greenpeace-cee/fix-quicksearch-font
Browse files Browse the repository at this point in the history
Fix placeholder font in Quicksearch
  • Loading branch information
colemanw authored Jun 13, 2019
2 parents d6c79fe + 9c504e4 commit aadcf38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/crm-menubar.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,16 @@ a.highlighted #crm-qsearch-input,
width: 130px;
}
input#crm-qsearch-input:-ms-input-placeholder {
font-family: 'FontAwesome';
font-family: 'FontAwesome', sans-serif;
}
input#crm-qsearch-input::-webkit-input-placeholder {
font-family: 'FontAwesome';
font-family: 'FontAwesome', sans-serif;
}
input#crm-qsearch-input::-moz-placeholder {
font-family: 'FontAwesome';
font-family: 'FontAwesome', sans-serif;
}
input#crm-qsearch-input::placeholder {
font-family: 'FontAwesome';
font-family: 'FontAwesome', sans-serif;
}

ul.crm-quickSearch-results {
Expand Down

0 comments on commit aadcf38

Please sign in to comment.