Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content/themes/base/jquery.ui.tooltip.css @ 11222

Last change on this file since 11222 was 11222, checked in by mroscoe, 10 years ago
File size: 422 bytes
Line 
1/*!
2 * jQuery UI Tooltip 1.10.4
3 * http://jqueryui.com
4 *
5 * Copyright 2014 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  -webkit-box-shadow: 0 0 5px #aaa;
17  box-shadow: 0 0 5px #aaa;
18}
19body .ui-tooltip {
20  border-width: 2px;
21}
Note: See TracBrowser for help on using the repository browser.