From cb4a32f03b2ae3b18a8d3c79f65a88e82c51b0f0 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 13 Jun 2012 09:17:39 +0200 Subject: [PATCH] minor changes --- index.js | 2 +- source/Ox.UI/themes/classic/json/classic.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 211b14f2..f9c49660 100644 --- a/index.js +++ b/index.js @@ -644,7 +644,7 @@ Ox.load(function() { app.$ui.panel.select(app.user.page); } if (url.item) { - app.$ui[url.page] && app.$ui[url.page].options({selected: url.item}); + app.$ui[url.page].options({selected: url.item}); } if (!app.user.page || !app.user.previousPage) { app.animate(); diff --git a/source/Ox.UI/themes/classic/json/classic.json b/source/Ox.UI/themes/classic/json/classic.json index 4adde4da..6a50037d 100644 --- a/source/Ox.UI/themes/classic/json/classic.json +++ b/source/Ox.UI/themes/classic/json/classic.json @@ -1,7 +1,7 @@ { "color": { - "failed": [128, 0, 0], - "passed": [0, 128, 0] + "failed": [160, 0, 0], + "passed": [0, 160, 0] }, "lightness": { "background": 0.75,