forked from 0x2620/oxjs
move css to css file, add markers (in/out/poster)
This commit is contained in:
parent
6b33c631a9
commit
8fe529df81
6 changed files with 709 additions and 651 deletions
|
|
@ -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(
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue