Mercurial > defr > drupal > scald > dnd
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/bt/jquery.bt.css Fri Mar 06 14:11:46 2009 -0600 @@ -0,0 +1,17 @@ +/** + * styling for tip content + * mostly for example + * note: canvas (the tip itself) cannot be styled here. use javascript options for that. + */ +.bt-content { + font-size: small; + color: #000; + line-height: normal; +} + +/* styling for active target elements - usually for background hilighting */ +.bt-active { + /* example: + background-color: yellow !important; + */ +} \ No newline at end of file