From 25ceb55afb763e1ae170fcd345da03fb207ed13d Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 24 Jan 2019 11:09:09 +0530 Subject: [PATCH] update css --- static/js/annotation.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/js/annotation.js b/static/js/annotation.js index 329a8be..9a19f47 100644 --- a/static/js/annotation.js +++ b/static/js/annotation.js @@ -3,12 +3,15 @@ oml.ui.annotation = function(data, $iframe) { var that = Ox.Element().attr({ id: 'a-' + data.id - }).css({ + }).addClass( + 'OxSelectable' + ).css({ backgroundColor: 'white', + borderBottom: '1px solid rgb(208, 208, 208)', color: 'black', fontFamily: 'serif', - fontSize: '16px', - lineHeight: '22px', + fontSize: '15px', + lineHeight: '20px', padding: '8px' }).html(data.text).on({ click: function(event) {