blob: c90d48a65698507e3b54cd316157f13cd57751c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.marqueeAnnotator-annotationBox {
position: absolute;
background-color: rgba(245, 230, 95, 0.616);
}
.marqueeAnnotator-dragBox {
position:absolute;
background-color: transparent;
opacity: 0.1;
}
|