From 8ab9ac958827b6ac9cf6d588e79318a77d817d4d Mon Sep 17 00:00:00 2001 From: j Date: Thu, 31 Jan 2019 23:07:24 +0530 Subject: [PATCH] only show Add note for selected annotation --- static/css/oml.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/oml.css b/static/css/oml.css index 382cccd..33ae71b 100644 --- a/static/css/oml.css +++ b/static/css/oml.css @@ -9,3 +9,10 @@ .OMLAnnotation.selected .OMLQuote { background-color: rgb(128, 192, 255); } + +.OMLAnnotation .OxPlaceholder { + display: none; +} +.OMLAnnotation.selected .OxPlaceholder { + display: block; +}