View Single Post
  #125  
Old 05-15-2008, 12:48 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Quote:
Originally Posted by Ubbe View Post
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

Last edited by fredxeric; 10-02-2008 at 02:07 PM. Reason: remove old link
Reply With Quote