소스 검색

add spinner to search field in multiselect. fixes #130

Igor Vaynberg 13 년 전
부모
커밋
2343572a25
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      select2.css

+ 3 - 0
select2.css

@@ -382,6 +382,9 @@ disabled look for already selected choices in the results dropdown
   box-shadow        : none;
 }
 
+.select2-container-multi .select2-choices .select2-search-field input.select2-active {
+    background: #fff url('spinner.gif') no-repeat 100% !important;
+}
 
 .select2-default {
   color: #999 !important;