update video preview tooltip css
This commit is contained in:
parent
f9d7b30021
commit
e3be29e6ef
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Ox.VideoPreview = function(options, self) {
|
|||
}, 250);
|
||||
return '<div style="text-align: center">'
|
||||
+ (tooltip ? tooltip + '<br>' : '')
|
||||
+ Ox.formatDuration(position, 2)
|
||||
+ '<span class="OxLight">' + Ox.formatDuration(position, 2) + '</span>'
|
||||
+ '</div>';
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue