Made highlight style MS Edge compatible (issue #7)
This commit is contained in:
parent
95c7e26557
commit
a22068960a
|
@ -1,10 +1,10 @@
|
||||||
.r6o-annotation {
|
.r6o-annotation {
|
||||||
background-color:#ffa50033;
|
background-color:rgba(255, 165, 0, 0.2);
|
||||||
border-bottom:2px solid orange;
|
border-bottom:2px solid orange;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.r6o-selection {
|
.r6o-selection {
|
||||||
background-color:#cfcfffa1;
|
background-color:rgba(207, 207, 255, 0.63);
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue