diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-24 19:09:54 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-24 19:09:54 +0200 |
commit | 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f (patch) | |
tree | b205476045132395e9a05d1f0881f04910da79af | |
parent | a1f604eb453208c80ec17c42c7bb4e3a1c624102 (diff) | |
download | jquery-ui-07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.tar.gz jquery-ui-07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.zip |
Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c
-rw-r--r-- | themes/base/jquery.ui.autocomplete.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css index 5e331b63d..da2032943 100644 --- a/themes/base/jquery.ui.autocomplete.css +++ b/themes/base/jquery.ui.autocomplete.css @@ -9,5 +9,7 @@ */ .ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete li.ui-autocomplete-category { font-size: 1em; line-height: 1.5; margin: 0.5em 0 0 0; height: auto; border: 0; } + /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |