# HG changeset patch # User domruf # Date 1509210534 -7200 # Node ID 0b18670d5864f6ba73da759de6918a5f6523bb15 # Parent b9e2800015260bbdfb54225b5e4004db9b62e471 less: fixes for select2 - highlight .match - use .input-sm for select2 .input-sm diff -r b9e280001526 -r 0b18670d5864 kallithea/public/less/kallithea-select2.less --- a/kallithea/public/less/kallithea-select2.less Fri Oct 27 20:34:16 2017 +0200 +++ b/kallithea/public/less/kallithea-select2.less Sat Oct 28 19:08:54 2017 +0200 @@ -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; +}