update css

This commit is contained in:
rlx 2019-01-24 10:54:40 +05:30
parent 4f3d5f5ee1
commit 7e42d53e9a
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@ oml.ui.annotation = function(data, $iframe) {
var that = Ox.Element().attr({
id: 'a-' + data.id
}).css({
padding: '16px'
backgroundColor: 'white',
color: 'black',
fontFamily: 'serif',
fontSize: '16px',
lineHeight: '22px',
padding: '8px'
}).html(data.text).on({
click: function(event) {
$iframe.postMessage('selectAnnotation', {