| 12345678910111213141516171819 |
- /*!
- * jQuery UI Tooltip 1.14.1
- * https://jqueryui.com
- *
- * Copyright OpenJS Foundation and other contributors
- * Released under the MIT license.
- * https://jquery.org/license
- *
- * https://api.jqueryui.com/tooltip/#theming
- */
- .ui-tooltip {
- padding: 8px;
- position: absolute;
- z-index: 9999;
- max-width: 300px;
- }
- body .ui-tooltip {
- border-width: 2px;
- }
|