summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-20 23:16:30 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-20 23:16:30 +0200
commit2555ef69f11f1d1e304a9d33878d3efb7851e5d2 (patch)
treef90f54e1002abf3298f60069b2fb5a5c772941e1 /core
parent264299f1871d124f476c886166ad4287f645eb18 (diff)
downloadnextcloud-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.css4
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"],