use class .OxSelectable, not style -user-select
This commit is contained in:
parent
9b83fb3c0a
commit
de04f0816f
8 changed files with 64 additions and 66 deletions
|
|
@ -26,28 +26,24 @@ pandora.ui.toolbar = function() {
|
|||
textAlign: 'center',
|
||||
title: getListName(pandora.user.ui._list)
|
||||
})
|
||||
.addClass('OxSelectable')
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: getListTitleLeft() + 'px',
|
||||
top: '4px',
|
||||
right: (ui._list ? 324 : 310) + 'px',
|
||||
width: 'auto',
|
||||
MozUserSelect: 'text',
|
||||
OUserSelect: 'text',
|
||||
WebkitUserSelect: 'text'
|
||||
width: 'auto'
|
||||
})
|
||||
: pandora.$ui.itemTitle = Ox.Label({
|
||||
textAlign: 'center'
|
||||
})
|
||||
.addClass('OxSelectable')
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: '236px',
|
||||
top: '4px',
|
||||
right: (ui._list ? 324 : 310) + 'px',
|
||||
width: 'auto',
|
||||
MozUserSelect: 'text',
|
||||
OUserSelect: 'text',
|
||||
WebkitUserSelect: 'text'
|
||||
width: 'auto'
|
||||
})
|
||||
.hide()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue