Better looking Firefox in Ubuntu

Here are some command line steps to improve the looks of web control in Gnome Ubuntu:


sudo su

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

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

cp /usr/lib/mozilla-firefox/res/forms.css /usr/lib/mozilla-firefox/res/forms.css.bak

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

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

rm -rf firefox-form-widgets

Post comment as twitter logo facebook logo
Sort: Newest | Oldest

should be fine now... dunno how but that file seemed to be changed on the server. :| hmm...

OT post here, but bbforum.in is giving me a page with this:

"Parse error: syntax error, unexpected T_STRING in /home/bbforum/public_html/includes/config_vbseo.php on line 210"

More information here:
http://digg.com/linux_unix/Web_controls_are_ugly_in_Firefox

it just makes the buttons and other web controls look better. :)

What would it do apart from making it "better looking"?