src/widgets/Transcript.module.css
author ymh <ymh.work@gmail.com>
Wed, 04 Sep 2024 17:32:50 +0200
changeset 1072 ac1eacb3aa33
parent 1068 src/widgets/Transcript.css@7623f9af9272
permissions -rw-r--r--
Migrate source and build to vite.js

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