1
0
Fork 0
forked from 0x2620/oxjs

handle setting css of image element, add image loading gradient css for dialogs

This commit is contained in:
rolux 2013-03-07 13:26:22 +05:30
commit 6c29a1c5cd
6 changed files with 17 additions and 1 deletions

View file

@ -63,6 +63,7 @@
"dialogBackground": [160, 160, 160, 0.95],
"dialogShadow": [0, 0, 0, 0.75],
"dialogBarGradient": [[176, 176, 176, 0.95], [144, 144, 144, 0.95]],
"dialogImageLoadingGradient": [[176, 176, 176], [144, 144, 144]],
"dialogLayerBackground": [0, 0, 0],
"dialogReflectionGradient": [[160, 160, 160, 0.75], [160, 160, 160, 1]],