update css

This commit is contained in:
rlx 2019-01-24 11:09:09 +05:30
parent 7e42d53e9a
commit 25ceb55afb
1 changed files with 6 additions and 3 deletions

View File

@ -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) {