jquery-ui/themes/base/tooltip.css

20 lines
360 B
CSS
Raw Normal View History

/*!
* jQuery UI Tooltip @VERSION
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
2012-08-09 14:13:24 +00:00
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/tooltip/#theming
*/
.ui-tooltip {
2012-10-23 15:18:51 +00:00
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
}