1
0
mirror of synced 2025-02-03 21:59:24 +03:00

hide selected choices from the results by default. issue #1

This commit is contained in:
Igor Vaynberg 2012-04-10 00:42:34 -07:00
parent 34a7f83f7b
commit b9c79344cd

View File

@ -252,6 +252,8 @@
display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
@ -263,7 +265,10 @@
display: list-item;
cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url('spinner.gif') no-repeat 100%;