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, 0 insertions, 19 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css b/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css
deleted file mode 100644
index 04995d9..0000000
--- a/xstatic/pkg/jquery_ui/data/themes/base/tooltip.css
+++ /dev/null
@@ -1,19 +0,0 @@
-/*!
- * 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;
-}