Sha256: ccfbc19aaec9717669c05295213defa60342abfbb84a8e3240b2dbe9ad1d529b

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*
 *= require jquery-ui/theme
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-ui-rails-7.0.0 app/assets/stylesheets/jquery-ui/tooltip.css