From df0907b458d432fcd8d383276881e68f759ddc3c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Apr 2018 12:53:35 +0200 Subject: CSS: overload select2 CSS with bootstrap CSS --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index d90a41ad6..1e47c4776 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -43,6 +43,10 @@ pre { margin: 0.5em 1em; } +.form-group .select2-container--default .select2-selection--multiple { + border: $input-border-width solid $input-border-color; +} + .page-link.imported-page { color: $ishtar-light-color; } -- cgit v1.2.3