jquery-ui/themes/base/tooltip.css
Anne-Gaelle Colom 727a9151d2 Build: Remove dates from copyright notice
Closes gh-1403
(cherry picked from commit c89cb74893)
2015-02-09 11:54:31 -05:00

22 lines
419 B
CSS

/*!
* jQuery UI Tooltip @VERSION
* 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;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
}