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