eads@18: /** eads@18: * styling for tip content eads@18: * mostly for example eads@18: * note: canvas (the tip itself) cannot be styled here. use javascript options for that. eads@18: */ eads@18: .bt-content { eads@18: font-size: small; eads@18: color: #000; eads@18: line-height: normal; eads@18: } eads@18: eads@18: /* styling for active target elements - usually for background hilighting */ eads@18: .bt-active { eads@18: /* example: eads@18: background-color: yellow !important; eads@18: */ eads@18: }