diff -r 02c04d2c8fd8 -r ac1eacb3aa33 src/widgets/Transcript.module.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/widgets/Transcript.module.css Wed Sep 04 17:32:50 2024 +0200 @@ -0,0 +1,9 @@ +.Ldt-Transcript-Annotation { + margin-right: .5em; +} +.Ldt-Transcript-Annotation:hover { + background-color: #bbb; +} +.Ldt-Transcript-Annotation.active { + background-color: #ddd; +}