1
0
Fork 0
forked from 0x2620/oxjs

add Ox.LoadingScreen and Ox.ImageElement, update CSS

This commit is contained in:
rolux 2013-03-07 12:50:54 +05:30
commit 0d784b3dc4
8 changed files with 139 additions and 0 deletions

View file

@ -77,6 +77,8 @@
"gridGradient": [[8, 8, 8], [24, 24, 24]],
"imageLoadingGradient": [[32, 32, 32], [0, 0, 0]],
"inputGradient": [[0, 0, 0], [32, 32, 32]],
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],