properly switch video button color on theme switch
This commit is contained in:
parent
2fe165f257
commit
c50d91c0ac
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Ox.Theme = (function() {
|
|||
});
|
||||
}
|
||||
});
|
||||
$('img').add('input[type="image"]').not('.OxColor').not('.OxVideo')
|
||||
$('img').add('input[type="image"]').not('.OxColor')
|
||||
.each(function(element) {
|
||||
var $element = $(this),
|
||||
data = Ox.UI.getImageData($element.attr('src'));
|
||||
|
|
Loading…
Reference in a new issue