Archive for the ‘os x’ Category
better firefox web form widgets in mac os x
looking around linux write-up sites, i stumbled upon oleg’s blog outlining the steps for a more pleasing web form widgets on firefox. having applied it to my linux box, i set out to install it to my mac since the *nix backend is similar (somewhat easier to relate the guide to).
download this, save it to your desktop.
fire up your terminal and do the following (each “$” denotes a new line | copying & pasting would be wise | you’ll be prompted for your sudo password)
$ cd ./Desktop
$ tar zxf firefox-form-widgets.tar.gz
$ cd ./firefox-form-widgets
$ sudo cp /Applications/Firefox.app/Contents/MacOS/res/forms.css /Applications/Firefox.app/Contents/MacOS/res/forms.css.backup
$ cat ./firefox-form-widgets/res/forms-extra.css | sudo tee -a /Applications/Firefox.app/Contents/MacOS/res/forms.css >/dev/null
$ sudo cp -r ./firefox-form-widgets/res/form-widgets /Applications/Firefox.app/Contents/MacOS/res/
that’s it! quit firefox, re-launch it, navigate to a forms site and enjoy a more refined look. for any reason that you do not fancy the change and would like to revert, fire up terminal again and do this :-
$ sudo cp /Applications/Firefox.app/Contents/MacOS/res/forms.css.backup /Applications/Firefox.app/Contents/MacOS/res/forms.css
and the change will be reverted (this is why its always wise to have a backup before changing anything).
customary screenshots to compare your change to:-
before:

after:

last but not least, many thanks to oleg smetanin for the instructions this was based upon.
Leave a Comment
Leave a Comment