From 836ef93e21777b6679f873e55f07589241f9d8b5 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 18 Jan 2014 01:35:45 +0000 Subject: [PATCH] theme css: add 'inputDisabledColor' --- source/Ox.UI/css/theme.css | 1 + source/Ox.UI/themes/aqua/json/theme.jsonc | 1 + source/Ox.UI/themes/oxdark/json/theme.jsonc | 1 + source/Ox.UI/themes/oxlight/json/theme.jsonc | 1 + source/Ox.UI/themes/oxmedium/json/theme.jsonc | 1 + 5 files changed, 5 insertions(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index fffc0333..126e14db 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -594,6 +594,7 @@ Forms background-image: -o-linear-gradient(top, $inputDisabledGradient); background-image: -webkit-linear-gradient(top, $inputDisabledGradient); background-image: linear-gradient(top, $inputDisabledGradient); + color: $inputDisabledColor; } .$themeClass .OxLabelSelect > .OxTitle { diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index 19088d56..6584080a 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -94,6 +94,7 @@ "inputGradient": [[224, 224, 224], [255, 255, 255]], "inputActiveGradient": [[208, 208, 208], [240, 240, 240]], + "inputDisabledColor": [192, 192, 192], "inputDisabledGradient": [[224, 224, 224], [224, 224, 224]], "inputErrorColor": [192, 64, 64], "inputFocusBorder": [64, 128, 192], diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 211ccd6a..37fe6246 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -94,6 +94,7 @@ "inputGradient": [[0, 0, 0], [32, 32, 32]], "inputActiveGradient": [[16, 16, 16], [48, 48, 48]], + "inputDisabledColor": [128, 128, 128], "inputDisabledGradient": [[16, 16, 16], [16, 16, 16]], "inputErrorColor": [255, 64, 64], "inputFocusBorder": [48, 48, 48], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index db13c3c1..fec600f2 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -94,6 +94,7 @@ "inputGradient": [[208, 208, 208], [255, 255, 255]], "inputActiveGradient": [[192, 192, 192], [240, 240, 240]], + "inputDisabledColor": [128, 128, 128], "inputDisabledGradient": [[224, 224, 224], [224, 224, 224]], "inputErrorColor": [192, 64, 64], "inputFocusBorder": [176, 176, 176], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 939d95f1..94b6c4fb 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -94,6 +94,7 @@ "inputGradient": [[144, 144, 144], [176, 176, 176]], "inputActiveGradient": [[160, 160, 160], [192, 192, 192]], + "inputDisabledColor": [96, 96, 96], "inputDisabledGradient": [[144, 144, 144], [144, 144, 144]], "inputErrorColor": [192, 64, 64], "inputFocusBorder": [192, 192, 192],