summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css b/xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css
new file mode 100644
index 0000000..8d449e3
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/themes/base/autocomplete.css
@@ -0,0 +1,16 @@
+/*!
+ * jQuery UI Autocomplete 1.12.0
+ * http://jqueryui.com
+ *
+ * Copyright 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;
+}