Sha256: a235cff35f5c76ba4d75d211ee856b0d0ad99a6d2b05adb7c4e319e03815d51d

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 Bytes

Contents

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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

1 entries across 1 versions & 1 rubygems

Version Path
rack-jquery_ui-themes-1.0.0 vendor/assets/javascripts/jquery-ui/1.10.3/themes/base/jquery.ui.tooltip.css