src/widgets/Transcript.module.css
author ymh <ymh.work@gmail.com>
Sat, 19 Oct 2024 01:34:55 +0200
changeset 1075 92cb33eb7a75
parent 1072 ac1eacb3aa33
permissions -rw-r--r--
Preload image to avoid image flicker on play

.Ldt-Transcript-Annotation {
    margin-right: .5em;
}
.Ldt-Transcript-Annotation:hover {
    background-color: #bbb;
}
.Ldt-Transcript-Annotation.active {
    background-color: #ddd;
}