only show Add note for selected annotation
This commit is contained in:
parent
8bb7503675
commit
8ab9ac9588
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@
|
|||
.OMLAnnotation.selected .OMLQuote {
|
||||
background-color: rgb(128, 192, 255);
|
||||
}
|
||||
|
||||
.OMLAnnotation .OxPlaceholder {
|
||||
display: none;
|
||||
}
|
||||
.OMLAnnotation.selected .OxPlaceholder {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue