The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Fixing Ugly Firefox/Swiftfox Buttons

    Discussion in 'Linux Compatibility and Software' started by zephyrus54, Jan 10, 2007.

  1. zephyrus54

    zephyrus54 Notebook Guru

    Reputations:
    35
    Messages:
    55
    Likes Received:
    0
    Trophy Points:
    15
    Some of you may have noticed that the buttons in firefox are kind of square (windows classic look). I found these instructions at ubuntuforums.org that will create nicer looking buttons and I thought I'd share them with you guys.

    Open a terminal and type (or copy and paste) the following lines:

    wget http://users.tkk.fi/~otsaloma/art/firefox-form-widgets.tar.gz

    tar -xvzf firefox-form-widgets.tar.gz

    sudo cp /usr/lib/firefox/res/forms.css /usr/lib/firefox/res/forms.css.bak

    cat firefox-form-widgets/res/forms-extra.css | sudo tee --append /usr/lib/firefox/res/forms.css > /dev/null

    sudo cp -r firefox-form-widgets/res/form-widgets /usr/lib/firefox/res

    rm -rf firefox-form-widgets

    Make sure you use the right firefox directory...in the instructions i use usr/lib/firefox, but I have seen other variations such as usr/lib/mozilla-firefox...for swiftfox it's most likely opt/swiftfox

    To compare the before and after looks, a good site to look at is google.com