diff -r 20e00017dd60 -r 10974bff4dae web/res/metadataplayer/Transcript.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/metadataplayer/Transcript.css Tue Dec 29 13:25:14 2015 +0100 @@ -0,0 +1,9 @@ +.Ldt-Transcript-Annotation { + margin-right: .5em; +} +.Ldt-Transcript-Annotation:hover { + background-color: #bbb; +} +.Ldt-Transcript-Annotation.active { + background-color: #ddd; +}