PDA

View Full Version : Firefox help



aintnothang
06-17-2008, 04:44 PM
In firefox3, My bottom bar doesn't change to black with my theme, Is there any way to change it?
http://img26.picoodle.com/img/img26/4/6/17/f_Image2m_02732e7.jpg

xRyokenx
06-17-2008, 05:14 PM
Not that I know of... it's the same with mine. Maybe mod your theme or something.

Mach
06-17-2008, 10:52 PM
With chrome.css

http://www.wikihow.com/Custom-Colorize-Firefox

* Status bar

/* Change status bar text color/size*/
#status-bar {-moz-appearance: none !important;
color: brown; font: bold 10pt Arial; !important;
}

* Status Bar Overide

/* Statusbar override display of default text color & bg */
window statusbarpanel {
-moz-appearance : none !important;
color: blue !important;
border-top: 1px solid ThreeDShadow;
border-left: 2px solid ThreeDHighlight;
border-right: 2px solid ThreeDHighlight;
border-bottom: 1px;
background-color: #df8453;
min-height: 22px;

aintnothang
06-18-2008, 05:31 PM
Thank You!