Mercurial > defr > drupal > scald > dnd
annotate js/bt/jquery.bt.css @ 54:d6f510f35e72 tip
Fix a PHP notice
| author | Franck Deroche <franck@defr.org> | 
|---|---|
| date | Thu, 19 Aug 2010 12:02:47 +0200 | 
| 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 } | 
