瀏覽代碼

Fix the font in the select2 placeholders

tags/v11.0RC2
Joas Schilling 7 年之前
父節點
當前提交
2555ef69f1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      core/css/inputs.css

+ 4
- 0
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"],

Loading…
取消
儲存