Sha256: bd6fb15b81943ec409f5e7d02e2a751e2e33a0abd46a51ba2543ae0d0a58ce62
Contents?: true
Size: 437 Bytes
Versions: 8
Compression:
Stored size: 437 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 */ /* *= require jquery.ui.core *= require jquery.ui.theme */ .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
8 entries across 8 versions & 2 rubygems