From 01f7f8cfaa90d3223c00b3fde445177f6fecff76 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 May 2013 09:35:25 +0200 Subject: [PATCH] fix oxmedium theme grid gradient css --- 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 fca7d7ab..1a93b39a 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -76,7 +76,7 @@ "formelementColor": [0, 0, 0], "formelementFocusShadow": [192, 192, 192], - "gridGradient": [[248, 248, 248], [232, 232, 232]], + "gridGradient": [[152, 152, 152], [136, 136, 136]], "imageLoadingGradient": [[160, 160, 160], [128, 128, 128]],