From c50d91c0ac2605af87c44295db1b5575f6d805f2 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 18:12:51 +0530 Subject: [PATCH] properly switch video button color on theme switch --- source/Ox.UI/js/Core/Theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Theme.js b/source/Ox.UI/js/Core/Theme.js index a40ff453..4adebd01 100644 --- a/source/Ox.UI/js/Core/Theme.js +++ b/source/Ox.UI/js/Core/Theme.js @@ -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'));