summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css')
-rw-r--r--js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css b/js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css
deleted file mode 100644
index c5ecaa40f..000000000
--- a/js/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*!
- * jQuery UI Tooltip 1.10.4
- * http://jqueryui.com
- *
- * Copyright 2014 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;
- -webkit-box-shadow: 0 0 5px #aaa;
- box-shadow: 0 0 5px #aaa;
-}
-body .ui-tooltip {
- border-width: 2px;
-}