diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-20 23:16:30 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-20 23:16:30 +0200 |
commit | 2555ef69f11f1d1e304a9d33878d3efb7851e5d2 (patch) | |
tree | f90f54e1002abf3298f60069b2fb5a5c772941e1 /core | |
parent | 264299f1871d124f476c886166ad4287f645eb18 (diff) | |
download | nextcloud-server-2555ef69f11f1d1e304a9d33878d3efb7851e5d2.tar.gz nextcloud-server-2555ef69f11f1d1e304a9d33878d3efb7851e5d2.zip |
Fix the font in the select2 placeholders
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css index ebde986d584..21778cd0ee4 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -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"], |