Sha256: 7b48c1eeb85e127453c0403b85d112374aa6dfd2c00e7a089cd043b14a50b37c
Contents?: true
Size: 422 Bytes
Versions: 53
Compression:
Stored size: 422 Bytes
Contents
/*! * jQuery UI Tooltip 1.11.0 * 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
53 entries across 53 versions & 2 rubygems