SeaMonkey Browser FAQ

Last updated on November 3, 2004.

How do I remove the little arrows on the back and forward buttons?

Add this script in your userChrome.css (See Editing Config Files):

.toolbarbutton-menubutton-dropmarker { display: none; }

Maintainer: Asrail