In firefox3, My bottom bar doesn't change to black with my theme, Is there any way to change it?
Printable View
In firefox3, My bottom bar doesn't change to black with my theme, Is there any way to change it?
Not that I know of... it's the same with mine. Maybe mod your theme or something.
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;
Thank You!