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