only show Add note for selected annotation

This commit is contained in:
j 2019-01-31 23:07:24 +05:30
parent 8bb7503675
commit 8ab9ac9588
1 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,10 @@
.OMLAnnotation.selected .OMLQuote {
background-color: rgb(128, 192, 255);
}
.OMLAnnotation .OxPlaceholder {
display: none;
}
.OMLAnnotation.selected .OxPlaceholder {
display: block;
}