Skip to content

Commit

Permalink
Merge pull request #1473 from nextcloud/fix-select2-input
Browse files Browse the repository at this point in the history
Fix the font in the select2 placeholders
  • Loading branch information
jancborchardt committed Sep 20, 2016
2 parents 264299f + 2555ef6 commit 22e6c8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/css/inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ input, textarea, select, button {
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
}

.select2-container-multi .select2-choices .select2-search-field input {
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="search"],
Expand Down

0 comments on commit 22e6c8d

Please sign in to comment.