1
0
Fork 0
forked from 0x2620/oxjs

move css to css file, add markers (in/out/poster)

This commit is contained in:
rolux 2011-05-18 15:02:02 +02:00
commit 8fe529df81
6 changed files with 709 additions and 651 deletions

View file

@ -32,7 +32,7 @@ Ox.Theme = function(theme) {
Ox.UI.$body
.addClass('OxTheme' + Ox.toTitleCase(theme))
.removeClass('OxTheme' + Ox.toTitleCase(currentTheme));
$('img').add('input[type=image]').each(function() {
$('img:not(.OxVideo)').add('input[type=image]:not(.OxVideo)').each(function() {
var $this = $(this);
$this.attr({
src: $this.attr('src').replace(