Results 1 to 4 of 4

Thread: Firefox help

  1. #1

    Default Firefox help

    In firefox3, My bottom bar doesn't change to black with my theme, Is there any way to change it?
    Please read the TOS regarding links in signatures. We don't take kindly to that sort of thing. -The Mods

  2. #2
    read my comic already! (sig) xRyokenx's Avatar
    Join Date
    Dec 2006
    Location
    Bloomingburg, NY
    Posts
    4,416

    Default Re: Firefox help

    Not that I know of... it's the same with mine. Maybe mod your theme or something.

  3. #3
    Retrosmith Mach's Avatar
    Join Date
    Mar 2005
    Location
    Texas
    Posts
    910

    Default Re: Firefox help

    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;

  4. #4

    Default Re: Firefox help

    Thank You!
    Please read the TOS regarding links in signatures. We don't take kindly to that sort of thing. -The Mods

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •