mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Merge remote-tracking branch 'origin/master' into selectmenu
This commit is contained in:
commit
8abe1d015f
@ -18,6 +18,13 @@
|
||||
margin: .8em 0 .2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.ui-autocomplete li.ui-autocomplete-category {
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
margin: 0.5em 0 0 0;
|
||||
height: auto;
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$.widget( "custom.catcomplete", $.ui.autocomplete, {
|
||||
|
Loading…
Reference in New Issue
Block a user