update css

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

View File

@ -9,9 +9,9 @@ oml.ui.annotation = function(data, $iframe) {
backgroundColor: 'white',
borderBottom: '1px solid rgb(208, 208, 208)',
color: 'black',
fontFamily: 'serif',
fontSize: '15px',
lineHeight: '20px',
fontFamily: 'Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif',
fontSize: '14px',
lineHeight: '21px',
padding: '8px'
}).html(data.text).on({
click: function(event) {