diff --git a/source/Ox.Image/Ox.Image.js b/source/Ox.Image/Ox.Image.js index c9417ef1..02de0055 100644 --- a/source/Ox.Image/Ox.Image.js +++ b/source/Ox.Image/Ox.Image.js @@ -18,7 +18,7 @@ Ox.load.Image = function(options, callback) { image Image object > Ox.Image(1, 1, [255, 0, 0], function(i) { Ox.test(i.pixel([0, 0]), [255, 0, 0, 255]); }) undefined - > Ox.Image(Ox.UI.PATH + 'themes/classic/png/icon16.png', function(i) { i.encode('foo', function(i) { i.decode(function(s) { Ox.test(s, 'foo'); })})}) + > Ox.Image(Ox.UI.PATH + 'themes/oxlight/png/icon16.png', function(i) { i.encode('foo', function(i) { i.decode(function(s) { Ox.test(s, 'foo'); })})}) undefined @*/ Ox.Image = function() { diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index c935f7e5..c218ab6c 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -297,7 +297,7 @@ Ox.Input = function(options, self) { /* if (self.options.type == 'textarea') { Ox.extend(self, { - colors: Ox.Theme() == 'classic' ? + colors: Ox.Theme() == 'oxlight' ? [208, 232, 244] : //[0, 16, 32], [32, 48, 64],