Slashdot Mirror


A New Look For Firefox

ben writes "Regular users of Mozilla Firefox may be interested to know a new default theme is planned for 0.9 in preparation for the road to 1.0. 0.9 will also feature new improved theme and extension management, which will make it easy to make Firefox look the way you want it to."

3 of 416 comments (clear)

  1. Re:I liked the old look by Conor+Turton · · Score: 5, Informative
    The preferences importing from Opera works extremely well. In fact I wasn't aware it was there, installed FF 0.9 and fired it up for the first time to set it up just to find it loading up my homepage and my Opera bookmarks were all there.

    A welcome suprise and it means I can get shut of my 3rd party bookmark convertor.

    --
    Conor "You're not married,you haven't got a girlfriend and you've never seen Star Trek? Good Lord!" - Patrick Stewart
  2. Re:Did they fix the Cancel/Ok buttons? by marq00z · · Score: 5, Informative
    It's not a bug, it's a feature. The Cancel|OK order appears only in Linux and Mac OS X and it's done this way to be compliant with Gnome and Apple Human Interface Guidelines. If you want to have the Windows-like OK|Cancel order, just add these lines to your userChrome.css in your .firefox//xxxxxx.slt/chrome directory:
    .dialog-button-box {
    -moz-box-direction: reverse;
    -moz-box-pack: center;
    }

    .dialog-button-box spacer {
    display: none !important;
    }
  3. Screenshot of the New Default Theme by sgarrity · · Score: 5, Informative