1
0
Fork 0
forked from 0x2620/oxjs

theme css: add 'inputDisabledColor'

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

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