recogito-client-core/themes/default/highlights/_highlights.scss

19 lines
383 B
SCSS

.r6o-annotation {
background-color:rgba(255, 165, 0, 0.2);
border-bottom:2px solid orange;
cursor:pointer;
}
.r6o-selection {
background-color:rgba(207, 207, 255, 0.63);
cursor:pointer;
}
.hide-selection::selection, .hide-selection ::selection {
background: transparent;
}
.hide-selection::-moz-selection .hide-selection ::-moz-selection{
background: transparent;
}