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',
|
backgroundColor: 'white',
|
||||||
borderBottom: '1px solid rgb(208, 208, 208)',
|
borderBottom: '1px solid rgb(208, 208, 208)',
|
||||||
color: 'black',
|
color: 'black',
|
||||||
fontFamily: 'serif',
|
fontFamily: 'Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif',
|
||||||
fontSize: '15px',
|
fontSize: '14px',
|
||||||
lineHeight: '20px',
|
lineHeight: '21px',
|
||||||
padding: '8px'
|
padding: '8px'
|
||||||
}).html(data.text).on({
|
}).html(data.text).on({
|
||||||
click: function(event) {
|
click: function(event) {
|
||||||
|
|
Loading…
Reference in a new issue