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": [255, 255, 255, 0.95],
"dialogShadow": [0, 0, 0, 0.75],
"dialogBarGradient": [[224, 224, 224, 0.95], [192, 192, 192, 0.95]],
"dialogImageLoadingGradient": [[240, 240, 240], [208, 208, 208]],
"dialogLayerBackground": [255, 255, 255],
"dialogReflectionGradient": [[255, 255, 255, 0.75], [255, 255, 255, 1]],
@ -77,7 +78,7 @@
"gridGradient": [[248, 248, 248], [232, 232, 232]],
"imageLoadingGradient": [[255, 255, 255], [224, 224, 224]],
"imageLoadingGradient": [[240, 240, 240], [208, 208, 208]],
"inputGradient": [[224, 224, 224], [255, 255, 255]],
"inputActiveGradient": [[208, 208, 208], [240, 240, 240]],