From d5469cf2ad0734ae9403285d6c5191a401d49e25 Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Fri, 4 Nov 2022 14:47:50 +0100 Subject: changed select2 design in MultiPersonSearch --- .../assets/stylesheets/scss/multi_person_search.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/assets/stylesheets/scss/multi_person_search.scss b/resources/assets/stylesheets/scss/multi_person_search.scss index e1e6270..45b8d08 100755 --- a/resources/assets/stylesheets/scss/multi_person_search.scss +++ b/resources/assets/stylesheets/scss/multi_person_search.scss @@ -6,3 +6,20 @@ } } } + +.mpscontainer { + .select2-container--default .select2-selection--multiple .select2-selection__choice { + width: 45%; + height: 2em; + background-color: white; + } + + .quickfilter { + border: 1px solid #28497c; + color: #28497c; + background-color: white; + height: 2.5em; + padding-left: 0.5em; + padding-right: 0.5em; + } +} -- cgit v1.0