Index: branches/5.1.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r13401 -r13635 --- branches/5.1.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 13401) +++ branches/5.1.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 13635) @@ -663,4 +663,21 @@ .tree tr td a.debug-only-item { color: grey; +} + +/* Ajax Dropdown */ +.suggest-box { + border: 1px solid #999; + background-color: #fff; +} + +.suggest-item, .suggest-item-over { + padding: 1px 2px 0px 2px; + font-family: arial,verdana; + font-size: 12px; +} + +.suggest-item-over { + background-color: #3366CC; + color: #fff; } \ No newline at end of file