update css
This commit is contained in:
parent
7e42d53e9a
commit
25ceb55afb
1 changed files with 6 additions and 3 deletions
|
@ -3,12 +3,15 @@
|
||||||
oml.ui.annotation = function(data, $iframe) {
|
oml.ui.annotation = function(data, $iframe) {
|
||||||
var that = Ox.Element().attr({
|
var that = Ox.Element().attr({
|
||||||
id: 'a-' + data.id
|
id: 'a-' + data.id
|
||||||
}).css({
|
}).addClass(
|
||||||
|
'OxSelectable'
|
||||||
|
).css({
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
|
borderBottom: '1px solid rgb(208, 208, 208)',
|
||||||
color: 'black',
|
color: 'black',
|
||||||
fontFamily: 'serif',
|
fontFamily: 'serif',
|
||||||
fontSize: '16px',
|
fontSize: '15px',
|
||||||
lineHeight: '22px',
|
lineHeight: '20px',
|
||||||
padding: '8px'
|
padding: '8px'
|
||||||
}).html(data.text).on({
|
}).html(data.text).on({
|
||||||
click: function(event) {
|
click: function(event) {
|
||||||
|
|
Loading…
Reference in a new issue