From 2343572a251ae35665c487c93a92f83210d29fdf Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 19 Jun 2012 22:09:37 -0700 Subject: [PATCH] add spinner to search field in multiselect. fixes #130 --- select2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/select2.css b/select2.css index 3cc82545..0544120d 100755 --- a/select2.css +++ b/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;