Fix: the search field did not work when in a jQueryUI modal dialog ; fixes #18 & #95

See https://github.com/harvesthq/chosen/issues/18#issuecomment-2311377 for more
details.

	modified:   chosen/chosen.css
js_style_fix
Kévin Gomez Pinto 2011-10-07 15:41:16 +02:00
parent f618c69d54
commit a53b58f15a
1 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@
position: relative;
margin: 0;
white-space: nowrap;
z-index: 1010;
}
.chzn-container-single .chzn-search input {
background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
@ -365,4 +366,4 @@
background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
padding: 4px 5px 4px 20px;
}
/* @end */
/* @end */