use class .OxSelectable, not style -user-select

This commit is contained in:
rolux 2013-07-19 09:34:01 +00:00
commit de04f0816f
8 changed files with 64 additions and 66 deletions

View file

@ -99,12 +99,10 @@ pandora.ui.helpDialog = function() {
});
$text = Ox.Element()
.addClass('OxTextPage')
.addClass('OxTextPage OxSelectable')
.css({
padding: '16px',
overflowY: 'scroll',
MozUserSelect: 'text',
WebkitUserSelect: 'text'
overflowY: 'scroll'
});
$panel = Ox.SplitPanel({