theme css: add 'inputDisabledColor'

This commit is contained in:
rolux 2014-01-18 01:35:45 +00:00
parent 1f51ba8589
commit 836ef93e21
5 changed files with 5 additions and 0 deletions

View file

@ -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 {

View file

@ -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],

View file

@ -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],

View file

@ -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],

View file

@ -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],