From 5a1dfe982105a02c57b3efdf547cac600c34f25c Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 11:47:22 +0530 Subject: [PATCH] update OxSpecialLink CSS --- source/Ox.UI/themes/oxdark/json/theme.jsonc | 2 +- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index e51dc303..fff61269 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -20,7 +20,7 @@ "bodyLinkColor": [128, 128, 255], "bodySpecialLinkColor": [128, 128, 255], "bodySpecialLinkGradient": [[48, 48, 48], [48, 48, 48]], - "bodySpecialLinkActiveColor": [128, 128, 255], + "bodySpecialLinkActiveColor": [192, 192, 255], "bodySpecialLinkActiveGradient": [[64, 64, 64], [64, 64, 64]], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], "bodySelectionBackground": [192, 192, 192], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 9bf2ac40..227ca51e 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -20,7 +20,7 @@ "bodyLinkColor": [0, 0, 128], "bodySpecialLinkColor": [0, 0, 128], "bodySpecialLinkGradient": [[160, 160, 160], [160, 160, 160]], - "bodySpecialLinkActiveColor": [0, 0, 128], + "bodySpecialLinkActiveColor": [0, 0, 64], "bodySpecialLinkActiveGradient": [[176, 176, 176], [176, 176, 176]], "bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]], "bodySelectionBackground": [192, 192, 192],