Merge pull request #290 from Carpe-Hora/jqueryui_dialog_compatibility
Fix: the search field did not work when in a jQueryUI modal dialog
This commit is contained in:
commit
499c35b62d
|
@ -104,6 +104,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 1010;
|
||||||
}
|
}
|
||||||
.chzn-container-single .chzn-search input {
|
.chzn-container-single .chzn-search input {
|
||||||
background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
|
background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
|
||||||
|
|
Loading…
Reference in a new issue