Sha256: 2a629b0dbcb584f717ae7c49a669855bafad3e64d143d70fd49cf217b28aef18
Contents?: true
Size: 417 Bytes
Versions: 49
Compression:
Stored size: 417 Bytes
Contents
/*! * jQuery UI Tooltip 1.11.4 * http://jqueryui.com * * Copyright 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
49 entries across 49 versions & 6 rubygems