Mercurial > defr > drupal > scald > dnd
annotate js/bt/jquery.bt.css @ 19:d83073a08b25
Added beautytips, and advanced library behavior to the library prototype.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 06 Mar 2009 14:26:06 -0600 |
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 } |