Browse Source

Fix the font in the select2 placeholders

tags/v11.0RC2
Joas Schilling 7 years ago
parent
commit
2555ef69f1
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      core/css/inputs.css

+ 4
- 0
core/css/inputs.css 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"],

Loading…
Cancel
Save