From 9e04f8522930ec47e5d8dacd7988a100cdb689d5 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 25 Oct 2016 01:56:06 +0800 Subject: [PATCH] Fix index select2 input padding and font-family to meet bootstrap input style --- public/css/cover.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/cover.css b/public/css/cover.css index c8b35e8..93b6046 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -187,6 +187,10 @@ input { .mastfoot { position: relative; } +.select2-container-multi .select2-choices .select2-search-field input { + font-family: inherit; + padding: 5px 12px; +} .select2-container { margin: 0 auto !important; }