Koha/koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins
Owen Leonard 6969fefe4c Use CSS3 box-shadow property for Cart tooltip
The OPAC Cart tooltip ("Your cart is empty," "1 item(s) added to your
Cart") currently uses a jQuery plugin to generate a drop shadow.
This works cross-browser, but has a high failure rate with regard
to hiding the shadow consistently, resulting in an orphan shadow
after the tooltip has been hidden. I propose to instead use the
new CSS3 property "box-shadow" (-moz-box-shadow and -webkit-box-
shadow for FireFox and Safari/Chrome). Currently Internet Explorer
does not support this property. I think this is an
acceptable tradeoff for more stable functionality.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-05-04 11:19:03 -04:00
..
jquery.checkboxes.min.js More changes to implement jQuery upgrade. 2009-07-14 07:08:18 -04:00
jquery.highlight-3.js Bug 3056 - replace span hacking for terms in C4::Search 2009-07-29 22:06:55 -04:00
jquery.hoverIntent.minified.js Adding required jquery files for update Cart notification popup. 2008-06-18 11:19:58 -05:00
jquery.tablesorter.min.js
ui.tabs.css
ui.tabs.js