[Vimperator] status bar color is white on grey, can't see text

Feifei Jia feifei.j at gmail.com
Tue Oct 16 20:57:01 PDT 2007


On Tue, Oct 16, 2007 at 07:16:55PM -0500, t35t0r wrote:
> The status bar color is white text on grey so I can't see anything.
> How do I change the text color to black?
> 
> http://img88.imageshack.us/img88/8618/vimperatorstatuscolorsft2.png
> _______________________________________________
> Vimperator mailing list
> Vimperator at mozdev.org
> http://www.mozdev.org/mailman/listinfo/vimperator
I once saw this in Vimperator wiki:

if you don't like the new white-on-black statusbar colors, change them
in your userChrome.css file inside your $profile/chrome/ directory.

 
.hl-StatusLine {
     background-color: black !important;
     color: white !important;
     /* background:none !important;        /* some themes use an image here */
 
}
.hl-StatusLineSecure {
     background-color: #B0FF00 !important; /* light green */
     color: black !important;
}
.hl-StatusLineBroken {
     background-color: #FF6060 !important; /* light red */
     color: black !important;
}
 

It works like a charm ;)
-- 
Cheers
Feifei Jia
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.mozdev.org/pipermail/vimperator/attachments/20071017/1d3d01f2/attachment.bin 


More information about the Vimperator mailing list