update video preview tooltip css

This commit is contained in:
rlx 2013-08-08 13:51:48 +00:00
parent f9d7b30021
commit e3be29e6ef

View file

@ -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>';
}
})