Made highlight style MS Edge compatible (issue #7)

This commit is contained in:
Simon Rainer 2020-05-05 13:00:14 +02:00
parent 95c7e26557
commit a22068960a
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
.r6o-annotation {
background-color:#ffa50033;
background-color:rgba(255, 165, 0, 0.2);
border-bottom:2px solid orange;
cursor:pointer;
}
.r6o-selection {
background-color:#cfcfffa1;
background-color:rgba(207, 207, 255, 0.63);
cursor:pointer;
}
}