mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #1473 from nextcloud/fix-select2-input
Fix the font in the select2 placeholders
This commit is contained in:
commit
22e6c8d20a
1 changed files with 4 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue