aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
blob: 8b242854d88e5289664f9493c41f335ceccc0049 (plain)
1
2
3
4
5
6
7
.pdfAnnotation {
    pointer-events: all;
    user-select: none;
    position: absolute;
    background-color: rgba(146, 245, 95, 0.467);
    transition: opacity 0.5s;
}