Changeset - 0b18670d5864
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-28 19:08:54
dominikruf@gmail.com
less: fixes for select2

- highlight .match
- use .input-sm for select2 .input-sm
1 file changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-select2.less
Show inline comments
 
@@ -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;
 
}
0 comments (0 inline, 0 general)