jquery-ui/themes/base/jquery.ui.tooltip.css

18 lines
376 B
CSS
Raw Normal View History

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