Skip to content

Commit

Permalink
Merge pull request harvesthq#290 from Carpe-Hora/jqueryui_dialog_comp…
Browse files Browse the repository at this point in the history
…atibility

Fix: the search field did not work when in a jQueryUI modal dialog
  • Loading branch information
pfiller committed Oct 12, 2011
2 parents f618c69 + a53b58f commit 499c35b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chosen/chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 */

0 comments on commit 499c35b

Please sign in to comment.