diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-11-04 14:47:50 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-11-04 14:47:50 +0100 |
| commit | d5469cf2ad0734ae9403285d6c5191a401d49e25 (patch) | |
| tree | 9ff0c6cd365d6c41fcf32dc8a7e7dbafe48f1cc5 /resources | |
| parent | d895b6f6a9181fc992cbc9cd2bf1491f79949f0b (diff) | |
changed select2 design in MultiPersonSearchstep-01665
Diffstat (limited to 'resources')
| -rwxr-xr-x | resources/assets/stylesheets/scss/multi_person_search.scss | 17 |
1 files changed, 17 insertions, 0 deletions
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; + } +} |
