diff options
Diffstat (limited to 'themes/base/autocomplete.css')
-rw-r--r-- | themes/base/autocomplete.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css new file mode 100644 index 000000000..665ba5d41 --- /dev/null +++ b/themes/base/autocomplete.css @@ -0,0 +1,16 @@ +/*! + * jQuery UI Autocomplete @VERSION + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/autocomplete/#theming + */ +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} |