elan.css 349 B

12345678910111213141516171819202122232425
  1. #annotations {
  2. max-height: 300px;
  3. overflow: auto;
  4. }
  5. .wavesurfer-annotations tr.wavesurfer-active td {
  6. background-color: yellow;
  7. }
  8. .wavesurfer-time {
  9. width: 100px;
  10. color: #555;
  11. }
  12. .wavesurfer-tier-Text {
  13. width: 500px;
  14. }
  15. td.wavesurfer-tier-Comments {
  16. color: #999;
  17. }
  18. .wavesurfer-handle {
  19. background-color: #c9e2b3;
  20. }