Merge pull request #1473 from nextcloud/fix-select2-input

Fix the font in the select2 placeholders
This commit is contained in:
Jan-Christoph Borchardt 2016-09-21 00:24:37 +02:00 committed by GitHub
commit 22e6c8d20a

View file

@ -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"],