Quote:
Originally Posted by Ubbe
I think the BG color should be a dark color insted of white when the picture is loading, the white is very harsh on the dark background...
|
Easy to fix, just open the black.css files into template/focus/style/black.css and modified the line 36. instead of :
Code:
background: white url(../images/loading.gif) no-repeat center center;
Change it for
Code:
background: black url(../images/loading_d_dark.gif) no-repeat center center;
Fredxeric