annotate js/bt/jquery.bt.css @ 18:0d557e6e73f7

Added beautytips and some additional event handling code to the library.
author David Eads <eads@chicagotech.org>
date Fri, 06 Mar 2009 14:11:46 -0600
parents
children
rev   line source
eads@18 1 /**
eads@18 2 * styling for tip content
eads@18 3 * mostly for example
eads@18 4 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
eads@18 5 */
eads@18 6 .bt-content {
eads@18 7 font-size: small;
eads@18 8 color: #000;
eads@18 9 line-height: normal;
eads@18 10 }
eads@18 11
eads@18 12 /* styling for active target elements - usually for background hilighting */
eads@18 13 .bt-active {
eads@18 14 /* example:
eads@18 15 background-color: yellow !important;
eads@18 16 */
eads@18 17 }