# HG changeset patch # User domruf # Date 2017-10-28 19:08:54 # Node ID 0b18670d5864f6ba73da759de6918a5f6523bb15 # Parent b9e2800015260bbdfb54225b5e4004db9b62e471 less: fixes for select2 - highlight .match - use .input-sm for select2 .input-sm diff --git a/kallithea/public/less/kallithea-select2.less b/kallithea/public/less/kallithea-select2.less --- a/kallithea/public/less/kallithea-select2.less +++ b/kallithea/public/less/kallithea-select2.less @@ -59,3 +59,13 @@ } } } + +/* highlight query in user autocomplete search results */ +.select2-results .match { + font-weight: 700; +} + +/* fix select2 input style if input-sm is used */ +.select2-container.input-sm input { + .input-sm; +}