From 433be748448cc65059bea5d2a8d0715fd8b55263 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 11:05:21 +0530 Subject: [PATCH] update OxSpecialLink CSS --- source/Ox.UI/themes/aqua/json/theme.jsonc | 4 ++-- source/Ox.UI/themes/oxdark/json/theme.jsonc | 6 +++--- source/Ox.UI/themes/oxlight/json/theme.jsonc | 4 ++-- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index e21728e7..de14cf2f 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -19,9 +19,9 @@ "bodySelectedLightColor": [128, 128, 128], "bodyLinkColor": [64, 128, 192], "bodySpecialLinkColor": [0, 0, 128], - "bodySpecialLinkGradient": [[192, 192, 255], [192, 192, 255]], + "bodySpecialLinkGradient": [[224, 224, 224], [224, 224, 224]], "bodySpecialLinkActiveColor": [0, 0, 64], - "bodySpecialLinkActiveGradient": [[128, 128, 255], [128, 128, 255]], + "bodySpecialLinkActiveGradient": [[208, 208, 208], [208, 208, 208]], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [255, 64, 64], diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 0a3e76a6..e51dc303 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -19,9 +19,9 @@ "bodySelectedLightColor": [128, 128, 128], "bodyLinkColor": [128, 128, 255], "bodySpecialLinkColor": [128, 128, 255], - "bodySpecialLinkGradient": [[0, 0, 64], [0, 0, 64]], - "bodySpecialLinkActiveColor": [192, 192, 255], - "bodySpecialLinkActiveGradient": [[0, 0, 128], [0, 0, 128]], + "bodySpecialLinkGradient": [[48, 48, 48], [48, 48, 48]], + "bodySpecialLinkActiveColor": [128, 128, 255], + "bodySpecialLinkActiveGradient": [[64, 64, 64], [64, 64, 64]], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [192, 0, 0], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index 44684904..5aaad89d 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -19,9 +19,9 @@ "bodySelectedLightColor": [128, 128, 128], "bodyLinkColor": [0, 0, 128], "bodySpecialLinkColor": [0, 0, 128], - "bodySpecialLinkGradient": [[192, 192, 255], [192, 192, 255]], + "bodySpecialLinkGradient": [[208, 208, 208], [208, 208, 208]], "bodySpecialLinkActiveColor": [0, 0, 64], - "bodySpecialLinkActiveGradient": [[128, 128, 255], [128, 128, 255]], + "bodySpecialLinkActiveGradient": [[192, 192, 192], [192, 192, 192]], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [255, 64, 64], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index e13cb7ac..9bf2ac40 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -19,9 +19,9 @@ "bodySelectedLightColor": [192, 192, 192], "bodyLinkColor": [0, 0, 128], "bodySpecialLinkColor": [0, 0, 128], - "bodySpecialLinkGradient": [[192, 192, 255], [192, 192, 255]], - "bodySpecialLinkActiveColor": [0, 0, 64], - "bodySpecialLinkActiveGradient": [[128, 128, 255], [128, 128, 255]], + "bodySpecialLinkGradient": [[160, 160, 160], [160, 160, 160]], + "bodySpecialLinkActiveColor": [0, 0, 128], + "bodySpecialLinkActiveGradient": [[176, 176, 176], [176, 176, 176]], "bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [255, 64, 64],