forked from 0x2620/oxjs
add 'OxMedia' class to video widgets
This commit is contained in:
parent
2bc41d180e
commit
6f4a928bf3
3 changed files with 3 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
.appendTo(self.$menubar);
|
||||
|
||||
self.$timelinePlayer = Ox.Element()
|
||||
.addClass('OxMedia')
|
||||
.css({overflowX: 'hidden', overflowY: 'auto'})
|
||||
.on({
|
||||
mousedown: mousedown,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue