From 071de7aca8748817e71e440507b55b5e002cbdf8 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 14:51:11 +0530 Subject: [PATCH] update oxmedium input disabled gradient --- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 8c22f104..5331976c 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -78,7 +78,7 @@ "inputGradient": [[144, 144, 144], [176, 176, 176]], "inputActiveGradient": [[160, 160, 160], [192, 192, 192]], - "inputDisabledGradient": [[128, 128, 128], [128, 128, 128]], + "inputDisabledGradient": [[144, 144, 144], [144, 144, 144]], "inputErrorColor": [192, 64, 64], "inputFocusBorder": [192, 192, 192], "inputFocusShadow": [192, 192, 192],