update css
This commit is contained in:
parent
25ceb55afb
commit
d46e341448
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue