You are here

jquery.bt.css in Scald: Media Management made easy 6

/**
 * 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;
  */
}

File

dnd/js/bt/jquery.bt.css
View source
  1. /**
  2. * styling for tip content
  3. * mostly for example
  4. * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
  5. */
  6. .bt-content {
  7. font-size: small;
  8. color: #000;
  9. line-height: normal;
  10. }
  11. /* styling for active target elements - usually for background hilighting */
  12. .bt-active {
  13. /* example:
  14. background-color: yellow !important;
  15. */
  16. }