Sha256: 4e5ed8867f6a1af8429f5a58ab3ed6873c5b6ce8452452c9af0a1e002004fdfc

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

/*!
 * jQuery UI Tooltip 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 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;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
catscope-0.0.3 assets/bower_components/jquery-ui/themes/base/tooltip.css
catscope-0.0.2 assets/bower_components/jquery-ui/themes/base/tooltip.css
catscope-0.0.1 assets/bower_components/jquery-ui/themes/base/tooltip.css