annotate js/bt/jquery.bt.css @ 47:cbfe386cb51b

Add a function to refresh opened libraries. The source URL of each libraries is now tracked, which allows for auto refreshing the libraries based on various events. The obvious use case is to refresh the library when an atom has been added to Scald, for example via a Popups dialog.
author Franck Deroche <defr@ows.fr>
date Mon, 15 Feb 2010 14:08:04 +0000
parents 0d557e6e73f7
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 }