Skip to content
Snippets Groups Projects
Commit 22e6c8d2 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by GitHub
Browse files

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

Fix the font in the select2 placeholders
parents 264299f1 2555ef69
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment