Security update for Core, with self-updated composer
[yaffs-website] / web / core / assets / vendor / jquery.ui / themes / base / tooltip.css
1 /*!
2  * jQuery UI Tooltip 1.12.1
3  * http://jqueryui.com
4  *
5  * Copyright jQuery Foundation and other contributors
6  * Released under the MIT license.
7  * http://jquery.org/license
8  *
9  * http://api.jqueryui.com/tooltip/#theming
10  */
11 .ui-tooltip {
12         padding: 8px;
13         position: absolute;
14         z-index: 9999;
15         max-width: 300px;
16 }
17 body .ui-tooltip {
18         border-width: 2px;
19 }