summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/tooltip.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/tooltip.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css b/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css
new file mode 100644
index 0000000..04995d9
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css
@@ -0,0 +1,19 @@
+/*!
+ * jQuery UI Tooltip 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/tooltip/#theming
+ */
+.ui-tooltip {
+ padding: 8px;
+ position: absolute;
+ z-index: 9999;
+ max-width: 300px;
+}
+body .ui-tooltip {
+ border-width: 2px;
+}